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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-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-05_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-05_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-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-05_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-05_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-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-05_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-05_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-03/func/sub-0124_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b604934bf066dff040a4a20c49fcc6c8</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:56:12.677500</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>85965ea2-c37b-4209-a75e-d1b9798fc9e9||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': ['195612.677500', '195613.137500', '195613.597500', '195614.057500', '195614.517500', '195614.977500', '195615.437500', '195615.897500', '195616.357500', '195616.817500', '195617.277500', '195617.737500', '195618.197500', '195618.657500', '195619.117500', '195619.577500', '195620.037500', '195620.497500', '195620.957500', '195621.417500', '195621.877500', '195622.337500', '195622.797500', '195623.257500', '195623.717500', '195624.177500', '195624.637500', '195625.097500', '195625.557500', '195626.017500', '195626.477500', '195626.937500', '195627.397500', '195627.857500', '195628.317500', '195628.777500', '195629.237500', '195629.697500', '195630.157500', '195630.617500', '195631.077500', '195631.537500', '195631.997500', '195632.457500', '195632.917500', '195633.377500', '195633.837500', '195634.297500', '195634.757500', '195635.217500', '195635.677500', '195636.137500', '195636.597500', '195637.057500', '195637.517500', '195637.977500', '195638.437500', '195638.897500', '195639.357500', '195639.817500', '195640.277500', '195640.737500', '195641.197500', '195641.657500', '195642.117500', '195642.577500', '195643.037500', '195643.497500', '195643.957500', '195644.417500', '195644.877500', '195645.337500', '195645.797500', '195646.257500', '195646.717500', '195647.177500', '195647.637500', '195648.097500', '195648.557500', '195649.017500', '195649.477500', '195649.937500', '195650.397500', '195650.857500', '195651.317500', '195651.777500', '195652.237500', '195652.697500', '195653.157500', '195653.617500', '195654.077500', '195654.537500', '195654.997500', '195655.457500', '195655.917500', '195656.377500', '195656.837500', '195657.297500', '195657.757500', '195658.217500', '195658.677500', '195659.137500', '195659.597500', '195700.057500', '195700.517500', '195700.977500', '195701.437500', '195701.897500', '195702.357500', '195702.817500', '195703.277500', '195703.737500', '195704.197500', '195704.657500', '195705.117500', '195705.577500', '195706.037500', '195706.497500', '195706.957500', '195707.417500', '195707.877500', '195708.337500', '195708.797500', '195709.257500', '195709.717500', '195710.177500', '195710.637500', '195711.097500', '195711.557500', '195712.017500', '195712.477500', '195712.937500', '195713.397500', '195713.857500', '195714.317500', '195714.777500', '195715.237500', '195715.697500', '195716.157500', '195716.617500', '195717.077500', '195717.537500', '195717.997500', '195718.457500', '195718.917500', '195719.377500', '195719.837500', '195720.297500', '195720.757500', '195721.217500', '195721.677500', '195722.137500', '195722.597500', '195723.057500', '195723.517500', '195723.977500', '195724.437500', '195724.897500', '195725.357500', '195725.817500', '195726.277500', '195726.737500', '195727.197500', '195727.657500', '195728.117500', '195728.577500', '195729.037500', '195729.497500', '195729.957500', '195730.417500', '195730.877500', '195731.337500', '195731.797500', '195732.257500', '195732.717500', '195733.177500', '195733.637500', '195734.097500', '195734.557500', '195735.017500', '195735.477500', '195735.937500', '195736.397500', '195736.857500', '195737.317500', '195737.777500', '195738.237500', '195738.697500', '195739.157500', '195739.617500', '195740.077500', '195740.537500', '195740.997500', '195741.457500', '195741.917500', '195742.377500', '195742.837500', '195743.297500', '195743.757500', '195744.217500', '195744.677500', '195745.137500', '195745.597500', '195746.057500', '195746.517500', '195746.977500', '195747.437500', '195747.897500', '195748.357500', '195748.817500', '195749.277500', '195749.737500', '195750.197500', '195750.657500', '195751.117500', '195751.577500', '195752.037500', '195752.497500', '195752.957500', '195753.417500', '195753.877500', '195754.337500', '195754.797500', '195755.257500', '195755.717500', '195756.177500', '195756.637500', '195757.097500', '195757.557500', '195758.017500', '195758.477500', '195758.937500', '195759.397500', '195759.857500', '195800.317500', '195800.777500', '195801.237500', '195801.697500', '195802.157500', '195802.617500', '195803.077500', '195803.537500', '195803.997500', '195804.457500', '195804.917500', '195805.377500', '195805.837500', '195806.297500', '195806.757500', '195807.217500', '195807.677500', '195808.137500', '195808.597500', '195809.057500', '195809.517500', '195809.977500', '195810.437500', '195810.897500', '195811.357500', '195811.817500', '195812.277500', '195812.737500', '195813.197500', '195813.657500', '195814.117500', '195814.577500', '195815.037500', '195815.497500', '195815.957500', '195816.417500', '195816.877500', '195817.337500', '195817.797500', '195818.257500', '195818.717500', '195819.177500', '195819.637500', '195820.097500', '195820.557500', '195821.017500', '195821.477500', '195821.937500', '195822.397500', '195822.857500', '195823.317500', '195823.777500', '195824.237500', '195824.697500', '195825.157500', '195825.617500', '195826.077500', '195826.537500', '195826.997500', '195827.457500', '195827.917500', '195828.377500', '195828.837500', '195829.297500', '195829.757500', '195830.217500', '195830.677500', '195831.137500', '195831.597500', '195832.057500', '195832.517500', '195832.977500', '195833.437500', '195833.897500', '195834.357500', '195834.817500', '195835.277500', '195835.737500', '195836.197500', '195836.657500', '195837.117500', '195837.577500', '195838.037500', '195838.497500', '195838.957500', '195839.417500', '195839.877500', '195840.337500', '195840.797500', '195841.257500', '195841.717500', '195842.177500', '195842.637500', '195843.097500', '195843.557500', '195844.017500', '195844.477500', '195844.937500', '195845.397500', '195845.857500', '195846.317500', '195846.777500', '195847.237500', '195847.697500', '195848.157500', '195848.617500', '195849.077500', '195849.537500', '195849.997500', '195850.457500', '195850.917500', '195851.377500', '195851.837500', '195852.297500', '195852.757500', '195853.217500', '195853.677500', '195854.137500', '195854.597500', '195855.057500', '195855.517500', '195855.977500', '195856.437500', '195856.897500', '195857.357500', '195857.817500', '195858.277500', '195858.737500', '195859.197500', '195859.657500', '195900.117500', '195900.577500', '195901.037500', '195901.497500', '195901.957500', '195902.417500', '195902.877500', '195903.337500', '195903.797500', '195904.257500', '195904.717500', '195905.177500', '195905.637500', '195906.097500', '195906.557500', '195907.017500', '195907.477500', '195907.937500', '195908.397500', '195908.857500', '195909.317500', '195909.777500', '195910.237500', '195910.697500', '195911.157500', '195911.617500', '195912.077500', '195912.537500', '195912.997500', '195913.457500', '195913.917500', '195914.377500', '195914.837500', '195915.297500', '195915.757500', '195916.217500', '195916.677500', '195917.137500', '195917.597500', '195918.057500', '195918.517500', '195918.977500', '195919.437500', '195919.897500', '195920.357500', '195920.817500', '195921.277500', '195921.737500', '195922.197500', '195922.657500', '195923.117500', '195923.577500', '195924.037500', '195924.497500', '195924.957500', '195925.417500', '195925.877500', '195926.337500', '195926.797500', '195927.257500', '195927.717500', '195928.177500', '195928.637500', '195929.097500', '195929.557500', '195930.017500', '195930.477500', '195930.937500', '195931.397500', '195931.857500', '195932.317500', '195932.777500', '195933.237500', '195933.697500', '195934.157500', '195934.617500', '195935.077500', '195935.537500', '195935.997500', '195936.457500', '195936.917500', '195937.377500', '195937.837500', '195938.297500', '195938.757500', '195939.217500', '195939.677500', '195940.137500', '195940.597500', '195941.057500', '195941.517500', '195941.977500', '195942.437500', '195942.897500', '195943.357500', '195943.817500', '195944.277500', '195944.737500', '195945.197500', '195945.657500', '195946.117500', '195946.577500', '195947.037500', '195947.497500', '195947.957500', '195948.417500', '195948.877500', '195949.337500', '195949.797500', '195950.257500', '195950.717500', '195951.177500', '195951.637500', '195952.097500', '195952.557500', '195953.017500', '195953.477500', '195953.937500', '195954.397500', '195954.857500', '195955.317500', '195955.777500', '195956.237500', '195956.697500', '195957.157500', '195957.617500', '195958.077500', '195958.537500', '195958.997500', '195959.457500', '195959.917500', '200000.377500', '200000.837500', '200001.297500', '200001.757500', '200002.217500', '200002.677500', '200003.137500', '200003.597500', '200004.057500', '200004.517500', '200004.977500', '200005.437500', '200005.897500', '200006.357500', '200006.817500', '200007.277500', '200007.737500', '200008.197500', '200008.657500', '200009.117500', '200009.577500', '200010.037500', '200010.497500', '200010.957500', '200011.417500', '200011.877500', '200012.337500', '200012.797500', '200013.257500', '200013.717500', '200014.177500', '200014.637500', '200015.097500', '200015.557500', '200016.017500', '200016.477500', '200016.937500', '200017.397500', '200017.857500', '200018.317500', '200018.777500', '200019.237500', '200019.697500', '200020.157500', '200020.617500', '200021.077500', '200021.537500', '200021.997500', '200022.457500', '200022.917500', '200023.377500', '200023.837500', '200024.297500', '200024.757500', '200025.217500', '200025.677500', '200026.137500', '200026.597500', '200027.057500', '200027.517500', '200027.977500', '200028.437500', '200028.897500', '200029.357500', '200029.817500', '200030.277500', '200030.737500', '200031.197500', '200031.657500', '200032.117500', '200032.577500', '200033.037500', '200033.497500', '200033.957500', '200034.417500', '200034.877500', '200035.337500', '200035.797500', '200036.257500', '200036.717500', '200037.177500', '200037.637500', '200038.097500', '200038.557500', '200039.017500', '200039.477500', '200039.937500', '200040.397500', '200040.857500', '200041.317500', '200041.777500', '200042.237500', '200042.697500', '200043.157500', '200043.617500', '200044.077500', '200044.537500', '200044.997500', '200045.457500', '200045.917500', '200046.377500', '200046.837500', '200047.297500', '200047.757500', '200048.217500', '200048.677500', '200049.137500', '200049.597500', '200050.057500', '200050.517500', '200050.977500', '200051.437500', '200051.897500', '200052.357500', '200052.817500', '200053.277500', '200053.737500', '200054.197500', '200054.657500', '200055.117500', '200055.577500', '200056.037500', '200056.497500', '200056.957500', '200057.417500', '200057.877500', '200058.337500', '200058.797500', '200059.257500', '200059.717500', '200100.177500', '200100.637500', '200101.097500', '200101.557500', '200102.017500', '200102.477500', '200102.937500', '200103.397500', '200103.857500', '200104.317500', '200104.777500', '200105.237500', '200105.697500', '200106.157500', '200106.617500', '200107.077500', '200107.537500', '200107.997500', '200108.457500', '200108.917500', '200109.377500', '200109.837500', '200110.297500', '200110.757500', '200111.217500', '200111.677500', '200112.137500', '200112.597500', '200113.057500', '200113.517500', '200113.977500', '200114.437500', '200114.897500', '200115.357500', '200115.817500', '200116.277500', '200116.737500', '200117.197500', '200117.657500', '200118.117500', '200118.577500', '200119.037500', '200119.497500', '200119.957500', '200120.417500', '200120.877500', '200121.337500', '200121.797500', '200122.257500', '200122.717500', '200123.177500', '200123.637500', '200124.097500', '200124.557500', '200125.017500', '200125.477500', '200125.937500', '200126.397500', '200126.857500', '200127.317500', '200127.777500', '200128.237500', '200128.697500', '200129.157500', '200129.617500', '200130.077500', '200130.537500', '200130.997500', '200131.457500', '200131.917500', '200132.377500', '200132.837500', '200133.297500', '200133.757500', '200134.217500', '200134.677500', '200135.137500', '200135.597500', '200136.057500', '200136.517500', '200136.977500', '200137.437500', '200137.897500', '200138.357500', '200138.817500', '200139.277500', '200139.737500', '200140.197500', '200140.657500', '200141.117500', '200141.577500', '200142.037500', '200142.497500', '200142.957500', '200143.417500', '200143.877500', '200144.337500', '200144.797500', '200145.257500', '200145.717500', '200146.177500', '200146.637500', '200147.097500', '200147.557500', '200148.017500', '200148.477500', '200148.937500', '200149.397500', '200149.857500', '200150.317500', '200150.777500', '200151.237500', '200151.697500', '200152.157500', '200152.617500', '200153.077500', '200153.537500', '200153.997500', '200154.457500', '200154.917500', '200155.377500', '200155.837500', '200156.297500', '200156.757500', '200157.217500', '200157.677500', '200158.137500', '200158.597500', '200159.057500', '200159.517500', '200159.977500', '200200.437500', '200200.897500', '200201.357500', '200201.817500', '200202.277500', '200202.737500', '200203.197500', '200203.657500', '200204.117500', '200204.577500', '200205.037500', '200205.497500', '200205.957500', '200206.417500', '200206.877500', '200207.337500', '200207.797500', '200208.257500', '200208.717500', '200209.177500', '200209.637500', '200210.097500', '200210.557500', '200211.017500', '200211.477500', '200211.937500', '200212.397500', '200212.857500', '200213.317500', '200213.777500', '200214.237500', '200214.697500', '200215.157500', '200215.617500', '200216.077500', '200216.537500', '200216.997500', '200217.457500', '200217.917500', '200218.377500', '200218.837500', '200219.297500', '200219.757500', '200220.217500', '200220.677500', '200221.137500', '200221.597500', '200222.057500', '200222.517500', '200222.977500', '200223.437500', '200223.897500', '200224.357500', '200224.817500', '200225.277500', '200225.737500', '200226.197500', '200226.657500', '200227.117500', '200227.577500', '200228.037500', '200228.497500', '200228.957500', '200229.417500', '200229.877500', '200230.337500', '200230.797500', '200231.257500', '200231.717500', '200232.177500', '200232.637500', '200233.097500', '200233.557500', '200234.017500', '200234.477500', '200234.937500', '200235.397500', '200235.857500', '200236.317500', '200236.777500', '200237.237500', '200237.697500', '200238.157500', '200238.617500', '200239.077500', '200239.537500', '200239.997500', '200240.457500', '200240.917500', '200241.377500', '200241.837500', '200242.297500', '200242.757500', '200243.217500', '200243.677500', '200244.137500', '200244.597500', '200245.057500', '200245.517500', '200245.977500', '200246.437500', '200246.897500', '200247.357500', '200247.817500', '200248.277500', '200248.737500', '200249.197500', '200249.657500', '200250.117500', '200250.577500', '200251.037500', '200251.497500', '200251.957500', '200252.417500', '200252.877500', '200253.337500'], 'ContentTime': ['195638.926000', '195638.929000', '195638.932000', '195638.935000', '195638.938000', '195638.940000', '195638.943000', '195638.946000', '195638.948000', '195638.951000', '195638.953000', '195638.956000', '195638.959000', '195638.961000', '195638.970000', '195638.973000', '195638.975000', '195638.978000', '195638.981000', '195638.983000', '195638.986000', '195638.988000', '195638.991000', '195638.994000', '195638.996000', '195638.999000', '195639.001000', '195639.004000', '195639.007000', '195639.009000', '195639.012000', '195639.014000', '195639.017000', '195639.020000', '195639.022000', '195639.025000', '195639.027000', '195639.030000', '195639.033000', '195639.035000', '195639.038000', '195639.040000', '195639.043000', '195639.046000', '195639.048000', '195639.051000', '195639.053000', '195639.056000', '195639.058000', '195639.061000', '195639.064000', '195639.066000', '195639.069000', '195658.887000', '195658.890000', '195658.893000', '195658.896000', '195658.898000', '195658.901000', '195658.904000', '195658.906000', '195658.909000', '195658.911000', '195658.914000', '195658.917000', '195658.919000', '195658.922000', '195658.929000', '195658.932000', '195658.934000', '195658.937000', '195658.940000', '195658.942000', '195658.945000', '195658.947000', '195658.950000', '195658.953000', '195658.955000', '195658.958000', '195658.960000', '195658.963000', '195658.966000', '195658.968000', '195658.971000', '195658.973000', '195658.976000', '195658.978000', '195658.981000', '195658.984000', '195658.986000', '195658.989000', '195658.992000', '195658.994000', '195658.997000', '195659.000000', '195659.003000', '195659.006000', '195718.887000', '195718.890000', '195718.893000', '195718.895000', '195718.898000', '195718.901000', '195718.903000', '195718.906000', '195718.909000', '195718.911000', '195718.914000', '195718.916000', '195718.919000', '195718.921000', '195718.924000', '195718.927000', '195718.929000', '195718.936000', '195718.938000', '195718.941000', '195718.944000', '195718.946000', '195718.949000', '195718.951000', '195718.954000', '195718.956000', '195718.959000', '195718.962000', '195718.964000', '195718.988000', '195718.991000', '195718.994000', '195718.996000', '195719.000000', '195719.003000', '195719.005000', '195719.008000', '195719.010000', '195719.013000', '195719.016000', '195719.018000', '195719.021000', '195719.024000', '195738.887000', '195738.890000', '195738.893000', '195738.896000', '195738.898000', '195738.901000', '195738.904000', '195738.906000', '195738.909000', '195738.912000', '195738.914000', '195738.917000', '195738.919000', '195738.922000', '195738.925000', '195738.927000', '195738.930000', '195738.933000', '195738.935000', '195738.938000', '195738.940000', '195738.943000', '195738.946000', '195738.949000', '195738.951000', '195738.954000', '195738.956000', '195738.959000', '195738.961000', '195738.964000', '195738.966000', '195738.969000', '195738.972000', '195738.974000', '195738.977000', '195738.979000', '195738.982000', '195738.984000', '195738.987000', '195738.989000', '195738.992000', '195738.995000', '195738.997000', '195739.001000', '195758.887000', '195758.890000', '195758.893000', '195758.896000', '195758.898000', '195758.901000', '195758.904000', '195758.906000', '195758.909000', '195758.912000', '195758.916000', '195758.919000', '195758.922000', '195758.924000', '195758.936000', '195758.938000', '195758.941000', '195758.944000', '195758.946000', '195758.949000', '195758.951000', '195758.954000', '195758.956000', '195758.959000', '195758.962000', '195758.964000', '195758.975000', '195758.981000', '195758.984000', '195758.987000', '195758.989000', '195758.992000', '195758.995000', '195758.997000', '195759.001000', '195759.004000', '195759.006000', '195759.009000', '195759.011000', '195759.014000', '195759.016000', '195759.019000', '195759.021000', '195818.887000', '195818.890000', '195818.893000', '195818.895000', '195818.898000', '195818.901000', '195818.903000', '195818.906000', '195818.908000', '195818.911000', '195818.913000', '195818.916000', '195818.918000', '195818.921000', '195818.924000', '195818.926000', '195818.929000', '195818.931000', '195818.934000', '195818.937000', '195818.939000', '195818.942000', '195818.944000', '195818.947000', '195818.949000', '195818.952000', '195818.954000', '195818.957000', '195818.960000', '195818.962000', '195818.965000', '195818.967000', '195818.970000', '195818.973000', '195818.975000', '195818.978000', '195818.980000', '195818.983000', '195818.985000', '195818.988000', '195818.991000', '195818.993000', '195818.996000', '195818.998000', '195838.887000', '195838.890000', '195838.893000', '195838.896000', '195838.898000', '195838.901000', '195838.903000', '195838.906000', '195838.909000', '195838.911000', '195838.914000', '195838.916000', '195838.919000', '195838.922000', '195838.924000', '195838.927000', '195838.929000', '195838.932000', '195838.935000', '195838.937000', '195838.940000', '195838.942000', '195838.945000', '195838.947000', '195838.950000', '195838.952000', '195838.955000', '195838.958000', '195838.960000', '195838.963000', '195838.966000', '195838.968000', '195838.971000', '195838.973000', '195838.976000', '195838.978000', '195838.981000', '195838.984000', '195838.986000', '195838.989000', '195838.991000', '195838.994000', '195838.997000', '195858.888000', '195858.890000', '195858.893000', '195858.896000', '195858.898000', '195858.901000', '195858.903000', '195858.906000', '195858.908000', '195858.911000', '195858.913000', '195858.916000', '195858.919000', '195858.929000', '195858.931000', '195858.934000', '195858.936000', '195858.939000', '195858.942000', '195858.944000', '195858.947000', '195858.949000', '195858.952000', '195858.954000', '195858.957000', '195858.970000', '195858.973000', '195858.975000', '195858.978000', '195858.980000', '195858.983000', '195858.986000', '195858.988000', '195858.991000', '195858.993000', '195858.996000', '195858.998000', '195859.001000', '195859.003000', '195859.006000', '195859.009000', '195859.011000', '195859.014000', '195859.016000', '195918.888000', '195918.890000', '195918.893000', '195918.896000', '195918.898000', '195918.901000', '195918.903000', '195918.906000', '195918.908000', '195918.911000', '195918.914000', '195918.916000', '195918.919000', '195918.921000', '195918.924000', '195918.927000', '195918.929000', '195918.932000', '195918.934000', '195918.937000', '195918.940000', '195918.942000', '195918.945000', '195918.947000', '195918.950000', '195918.953000', '195918.956000', '195918.958000', '195918.961000', '195918.964000', '195918.966000', '195918.969000', '195918.971000', '195918.974000', '195918.976000', '195918.979000', '195918.982000', '195918.984000', '195918.987000', '195918.990000', '195918.992000', '195918.995000', '195918.997000', '195938.887000', '195938.890000', '195938.893000', '195938.896000', '195938.898000', '195938.901000', '195938.903000', '195938.906000', '195938.908000', '195938.911000', '195938.914000', '195938.916000', '195938.919000', '195938.922000', '195938.924000', '195938.927000', '195938.930000', '195938.932000', '195938.935000', '195938.937000', '195938.940000', '195938.942000', '195938.945000', '195938.948000', '195938.950000', '195938.953000', '195938.956000', '195938.958000', '195938.961000', '195938.979000', '195938.992000', '195938.995000', '195938.997000', '195939.001000', '195939.004000', '195939.006000', '195939.009000', '195939.011000', '195939.014000', '195939.017000', '195939.019000', '195939.022000', '195939.024000', '195958.887000', '195958.890000', '195958.893000', '195958.895000', '195958.898000', '195958.901000', '195958.903000', '195958.906000', '195958.908000', '195958.911000', '195958.914000', '195958.916000', '195958.919000', '195958.922000', '195958.924000', '195958.927000', '195958.929000', '195958.932000', '195958.935000', '195958.937000', '195958.940000', '195958.943000', '195958.945000', '195958.948000', '195958.950000', '195958.953000', '195958.956000', '195958.958000', '195958.961000', '195958.964000', '195958.966000', '195958.969000', '195958.972000', '195958.974000', '195958.977000', '195958.980000', '195958.982000', '195958.985000', '195958.987000', '195958.990000', '195958.993000', '195958.995000', '195958.998000', '195959.001000', '200018.887000', '200018.890000', '200018.893000', '200018.895000', '200018.898000', '200018.901000', '200018.903000', '200018.906000', '200018.909000', '200018.911000', '200018.914000', '200018.916000', '200018.919000', '200018.921000', '200018.924000', '200018.927000', '200018.929000', '200018.932000', '200018.934000', '200018.937000', '200018.939000', '200018.942000', '200018.945000', '200018.947000', '200018.950000', '200018.952000', '200018.955000', '200018.957000', '200018.960000', '200018.963000', '200018.965000', '200018.968000', '200018.970000', '200018.973000', '200018.975000', '200018.978000', '200018.981000', '200018.983000', '200018.986000', '200018.989000', '200018.991000', '200018.994000', '200018.996000', '200019.000000', '200038.888000', '200038.890000', '200038.893000', '200038.896000', '200038.898000', '200038.901000', '200038.903000', '200038.906000', '200038.909000', '200038.911000', '200038.914000', '200038.917000', '200038.919000', '200038.922000', '200038.924000', '200038.927000', '200038.930000', '200038.932000', '200038.935000', '200038.938000', '200038.940000', '200038.943000', '200038.945000', '200038.948000', '200038.951000', '200038.953000', '200038.956000', '200038.958000', '200038.961000', '200038.963000', '200038.967000', '200038.970000', '200038.973000', '200038.975000', '200038.978000', '200038.981000', '200038.983000', '200038.986000', '200038.989000', '200038.991000', '200038.995000', '200038.998000', '200039.001000', '200058.887000', '200058.890000', '200058.893000', '200058.895000', '200058.898000', '200058.901000', '200058.903000', '200058.906000', '200058.908000', '200058.911000', '200058.914000', '200058.916000', '200058.919000', '200058.921000', '200058.924000', '200058.926000', '200058.929000', '200058.932000', '200058.934000', '200058.937000', '200058.939000', '200058.942000', '200058.945000', '200058.947000', '200058.950000', '200058.952000', '200058.955000', '200058.958000', '200058.960000', '200058.963000', '200058.965000', '200058.968000', '200058.971000', '200058.973000', '200058.976000', '200058.979000', '200058.981000', '200058.984000', '200058.986000', '200058.989000', '200058.992000', '200058.994000', '200058.997000', '200059.000000', '200118.887000', '200118.890000', '200118.893000', '200118.896000', '200118.898000', '200118.901000', '200118.903000', '200118.906000', '200118.908000', '200118.911000', '200118.913000', '200118.916000', '200118.919000', '200118.921000', '200118.924000', '200118.926000', '200118.929000', '200118.931000', '200118.934000', '200118.937000', '200118.939000', '200118.942000', '200118.944000', '200118.947000', '200118.950000', '200118.952000', '200118.955000', '200118.957000', '200118.960000', '200118.962000', '200118.965000', '200118.968000', '200118.970000', '200118.973000', '200118.976000', '200118.978000', '200118.981000', '200118.983000', '200118.986000', '200118.989000', '200118.992000', '200118.995000', '200118.998000', '200138.888000', '200138.890000', '200138.893000', '200138.896000', '200138.899000', '200138.901000', '200138.904000', '200138.907000', '200138.909000', '200138.912000', '200138.915000', '200138.917000', '200138.920000', '200138.922000', '200138.925000', '200138.928000', '200138.930000', '200138.933000', '200138.936000', '200138.938000', '200138.943000', '200138.946000', '200138.949000', '200138.951000', '200138.954000', '200138.956000', '200138.959000', '200138.961000', '200138.964000', '200138.967000', '200138.969000', '200138.972000', '200138.974000', '200138.977000', '200138.980000', '200138.982000', '200138.985000', '200138.987000', '200138.990000', '200138.993000', '200138.995000', '200138.998000', '200139.001000', '200139.004000', '200158.888000', '200158.890000', '200158.893000', '200158.896000', '200158.899000', '200158.901000', '200158.904000', '200158.906000', '200158.909000', '200158.911000', '200158.914000', '200158.917000', '200158.919000', '200158.922000', '200158.924000', '200158.927000', '200158.929000', '200158.949000', '200158.951000', '200158.954000', '200158.957000', '200158.959000', '200158.962000', '200158.964000', '200158.967000', '200158.970000', '200158.972000', '200158.975000', '200158.977000', '200158.980000', '200158.983000', '200158.985000', '200158.988000', '200158.990000', '200158.993000', '200158.996000', '200158.998000', '200159.002000', '200159.004000', '200159.007000', '200159.009000', '200159.012000', '200159.016000', '200218.889000', '200218.892000', '200218.895000', '200218.897000', '200218.900000', '200218.903000', '200218.905000', '200218.908000', '200218.911000', '200218.913000', '200218.916000', '200218.918000', '200218.921000', '200218.924000', '200218.926000', '200218.929000', '200218.931000', '200218.934000', '200218.936000', '200218.939000', '200218.942000', '200218.944000', '200218.947000', '200218.949000', '200218.952000', '200218.955000', '200218.957000', '200218.960000', '200218.962000', '200218.965000', '200218.967000', '200218.970000', '200218.973000', '200218.975000', '200218.978000', '200218.980000', '200218.983000', '200218.985000', '200218.988000', '200218.991000', '200218.993000', '200218.996000', '200218.998000', '200219.002000', '200238.888000', '200238.891000', '200238.893000', '200238.896000', '200238.899000', '200238.901000', '200238.904000', '200238.907000', '200238.909000', '200238.912000', '200238.915000', '200238.917000', '200238.920000', '200238.923000', '200238.925000', '200238.928000', '200238.930000', '200238.933000', '200238.936000', '200238.938000', '200238.941000', '200238.943000', '200238.946000', '200238.949000', '200238.951000', '200238.954000', '200238.956000', '200238.959000', '200238.961000', '200238.964000', '200238.967000', '200238.969000', '200238.972000', '200238.974000', '200238.977000', '200238.979000', '200238.982000', '200238.985000', '200238.987000', '200238.990000', '200238.992000', '200238.995000', '200238.998000', '200255.087000', '200255.090000', '200255.093000', '200255.096000', '200255.099000', '200255.102000', '200255.104000', '200255.107000', '200255.109000', '200255.112000', '200255.115000', '200255.118000', '200255.121000', '200255.124000', '200255.127000', '200255.130000', '200255.132000', '200255.135000', '200255.138000', '200255.140000', '200255.143000', '200255.146000', '200255.148000', '200255.151000', '200255.154000', '200255.160000', '200255.163000', '200255.166000', '200255.169000', '200255.172000', '200255.174000', '200255.177000', '200255.180000', '200255.183000', '200255.185000', '200255.188000'], 'InstanceCreationTime': ['195638.926000', '195638.929000', '195638.932000', '195638.935000', '195638.938000', '195638.940000', '195638.943000', '195638.946000', '195638.948000', '195638.951000', '195638.953000', '195638.956000', '195638.959000', '195638.961000', '195638.970000', '195638.973000', '195638.975000', '195638.978000', '195638.981000', '195638.983000', '195638.986000', '195638.988000', '195638.991000', '195638.994000', '195638.996000', '195638.999000', '195639.001000', '195639.004000', '195639.007000', '195639.009000', '195639.012000', '195639.014000', '195639.017000', '195639.020000', '195639.022000', '195639.025000', '195639.027000', '195639.030000', '195639.033000', '195639.035000', '195639.038000', '195639.040000', '195639.043000', '195639.046000', '195639.048000', '195639.051000', '195639.053000', '195639.056000', '195639.058000', '195639.061000', '195639.064000', '195639.066000', '195639.069000', '195658.887000', '195658.890000', '195658.893000', '195658.896000', '195658.898000', '195658.901000', '195658.904000', '195658.906000', '195658.909000', '195658.911000', '195658.914000', '195658.917000', '195658.919000', '195658.922000', '195658.929000', '195658.932000', '195658.934000', '195658.937000', '195658.940000', '195658.942000', '195658.945000', '195658.947000', '195658.950000', '195658.953000', '195658.955000', '195658.958000', '195658.960000', '195658.963000', '195658.966000', '195658.968000', '195658.971000', '195658.973000', '195658.976000', '195658.978000', '195658.981000', '195658.984000', '195658.986000', '195658.989000', '195658.992000', '195658.994000', '195658.997000', '195659.000000', '195659.003000', '195659.006000', '195718.887000', '195718.890000', '195718.893000', '195718.895000', '195718.898000', '195718.901000', '195718.903000', '195718.906000', '195718.909000', '195718.911000', '195718.914000', '195718.916000', '195718.919000', '195718.921000', '195718.924000', '195718.927000', '195718.929000', '195718.936000', '195718.938000', '195718.941000', '195718.944000', '195718.946000', '195718.949000', '195718.951000', '195718.954000', '195718.956000', '195718.959000', '195718.962000', '195718.964000', '195718.988000', '195718.991000', '195718.994000', '195718.996000', '195719.000000', '195719.003000', '195719.005000', '195719.008000', '195719.010000', '195719.013000', '195719.016000', '195719.018000', '195719.021000', '195719.024000', '195738.887000', '195738.890000', '195738.893000', '195738.896000', '195738.898000', '195738.901000', '195738.904000', '195738.906000', '195738.909000', '195738.912000', '195738.914000', '195738.917000', '195738.919000', '195738.922000', '195738.925000', '195738.927000', '195738.930000', '195738.933000', '195738.935000', '195738.938000', '195738.940000', '195738.943000', '195738.946000', '195738.949000', '195738.951000', '195738.954000', '195738.956000', '195738.959000', '195738.961000', '195738.964000', '195738.966000', '195738.969000', '195738.972000', '195738.974000', '195738.977000', '195738.979000', '195738.982000', '195738.984000', '195738.987000', '195738.989000', '195738.992000', '195738.995000', '195738.997000', '195739.001000', '195758.887000', '195758.890000', '195758.893000', '195758.896000', '195758.898000', '195758.901000', '195758.904000', '195758.906000', '195758.909000', '195758.912000', '195758.916000', '195758.919000', '195758.922000', '195758.924000', '195758.936000', '195758.938000', '195758.941000', '195758.944000', '195758.946000', '195758.949000', '195758.951000', '195758.954000', '195758.956000', '195758.959000', '195758.962000', '195758.964000', '195758.975000', '195758.981000', '195758.984000', '195758.987000', '195758.989000', '195758.992000', '195758.995000', '195758.997000', '195759.001000', '195759.004000', '195759.006000', '195759.009000', '195759.011000', '195759.014000', '195759.016000', '195759.019000', '195759.021000', '195818.887000', '195818.890000', '195818.893000', '195818.895000', '195818.898000', '195818.901000', '195818.903000', '195818.906000', '195818.908000', '195818.911000', '195818.913000', '195818.916000', '195818.918000', '195818.921000', '195818.924000', '195818.926000', '195818.929000', '195818.931000', '195818.934000', '195818.937000', '195818.939000', '195818.942000', '195818.944000', '195818.947000', '195818.949000', '195818.952000', '195818.954000', '195818.957000', '195818.960000', '195818.962000', '195818.965000', '195818.967000', '195818.970000', '195818.973000', '195818.975000', '195818.978000', '195818.980000', '195818.983000', '195818.985000', '195818.988000', '195818.991000', '195818.993000', '195818.996000', '195818.998000', '195838.887000', '195838.890000', '195838.893000', '195838.896000', '195838.898000', '195838.901000', '195838.903000', '195838.906000', '195838.909000', '195838.911000', '195838.914000', '195838.916000', '195838.919000', '195838.922000', '195838.924000', '195838.927000', '195838.929000', '195838.932000', '195838.935000', '195838.937000', '195838.940000', '195838.942000', '195838.945000', '195838.947000', '195838.950000', '195838.952000', '195838.955000', '195838.958000', '195838.960000', '195838.963000', '195838.966000', '195838.968000', '195838.971000', '195838.973000', '195838.976000', '195838.978000', '195838.981000', '195838.984000', '195838.986000', '195838.989000', '195838.991000', '195838.994000', '195838.997000', '195858.888000', '195858.890000', '195858.893000', '195858.896000', '195858.898000', '195858.901000', '195858.903000', '195858.906000', '195858.908000', '195858.911000', '195858.913000', '195858.916000', '195858.919000', '195858.929000', '195858.931000', '195858.934000', '195858.936000', '195858.939000', '195858.942000', '195858.944000', '195858.947000', '195858.949000', '195858.952000', '195858.954000', '195858.957000', '195858.970000', '195858.973000', '195858.975000', '195858.978000', '195858.980000', '195858.983000', '195858.986000', '195858.988000', '195858.991000', '195858.993000', '195858.996000', '195858.998000', '195859.001000', '195859.003000', '195859.006000', '195859.009000', '195859.011000', '195859.014000', '195859.016000', '195918.888000', '195918.890000', '195918.893000', '195918.896000', '195918.898000', '195918.901000', '195918.903000', '195918.906000', '195918.908000', '195918.911000', '195918.914000', '195918.916000', '195918.919000', '195918.921000', '195918.924000', '195918.927000', '195918.929000', '195918.932000', '195918.934000', '195918.937000', '195918.940000', '195918.942000', '195918.945000', '195918.947000', '195918.950000', '195918.953000', '195918.956000', '195918.958000', '195918.961000', '195918.964000', '195918.966000', '195918.969000', '195918.971000', '195918.974000', '195918.976000', '195918.979000', '195918.982000', '195918.984000', '195918.987000', '195918.990000', '195918.992000', '195918.995000', '195918.997000', '195938.887000', '195938.890000', '195938.893000', '195938.896000', '195938.898000', '195938.901000', '195938.903000', '195938.906000', '195938.908000', '195938.911000', '195938.914000', '195938.916000', '195938.919000', '195938.922000', '195938.924000', '195938.927000', '195938.930000', '195938.932000', '195938.935000', '195938.937000', '195938.940000', '195938.942000', '195938.945000', '195938.948000', '195938.950000', '195938.953000', '195938.956000', '195938.958000', '195938.961000', '195938.979000', '195938.992000', '195938.995000', '195938.997000', '195939.001000', '195939.004000', '195939.006000', '195939.009000', '195939.011000', '195939.014000', '195939.017000', '195939.019000', '195939.022000', '195939.024000', '195958.887000', '195958.890000', '195958.893000', '195958.895000', '195958.898000', '195958.901000', '195958.903000', '195958.906000', '195958.908000', '195958.911000', '195958.914000', '195958.916000', '195958.919000', '195958.922000', '195958.924000', '195958.927000', '195958.929000', '195958.932000', '195958.935000', '195958.937000', '195958.940000', '195958.943000', '195958.945000', '195958.948000', '195958.950000', '195958.953000', '195958.956000', '195958.958000', '195958.961000', '195958.964000', '195958.966000', '195958.969000', '195958.972000', '195958.974000', '195958.977000', '195958.980000', '195958.982000', '195958.985000', '195958.987000', '195958.990000', '195958.993000', '195958.995000', '195958.998000', '195959.001000', '200018.887000', '200018.890000', '200018.893000', '200018.895000', '200018.898000', '200018.901000', '200018.903000', '200018.906000', '200018.909000', '200018.911000', '200018.914000', '200018.916000', '200018.919000', '200018.921000', '200018.924000', '200018.927000', '200018.929000', '200018.932000', '200018.934000', '200018.937000', '200018.939000', '200018.942000', '200018.945000', '200018.947000', '200018.950000', '200018.952000', '200018.955000', '200018.957000', '200018.960000', '200018.963000', '200018.965000', '200018.968000', '200018.970000', '200018.973000', '200018.975000', '200018.978000', '200018.981000', '200018.983000', '200018.986000', '200018.989000', '200018.991000', '200018.994000', '200018.996000', '200019.000000', '200038.888000', '200038.890000', '200038.893000', '200038.896000', '200038.898000', '200038.901000', '200038.903000', '200038.906000', '200038.909000', '200038.911000', '200038.914000', '200038.917000', '200038.919000', '200038.922000', '200038.924000', '200038.927000', '200038.930000', '200038.932000', '200038.935000', '200038.938000', '200038.940000', '200038.943000', '200038.945000', '200038.948000', '200038.951000', '200038.953000', '200038.956000', '200038.958000', '200038.961000', '200038.963000', '200038.967000', '200038.970000', '200038.973000', '200038.975000', '200038.978000', '200038.981000', '200038.983000', '200038.986000', '200038.989000', '200038.991000', '200038.995000', '200038.998000', '200039.001000', '200058.887000', '200058.890000', '200058.893000', '200058.895000', '200058.898000', '200058.901000', '200058.903000', '200058.906000', '200058.908000', '200058.911000', '200058.914000', '200058.916000', '200058.919000', '200058.921000', '200058.924000', '200058.926000', '200058.929000', '200058.932000', '200058.934000', '200058.937000', '200058.939000', '200058.942000', '200058.945000', '200058.947000', '200058.950000', '200058.952000', '200058.955000', '200058.958000', '200058.960000', '200058.963000', '200058.965000', '200058.968000', '200058.971000', '200058.973000', '200058.976000', '200058.979000', '200058.981000', '200058.984000', '200058.986000', '200058.989000', '200058.992000', '200058.994000', '200058.997000', '200059.000000', '200118.887000', '200118.890000', '200118.893000', '200118.896000', '200118.898000', '200118.901000', '200118.903000', '200118.906000', '200118.908000', '200118.911000', '200118.913000', '200118.916000', '200118.919000', '200118.921000', '200118.924000', '200118.926000', '200118.929000', '200118.931000', '200118.934000', '200118.937000', '200118.939000', '200118.942000', '200118.944000', '200118.947000', '200118.950000', '200118.952000', '200118.955000', '200118.957000', '200118.960000', '200118.962000', '200118.965000', '200118.968000', '200118.970000', '200118.973000', '200118.976000', '200118.978000', '200118.981000', '200118.983000', '200118.986000', '200118.989000', '200118.992000', '200118.995000', '200118.998000', '200138.888000', '200138.890000', '200138.893000', '200138.896000', '200138.899000', '200138.901000', '200138.904000', '200138.907000', '200138.909000', '200138.912000', '200138.915000', '200138.917000', '200138.920000', '200138.922000', '200138.925000', '200138.928000', '200138.930000', '200138.933000', '200138.936000', '200138.938000', '200138.943000', '200138.946000', '200138.949000', '200138.951000', '200138.954000', '200138.956000', '200138.959000', '200138.961000', '200138.964000', '200138.967000', '200138.969000', '200138.972000', '200138.974000', '200138.977000', '200138.980000', '200138.982000', '200138.985000', '200138.987000', '200138.990000', '200138.993000', '200138.995000', '200138.998000', '200139.001000', '200139.004000', '200158.888000', '200158.890000', '200158.893000', '200158.896000', '200158.899000', '200158.901000', '200158.904000', '200158.906000', '200158.909000', '200158.911000', '200158.914000', '200158.917000', '200158.919000', '200158.922000', '200158.924000', '200158.927000', '200158.929000', '200158.949000', '200158.951000', '200158.954000', '200158.957000', '200158.959000', '200158.962000', '200158.964000', '200158.967000', '200158.970000', '200158.972000', '200158.975000', '200158.977000', '200158.980000', '200158.983000', '200158.985000', '200158.988000', '200158.990000', '200158.993000', '200158.996000', '200158.998000', '200159.002000', '200159.004000', '200159.007000', '200159.009000', '200159.012000', '200159.016000', '200218.889000', '200218.892000', '200218.895000', '200218.897000', '200218.900000', '200218.903000', '200218.905000', '200218.908000', '200218.911000', '200218.913000', '200218.916000', '200218.918000', '200218.921000', '200218.924000', '200218.926000', '200218.929000', '200218.931000', '200218.934000', '200218.936000', '200218.939000', '200218.942000', '200218.944000', '200218.947000', '200218.949000', '200218.952000', '200218.955000', '200218.957000', '200218.960000', '200218.962000', '200218.965000', '200218.967000', '200218.970000', '200218.973000', '200218.975000', '200218.978000', '200218.980000', '200218.983000', '200218.985000', '200218.988000', '200218.991000', '200218.993000', '200218.996000', '200218.998000', '200219.002000', '200238.888000', '200238.891000', '200238.893000', '200238.896000', '200238.899000', '200238.901000', '200238.904000', '200238.907000', '200238.909000', '200238.912000', '200238.915000', '200238.917000', '200238.920000', '200238.923000', '200238.925000', '200238.928000', '200238.930000', '200238.933000', '200238.936000', '200238.938000', '200238.941000', '200238.943000', '200238.946000', '200238.949000', '200238.951000', '200238.954000', '200238.956000', '200238.959000', '200238.961000', '200238.964000', '200238.967000', '200238.969000', '200238.972000', '200238.974000', '200238.977000', '200238.979000', '200238.982000', '200238.985000', '200238.987000', '200238.990000', '200238.992000', '200238.995000', '200238.998000', '200255.087000', '200255.090000', '200255.093000', '200255.096000', '200255.099000', '200255.102000', '200255.104000', '200255.107000', '200255.109000', '200255.112000', '200255.115000', '200255.118000', '200255.121000', '200255.124000', '200255.127000', '200255.130000', '200255.132000', '200255.135000', '200255.138000', '200255.140000', '200255.143000', '200255.146000', '200255.148000', '200255.151000', '200255.154000', '200255.160000', '200255.163000', '200255.166000', '200255.169000', '200255.172000', '200255.174000', '200255.177000', '200255.180000', '200255.183000', '200255.185000', '200255.188000'], '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': [11838, 14085, 13083, 9461, 12582, 9462, 14952, 11298, 15322, 10855, 9058, 11789, 9593, 12563, 8871, 12498, 9839, 15619, 10750, 11653, 11190, 10318, 11996, 8902, 12888, 9763, 12885, 10512, 16009, 10969, 9956, 11538, 9373, 12225, 10148, 13765, 10522, 12440, 12270, 10425, 13976, 9728, 13409, 10049, 14652, 11551, 15457, 11028, 13998, 12258, 11057, 12604, 10557, 13096, 9266, 12815, 10534, 14502, 10875, 15247, 10937, 15149, 12079, 10022, 12058, 9651, 13074, 9022, 13370, 10024, 15657, 10720, 9699, 11438, 10368, 12130, 11006, 9364, 15043, 11372, 9378, 15675, 9668, 15066, 9134, 13818, 10548, 14736, 11246, 16894, 12259, 10026, 12412, 10304, 12965, 9190, 12667, 10166, 13665, 10442, 16451, 11514, 10257, 12116, 8934, 13637, 10291, 14164, 11236, 14008, 11686, 13841, 12272, 10518, 12423, 9650, 13258, 9391, 13549, 10455, 16011, 11516, 16493, 11644, 10927, 12366, 10090, 12776, 9198, 12971, 9224, 14189, 10374, 14230, 10621, 15276, 10996, 9369, 11654, 10682, 12707, 8992, 12660, 10246, 14395, 11162, 13020, 12584, 10484, 13452, 9887, 16020, 11224, 16038, 11640, 13265, 12864, 10413, 13333, 9555, 15779, 11786, 15457, 11323, 10548, 12150, 9804, 13431, 9463, 13431, 10921, 16754, 11657, 11929, 12061, 10583, 14540, 9019, 13222, 9944, 14896, 11159, 16082, 11220, 15704, 11465, 12678, 12546, 10235, 12391, 9716, 12308, 9415, 13337, 10030, 13816, 10674, 15733, 11195, 14961, 10632, 16358, 11352, 13061, 11927, 9533, 12472, 10380, 12502, 9581, 12831, 9063, 13701, 10393, 13957, 10851, 14179, 10730, 12430, 11497, 10097, 12681, 9276, 14390, 10802, 15574, 10703, 16193, 11894, 11898, 12715, 10538, 12465, 10063, 13688, 9168, 13568, 9837, 14910, 11049, 16127, 11186, 9919, 11696, 10272, 12410, 9142, 13064, 10706, 16409, 11634, 11410, 11774, 10668, 12691, 9284, 13681, 10305, 14495, 11295, 17684, 12463, 15898, 11419, 16404, 12011, 11994, 11980, 10380, 12873, 9166, 13661, 10169, 14654, 10687, 16441, 11703, 14461, 12130, 10250, 12790, 9812, 13356, 9685, 13333, 10476, 16826, 11978, 14652, 12008, 10089, 12658, 9409, 13586, 9543, 13235, 10289, 16358, 12069, 16111, 11247, 14622, 11790, 11532, 12612, 10068, 12589, 9079, 12716, 10139, 14026, 10694, 14291, 10820, 16744, 12295, 10194, 12034, 10683, 12939, 9515, 13328, 9347, 12876, 10503, 15595, 11002, 13841, 11388, 10431, 12063, 9636, 13518, 9733, 13744, 10845, 16561, 12610, 16689, 11440, 15969, 11697, 17497, 12372, 13493, 12394, 12786, 13006, 10499, 12666, 10207, 12938, 9050, 13307, 9534, 13430, 9791, 14569, 11101, 14040, 10747, 15428, 11586, 10175, 11566, 9519, 12581, 10036, 15808, 11233, 16352, 11784, 11330, 12756, 10128, 13270, 9089, 13179, 10386, 14952, 11279, 15313, 11467, 14925, 12556, 10537, 12793, 9439, 13537, 10518, 13829, 10971, 15263, 11806, 15284, 12849, 10420, 12374, 10280, 14368, 9198, 13204, 10033, 13986, 11016, 15540, 10818, 16121, 11554, 13509, 12184, 9997, 12224, 9674, 12909, 9464, 13699, 10650, 15209, 11070, 16163, 11159, 14364, 11862, 12797, 12600, 9976, 12358, 9602, 12113, 9288, 12787, 9093, 13654, 10250, 14698, 10585, 15537, 11470, 9388, 11960, 10078, 12540, 9261, 12371, 9845, 16095, 11553, 14129, 12050, 11180, 13433, 9363, 13118, 10736, 14966, 11445, 17375, 12171, 10275, 12204, 10417, 15165, 9886, 13589, 10927, 16277, 11642, 17126, 11838, 10874, 12291, 10934, 12997, 10476, 13380, 9811, 13279, 10100, 13381, 10467, 14266, 11283, 16963, 11423, 13069, 11711, 10115, 12726, 9366, 13188, 9361, 14155, 10715, 16185, 11277, 15448, 11542, 14096, 12919, 10286, 12771, 8967, 14175, 11294, 15049, 11296, 15770, 12321, 12480, 12904, 10071, 12885, 9346, 14875, 11047, 13891, 10715, 11092, 12362, 10285, 12505, 9506, 12865, 9909, 15852, 10991, 14910, 10879, 16190, 12090, 15793, 11068, 14922, 11244, 13127, 11892, 9858, 11977, 9076, 13392, 10414, 13720, 10419, 14537, 12582, 10317, 12677, 9432, 12915, 10052, 15728, 11111, 15172, 11172, 16584, 12520, 10591, 12797, 10337, 13181, 9208, 13146, 9965, 13701, 10870, 16522, 11093, 13716, 11696, 10408, 12695, 9584, 12997, 9759, 14805, 11306, 15649, 11500, 10175, 12125, 9446, 13121, 9810, 14174, 11173, 16901, 12446, 15054, 12289, 10574, 12801, 9501, 13851, 9880, 14542, 10797, 16222, 11235, 13235, 11025, 10637, 12377, 9497, 12749, 10040, 14927, 11352, 16742, 11757, 10754, 12453, 10129, 13230, 9293, 12966, 10271, 15255, 11641, 14797, 10765, 15499, 11475, 12115, 12008, 10528, 12229, 9433, 13497, 9318, 13783, 10495, 16643, 11931, 13416, 12039, 10365, 13190, 9467, 13835, 10359, 13778, 11534, 16960, 11915, 10050, 12151, 8679, 13399, 10592, 14280, 10738, 15870, 12169, 11204, 12197, 10314, 13889, 9182, 13740, 10533, 14839, 10930, 16154, 11824, 10322, 12181, 9038, 12726, 10358, 14017, 10433, 14273, 12270, 10189, 12929, 9280, 13372, 10676, 17156, 11885, 13886, 12230, 10868, 13542, 9587, 13079, 10164, 14919, 11751, 16540, 11302, 13912, 11825, 11187, 12613, 9935, 12760, 9111, 12987, 9832, 13125, 9957, 13531, 11243, 16284, 11421, 9668, 11951, 9164, 13033, 9845, 13314, 10342, 16487, 11806, 10417, 12202, 8614, 13897, 10872, 14549, 11024, 11956, 12896, 9711, 13031, 9796, 14135, 11131, 16689, 11948, 10520, 12541, 10231, 14386, 9572, 13566, 10362, 14694, 11729, 16659, 11479, 10565, 11904, 9535, 12768, 9519, 13335, 10641, 16153, 11752, 10302, 12191, 9758, 13294, 10082, 13397, 10807, 15304, 12095, 10218, 12277, 8933, 12614, 10306, 16406, 11742, 14442, 12360, 10493, 12690, 10124, 13542, 9335, 13105, 9866, 15440, 10956, 13703, 10538, 15759, 11991, 10114, 12244, 9127, 12500, 10370, 14749, 10893, 14577, 12215, 10830, 12636, 9543, 12581, 11219, 8594, 15130, 12806, 9634, 16013, 12061, 17888, 13749, 13378, 12955, 10736, 14032, 10771, 13544, 10507, 13617, 10021, 13566, 9206, 13033, 10442, 13471, 10909, 14906, 10601, 13843, 10979, 15671, 11818, 10340, 11452, 8942, 15165, 11342, 10206, 11278, 9644, 14080, 9827, 14381, 9698, 14047, 9418, 13633, 9620, 13943, 9937, 13253, 10147, 13487, 9225, 12884, 9370, 14062, 10845, 11686, 10862, 10202, 12769, 9634, 13939, 9682, 13597, 9356, 13194, 9523, 13667, 9869, 13376, 10186, 14730, 10897, 10070, 11133, 11325], 'WindowCenter': [4547.0, 4538.0, 4516.0, 4482.0, 4500.0, 4481.0, 4509.0, 4491.0, 4507.0, 4490.0, 4467.0, 4501.0, 4469.0, 4499.0, 4468.0, 4498.0, 4482.0, 4510.0, 4492.0, 4488.0, 4490.0, 4492.0, 4501.0, 4484.0, 4501.0, 4482.0, 4500.0, 4491.0, 4520.0, 4492.0, 4480.0, 4502.0, 4482.0, 4503.0, 4492.0, 4512.0, 4493.0, 4511.0, 4515.0, 4504.0, 4524.0, 4496.0, 4514.0, 4494.0, 4523.0, 4503.0, 4522.0, 4494.0, 4509.0, 4513.0, 4503.0, 4513.0, 4492.0, 4512.0, 4485.0, 4512.0, 4493.0, 4510.0, 4490.0, 4510.0, 4492.0, 4520.0, 4501.0, 4480.0, 4501.0, 4480.0, 4513.0, 4470.0, 4500.0, 4493.0, 4536.0, 4505.0, 4482.0, 4503.0, 4494.0, 4514.0, 4503.0, 4497.0, 4536.0, 4517.0, 4497.0, 4550.0, 4495.0, 4538.0, 4483.0, 4514.0, 4492.0, 4510.0, 4492.0, 4520.0, 4503.0, 4480.0, 4500.0, 4480.0, 4500.0, 4471.0, 4499.0, 4480.0, 4509.0, 4492.0, 4521.0, 4503.0, 4480.0, 4501.0, 4484.0, 4512.0, 4493.0, 4513.0, 4504.0, 4512.0, 4504.0, 4511.0, 4503.0, 4491.0, 4503.0, 4482.0, 4512.0, 4483.0, 4512.0, 4490.0, 4520.0, 4492.0, 4519.0, 4492.0, 4491.0, 4502.0, 4480.0, 4500.0, 4470.0, 4500.0, 4472.0, 4511.0, 4481.0, 4499.0, 4480.0, 4508.0, 4491.0, 4470.0, 4500.0, 4491.0, 4513.0, 4472.0, 4502.0, 4492.0, 4522.0, 4504.0, 4512.0, 4504.0, 4491.0, 4512.0, 4483.0, 4523.0, 4492.0, 4521.0, 4503.0, 4511.0, 4502.0, 4491.0, 4510.0, 4483.0, 4522.0, 4504.0, 4522.0, 4503.0, 4492.0, 4514.0, 4495.0, 4514.0, 4483.0, 4511.0, 4503.0, 4531.0, 4505.0, 4502.0, 4513.0, 4493.0, 4523.0, 4473.0, 4512.0, 4482.0, 4521.0, 4492.0, 4520.0, 4492.0, 4519.0, 4503.0, 4502.0, 4502.0, 4481.0, 4502.0, 4483.0, 4515.0, 4483.0, 4514.0, 4481.0, 4511.0, 4492.0, 4520.0, 4493.0, 4510.0, 4492.0, 4519.0, 4502.0, 4500.0, 4502.0, 4481.0, 4503.0, 4481.0, 4500.0, 4480.0, 4501.0, 4473.0, 4510.0, 4481.0, 4509.0, 4491.0, 4512.0, 4502.0, 4503.0, 4502.0, 4492.0, 4512.0, 4484.0, 4523.0, 4503.0, 4521.0, 4493.0, 4522.0, 4504.0, 4501.0, 4513.0, 4491.0, 4514.0, 4483.0, 4514.0, 4481.0, 4511.0, 4481.0, 4521.0, 4502.0, 4522.0, 4504.0, 4493.0, 4514.0, 4494.0, 4514.0, 4483.0, 4512.0, 4506.0, 4534.0, 4516.0, 4504.0, 4514.0, 4503.0, 4527.0, 4485.0, 4525.0, 4494.0, 4523.0, 4517.0, 4533.0, 4515.0, 4522.0, 4503.0, 4533.0, 4515.0, 4503.0, 4503.0, 4480.0, 4513.0, 4482.0, 4513.0, 4492.0, 4521.0, 4494.0, 4521.0, 4515.0, 4511.0, 4503.0, 4492.0, 4503.0, 4482.0, 4512.0, 4481.0, 4511.0, 4493.0, 4519.0, 4502.0, 4510.0, 4502.0, 4481.0, 4513.0, 4471.0, 4512.0, 4469.0, 4500.0, 4493.0, 4521.0, 4502.0, 4519.0, 4490.0, 4509.0, 4502.0, 4490.0, 4503.0, 4481.0, 4502.0, 4483.0, 4512.0, 4492.0, 4512.0, 4492.0, 4523.0, 4504.0, 4534.0, 4515.0, 4493.0, 4513.0, 4493.0, 4515.0, 4483.0, 4512.0, 4481.0, 4502.0, 4495.0, 4521.0, 4505.0, 4512.0, 4505.0, 4504.0, 4515.0, 4496.0, 4525.0, 4482.0, 4525.0, 4507.0, 4534.0, 4515.0, 4532.0, 4504.0, 4523.0, 4502.0, 4533.0, 4514.0, 4500.0, 4502.0, 4501.0, 4501.0, 4480.0, 4500.0, 4481.0, 4501.0, 4472.0, 4512.0, 4469.0, 4499.0, 4482.0, 4509.0, 4492.0, 4509.0, 4492.0, 4522.0, 4503.0, 4494.0, 4502.0, 4481.0, 4503.0, 4483.0, 4522.0, 4503.0, 4522.0, 4503.0, 4502.0, 4513.0, 4482.0, 4502.0, 4471.0, 4502.0, 4492.0, 4511.0, 4492.0, 4521.0, 4503.0, 4521.0, 4513.0, 4491.0, 4512.0, 4482.0, 4513.0, 4494.0, 4511.0, 4493.0, 4523.0, 4505.0, 4522.0, 4513.0, 4492.0, 4502.0, 4493.0, 4524.0, 4482.0, 4512.0, 4482.0, 4511.0, 4492.0, 4522.0, 4502.0, 4521.0, 4503.0, 4512.0, 4513.0, 4482.0, 4514.0, 4483.0, 4514.0, 4481.0, 4510.0, 4493.0, 4523.0, 4503.0, 4520.0, 4492.0, 4508.0, 4502.0, 4501.0, 4501.0, 4480.0, 4500.0, 4470.0, 4502.0, 4470.0, 4501.0, 4470.0, 4509.0, 4491.0, 4510.0, 4492.0, 4521.0, 4502.0, 4482.0, 4514.0, 4493.0, 4513.0, 4482.0, 4503.0, 4495.0, 4534.0, 4506.0, 4513.0, 4514.0, 4505.0, 4525.0, 4484.0, 4514.0, 4503.0, 4523.0, 4516.0, 4533.0, 4516.0, 4492.0, 4503.0, 4505.0, 4524.0, 4494.0, 4514.0, 4504.0, 4534.0, 4515.0, 4533.0, 4515.0, 4504.0, 4515.0, 4502.0, 4514.0, 4493.0, 4513.0, 4482.0, 4512.0, 4482.0, 4511.0, 4490.0, 4511.0, 4502.0, 4520.0, 4491.0, 4499.0, 4502.0, 4480.0, 4501.0, 4470.0, 4501.0, 4480.0, 4511.0, 4492.0, 4520.0, 4491.0, 4509.0, 4501.0, 4511.0, 4502.0, 4479.0, 4500.0, 4470.0, 4511.0, 4491.0, 4510.0, 4490.0, 4521.0, 4512.0, 4501.0, 4512.0, 4479.0, 4502.0, 4482.0, 4522.0, 4502.0, 4511.0, 4493.0, 4502.0, 4512.0, 4494.0, 4514.0, 4484.0, 4515.0, 4495.0, 4533.0, 4502.0, 4521.0, 4503.0, 4522.0, 4502.0, 4511.0, 4490.0, 4509.0, 4492.0, 4500.0, 4502.0, 4481.0, 4501.0, 4483.0, 4512.0, 4503.0, 4511.0, 4494.0, 4524.0, 4515.0, 4494.0, 4515.0, 4483.0, 4515.0, 4493.0, 4524.0, 4493.0, 4522.0, 4505.0, 4523.0, 4515.0, 4491.0, 4512.0, 4493.0, 4513.0, 4481.0, 4501.0, 4480.0, 4511.0, 4491.0, 4531.0, 4503.0, 4510.0, 4503.0, 4492.0, 4503.0, 4481.0, 4500.0, 4483.0, 4522.0, 4504.0, 4522.0, 4503.0, 4491.0, 4513.0, 4482.0, 4513.0, 4493.0, 4513.0, 4504.0, 4533.0, 4515.0, 4523.0, 4502.0, 4492.0, 4503.0, 4482.0, 4511.0, 4481.0, 4511.0, 4494.0, 4522.0, 4502.0, 4510.0, 4503.0, 4494.0, 4514.0, 4483.0, 4513.0, 4494.0, 4524.0, 4506.0, 4534.0, 4503.0, 4493.0, 4516.0, 4493.0, 4503.0, 4472.0, 4511.0, 4496.0, 4522.0, 4505.0, 4512.0, 4494.0, 4522.0, 4504.0, 4502.0, 4503.0, 4492.0, 4514.0, 4484.0, 4514.0, 4472.0, 4512.0, 4493.0, 4521.0, 4503.0, 4501.0, 4501.0, 4490.0, 4503.0, 4482.0, 4501.0, 4481.0, 4509.0, 4502.0, 4522.0, 4502.0, 4470.0, 4501.0, 4471.0, 4512.0, 4492.0, 4509.0, 4492.0, 4520.0, 4504.0, 4492.0, 4502.0, 4481.0, 4512.0, 4483.0, 4512.0, 4493.0, 4522.0, 4503.0, 4522.0, 4503.0, 4492.0, 4503.0, 4484.0, 4512.0, 4492.0, 4510.0, 4492.0, 4523.0, 4514.0, 4495.0, 4513.0, 4483.0, 4514.0, 4493.0, 4533.0, 4505.0, 4511.0, 4514.0, 4492.0, 4514.0, 4481.0, 4501.0, 4482.0, 4523.0, 4502.0, 4522.0, 4493.0, 4500.0, 4503.0, 4492.0, 4502.0, 4482.0, 4501.0, 4484.0, 4513.0, 4481.0, 4500.0, 4481.0, 4511.0, 4503.0, 4521.0, 4501.0, 4480.0, 4502.0, 4471.0, 4513.0, 4481.0, 4510.0, 4494.0, 4521.0, 4504.0, 4482.0, 4502.0, 4474.0, 4514.0, 4494.0, 4511.0, 4492.0, 4501.0, 4513.0, 4482.0, 4511.0, 4481.0, 4511.0, 4505.0, 4522.0, 4504.0, 4492.0, 4503.0, 4493.0, 4523.0, 4482.0, 4511.0, 4480.0, 4512.0, 4503.0, 4521.0, 4501.0, 4491.0, 4503.0, 4482.0, 4512.0, 4483.0, 4511.0, 4493.0, 4522.0, 4505.0, 4481.0, 4502.0, 4483.0, 4513.0, 4493.0, 4512.0, 4492.0, 4521.0, 4503.0, 4493.0, 4502.0, 4472.0, 4503.0, 4494.0, 4524.0, 4505.0, 4512.0, 4503.0, 4494.0, 4514.0, 4482.0, 4512.0, 4471.0, 4501.0, 4481.0, 4521.0, 4489.0, 4500.0, 4490.0, 4521.0, 4501.0, 4480.0, 4502.0, 4482.0, 4502.0, 4493.0, 4511.0, 4493.0, 4523.0, 4514.0, 4493.0, 4513.0, 4484.0, 4514.0, 4504.0, 4486.0, 4535.0, 4527.0, 4496.0, 4537.0, 4528.0, 4545.0, 4527.0, 4513.0, 4513.0, 4493.0, 4513.0, 4481.0, 4499.0, 4468.0, 4499.0, 4467.0, 4498.0, 4458.0, 4487.0, 4479.0, 4500.0, 4491.0, 4510.0, 4493.0, 4512.0, 4505.0, 4523.0, 4503.0, 4492.0, 4502.0, 4486.0, 4534.0, 4516.0, 4495.0, 4506.0, 4495.0, 4538.0, 4494.0, 4526.0, 4482.0, 4514.0, 4473.0, 4514.0, 4472.0, 4500.0, 4468.0, 4500.0, 4470.0, 4501.0, 4459.0, 4498.0, 4472.0, 4509.0, 4492.0, 4500.0, 4491.0, 4492.0, 4513.0, 4483.0, 4512.0, 4481.0, 4513.0, 4471.0, 4501.0, 4470.0, 4499.0, 4469.0, 4498.0, 4481.0, 4511.0, 4492.0, 4481.0, 4502.0, 4503.0], 'WindowWidth': [9989.0, 9957.0, 9920.0, 9864.0, 9883.0, 9858.0, 9893.0, 9873.0, 9888.0, 9868.0, 9834.0, 9883.0, 9838.0, 9878.0, 9836.0, 9876.0, 9860.0, 9894.0, 9873.0, 9863.0, 9868.0, 9874.0, 9887.0, 9868.0, 9884.0, 9860.0, 9882.0, 9874.0, 9908.0, 9874.0, 9856.0, 9887.0, 9862.0, 9890.0, 9876.0, 9903.0, 9878.0, 9901.0, 9912.0, 9895.0, 9924.0, 9888.0, 9908.0, 9883.0, 9919.0, 9893.0, 9916.0, 9879.0, 9896.0, 9905.0, 9891.0, 9905.0, 9873.0, 9902.0, 9870.0, 9902.0, 9877.0, 9896.0, 9869.0, 9896.0, 9874.0, 9910.0, 9884.0, 9852.0, 9884.0, 9855.0, 9905.0, 9843.0, 9882.0, 9881.0, 9945.0, 9898.0, 9861.0, 9893.0, 9880.0, 9907.0, 9895.0, 9892.0, 9945.0, 9921.0, 9893.0, 9968.0, 9886.0, 9947.0, 9865.0, 9905.0, 9874.0, 9894.0, 9873.0, 9910.0, 9890.0, 9853.0, 9882.0, 9854.0, 9883.0, 9842.0, 9879.0, 9854.0, 9892.0, 9874.0, 9913.0, 9889.0, 9854.0, 9883.0, 9866.0, 9901.0, 9877.0, 9906.0, 9895.0, 9902.0, 9894.0, 9900.0, 9890.0, 9871.0, 9889.0, 9860.0, 9903.0, 9862.0, 9899.0, 9870.0, 9910.0, 9873.0, 9906.0, 9872.0, 9869.0, 9887.0, 9855.0, 9881.0, 9841.0, 9880.0, 9845.0, 9896.0, 9855.0, 9877.0, 9854.0, 9890.0, 9871.0, 9840.0, 9883.0, 9871.0, 9904.0, 9848.0, 9888.0, 9875.0, 9917.0, 9895.0, 9902.0, 9893.0, 9871.0, 9901.0, 9864.0, 9919.0, 9876.0, 9911.0, 9891.0, 9897.0, 9888.0, 9871.0, 9895.0, 9864.0, 9915.0, 9892.0, 9913.0, 9891.0, 9877.0, 9908.0, 9887.0, 9905.0, 9866.0, 9901.0, 9893.0, 9931.0, 9896.0, 9889.0, 9905.0, 9879.0, 9920.0, 9851.0, 9902.0, 9861.0, 9913.0, 9875.0, 9911.0, 9873.0, 9907.0, 9891.0, 9886.0, 9889.0, 9858.0, 9888.0, 9865.0, 9910.0, 9863.0, 9904.0, 9858.0, 9898.0, 9874.0, 9909.0, 9875.0, 9897.0, 9876.0, 9908.0, 9889.0, 9881.0, 9886.0, 9858.0, 9889.0, 9858.0, 9882.0, 9853.0, 9886.0, 9850.0, 9896.0, 9857.0, 9893.0, 9871.0, 9901.0, 9890.0, 9889.0, 9889.0, 9874.0, 9902.0, 9869.0, 9920.0, 9893.0, 9913.0, 9877.0, 9918.0, 9895.0, 9886.0, 9904.0, 9871.0, 9906.0, 9865.0, 9907.0, 9858.0, 9898.0, 9859.0, 9912.0, 9889.0, 9915.0, 9892.0, 9876.0, 9908.0, 9881.0, 9908.0, 9865.0, 9903.0, 9902.0, 9937.0, 9914.0, 9894.0, 9908.0, 9893.0, 9930.0, 9870.0, 9924.0, 9880.0, 9919.0, 9918.0, 9934.0, 9910.0, 9917.0, 9890.0, 9932.0, 9908.0, 9891.0, 9890.0, 9856.0, 9904.0, 9861.0, 9904.0, 9875.0, 9912.0, 9881.0, 9914.0, 9911.0, 9898.0, 9889.0, 9874.0, 9891.0, 9861.0, 9899.0, 9857.0, 9898.0, 9879.0, 9909.0, 9888.0, 9895.0, 9888.0, 9859.0, 9904.0, 9844.0, 9900.0, 9839.0, 9881.0, 9876.0, 9911.0, 9888.0, 9907.0, 9870.0, 9892.0, 9887.0, 9870.0, 9890.0, 9857.0, 9887.0, 9866.0, 9902.0, 9877.0, 9902.0, 9875.0, 9919.0, 9897.0, 9935.0, 9911.0, 9878.0, 9905.0, 9879.0, 9910.0, 9864.0, 9900.0, 9860.0, 9888.0, 9883.0, 9915.0, 9898.0, 9903.0, 9896.0, 9898.0, 9912.0, 9886.0, 9924.0, 9865.0, 9925.0, 9904.0, 9935.0, 9912.0, 9930.0, 9894.0, 9919.0, 9891.0, 9933.0, 9905.0, 9881.0, 9888.0, 9885.0, 9886.0, 9853.0, 9882.0, 9855.0, 9886.0, 9845.0, 9901.0, 9839.0, 9877.0, 9861.0, 9893.0, 9874.0, 9893.0, 9873.0, 9914.0, 9891.0, 9881.0, 9889.0, 9857.0, 9889.0, 9864.0, 9915.0, 9890.0, 9915.0, 9890.0, 9889.0, 9905.0, 9861.0, 9888.0, 9845.0, 9887.0, 9873.0, 9898.0, 9874.0, 9913.0, 9892.0, 9912.0, 9904.0, 9871.0, 9901.0, 9863.0, 9904.0, 9879.0, 9898.0, 9876.0, 9917.0, 9896.0, 9915.0, 9904.0, 9872.0, 9889.0, 9878.0, 9922.0, 9860.0, 9900.0, 9861.0, 9900.0, 9877.0, 9916.0, 9889.0, 9914.0, 9894.0, 9901.0, 9905.0, 9860.0, 9908.0, 9864.0, 9905.0, 9859.0, 9895.0, 9877.0, 9919.0, 9891.0, 9910.0, 9873.0, 9891.0, 9889.0, 9885.0, 9884.0, 9855.0, 9881.0, 9839.0, 9887.0, 9842.0, 9885.0, 9843.0, 9891.0, 9874.0, 9896.0, 9876.0, 9912.0, 9888.0, 9862.0, 9907.0, 9877.0, 9906.0, 9862.0, 9891.0, 9886.0, 9934.0, 9899.0, 9905.0, 9907.0, 9898.0, 9925.0, 9869.0, 9908.0, 9893.0, 9920.0, 9915.0, 9933.0, 9913.0, 9874.0, 9891.0, 9896.0, 9923.0, 9881.0, 9909.0, 9895.0, 9937.0, 9913.0, 9933.0, 9912.0, 9896.0, 9911.0, 9890.0, 9909.0, 9876.0, 9903.0, 9861.0, 9902.0, 9861.0, 9898.0, 9870.0, 9899.0, 9888.0, 9909.0, 9871.0, 9878.0, 9887.0, 9857.0, 9885.0, 9842.0, 9884.0, 9857.0, 9899.0, 9873.0, 9909.0, 9871.0, 9893.0, 9886.0, 9897.0, 9889.0, 9853.0, 9882.0, 9844.0, 9899.0, 9872.0, 9895.0, 9870.0, 9911.0, 9903.0, 9885.0, 9901.0, 9854.0, 9887.0, 9862.0, 9913.0, 9888.0, 9897.0, 9877.0, 9890.0, 9905.0, 9882.0, 9909.0, 9868.0, 9910.0, 9883.0, 9933.0, 9889.0, 9913.0, 9893.0, 9915.0, 9888.0, 9896.0, 9869.0, 9895.0, 9875.0, 9882.0, 9886.0, 9857.0, 9885.0, 9864.0, 9901.0, 9893.0, 9901.0, 9880.0, 9920.0, 9912.0, 9882.0, 9910.0, 9864.0, 9910.0, 9879.0, 9919.0, 9877.0, 9915.0, 9897.0, 9918.0, 9912.0, 9871.0, 9900.0, 9876.0, 9904.0, 9859.0, 9885.0, 9856.0, 9897.0, 9873.0, 9928.0, 9890.0, 9895.0, 9891.0, 9874.0, 9889.0, 9858.0, 9881.0, 9864.0, 9914.0, 9893.0, 9913.0, 9890.0, 9874.0, 9906.0, 9863.0, 9905.0, 9878.0, 9903.0, 9896.0, 9934.0, 9911.0, 9917.0, 9889.0, 9877.0, 9892.0, 9863.0, 9897.0, 9857.0, 9898.0, 9879.0, 9916.0, 9890.0, 9897.0, 9892.0, 9881.0, 9908.0, 9864.0, 9903.0, 9882.0, 9922.0, 9899.0, 9935.0, 9891.0, 9878.0, 9911.0, 9877.0, 9889.0, 9846.0, 9898.0, 9886.0, 9915.0, 9895.0, 9901.0, 9878.0, 9916.0, 9893.0, 9889.0, 9890.0, 9873.0, 9907.0, 9864.0, 9907.0, 9847.0, 9899.0, 9878.0, 9913.0, 9891.0, 9883.0, 9885.0, 9869.0, 9891.0, 9860.0, 9884.0, 9856.0, 9893.0, 9888.0, 9913.0, 9886.0, 9840.0, 9884.0, 9845.0, 9899.0, 9873.0, 9893.0, 9873.0, 9911.0, 9893.0, 9875.0, 9886.0, 9858.0, 9903.0, 9861.0, 9901.0, 9875.0, 9916.0, 9893.0, 9915.0, 9890.0, 9874.0, 9890.0, 9868.0, 9902.0, 9875.0, 9898.0, 9875.0, 9919.0, 9908.0, 9883.0, 9907.0, 9863.0, 9908.0, 9880.0, 9935.0, 9896.0, 9899.0, 9908.0, 9875.0, 9907.0, 9858.0, 9883.0, 9861.0, 9918.0, 9888.0, 9915.0, 9875.0, 9882.0, 9890.0, 9874.0, 9887.0, 9861.0, 9886.0, 9865.0, 9902.0, 9859.0, 9880.0, 9857.0, 9898.0, 9890.0, 9911.0, 9885.0, 9855.0, 9887.0, 9845.0, 9901.0, 9858.0, 9895.0, 9879.0, 9912.0, 9894.0, 9859.0, 9887.0, 9854.0, 9905.0, 9878.0, 9899.0, 9873.0, 9884.0, 9905.0, 9862.0, 9899.0, 9859.0, 9900.0, 9897.0, 9916.0, 9893.0, 9873.0, 9889.0, 9876.0, 9918.0, 9859.0, 9896.0, 9856.0, 9901.0, 9891.0, 9911.0, 9886.0, 9871.0, 9892.0, 9862.0, 9901.0, 9863.0, 9897.0, 9879.0, 9915.0, 9897.0, 9858.0, 9888.0, 9864.0, 9903.0, 9878.0, 9901.0, 9875.0, 9914.0, 9892.0, 9877.0, 9888.0, 9847.0, 9888.0, 9881.0, 9920.0, 9895.0, 9900.0, 9890.0, 9881.0, 9905.0, 9860.0, 9899.0, 9841.0, 9883.0, 9855.0, 9911.0, 9865.0, 9880.0, 9870.0, 9910.0, 9884.0, 9855.0, 9886.0, 9861.0, 9887.0, 9876.0, 9899.0, 9876.0, 9918.0, 9909.0, 9879.0, 9905.0, 9867.0, 9906.0, 9894.0, 9876.0, 9939.0, 9930.0, 9889.0, 9943.0, 9935.0, 9954.0, 9930.0, 9904.0, 9904.0, 9876.0, 9901.0, 9855.0, 9876.0, 9831.0, 9875.0, 9830.0, 9875.0, 9819.0, 9857.0, 9849.0, 9880.0, 9869.0, 9895.0, 9875.0, 9898.0, 9895.0, 9918.0, 9890.0, 9873.0, 9889.0, 9874.0, 9937.0, 9917.0, 9885.0, 9901.0, 9884.0, 9946.0, 9882.0, 9927.0, 9861.0, 9904.0, 9849.0, 9905.0, 9845.0, 9881.0, 9832.0, 9879.0, 9836.0, 9881.0, 9822.0, 9873.0, 9846.0, 9893.0, 9873.0, 9881.0, 9873.0, 9875.0, 9904.0, 9863.0, 9903.0, 9858.0, 9902.0, 9844.0, 9885.0, 9838.0, 9875.0, 9836.0, 9874.0, 9856.0, 9895.0, 9874.0, 9858.0, 9888.0, 9891.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.0004163605051664753</td></tr>
<tr><td colspan=3>aqi</td><td>0.017582997818599313</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.68751472819533</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2348109458275875</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0087133524597702</td></tr>
<tr><td colspan=3>efc</td><td>0.4655</td></tr>
<tr><td colspan=3>fber</td><td>6723.0146</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10098613961749353</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.510907003444317</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5067209821081566</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4045865790338246</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7684652976310073</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.347111069659638</td></tr>
<tr><td colspan=3>gcor</td><td>0.00618365</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012817959301173687</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02216191217303276</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.96588133636382</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>37.9281</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6021</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.353</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>301955.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>802.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.8468</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.422</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>562.4</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3705.4962</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3931.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1279.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4828.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.198</td></tr>
<tr><td colspan=3>tsnr</td><td>47.21524681337178</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>