<?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-0124_ses-03_task-social_acq-mb8_run-02_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-0124_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0124_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0124_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0124_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_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-02_session-03_subject-0124_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0124_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-02_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-0124/ses-03/func/sub-0124_ses-03_task-social_acq-mb8_run-02_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>08e47921488175e146d99dd929b12c9b</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:32:57.315000</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.998739, 0.0315629, 0.03905, -0.0360985, 0.991935, 0.1215]</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0865569</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7792, -7216, 421, -109, -101, -12, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5edd4e32-dda7-4cfe-b537-7b814a10e9ec||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.6795427799224854, -0.09684953093528748, 0.0942302867770195, 111.59625244140625], [-0.08468098193407059, 2.6612884998321533, 0.33144283294677734, -110.24295806884766], [0.10476817190647125, -0.3259761929512024, 2.677922010421753, -59.11177062988281], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['193257.315000', '193257.775000', '193258.235000', '193258.695000', '193259.155000', '193259.615000', '193300.075000', '193300.535000', '193300.995000', '193301.455000', '193301.915000', '193302.375000', '193302.835000', '193303.295000', '193303.755000', '193304.215000', '193304.675000', '193305.135000', '193305.595000', '193306.055000', '193306.515000', '193306.975000', '193307.435000', '193307.895000', '193308.355000', '193308.815000', '193309.275000', '193309.735000', '193310.195000', '193310.655000', '193311.115000', '193311.575000', '193312.035000', '193312.495000', '193312.955000', '193313.415000', '193313.875000', '193314.335000', '193314.795000', '193315.255000', '193315.715000', '193316.175000', '193316.635000', '193317.095000', '193317.555000', '193318.015000', '193318.475000', '193318.935000', '193319.395000', '193319.855000', '193320.315000', '193320.775000', '193321.235000', '193321.695000', '193322.155000', '193322.615000', '193323.075000', '193323.535000', '193323.995000', '193324.455000', '193324.915000', '193325.375000', '193325.835000', '193326.295000', '193326.755000', '193327.215000', '193327.675000', '193328.135000', '193328.595000', '193329.055000', '193329.515000', '193329.975000', '193330.435000', '193330.895000', '193331.355000', '193331.815000', '193332.275000', '193332.735000', '193333.195000', '193333.655000', '193334.115000', '193334.575000', '193335.035000', '193335.495000', '193335.955000', '193336.415000', '193336.875000', '193337.335000', '193337.795000', '193338.255000', '193338.715000', '193339.175000', '193339.635000', '193340.095000', '193340.555000', '193341.015000', '193341.475000', '193341.935000', '193342.395000', '193342.855000', '193343.315000', '193343.775000', '193344.235000', '193344.695000', '193345.155000', '193345.615000', '193346.075000', '193346.535000', '193346.995000', '193347.455000', '193347.915000', '193348.375000', '193348.835000', '193349.295000', '193349.755000', '193350.215000', '193350.675000', '193351.135000', '193351.595000', '193352.055000', '193352.515000', '193352.975000', '193353.435000', '193353.895000', '193354.355000', '193354.815000', '193355.275000', '193355.735000', '193356.195000', '193356.655000', '193357.115000', '193357.575000', '193358.035000', '193358.495000', '193358.955000', '193359.415000', '193359.875000', '193400.335000', '193400.795000', '193401.255000', '193401.715000', '193402.175000', '193402.635000', '193403.095000', '193403.555000', '193404.015000', '193404.475000', '193404.935000', '193405.395000', '193405.855000', '193406.315000', '193406.775000', '193407.235000', '193407.695000', '193408.155000', '193408.615000', '193409.075000', '193409.535000', '193409.995000', '193410.455000', '193410.915000', '193411.375000', '193411.835000', '193412.295000', '193412.755000', '193413.215000', '193413.675000', '193414.135000', '193414.595000', '193415.055000', '193415.515000', '193415.975000', '193416.435000', '193416.895000', '193417.355000', '193417.815000', '193418.275000', '193418.735000', '193419.195000', '193419.655000', '193420.115000', '193420.575000', '193421.035000', '193421.495000', '193421.955000', '193422.415000', '193422.875000', '193423.335000', '193423.795000', '193424.255000', '193424.715000', '193425.175000', '193425.635000', '193426.095000', '193426.555000', '193427.015000', '193427.475000', '193427.935000', '193428.395000', '193428.855000', '193429.315000', '193429.775000', '193430.235000', '193430.695000', '193431.155000', '193431.615000', '193432.075000', '193432.535000', '193432.995000', '193433.455000', '193433.915000', '193434.375000', '193434.835000', '193435.295000', '193435.755000', '193436.215000', '193436.675000', '193437.135000', '193437.595000', '193438.055000', '193438.515000', '193438.975000', '193439.435000', '193439.895000', '193440.355000', '193440.815000', '193441.275000', '193441.735000', '193442.195000', '193442.655000', '193443.115000', '193443.575000', '193444.035000', '193444.495000', '193444.955000', '193445.415000', '193445.875000', '193446.335000', '193446.795000', '193447.255000', '193447.715000', '193448.175000', '193448.635000', '193449.095000', '193449.555000', '193450.015000', '193450.475000', '193450.935000', '193451.395000', '193451.855000', '193452.315000', '193452.775000', '193453.235000', '193453.695000', '193454.155000', '193454.615000', '193455.075000', '193455.535000', '193455.995000', '193456.455000', '193456.915000', '193457.375000', '193457.835000', '193458.295000', '193458.755000', '193459.215000', '193459.675000', '193500.135000', '193500.595000', '193501.055000', '193501.515000', '193501.975000', '193502.435000', '193502.895000', '193503.355000', '193503.815000', '193504.275000', '193504.735000', '193505.195000', '193505.655000', '193506.115000', '193506.575000', '193507.035000', '193507.495000', '193507.955000', '193508.415000', '193508.875000', '193509.335000', '193509.795000', '193510.255000', '193510.715000', '193511.175000', '193511.635000', '193512.095000', '193512.555000', '193513.015000', '193513.475000', '193513.935000', '193514.395000', '193514.855000', '193515.315000', '193515.775000', '193516.235000', '193516.695000', '193517.155000', '193517.615000', '193518.075000', '193518.535000', '193518.995000', '193519.455000', '193519.915000', '193520.375000', '193520.835000', '193521.295000', '193521.755000', '193522.215000', '193522.675000', '193523.135000', '193523.595000', '193524.055000', '193524.515000', '193524.975000', '193525.435000', '193525.895000', '193526.355000', '193526.815000', '193527.275000', '193527.735000', '193528.195000', '193528.655000', '193529.115000', '193529.575000', '193530.035000', '193530.495000', '193530.955000', '193531.415000', '193531.875000', '193532.335000', '193532.795000', '193533.255000', '193533.715000', '193534.175000', '193534.635000', '193535.095000', '193535.555000', '193536.015000', '193536.475000', '193536.935000', '193537.395000', '193537.855000', '193538.315000', '193538.775000', '193539.235000', '193539.695000', '193540.155000', '193540.615000', '193541.075000', '193541.535000', '193541.995000', '193542.455000', '193542.915000', '193543.375000', '193543.835000', '193544.295000', '193544.755000', '193545.215000', '193545.675000', '193546.135000', '193546.595000', '193547.055000', '193547.515000', '193547.975000', '193548.435000', '193548.895000', '193549.355000', '193549.815000', '193550.275000', '193550.735000', '193551.195000', '193551.655000', '193552.115000', '193552.575000', '193553.035000', '193553.495000', '193553.955000', '193554.415000', '193554.875000', '193555.335000', '193555.795000', '193556.255000', '193556.715000', '193557.175000', '193557.635000', '193558.095000', '193558.555000', '193559.015000', '193559.475000', '193559.935000', '193600.395000', '193600.855000', '193601.315000', '193601.775000', '193602.235000', '193602.695000', '193603.155000', '193603.615000', '193604.075000', '193604.535000', '193604.995000', '193605.455000', '193605.915000', '193606.375000', '193606.835000', '193607.295000', '193607.755000', '193608.215000', '193608.675000', '193609.135000', '193609.595000', '193610.055000', '193610.515000', '193610.975000', '193611.435000', '193611.895000', '193612.355000', '193612.815000', '193613.275000', '193613.735000', '193614.195000', '193614.655000', '193615.115000', '193615.575000', '193616.035000', '193616.495000', '193616.955000', '193617.415000', '193617.875000', '193618.335000', '193618.795000', '193619.255000', '193619.715000', '193620.175000', '193620.635000', '193621.095000', '193621.555000', '193622.015000', '193622.475000', '193622.935000', '193623.395000', '193623.855000', '193624.315000', '193624.775000', '193625.235000', '193625.695000', '193626.155000', '193626.615000', '193627.075000', '193627.535000', '193627.995000', '193628.455000', '193628.915000', '193629.375000', '193629.835000', '193630.295000', '193630.755000', '193631.215000', '193631.675000', '193632.135000', '193632.595000', '193633.055000', '193633.515000', '193633.975000', '193634.435000', '193634.895000', '193635.355000', '193635.815000', '193636.275000', '193636.735000', '193637.195000', '193637.655000', '193638.115000', '193638.575000', '193639.035000', '193639.495000', '193639.955000', '193640.415000', '193640.875000', '193641.335000', '193641.795000', '193642.255000', '193642.715000', '193643.175000', '193643.635000', '193644.095000', '193644.555000', '193645.015000', '193645.475000', '193645.935000', '193646.395000', '193646.855000', '193647.315000', '193647.775000', '193648.235000', '193648.695000', '193649.155000', '193649.615000', '193650.075000', '193650.535000', '193650.995000', '193651.455000', '193651.915000', '193652.375000', '193652.835000', '193653.295000', '193653.755000', '193654.215000', '193654.675000', '193655.135000', '193655.595000', '193656.055000', '193656.515000', '193656.975000', '193657.435000', '193657.895000', '193658.355000', '193658.815000', '193659.275000', '193659.735000', '193700.195000', '193700.655000', '193701.115000', '193701.575000', '193702.035000', '193702.495000', '193702.955000', '193703.415000', '193703.875000', '193704.335000', '193704.795000', '193705.255000', '193705.715000', '193706.175000', '193706.635000', '193707.095000', '193707.555000', '193708.015000', '193708.475000', '193708.935000', '193709.395000', '193709.855000', '193710.315000', '193710.775000', '193711.235000', '193711.695000', '193712.155000', '193712.615000', '193713.075000', '193713.535000', '193713.995000', '193714.455000', '193714.915000', '193715.375000', '193715.835000', '193716.295000', '193716.755000', '193717.215000', '193717.675000', '193718.135000', '193718.595000', '193719.055000', '193719.515000', '193719.975000', '193720.435000', '193720.895000', '193721.355000', '193721.815000', '193722.275000', '193722.735000', '193723.195000', '193723.655000', '193724.115000', '193724.575000', '193725.035000', '193725.495000', '193725.955000', '193726.415000', '193726.875000', '193727.335000', '193727.795000', '193728.255000', '193728.715000', '193729.175000', '193729.635000', '193730.095000', '193730.555000', '193731.015000', '193731.475000', '193731.935000', '193732.395000', '193732.855000', '193733.315000', '193733.775000', '193734.235000', '193734.695000', '193735.155000', '193735.615000', '193736.075000', '193736.535000', '193736.995000', '193737.455000', '193737.915000', '193738.375000', '193738.835000', '193739.295000', '193739.755000', '193740.215000', '193740.675000', '193741.135000', '193741.595000', '193742.055000', '193742.515000', '193742.975000', '193743.435000', '193743.895000', '193744.355000', '193744.815000', '193745.275000', '193745.735000', '193746.195000', '193746.655000', '193747.115000', '193747.575000', '193748.035000', '193748.495000', '193748.955000', '193749.415000', '193749.875000', '193750.335000', '193750.795000', '193751.255000', '193751.715000', '193752.175000', '193752.635000', '193753.095000', '193753.555000', '193754.015000', '193754.475000', '193754.935000', '193755.395000', '193755.855000', '193756.315000', '193756.775000', '193757.235000', '193757.695000', '193758.155000', '193758.615000', '193759.075000', '193759.535000', '193759.995000', '193800.455000', '193800.915000', '193801.375000', '193801.835000', '193802.295000', '193802.755000', '193803.215000', '193803.675000', '193804.135000', '193804.595000', '193805.055000', '193805.515000', '193805.975000', '193806.435000', '193806.895000', '193807.355000', '193807.815000', '193808.275000', '193808.735000', '193809.195000', '193809.655000', '193810.115000', '193810.575000', '193811.035000', '193811.495000', '193811.955000', '193812.415000', '193812.875000', '193813.335000', '193813.795000', '193814.255000', '193814.715000', '193815.175000', '193815.635000', '193816.095000', '193816.555000', '193817.015000', '193817.475000', '193817.935000', '193818.395000', '193818.855000', '193819.315000', '193819.775000', '193820.235000', '193820.695000', '193821.155000', '193821.615000', '193822.075000', '193822.535000', '193822.995000', '193823.455000', '193823.915000', '193824.375000', '193824.835000', '193825.295000', '193825.755000', '193826.215000', '193826.675000', '193827.135000', '193827.595000', '193828.055000', '193828.515000', '193828.975000', '193829.435000', '193829.895000', '193830.355000', '193830.815000', '193831.275000', '193831.735000', '193832.195000', '193832.655000', '193833.115000', '193833.575000', '193834.035000', '193834.495000', '193834.955000', '193835.415000', '193835.875000', '193836.335000', '193836.795000', '193837.255000', '193837.715000', '193838.175000', '193838.635000', '193839.095000', '193839.555000', '193840.015000', '193840.475000', '193840.935000', '193841.395000', '193841.855000', '193842.315000', '193842.775000', '193843.235000', '193843.695000', '193844.155000', '193844.615000', '193845.075000', '193845.535000', '193845.995000', '193846.455000', '193846.915000', '193847.375000', '193847.835000', '193848.295000', '193848.755000', '193849.215000', '193849.675000', '193850.135000', '193850.595000', '193851.055000', '193851.515000', '193851.975000', '193852.435000', '193852.895000', '193853.355000', '193853.815000', '193854.275000', '193854.735000', '193855.195000', '193855.655000', '193856.115000', '193856.575000', '193857.035000', '193857.495000', '193857.955000', '193858.415000', '193858.875000', '193859.335000', '193859.795000', '193900.255000', '193900.715000', '193901.175000', '193901.635000', '193902.095000', '193902.555000', '193903.015000', '193903.475000', '193903.935000', '193904.395000', '193904.855000', '193905.315000', '193905.775000', '193906.235000', '193906.695000', '193907.155000', '193907.615000', '193908.075000', '193908.535000', '193908.995000', '193909.455000', '193909.915000', '193910.375000', '193910.835000', '193911.295000', '193911.755000', '193912.215000', '193912.675000', '193913.135000', '193913.595000', '193914.055000', '193914.515000', '193914.975000', '193915.435000', '193915.895000', '193916.355000', '193916.815000', '193917.275000', '193917.735000', '193918.195000', '193918.655000', '193919.115000', '193919.575000', '193920.035000', '193920.495000', '193920.955000', '193921.415000', '193921.875000', '193922.335000', '193922.795000', '193923.255000', '193923.715000', '193924.175000', '193924.635000', '193925.095000', '193925.555000', '193926.015000', '193926.475000', '193926.935000', '193927.395000', '193927.855000', '193928.315000', '193928.775000', '193929.235000', '193929.695000', '193930.155000', '193930.615000', '193931.075000', '193931.535000', '193931.995000', '193932.455000', '193932.915000', '193933.375000', '193933.835000', '193934.295000', '193934.755000', '193935.215000', '193935.675000', '193936.135000', '193936.595000', '193937.055000', '193937.515000', '193937.975000'], 'ContentTime': ['193318.957000', '193318.960000', '193318.962000', '193318.965000', '193318.968000', '193318.971000', '193318.973000', '193318.983000', '193318.986000', '193318.989000', '193318.991000', '193318.994000', '193318.996000', '193319.000000', '193319.002000', '193319.005000', '193319.008000', '193319.011000', '193319.013000', '193319.016000', '193319.018000', '193319.021000', '193319.024000', '193319.026000', '193319.029000', '193319.031000', '193319.034000', '193319.037000', '193319.039000', '193319.042000', '193319.044000', '193319.047000', '193319.050000', '193319.052000', '193319.055000', '193319.057000', '193319.060000', '193319.063000', '193319.065000', '193319.068000', '193319.071000', '193319.081000', '193319.084000', '193319.086000', '193319.089000', '193338.887000', '193338.890000', '193338.893000', '193338.895000', '193338.898000', '193338.901000', '193338.904000', '193338.906000', '193338.909000', '193338.912000', '193338.914000', '193338.917000', '193338.920000', '193338.922000', '193338.925000', '193338.927000', '193338.930000', '193338.932000', '193338.935000', '193338.938000', '193338.940000', '193338.943000', '193338.947000', '193338.950000', '193338.953000', '193338.955000', '193338.958000', '193338.960000', '193338.963000', '193338.966000', '193338.968000', '193338.971000', '193338.973000', '193338.976000', '193338.979000', '193338.981000', '193338.984000', '193338.986000', '193338.989000', '193338.992000', '193338.994000', '193338.997000', '193339.000000', '193358.887000', '193358.890000', '193358.893000', '193358.895000', '193358.898000', '193358.900000', '193358.903000', '193358.906000', '193358.908000', '193358.911000', '193358.914000', '193358.916000', '193358.919000', '193358.921000', '193358.924000', '193358.926000', '193358.929000', '193358.932000', '193358.934000', '193358.937000', '193358.944000', '193358.947000', '193358.949000', '193358.952000', '193358.955000', '193358.957000', '193358.960000', '193358.962000', '193358.965000', '193358.968000', '193358.970000', '193358.973000', '193358.975000', '193358.978000', '193358.981000', '193358.983000', '193358.986000', '193358.988000', '193358.991000', '193358.994000', '193358.996000', '193359.000000', '193359.002000', '193359.005000', '193418.888000', '193418.890000', '193418.899000', '193418.902000', '193418.904000', '193418.907000', '193418.909000', '193418.912000', '193418.915000', '193418.917000', '193418.920000', '193418.923000', '193418.925000', '193418.928000', '193418.930000', '193418.933000', '193418.936000', '193418.938000', '193418.941000', '193418.943000', '193418.946000', '193418.949000', '193418.951000', '193418.954000', '193418.957000', '193418.960000', '193418.963000', '193418.966000', '193418.968000', '193418.971000', '193418.974000', '193418.976000', '193418.979000', '193418.983000', '193418.985000', '193418.988000', '193418.991000', '193418.993000', '193418.996000', '193419.000000', '193419.002000', '193419.005000', '193419.007000', '193438.888000', '193438.890000', '193438.893000', '193438.896000', '193438.899000', '193438.901000', '193438.904000', '193438.907000', '193438.910000', '193438.912000', '193438.915000', '193438.917000', '193438.920000', '193438.922000', '193438.925000', '193438.928000', '193438.930000', '193438.933000', '193438.935000', '193438.938000', '193438.941000', '193438.943000', '193438.946000', '193438.948000', '193438.951000', '193438.954000', '193438.956000', '193438.959000', '193438.962000', '193438.964000', '193438.967000', '193438.969000', '193438.972000', '193438.975000', '193438.977000', '193438.980000', '193438.982000', '193438.985000', '193438.988000', '193438.990000', '193439.001000', '193439.004000', '193439.006000', '193439.009000', '193458.888000', '193458.890000', '193458.893000', '193458.896000', '193458.899000', '193458.901000', '193458.904000', '193458.907000', '193458.909000', '193458.912000', '193458.915000', '193458.917000', '193458.920000', '193458.922000', '193458.925000', '193458.928000', '193458.930000', '193458.933000', '193458.936000', '193458.938000', '193458.941000', '193458.943000', '193458.946000', '193458.949000', '193458.951000', '193458.954000', '193458.956000', '193458.959000', '193458.961000', '193458.964000', '193458.967000', '193458.969000', '193458.972000', '193458.975000', '193458.977000', '193459.015000', '193459.018000', '193459.020000', '193459.023000', '193459.025000', '193459.028000', '193459.031000', '193459.033000', '193518.888000', '193518.890000', '193518.893000', '193518.896000', '193518.899000', '193518.901000', '193518.904000', '193518.907000', '193518.909000', '193518.912000', '193518.914000', '193518.917000', '193518.920000', '193518.922000', '193518.925000', '193518.928000', '193518.930000', '193518.933000', '193518.935000', '193518.938000', '193518.940000', '193518.943000', '193518.946000', '193518.949000', '193518.951000', '193518.954000', '193518.956000', '193518.959000', '193518.962000', '193518.964000', '193518.967000', '193518.970000', '193518.972000', '193518.975000', '193518.978000', '193518.980000', '193518.983000', '193518.986000', '193518.988000', '193518.991000', '193518.993000', '193518.996000', '193519.000000', '193519.002000', '193538.887000', '193538.890000', '193538.892000', '193538.895000', '193538.897000', '193538.900000', '193538.903000', '193538.905000', '193538.908000', '193538.911000', '193538.913000', '193538.916000', '193538.918000', '193538.921000', '193538.924000', '193538.926000', '193538.929000', '193538.939000', '193538.941000', '193538.944000', '193538.947000', '193538.950000', '193538.952000', '193538.955000', '193538.957000', '193538.960000', '193538.963000', '193538.965000', '193538.968000', '193538.970000', '193538.973000', '193538.975000', '193538.978000', '193538.981000', '193538.983000', '193538.986000', '193538.988000', '193538.991000', '193538.994000', '193538.996000', '193539.000000', '193539.003000', '193539.005000', '193558.887000', '193558.890000', '193558.893000', '193558.895000', '193558.898000', '193558.901000', '193558.903000', '193558.906000', '193558.908000', '193558.911000', '193558.914000', '193558.916000', '193558.919000', '193558.921000', '193558.924000', '193558.927000', '193558.929000', '193558.932000', '193558.934000', '193558.937000', '193558.940000', '193558.942000', '193558.945000', '193558.948000', '193558.950000', '193558.953000', '193558.955000', '193558.958000', '193558.961000', '193558.963000', '193558.966000', '193558.968000', '193558.971000', '193558.974000', '193558.976000', '193558.979000', '193558.981000', '193558.984000', '193558.987000', '193558.989000', '193558.992000', '193558.994000', '193558.997000', '193559.001000', '193618.887000', '193618.890000', '193618.893000', '193618.895000', '193618.898000', '193618.901000', '193618.903000', '193618.906000', '193618.909000', '193618.911000', '193618.914000', '193618.916000', '193618.919000', '193618.922000', '193618.924000', '193618.927000', '193618.930000', '193618.932000', '193618.935000', '193618.938000', '193618.940000', '193618.943000', '193618.945000', '193618.948000', '193618.951000', '193618.953000', '193618.956000', '193618.958000', '193618.961000', '193618.964000', '193618.966000', '193618.969000', '193618.972000', '193618.974000', '193618.977000', '193618.979000', '193618.982000', '193618.985000', '193618.987000', '193618.990000', '193618.993000', '193618.995000', '193618.998000', '193638.888000', '193638.891000', '193638.893000', '193638.896000', '193638.898000', '193638.901000', '193638.904000', '193638.906000', '193638.909000', '193638.912000', '193638.914000', '193638.917000', '193638.920000', '193638.922000', '193638.925000', '193638.927000', '193638.930000', '193638.940000', '193638.943000', '193638.945000', '193638.948000', '193638.951000', '193638.953000', '193638.956000', '193638.958000', '193638.961000', '193638.963000', '193638.966000', '193638.969000', '193638.971000', '193638.974000', '193638.976000', '193638.979000', '193638.982000', '193638.984000', '193638.987000', '193638.989000', '193638.992000', '193638.994000', '193638.997000', '193639.001000', '193639.003000', '193639.006000', '193639.009000', '193658.888000', '193658.890000', '193658.893000', '193658.896000', '193658.899000', '193658.901000', '193658.904000', '193658.907000', '193658.909000', '193658.912000', '193658.915000', '193658.917000', '193658.920000', '193658.922000', '193658.925000', '193658.928000', '193658.930000', '193658.933000', '193658.936000', '193658.938000', '193658.941000', '193658.944000', '193658.946000', '193658.949000', '193658.951000', '193658.954000', '193658.957000', '193658.959000', '193658.962000', '193658.965000', '193658.967000', '193658.970000', '193658.972000', '193658.975000', '193658.978000', '193658.980000', '193658.983000', '193658.985000', '193658.988000', '193658.991000', '193658.993000', '193658.996000', '193658.998000', '193718.887000', '193718.890000', '193718.893000', '193718.896000', '193718.898000', '193718.901000', '193718.904000', '193718.906000', '193718.909000', '193718.911000', '193718.914000', '193718.917000', '193718.919000', '193718.922000', '193718.924000', '193718.927000', '193718.930000', '193718.932000', '193718.935000', '193718.938000', '193718.940000', '193718.943000', '193718.946000', '193718.948000', '193718.951000', '193718.953000', '193718.956000', '193718.959000', '193718.961000', '193718.964000', '193718.966000', '193718.969000', '193718.972000', '193718.974000', '193718.977000', '193718.979000', '193718.982000', '193718.985000', '193718.987000', '193718.990000', '193718.993000', '193718.995000', '193718.998000', '193719.001000', '193738.888000', '193738.891000', '193738.893000', '193738.896000', '193738.899000', '193738.901000', '193738.904000', '193738.906000', '193738.909000', '193738.912000', '193738.914000', '193738.917000', '193738.920000', '193738.922000', '193738.925000', '193738.928000', '193738.930000', '193738.933000', '193738.935000', '193738.938000', '193738.941000', '193738.943000', '193738.946000', '193738.948000', '193738.951000', '193738.954000', '193738.956000', '193738.959000', '193738.962000', '193738.964000', '193738.967000', '193738.969000', '193738.972000', '193738.975000', '193738.977000', '193738.980000', '193738.982000', '193738.985000', '193738.988000', '193738.990000', '193738.993000', '193738.996000', '193738.998000', '193758.886000', '193758.889000', '193758.892000', '193758.895000', '193758.897000', '193758.900000', '193758.903000', '193758.905000', '193758.908000', '193758.910000', '193758.913000', '193758.916000', '193758.918000', '193758.921000', '193758.924000', '193758.927000', '193758.929000', '193758.932000', '193758.934000', '193758.937000', '193758.940000', '193758.942000', '193758.945000', '193758.948000', '193758.950000', '193758.953000', '193758.956000', '193758.958000', '193758.961000', '193758.963000', '193758.966000', '193758.969000', '193758.971000', '193758.974000', '193758.977000', '193758.979000', '193758.982000', '193758.984000', '193758.987000', '193758.989000', '193758.992000', '193758.994000', '193758.997000', '193759.001000', '193818.888000', '193818.890000', '193818.893000', '193818.896000', '193818.898000', '193818.901000', '193818.904000', '193818.906000', '193818.909000', '193818.911000', '193818.914000', '193818.917000', '193818.919000', '193818.922000', '193818.925000', '193818.927000', '193818.930000', '193818.932000', '193818.935000', '193818.938000', '193818.940000', '193818.943000', '193818.945000', '193818.948000', '193818.951000', '193818.953000', '193818.956000', '193818.959000', '193818.961000', '193818.964000', '193818.966000', '193818.969000', '193818.971000', '193818.974000', '193818.977000', '193818.979000', '193818.982000', '193818.984000', '193818.987000', '193818.990000', '193818.992000', '193818.995000', '193818.997000', '193838.887000', '193838.890000', '193838.893000', '193838.895000', '193838.898000', '193838.901000', '193838.903000', '193838.906000', '193838.908000', '193838.911000', '193838.914000', '193838.916000', '193838.919000', '193838.922000', '193838.924000', '193838.927000', '193838.929000', '193838.932000', '193838.935000', '193838.937000', '193838.940000', '193838.942000', '193838.945000', '193838.948000', '193838.950000', '193838.953000', '193838.956000', '193838.958000', '193838.961000', '193838.963000', '193838.966000', '193838.969000', '193838.971000', '193838.974000', '193838.976000', '193838.979000', '193838.982000', '193838.984000', '193838.987000', '193838.989000', '193838.992000', '193838.995000', '193838.997000', '193839.001000', '193858.887000', '193858.890000', '193858.893000', '193858.896000', '193858.899000', '193858.901000', '193858.904000', '193858.906000', '193858.909000', '193858.912000', '193858.914000', '193858.917000', '193858.920000', '193858.922000', '193858.925000', '193858.928000', '193858.930000', '193858.933000', '193858.936000', '193858.938000', '193858.941000', '193858.943000', '193858.946000', '193858.949000', '193858.951000', '193858.954000', '193858.957000', '193858.959000', '193858.962000', '193858.964000', '193858.967000', '193858.970000', '193858.972000', '193858.975000', '193858.978000', '193858.980000', '193858.983000', '193858.985000', '193858.988000', '193858.991000', '193858.993000', '193858.996000', '193858.998000', '193918.887000', '193918.891000', '193918.893000', '193918.896000', '193918.899000', '193918.902000', '193918.905000', '193918.907000', '193918.910000', '193918.913000', '193918.915000', '193918.918000', '193918.921000', '193918.923000', '193918.926000', '193918.928000', '193918.931000', '193918.934000', '193918.936000', '193918.939000', '193918.941000', '193918.944000', '193918.946000', '193918.949000', '193918.952000', '193918.955000', '193918.958000', '193918.961000', '193918.963000', '193918.966000', '193918.969000', '193918.971000', '193918.974000', '193918.976000', '193918.979000', '193918.982000', '193918.984000', '193918.987000', '193918.990000', '193918.992000', '193918.995000', '193918.997000', '193919.001000', '193938.887000', '193938.890000', '193938.894000', '193938.896000', '193938.899000', '193938.902000', '193938.905000', '193938.908000', '193938.910000', '193938.913000', '193938.943000', '193938.946000', '193938.948000', '193938.951000', '193938.954000', '193938.956000', '193938.959000', '193938.962000', '193938.964000', '193938.967000', '193938.969000', '193938.972000', '193938.982000', '193938.985000', '193938.988000', '193938.991000', '193938.993000', '193938.996000', '193939.000000', '193939.002000', '193939.005000', '193939.008000', '193939.010000', '193939.013000', '193939.016000', '193939.019000', '193939.021000', '193939.024000', '193939.027000', '193939.030000', '193939.033000', '193939.036000', '193939.039000', '193939.042000', '193939.104000'], 'InstanceCreationTime': ['193318.957000', '193318.960000', '193318.962000', '193318.965000', '193318.968000', '193318.971000', '193318.973000', '193318.983000', '193318.986000', '193318.989000', '193318.991000', '193318.994000', '193318.996000', '193319.000000', '193319.002000', '193319.005000', '193319.008000', '193319.011000', '193319.013000', '193319.016000', '193319.018000', '193319.021000', '193319.024000', '193319.026000', '193319.029000', '193319.031000', '193319.034000', '193319.037000', '193319.039000', '193319.042000', '193319.044000', '193319.047000', '193319.050000', '193319.052000', '193319.055000', '193319.057000', '193319.060000', '193319.063000', '193319.065000', '193319.068000', '193319.071000', '193319.081000', '193319.084000', '193319.086000', '193319.089000', '193338.887000', '193338.890000', '193338.893000', '193338.895000', '193338.898000', '193338.901000', '193338.904000', '193338.906000', '193338.909000', '193338.912000', '193338.914000', '193338.917000', '193338.920000', '193338.922000', '193338.925000', '193338.927000', '193338.930000', '193338.932000', '193338.935000', '193338.938000', '193338.940000', '193338.943000', '193338.947000', '193338.950000', '193338.953000', '193338.955000', '193338.958000', '193338.960000', '193338.963000', '193338.966000', '193338.968000', '193338.971000', '193338.973000', '193338.976000', '193338.979000', '193338.981000', '193338.984000', '193338.986000', '193338.989000', '193338.992000', '193338.994000', '193338.997000', '193339.000000', '193358.887000', '193358.890000', '193358.893000', '193358.895000', '193358.898000', '193358.900000', '193358.903000', '193358.906000', '193358.908000', '193358.911000', '193358.914000', '193358.916000', '193358.919000', '193358.921000', '193358.924000', '193358.926000', '193358.929000', '193358.932000', '193358.934000', '193358.937000', '193358.944000', '193358.947000', '193358.949000', '193358.952000', '193358.955000', '193358.957000', '193358.960000', '193358.962000', '193358.965000', '193358.968000', '193358.970000', '193358.973000', '193358.975000', '193358.978000', '193358.981000', '193358.983000', '193358.986000', '193358.988000', '193358.991000', '193358.994000', '193358.996000', '193359.000000', '193359.002000', '193359.005000', '193418.888000', '193418.890000', '193418.899000', '193418.902000', '193418.904000', '193418.907000', '193418.909000', '193418.912000', '193418.915000', '193418.917000', '193418.920000', '193418.923000', '193418.925000', '193418.928000', '193418.930000', '193418.933000', '193418.936000', '193418.938000', '193418.941000', '193418.943000', '193418.946000', '193418.949000', '193418.951000', '193418.954000', '193418.957000', '193418.960000', '193418.963000', '193418.966000', '193418.968000', '193418.971000', '193418.974000', '193418.976000', '193418.979000', '193418.983000', '193418.985000', '193418.988000', '193418.991000', '193418.993000', '193418.996000', '193419.000000', '193419.002000', '193419.005000', '193419.007000', '193438.888000', '193438.890000', '193438.893000', '193438.896000', '193438.899000', '193438.901000', '193438.904000', '193438.907000', '193438.910000', '193438.912000', '193438.915000', '193438.917000', '193438.920000', '193438.922000', '193438.925000', '193438.928000', '193438.930000', '193438.933000', '193438.935000', '193438.938000', '193438.941000', '193438.943000', '193438.946000', '193438.948000', '193438.951000', '193438.954000', '193438.956000', '193438.959000', '193438.962000', '193438.964000', '193438.967000', '193438.969000', '193438.972000', '193438.975000', '193438.977000', '193438.980000', '193438.982000', '193438.985000', '193438.988000', '193438.990000', '193439.001000', '193439.004000', '193439.006000', '193439.009000', '193458.888000', '193458.890000', '193458.893000', '193458.896000', '193458.899000', '193458.901000', '193458.904000', '193458.907000', '193458.909000', '193458.912000', '193458.915000', '193458.917000', '193458.920000', '193458.922000', '193458.925000', '193458.928000', '193458.930000', '193458.933000', '193458.936000', '193458.938000', '193458.941000', '193458.943000', '193458.946000', '193458.949000', '193458.951000', '193458.954000', '193458.956000', '193458.959000', '193458.961000', '193458.964000', '193458.967000', '193458.969000', '193458.972000', '193458.975000', '193458.977000', '193459.015000', '193459.018000', '193459.020000', '193459.023000', '193459.025000', '193459.028000', '193459.031000', '193459.033000', '193518.888000', '193518.890000', '193518.893000', '193518.896000', '193518.899000', '193518.901000', '193518.904000', '193518.907000', '193518.909000', '193518.912000', '193518.914000', '193518.917000', '193518.920000', '193518.922000', '193518.925000', '193518.928000', '193518.930000', '193518.933000', '193518.935000', '193518.938000', '193518.940000', '193518.943000', '193518.946000', '193518.949000', '193518.951000', '193518.954000', '193518.956000', '193518.959000', '193518.962000', '193518.964000', '193518.967000', '193518.970000', '193518.972000', '193518.975000', '193518.978000', '193518.980000', '193518.983000', '193518.986000', '193518.988000', '193518.991000', '193518.993000', '193518.996000', '193519.000000', '193519.002000', '193538.887000', '193538.890000', '193538.892000', '193538.895000', '193538.897000', '193538.900000', '193538.903000', '193538.905000', '193538.908000', '193538.911000', '193538.913000', '193538.916000', '193538.918000', '193538.921000', '193538.924000', '193538.926000', '193538.929000', '193538.939000', '193538.941000', '193538.944000', '193538.947000', '193538.950000', '193538.952000', '193538.955000', '193538.957000', '193538.960000', '193538.963000', '193538.965000', '193538.968000', '193538.970000', '193538.973000', '193538.975000', '193538.978000', '193538.981000', '193538.983000', '193538.986000', '193538.988000', '193538.991000', '193538.994000', '193538.996000', '193539.000000', '193539.003000', '193539.005000', '193558.887000', '193558.890000', '193558.893000', '193558.895000', '193558.898000', '193558.901000', '193558.903000', '193558.906000', '193558.908000', '193558.911000', '193558.914000', '193558.916000', '193558.919000', '193558.921000', '193558.924000', '193558.927000', '193558.929000', '193558.932000', '193558.934000', '193558.937000', '193558.940000', '193558.942000', '193558.945000', '193558.948000', '193558.950000', '193558.953000', '193558.955000', '193558.958000', '193558.961000', '193558.963000', '193558.966000', '193558.968000', '193558.971000', '193558.974000', '193558.976000', '193558.979000', '193558.981000', '193558.984000', '193558.987000', '193558.989000', '193558.992000', '193558.994000', '193558.997000', '193559.001000', '193618.887000', '193618.890000', '193618.893000', '193618.895000', '193618.898000', '193618.901000', '193618.903000', '193618.906000', '193618.909000', '193618.911000', '193618.914000', '193618.916000', '193618.919000', '193618.922000', '193618.924000', '193618.927000', '193618.930000', '193618.932000', '193618.935000', '193618.938000', '193618.940000', '193618.943000', '193618.945000', '193618.948000', '193618.951000', '193618.953000', '193618.956000', '193618.958000', '193618.961000', '193618.964000', '193618.966000', '193618.969000', '193618.972000', '193618.974000', '193618.977000', '193618.979000', '193618.982000', '193618.985000', '193618.987000', '193618.990000', '193618.993000', '193618.995000', '193618.998000', '193638.888000', '193638.891000', '193638.893000', '193638.896000', '193638.898000', '193638.901000', '193638.904000', '193638.906000', '193638.909000', '193638.912000', '193638.914000', '193638.917000', '193638.920000', '193638.922000', '193638.925000', '193638.927000', '193638.930000', '193638.940000', '193638.943000', '193638.945000', '193638.948000', '193638.951000', '193638.953000', '193638.956000', '193638.958000', '193638.961000', '193638.963000', '193638.966000', '193638.969000', '193638.971000', '193638.974000', '193638.976000', '193638.979000', '193638.982000', '193638.984000', '193638.987000', '193638.989000', '193638.992000', '193638.994000', '193638.997000', '193639.001000', '193639.003000', '193639.006000', '193639.009000', '193658.888000', '193658.890000', '193658.893000', '193658.896000', '193658.899000', '193658.901000', '193658.904000', '193658.907000', '193658.909000', '193658.912000', '193658.915000', '193658.917000', '193658.920000', '193658.922000', '193658.925000', '193658.928000', '193658.930000', '193658.933000', '193658.936000', '193658.938000', '193658.941000', '193658.944000', '193658.946000', '193658.949000', '193658.951000', '193658.954000', '193658.957000', '193658.959000', '193658.962000', '193658.965000', '193658.967000', '193658.970000', '193658.972000', '193658.975000', '193658.978000', '193658.980000', '193658.983000', '193658.985000', '193658.988000', '193658.991000', '193658.993000', '193658.996000', '193658.998000', '193718.887000', '193718.890000', '193718.893000', '193718.896000', '193718.898000', '193718.901000', '193718.904000', '193718.906000', '193718.909000', '193718.911000', '193718.914000', '193718.917000', '193718.919000', '193718.922000', '193718.924000', '193718.927000', '193718.930000', '193718.932000', '193718.935000', '193718.938000', '193718.940000', '193718.943000', '193718.946000', '193718.948000', '193718.951000', '193718.953000', '193718.956000', '193718.959000', '193718.961000', '193718.964000', '193718.966000', '193718.969000', '193718.972000', '193718.974000', '193718.977000', '193718.979000', '193718.982000', '193718.985000', '193718.987000', '193718.990000', '193718.993000', '193718.995000', '193718.998000', '193719.001000', '193738.888000', '193738.891000', '193738.893000', '193738.896000', '193738.899000', '193738.901000', '193738.904000', '193738.906000', '193738.909000', '193738.912000', '193738.914000', '193738.917000', '193738.920000', '193738.922000', '193738.925000', '193738.928000', '193738.930000', '193738.933000', '193738.935000', '193738.938000', '193738.941000', '193738.943000', '193738.946000', '193738.948000', '193738.951000', '193738.954000', '193738.956000', '193738.959000', '193738.962000', '193738.964000', '193738.967000', '193738.969000', '193738.972000', '193738.975000', '193738.977000', '193738.980000', '193738.982000', '193738.985000', '193738.988000', '193738.990000', '193738.993000', '193738.996000', '193738.998000', '193758.886000', '193758.889000', '193758.892000', '193758.895000', '193758.897000', '193758.900000', '193758.903000', '193758.905000', '193758.908000', '193758.910000', '193758.913000', '193758.916000', '193758.918000', '193758.921000', '193758.924000', '193758.927000', '193758.929000', '193758.932000', '193758.934000', '193758.937000', '193758.940000', '193758.942000', '193758.945000', '193758.948000', '193758.950000', '193758.953000', '193758.956000', '193758.958000', '193758.961000', '193758.963000', '193758.966000', '193758.969000', '193758.971000', '193758.974000', '193758.977000', '193758.979000', '193758.982000', '193758.984000', '193758.987000', '193758.989000', '193758.992000', '193758.994000', '193758.997000', '193759.001000', '193818.888000', '193818.890000', '193818.893000', '193818.896000', '193818.898000', '193818.901000', '193818.904000', '193818.906000', '193818.909000', '193818.911000', '193818.914000', '193818.917000', '193818.919000', '193818.922000', '193818.925000', '193818.927000', '193818.930000', '193818.932000', '193818.935000', '193818.938000', '193818.940000', '193818.943000', '193818.945000', '193818.948000', '193818.951000', '193818.953000', '193818.956000', '193818.959000', '193818.961000', '193818.964000', '193818.966000', '193818.969000', '193818.971000', '193818.974000', '193818.977000', '193818.979000', '193818.982000', '193818.984000', '193818.987000', '193818.990000', '193818.992000', '193818.995000', '193818.997000', '193838.887000', '193838.890000', '193838.893000', '193838.895000', '193838.898000', '193838.901000', '193838.903000', '193838.906000', '193838.908000', '193838.911000', '193838.914000', '193838.916000', '193838.919000', '193838.922000', '193838.924000', '193838.927000', '193838.929000', '193838.932000', '193838.935000', '193838.937000', '193838.940000', '193838.942000', '193838.945000', '193838.948000', '193838.950000', '193838.953000', '193838.956000', '193838.958000', '193838.961000', '193838.963000', '193838.966000', '193838.969000', '193838.971000', '193838.974000', '193838.976000', '193838.979000', '193838.982000', '193838.984000', '193838.987000', '193838.989000', '193838.992000', '193838.995000', '193838.997000', '193839.001000', '193858.887000', '193858.890000', '193858.893000', '193858.896000', '193858.899000', '193858.901000', '193858.904000', '193858.906000', '193858.909000', '193858.912000', '193858.914000', '193858.917000', '193858.920000', '193858.922000', '193858.925000', '193858.928000', '193858.930000', '193858.933000', '193858.936000', '193858.938000', '193858.941000', '193858.943000', '193858.946000', '193858.949000', '193858.951000', '193858.954000', '193858.957000', '193858.959000', '193858.962000', '193858.964000', '193858.967000', '193858.970000', '193858.972000', '193858.975000', '193858.978000', '193858.980000', '193858.983000', '193858.985000', '193858.988000', '193858.991000', '193858.993000', '193858.996000', '193858.998000', '193918.887000', '193918.891000', '193918.893000', '193918.896000', '193918.899000', '193918.902000', '193918.905000', '193918.907000', '193918.910000', '193918.913000', '193918.915000', '193918.918000', '193918.921000', '193918.923000', '193918.926000', '193918.928000', '193918.931000', '193918.934000', '193918.936000', '193918.939000', '193918.941000', '193918.944000', '193918.946000', '193918.949000', '193918.952000', '193918.955000', '193918.958000', '193918.961000', '193918.963000', '193918.966000', '193918.969000', '193918.971000', '193918.974000', '193918.976000', '193918.979000', '193918.982000', '193918.984000', '193918.987000', '193918.990000', '193918.992000', '193918.995000', '193918.997000', '193919.001000', '193938.887000', '193938.890000', '193938.894000', '193938.896000', '193938.899000', '193938.902000', '193938.905000', '193938.908000', '193938.910000', '193938.913000', '193938.943000', '193938.946000', '193938.948000', '193938.951000', '193938.954000', '193938.956000', '193938.959000', '193938.962000', '193938.964000', '193938.967000', '193938.969000', '193938.972000', '193938.982000', '193938.985000', '193938.988000', '193938.991000', '193938.993000', '193938.996000', '193939.000000', '193939.002000', '193939.005000', '193939.008000', '193939.010000', '193939.013000', '193939.016000', '193939.019000', '193939.021000', '193939.024000', '193939.027000', '193939.030000', '193939.033000', '193939.036000', '193939.039000', '193939.042000', '193939.104000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [11465, 16657, 12372, 10300, 12191, 10310, 13142, 10061, 13571, 9932, 14877, 10338, 15747, 11672, 16169, 10686, 15783, 10501, 15514, 11435, 16208, 10888, 15395, 10092, 14628, 10631, 14062, 10884, 10343, 10550, 11209, 10818, 8778, 11496, 9592, 11486, 10049, 11592, 9208, 12523, 9484, 12118, 9482, 13403, 9454, 12562, 9681, 13934, 10198, 15491, 10308, 14473, 10323, 13681, 9466, 13248, 9575, 13485, 9513, 13240, 9495, 12759, 9554, 12442, 9317, 12962, 9177, 12135, 9471, 12846, 9341, 13007, 9397, 12532, 9500, 11559, 9228, 12432, 9681, 12314, 9587, 13360, 9510, 12900, 9949, 12427, 9716, 12438, 12846, 11860, 9981, 11496, 10519, 10729, 11325, 10730, 8855, 11323, 9624, 11242, 9419, 11935, 9475, 12536, 10021, 12583, 10764, 11974, 12327, 12098, 15915, 12664, 13322, 11705, 12110, 10808, 13885, 11051, 9433, 10928, 12328, 11185, 14021, 11427, 9546, 11299, 10592, 11859, 9831, 12427, 9753, 13116, 10037, 12695, 10088, 13276, 9991, 13108, 9761, 12890, 9467, 13651, 9786, 13014, 9513, 12965, 8836, 12305, 9541, 13490, 10144, 14734, 10114, 15114, 10391, 16149, 10155, 14621, 9941, 13951, 10269, 14297, 9521, 12497, 9589, 13484, 8993, 13737, 8841, 12075, 8950, 13725, 9211, 12382, 9291, 12815, 9877, 13869, 9643, 14263, 9873, 14828, 10080, 15197, 10287, 15698, 10182, 14441, 11098, 11423, 11360, 10320, 12061, 9870, 12817, 9890, 13046, 9579, 13016, 9635, 13210, 9604, 13691, 9112, 14302, 8978, 13708, 9150, 13762, 9419, 13179, 9288, 13464, 9207, 13643, 9572, 12356, 9749, 13580, 10100, 12991, 11196, 13973, 11971, 10753, 11940, 9712, 12615, 10600, 13021, 9980, 12748, 9932, 12280, 14146, 12281, 12770, 11684, 16594, 10824, 14939, 11254, 14189, 10253, 14713, 10430, 8847, 10860, 9043, 10727, 9149, 11218, 9012, 11881, 9922, 12312, 9184, 14058, 9946, 14462, 9867, 14237, 11355, 9983, 12507, 11252, 12356, 10037, 12677, 11026, 13047, 9973, 12551, 9273, 12473, 13524, 12553, 9691, 12172, 9504, 12128, 9320, 12548, 9067, 12442, 9587, 13482, 9921, 14958, 10421, 15562, 10834, 15451, 11763, 15906, 12273, 14493, 12029, 10292, 11996, 13213, 11307, 9822, 11850, 8927, 12004, 9425, 12469, 9504, 13889, 9286, 12619, 9703, 13318, 9589, 14161, 9620, 13898, 9974, 14513, 9971, 15210, 9920, 15557, 11156, 9893, 11331, 11957, 12326, 9622, 12868, 11943, 12626, 10094, 12486, 9344, 12289, 9664, 12818, 9116, 14281, 9812, 14461, 10657, 15016, 10033, 15744, 10651, 15998, 11013, 11569, 11398, 9993, 12641, 9501, 12867, 9092, 13104, 9200, 13246, 8799, 13101, 8968, 13556, 10063, 13709, 10111, 12356, 11271, 10323, 11492, 9147, 12320, 9708, 13170, 9839, 12922, 9319, 12592, 10352, 12689, 9394, 13353, 9231, 13161, 9454, 13775, 8993, 13393, 8922, 13518, 9130, 14143, 8931, 13017, 9152, 13910, 9604, 13823, 9974, 15628, 9993, 14758, 10841, 15625, 11120, 16464, 11299, 16288, 11889, 15551, 12009, 16990, 11152, 16151, 11103, 15996, 10663, 11316, 11416, 9334, 13003, 9503, 14571, 10609, 16166, 10588, 14998, 10924, 16075, 11358, 15717, 11202, 16230, 11009, 15749, 12050, 11188, 11858, 14620, 12178, 13249, 12174, 11885, 12038, 16094, 11427, 13953, 11863, 14016, 11526, 13576, 11010, 8945, 11857, 9247, 12104, 9478, 13009, 9831, 14755, 10067, 14772, 10700, 15662, 11177, 16432, 10874, 17315, 11987, 16452, 12498, 16957, 12321, 13373, 12238, 9838, 12043, 14213, 13089, 9863, 12421, 10135, 12673, 10750, 13368, 9760, 13190, 9763, 12894, 9791, 13697, 9449, 13387, 9819, 14673, 10069, 15337, 10707, 11905, 11887, 9295, 13065, 9493, 13868, 9297, 14247, 9494, 14663, 10411, 15158, 11500, 15448, 11105, 16322, 10910, 15001, 12324, 10957, 12393, 10393, 12944, 9381, 13303, 9291, 13833, 9771, 14895, 9787, 14838, 10576, 14870, 10646, 15210, 10190, 15988, 10745, 14139, 11397, 11177, 11397, 10640, 12068, 8784, 12648, 9423, 13209, 9684, 13670, 9830, 14436, 10218, 15060, 10461, 15829, 11590, 14118, 12589, 9887, 13151, 9769, 14575, 10139, 14876, 10272, 16033, 10979, 16200, 11058, 16467, 12294, 12100, 12388, 9687, 13055, 8981, 13274, 10364, 14223, 10640, 14741, 11675, 11794, 12765, 9652, 13315, 9537, 14817, 10677, 15635, 10837, 16264, 11314, 16329, 12048, 9689, 11992, 9782, 13392, 9341, 13829, 9630, 14808, 9339, 14814, 9334, 14344, 9327, 14747, 9963, 14654, 9650, 12932, 10414, 14004, 10497, 11102, 10769, 10012, 11830, 9300, 12885, 9242, 14529, 9818, 15927, 10560, 16519, 10840, 15803, 11337, 16461, 11863, 15414, 12295, 14030, 13092, 9751, 12570, 9424, 13905, 9528, 14728, 9383, 15523, 10421, 16849, 11243, 16363, 10851, 15446, 10890, 15094, 11466, 11964, 11967, 9790, 12598, 9410, 13389, 9437, 14453, 10399, 15649, 10791, 15922, 11147, 15711, 12148, 12175, 12356, 11051, 13266, 9742, 13536, 9767, 15013, 9730, 14821, 9592, 15956, 10883, 17391, 11334, 15599, 10773, 14541, 11664, 9221, 11984, 8697, 12382, 9147, 13449, 9425, 15321, 10660, 16035, 11490, 17199, 11521, 16754, 11903, 15899, 12934, 11469, 12927, 11435, 13091, 9886, 13807, 9319, 13225, 9275, 14022, 9626, 14049, 10270, 15120, 10883, 9013, 11329, 9391, 12668, 9925, 14334, 10263, 15484, 11281, 16712, 12021, 16926, 12108, 15169, 13266, 14485, 14675, 11795, 11758, 9428, 11044, 11401, 9504, 12359, 9724, 13272, 12033, 12842, 10216, 13433, 9643, 13905, 9547, 14278, 9628, 14155, 9404, 15437, 9084, 15638, 10034, 14774, 8941, 14827, 9469, 14764, 10036, 15363, 8859, 13917, 9097, 14748, 8946, 13895, 8961, 13666, 8980, 13182, 8583, 12804, 9319, 12871, 10030, 11905, 10554, 8877, 11832, 8876, 12270, 9093, 14267, 10213, 15123, 10467, 15774, 10981, 15137, 11565, 15154, 11611, 9582, 13067, 9465, 13161, 9142, 15106, 10694, 16423, 11398, 16335, 12244, 17137, 12187, 9878, 13065, 9413, 14181, 9845, 13925, 10142, 16098, 11133, 15350, 12267, 9835, 12535, 12000, 13497, 9469, 13910, 9770, 14737, 9478, 13995, 9349, 14585, 9311, 15164, 9482, 14676, 9287, 14431, 10638, 14597, 11242, 14936, 11103, 11092, 11666, 9548, 13570, 10298, 15993, 10900, 13895, 12928, 9927, 14882, 10617, 16693, 11352, 16129, 11528, 15968, 11925, 16110, 10283, 16082, 11924, 9873, 14240, 10695], 'WindowCenter': [4590.0, 4591.0, 4557.0, 4522.0, 4532.0, 4510.0, 4541.0, 4497.0, 4527.0, 4505.0, 4536.0, 4506.0, 4534.0, 4504.0, 4534.0, 4495.0, 4522.0, 4506.0, 4524.0, 4504.0, 4522.0, 4493.0, 4521.0, 4494.0, 4523.0, 4493.0, 4511.0, 4503.0, 4492.0, 4505.0, 4504.0, 4517.0, 4486.0, 4516.0, 4495.0, 4517.0, 4495.0, 4505.0, 4483.0, 4512.0, 4494.0, 4514.0, 4495.0, 4523.0, 4496.0, 4514.0, 4495.0, 4525.0, 4506.0, 4533.0, 4506.0, 4525.0, 4495.0, 4523.0, 4485.0, 4514.0, 4482.0, 4514.0, 4481.0, 4511.0, 4479.0, 4511.0, 4482.0, 4513.0, 4482.0, 4510.0, 4481.0, 4514.0, 4483.0, 4514.0, 4494.0, 4523.0, 4494.0, 4525.0, 4493.0, 4503.0, 4483.0, 4513.0, 4494.0, 4515.0, 4483.0, 4524.0, 4493.0, 4524.0, 4494.0, 4512.0, 4481.0, 4511.0, 4511.0, 4501.0, 4481.0, 4503.0, 4491.0, 4504.0, 4502.0, 4504.0, 4482.0, 4514.0, 4494.0, 4515.0, 4485.0, 4515.0, 4493.0, 4515.0, 4494.0, 4515.0, 4503.0, 4505.0, 4502.0, 4504.0, 4522.0, 4513.0, 4511.0, 4501.0, 4500.0, 4503.0, 4511.0, 4503.0, 4481.0, 4504.0, 4513.0, 4514.0, 4523.0, 4504.0, 4482.0, 4503.0, 4493.0, 4514.0, 4494.0, 4514.0, 4494.0, 4525.0, 4493.0, 4514.0, 4491.0, 4511.0, 4492.0, 4512.0, 4492.0, 4513.0, 4482.0, 4524.0, 4494.0, 4524.0, 4492.0, 4511.0, 4480.0, 4513.0, 4493.0, 4522.0, 4505.0, 4522.0, 4504.0, 4523.0, 4492.0, 4532.0, 4490.0, 4521.0, 4493.0, 4510.0, 4492.0, 4509.0, 4482.0, 4500.0, 4491.0, 4513.0, 4482.0, 4511.0, 4472.0, 4502.0, 4482.0, 4511.0, 4480.0, 4499.0, 4493.0, 4510.0, 4493.0, 4511.0, 4493.0, 4522.0, 4503.0, 4523.0, 4506.0, 4523.0, 4504.0, 4532.0, 4505.0, 4523.0, 4515.0, 4502.0, 4515.0, 4494.0, 4514.0, 4493.0, 4524.0, 4493.0, 4523.0, 4493.0, 4513.0, 4482.0, 4513.0, 4481.0, 4524.0, 4481.0, 4522.0, 4481.0, 4523.0, 4482.0, 4522.0, 4482.0, 4513.0, 4483.0, 4512.0, 4483.0, 4522.0, 4493.0, 4514.0, 4495.0, 4525.0, 4506.0, 4524.0, 4514.0, 4524.0, 4517.0, 4505.0, 4514.0, 4493.0, 4515.0, 4503.0, 4514.0, 4482.0, 4511.0, 4481.0, 4512.0, 4511.0, 4513.0, 4501.0, 4501.0, 4532.0, 4502.0, 4520.0, 4502.0, 4510.0, 4493.0, 4522.0, 4503.0, 4483.0, 4503.0, 4483.0, 4515.0, 4495.0, 4504.0, 4483.0, 4514.0, 4494.0, 4514.0, 4496.0, 4523.0, 4506.0, 4535.0, 4507.0, 4526.0, 4516.0, 4504.0, 4527.0, 4515.0, 4524.0, 4493.0, 4523.0, 4504.0, 4513.0, 4491.0, 4512.0, 4482.0, 4513.0, 4511.0, 4512.0, 4481.0, 4501.0, 4482.0, 4512.0, 4480.0, 4510.0, 4481.0, 4511.0, 4493.0, 4524.0, 4505.0, 4533.0, 4505.0, 4534.0, 4506.0, 4533.0, 4513.0, 4533.0, 4515.0, 4523.0, 4514.0, 4491.0, 4513.0, 4512.0, 4502.0, 4492.0, 4502.0, 4470.0, 4513.0, 4483.0, 4514.0, 4482.0, 4522.0, 4481.0, 4511.0, 4494.0, 4522.0, 4494.0, 4525.0, 4506.0, 4524.0, 4520.0, 4524.0, 4505.0, 4533.0, 4506.0, 4534.0, 4515.0, 4494.0, 4516.0, 4515.0, 4525.0, 4493.0, 4524.0, 4514.0, 4514.0, 4494.0, 4514.0, 4482.0, 4512.0, 4492.0, 4523.0, 4484.0, 4522.0, 4505.0, 4525.0, 4503.0, 4533.0, 4494.0, 4533.0, 4505.0, 4534.0, 4503.0, 4502.0, 4514.0, 4494.0, 4523.0, 4493.0, 4514.0, 4482.0, 4523.0, 4482.0, 4513.0, 4471.0, 4512.0, 4484.0, 4525.0, 4494.0, 4523.0, 4505.0, 4525.0, 4517.0, 4506.0, 4516.0, 4493.0, 4525.0, 4497.0, 4526.0, 4496.0, 4514.0, 4482.0, 4514.0, 4492.0, 4513.0, 4482.0, 4523.0, 4483.0, 4523.0, 4493.0, 4524.0, 4483.0, 4521.0, 4483.0, 4526.0, 4482.0, 4524.0, 4495.0, 4524.0, 4494.0, 4523.0, 4494.0, 4523.0, 4504.0, 4533.0, 4506.0, 4536.0, 4514.0, 4533.0, 4515.0, 4534.0, 4515.0, 4533.0, 4513.0, 4520.0, 4514.0, 4533.0, 4502.0, 4521.0, 4502.0, 4532.0, 4504.0, 4504.0, 4514.0, 4493.0, 4524.0, 4505.0, 4535.0, 4517.0, 4545.0, 4504.0, 4535.0, 4516.0, 4534.0, 4505.0, 4522.0, 4503.0, 4533.0, 4503.0, 4534.0, 4512.0, 4501.0, 4512.0, 4524.0, 4512.0, 4510.0, 4512.0, 4501.0, 4512.0, 4532.0, 4502.0, 4511.0, 4502.0, 4521.0, 4514.0, 4511.0, 4502.0, 4481.0, 4513.0, 4493.0, 4513.0, 4495.0, 4525.0, 4505.0, 4535.0, 4508.0, 4536.0, 4517.0, 4535.0, 4514.0, 4545.0, 4517.0, 4545.0, 4516.0, 4532.0, 4514.0, 4535.0, 4515.0, 4512.0, 4513.0, 4491.0, 4512.0, 4523.0, 4525.0, 4494.0, 4513.0, 4504.0, 4527.0, 4503.0, 4537.0, 4493.0, 4523.0, 4494.0, 4522.0, 4492.0, 4523.0, 4492.0, 4524.0, 4495.0, 4524.0, 4505.0, 4534.0, 4518.0, 4515.0, 4515.0, 4508.0, 4525.0, 4496.0, 4526.0, 4494.0, 4524.0, 4493.0, 4522.0, 4506.0, 4534.0, 4515.0, 4533.0, 4514.0, 4534.0, 4505.0, 4523.0, 4513.0, 4502.0, 4515.0, 4494.0, 4513.0, 4483.0, 4524.0, 4483.0, 4524.0, 4494.0, 4522.0, 4493.0, 4524.0, 4505.0, 4524.0, 4504.0, 4523.0, 4504.0, 4534.0, 4516.0, 4523.0, 4513.0, 4503.0, 4516.0, 4504.0, 4514.0, 4484.0, 4525.0, 4495.0, 4525.0, 4495.0, 4536.0, 4506.0, 4536.0, 4506.0, 4536.0, 4518.0, 4535.0, 4527.0, 4535.0, 4526.0, 4505.0, 4525.0, 4495.0, 4535.0, 4505.0, 4533.0, 4495.0, 4533.0, 4516.0, 4535.0, 4516.0, 4533.0, 4515.0, 4513.0, 4513.0, 4494.0, 4512.0, 4483.0, 4523.0, 4505.0, 4525.0, 4505.0, 4534.0, 4516.0, 4515.0, 4526.0, 4495.0, 4526.0, 4494.0, 4534.0, 4504.0, 4534.0, 4505.0, 4535.0, 4517.0, 4534.0, 4516.0, 4493.0, 4514.0, 4496.0, 4526.0, 4494.0, 4523.0, 4492.0, 4535.0, 4482.0, 4524.0, 4481.0, 4522.0, 4481.0, 4523.0, 4493.0, 4519.0, 4494.0, 4512.0, 4504.0, 4522.0, 4504.0, 4503.0, 4514.0, 4506.0, 4526.0, 4495.0, 4527.0, 4506.0, 4535.0, 4508.0, 4545.0, 4505.0, 4543.0, 4505.0, 4536.0, 4517.0, 4535.0, 4516.0, 4533.0, 4526.0, 4524.0, 4525.0, 4493.0, 4523.0, 4494.0, 4526.0, 4494.0, 4523.0, 4494.0, 4533.0, 4504.0, 4533.0, 4503.0, 4532.0, 4503.0, 4533.0, 4504.0, 4522.0, 4512.0, 4513.0, 4515.0, 4494.0, 4513.0, 4483.0, 4523.0, 4493.0, 4523.0, 4505.0, 4534.0, 4505.0, 4532.0, 4516.0, 4533.0, 4515.0, 4515.0, 4527.0, 4504.0, 4524.0, 4493.0, 4524.0, 4492.0, 4533.0, 4492.0, 4523.0, 4491.0, 4531.0, 4504.0, 4534.0, 4504.0, 4532.0, 4504.0, 4524.0, 4514.0, 4495.0, 4515.0, 4483.0, 4524.0, 4494.0, 4527.0, 4494.0, 4533.0, 4506.0, 4535.0, 4516.0, 4533.0, 4504.0, 4533.0, 4514.0, 4533.0, 4515.0, 4501.0, 4512.0, 4501.0, 4512.0, 4492.0, 4521.0, 4481.0, 4510.0, 4482.0, 4522.0, 4493.0, 4523.0, 4505.0, 4534.0, 4516.0, 4484.0, 4514.0, 4495.0, 4527.0, 4506.0, 4535.0, 4505.0, 4535.0, 4516.0, 4535.0, 4516.0, 4535.0, 4514.0, 4524.0, 4524.0, 4524.0, 4537.0, 4514.0, 4502.0, 4482.0, 4502.0, 4513.0, 4494.0, 4526.0, 4494.0, 4525.0, 4513.0, 4523.0, 4493.0, 4523.0, 4481.0, 4521.0, 4480.0, 4520.0, 4480.0, 4509.0, 4468.0, 4508.0, 4468.0, 4521.0, 4477.0, 4508.0, 4467.0, 4508.0, 4479.0, 4508.0, 4478.0, 4508.0, 4467.0, 4510.0, 4470.0, 4521.0, 4468.0, 4508.0, 4466.0, 4509.0, 4469.0, 4509.0, 4470.0, 4510.0, 4493.0, 4513.0, 4506.0, 4515.0, 4516.0, 4497.0, 4527.0, 4498.0, 4527.0, 4495.0, 4537.0, 4506.0, 4537.0, 4506.0, 4533.0, 4508.0, 4536.0, 4515.0, 4523.0, 4516.0, 4495.0, 4537.0, 4496.0, 4524.0, 4496.0, 4536.0, 4518.0, 4546.0, 4531.0, 4535.0, 4516.0, 4545.0, 4516.0, 4494.0, 4523.0, 4484.0, 4523.0, 4494.0, 4524.0, 4506.0, 4535.0, 4517.0, 4536.0, 4526.0, 4495.0, 4527.0, 4515.0, 4525.0, 4494.0, 4524.0, 4493.0, 4535.0, 4483.0, 4525.0, 4482.0, 4522.0, 4483.0, 4536.0, 4482.0, 4522.0, 4481.0, 4522.0, 4505.0, 4524.0, 4516.0, 4523.0, 4514.0, 4515.0, 4516.0, 4495.0, 4525.0, 4508.0, 4548.0, 4518.0, 4536.0, 4528.0, 4507.0, 4536.0, 4506.0, 4546.0, 4516.0, 4535.0, 4516.0, 4533.0, 4527.0, 4534.0, 4493.0, 4521.0, 4502.0, 4493.0, 4536.0, 4517.0], 'WindowWidth': [10074.0, 10056.0, 10000.0, 9940.0, 9951.0, 9917.0, 9961.0, 9896.0, 9934.0, 9902.0, 9944.0, 9904.0, 9940.0, 9899.0, 9937.0, 9885.0, 9920.0, 9902.0, 9925.0, 9895.0, 9916.0, 9879.0, 9916.0, 9884.0, 9920.0, 9881.0, 9900.0, 9892.0, 9877.0, 9901.0, 9897.0, 9922.0, 9877.0, 9918.0, 9887.0, 9922.0, 9887.0, 9898.0, 9865.0, 9907.0, 9884.0, 9913.0, 9887.0, 9922.0, 9890.0, 9912.0, 9891.0, 9930.0, 9905.0, 9938.0, 9904.0, 9929.0, 9888.0, 9920.0, 9871.0, 9909.0, 9866.0, 9910.0, 9861.0, 9900.0, 9856.0, 9902.0, 9865.0, 9907.0, 9862.0, 9898.0, 9862.0, 9910.0, 9868.0, 9912.0, 9886.0, 9925.0, 9885.0, 9930.0, 9881.0, 9896.0, 9867.0, 9911.0, 9884.0, 9915.0, 9868.0, 9926.0, 9882.0, 9927.0, 9885.0, 9906.0, 9861.0, 9902.0, 9903.0, 9890.0, 9860.0, 9893.0, 9874.0, 9897.0, 9891.0, 9898.0, 9866.0, 9912.0, 9885.0, 9915.0, 9873.0, 9915.0, 9882.0, 9914.0, 9886.0, 9915.0, 9894.0, 9898.0, 9889.0, 9895.0, 9919.0, 9908.0, 9900.0, 9890.0, 9885.0, 9895.0, 9903.0, 9895.0, 9862.0, 9898.0, 9909.0, 9913.0, 9922.0, 9897.0, 9864.0, 9896.0, 9881.0, 9912.0, 9884.0, 9913.0, 9883.0, 9930.0, 9882.0, 9912.0, 9876.0, 9904.0, 9879.0, 9908.0, 9879.0, 9907.0, 9866.0, 9926.0, 9884.0, 9926.0, 9879.0, 9902.0, 9861.0, 9908.0, 9883.0, 9920.0, 9901.0, 9920.0, 9899.0, 9922.0, 9880.0, 9932.0, 9875.0, 9914.0, 9881.0, 9899.0, 9879.0, 9896.0, 9865.0, 9887.0, 9877.0, 9906.0, 9863.0, 9900.0, 9851.0, 9890.0, 9864.0, 9902.0, 9861.0, 9885.0, 9882.0, 9901.0, 9883.0, 9904.0, 9883.0, 9920.0, 9899.0, 9923.0, 9906.0, 9921.0, 9898.0, 9934.0, 9901.0, 9922.0, 9915.0, 9894.0, 9916.0, 9885.0, 9914.0, 9882.0, 9927.0, 9883.0, 9925.0, 9881.0, 9910.0, 9864.0, 9909.0, 9865.0, 9924.0, 9863.0, 9917.0, 9864.0, 9922.0, 9867.0, 9919.0, 9865.0, 9907.0, 9870.0, 9906.0, 9867.0, 9918.0, 9883.0, 9910.0, 9890.0, 9929.0, 9906.0, 9926.0, 9915.0, 9927.0, 9922.0, 9903.0, 9914.0, 9883.0, 9916.0, 9897.0, 9913.0, 9864.0, 9905.0, 9861.0, 9907.0, 9903.0, 9907.0, 9886.0, 9889.0, 9932.0, 9893.0, 9914.0, 9891.0, 9899.0, 9882.0, 9920.0, 9896.0, 9868.0, 9897.0, 9871.0, 9916.0, 9890.0, 9899.0, 9868.0, 9915.0, 9886.0, 9915.0, 9891.0, 9925.0, 9907.0, 9943.0, 9909.0, 9931.0, 9920.0, 9901.0, 9936.0, 9916.0, 9929.0, 9883.0, 9924.0, 9898.0, 9909.0, 9876.0, 9906.0, 9866.0, 9910.0, 9905.0, 9906.0, 9860.0, 9889.0, 9865.0, 9906.0, 9861.0, 9901.0, 9864.0, 9905.0, 9884.0, 9926.0, 9902.0, 9936.0, 9903.0, 9941.0, 9905.0, 9936.0, 9911.0, 9937.0, 9915.0, 9923.0, 9913.0, 9877.0, 9908.0, 9905.0, 9894.0, 9879.0, 9894.0, 9848.0, 9909.0, 9868.0, 9912.0, 9866.0, 9918.0, 9866.0, 9905.0, 9886.0, 9919.0, 9888.0, 9927.0, 9907.0, 9926.0, 9932.0, 9927.0, 9902.0, 9937.0, 9906.0, 9941.0, 9917.0, 9885.0, 9921.0, 9916.0, 9932.0, 9883.0, 9928.0, 9913.0, 9913.0, 9886.0, 9912.0, 9865.0, 9910.0, 9881.0, 9923.0, 9873.0, 9921.0, 9904.0, 9928.0, 9900.0, 9938.0, 9887.0, 9938.0, 9903.0, 9940.0, 9899.0, 9893.0, 9913.0, 9886.0, 9924.0, 9884.0, 9911.0, 9866.0, 9926.0, 9869.0, 9910.0, 9852.0, 9906.0, 9874.0, 9928.0, 9886.0, 9922.0, 9903.0, 9930.0, 9924.0, 9905.0, 9920.0, 9885.0, 9931.0, 9894.0, 9933.0, 9892.0, 9912.0, 9866.0, 9913.0, 9879.0, 9910.0, 9867.0, 9924.0, 9869.0, 9927.0, 9882.0, 9925.0, 9868.0, 9918.0, 9870.0, 9931.0, 9867.0, 9925.0, 9889.0, 9925.0, 9887.0, 9924.0, 9884.0, 9923.0, 9901.0, 9938.0, 9908.0, 9944.0, 9915.0, 9938.0, 9914.0, 9942.0, 9916.0, 9938.0, 9910.0, 9915.0, 9911.0, 9938.0, 9893.0, 9915.0, 9893.0, 9933.0, 9899.0, 9898.0, 9912.0, 9885.0, 9928.0, 9906.0, 9945.0, 9923.0, 9958.0, 9902.0, 9944.0, 9920.0, 9941.0, 9903.0, 9920.0, 9897.0, 9938.0, 9898.0, 9938.0, 9909.0, 9888.0, 9908.0, 9925.0, 9908.0, 9903.0, 9906.0, 9887.0, 9907.0, 9934.0, 9893.0, 9902.0, 9892.0, 9916.0, 9912.0, 9904.0, 9896.0, 9864.0, 9910.0, 9885.0, 9912.0, 9889.0, 9928.0, 9903.0, 9944.0, 9912.0, 9946.0, 9922.0, 9942.0, 9914.0, 9958.0, 9921.0, 9957.0, 9917.0, 9934.0, 9914.0, 9941.0, 9916.0, 9907.0, 9911.0, 9878.0, 9911.0, 9924.0, 9931.0, 9882.0, 9909.0, 9899.0, 9935.0, 9896.0, 9950.0, 9884.0, 9926.0, 9886.0, 9923.0, 9881.0, 9922.0, 9882.0, 9924.0, 9888.0, 9926.0, 9903.0, 9941.0, 9924.0, 9916.0, 9918.0, 9912.0, 9931.0, 9891.0, 9935.0, 9885.0, 9926.0, 9882.0, 9920.0, 9904.0, 9940.0, 9915.0, 9938.0, 9914.0, 9940.0, 9904.0, 9924.0, 9911.0, 9892.0, 9915.0, 9885.0, 9910.0, 9868.0, 9925.0, 9870.0, 9927.0, 9887.0, 9919.0, 9883.0, 9925.0, 9904.0, 9925.0, 9899.0, 9923.0, 9901.0, 9941.0, 9919.0, 9923.0, 9912.0, 9897.0, 9918.0, 9900.0, 9914.0, 9871.0, 9929.0, 9890.0, 9929.0, 9890.0, 9947.0, 9907.0, 9945.0, 9909.0, 9948.0, 9927.0, 9945.0, 9937.0, 9944.0, 9934.0, 9903.0, 9930.0, 9890.0, 9944.0, 9902.0, 9938.0, 9888.0, 9938.0, 9919.0, 9944.0, 9920.0, 9935.0, 9912.0, 9911.0, 9911.0, 9885.0, 9907.0, 9870.0, 9922.0, 9904.0, 9929.0, 9903.0, 9940.0, 9921.0, 9917.0, 9934.0, 9889.0, 9932.0, 9887.0, 9940.0, 9901.0, 9940.0, 9900.0, 9942.0, 9921.0, 9941.0, 9917.0, 9883.0, 9912.0, 9891.0, 9931.0, 9885.0, 9925.0, 9880.0, 9943.0, 9868.0, 9926.0, 9864.0, 9920.0, 9865.0, 9921.0, 9882.0, 9911.0, 9883.0, 9907.0, 9898.0, 9921.0, 9902.0, 9896.0, 9915.0, 9906.0, 9933.0, 9891.0, 9935.0, 9908.0, 9944.0, 9911.0, 9960.0, 9905.0, 9952.0, 9902.0, 9944.0, 9921.0, 9943.0, 9919.0, 9938.0, 9932.0, 9927.0, 9931.0, 9882.0, 9923.0, 9885.0, 9931.0, 9884.0, 9922.0, 9886.0, 9939.0, 9900.0, 9937.0, 9896.0, 9934.0, 9897.0, 9937.0, 9899.0, 9921.0, 9909.0, 9908.0, 9915.0, 9885.0, 9910.0, 9870.0, 9925.0, 9885.0, 9925.0, 9901.0, 9938.0, 9904.0, 9936.0, 9920.0, 9938.0, 9916.0, 9914.0, 9934.0, 9900.0, 9929.0, 9883.0, 9926.0, 9882.0, 9938.0, 9881.0, 9920.0, 9878.0, 9933.0, 9900.0, 9940.0, 9900.0, 9934.0, 9900.0, 9926.0, 9914.0, 9888.0, 9915.0, 9870.0, 9929.0, 9887.0, 9934.0, 9889.0, 9938.0, 9906.0, 9944.0, 9918.0, 9938.0, 9898.0, 9938.0, 9913.0, 9937.0, 9914.0, 9887.0, 9906.0, 9890.0, 9906.0, 9877.0, 9916.0, 9864.0, 9903.0, 9866.0, 9919.0, 9881.0, 9921.0, 9903.0, 9939.0, 9919.0, 9872.0, 9915.0, 9892.0, 9936.0, 9906.0, 9943.0, 9903.0, 9943.0, 9920.0, 9945.0, 9919.0, 9942.0, 9914.0, 9925.0, 9928.0, 9926.0, 9953.0, 9915.0, 9891.0, 9868.0, 9892.0, 9909.0, 9886.0, 9933.0, 9886.0, 9929.0, 9908.0, 9922.0, 9882.0, 9923.0, 9863.0, 9918.0, 9858.0, 9914.0, 9856.0, 9897.0, 9838.0, 9891.0, 9837.0, 9913.0, 9851.0, 9893.0, 9836.0, 9892.0, 9857.0, 9893.0, 9851.0, 9892.0, 9836.0, 9900.0, 9843.0, 9915.0, 9839.0, 9894.0, 9834.0, 9895.0, 9841.0, 9895.0, 9844.0, 9899.0, 9884.0, 9908.0, 9904.0, 9913.0, 9920.0, 9896.0, 9936.0, 9897.0, 9935.0, 9889.0, 9950.0, 9906.0, 9946.0, 9904.0, 9936.0, 9909.0, 9943.0, 9916.0, 9923.0, 9917.0, 9889.0, 9950.0, 9891.0, 9927.0, 9891.0, 9944.0, 9926.0, 9961.0, 9947.0, 9942.0, 9918.0, 9956.0, 9917.0, 9885.0, 9924.0, 9872.0, 9923.0, 9884.0, 9925.0, 9903.0, 9941.0, 9922.0, 9945.0, 9932.0, 9886.0, 9933.0, 9914.0, 9929.0, 9883.0, 9924.0, 9882.0, 9942.0, 9868.0, 9926.0, 9864.0, 9919.0, 9868.0, 9944.0, 9867.0, 9919.0, 9864.0, 9917.0, 9900.0, 9923.0, 9917.0, 9921.0, 9913.0, 9916.0, 9918.0, 9890.0, 9928.0, 9910.0, 9963.0, 9925.0, 9945.0, 9936.0, 9907.0, 9947.0, 9905.0, 9959.0, 9916.0, 9940.0, 9918.0, 9935.0, 9935.0, 9935.0, 9878.0, 9913.0, 9891.0, 9881.0, 9947.0, 9922.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.0002898388952819333</td></tr>
<tr><td colspan=3>aqi</td><td>0.018971071231300343</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.85384747282261</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2465877624769577</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9944500564055291</td></tr>
<tr><td colspan=3>efc</td><td>0.4642</td></tr>
<tr><td colspan=3>fber</td><td>6840.3066</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0919563491875303</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4522439585730726</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5316027189372243</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.424266578564617</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7998638423369533</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3706777359101023</td></tr>
<tr><td colspan=3>gcor</td><td>0.00641717</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01306742150336504</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021487290039658546</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.9556851306360308</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>39.3976</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.679</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.3729</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302045.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.0073</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3749</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.6823</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3715.9071</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4858.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>996.7865</td></tr>
<tr><td colspan=3>tsnr</td><td>45.755469117779285</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>