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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0028/ses-01/func/sub-0028_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>201fa5d237c2fa8adf448350fd1f7bf6</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>14:16:44.827500</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_VE11C_LATEST_20160120</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.991787, 0.0733625, 0.104765, -0.0691786, 0.996676, -0.0430311]</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.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10858</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7765, -7131, 742, -32, -105, -201, -3]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.786</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>77527451-f76a-4bd7-ad81-db17542f6f4f||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.660893201828003, -0.18560126423835754, 0.290448397397995, 116.07282257080078], [-0.19682632386684418, 2.674008369445801, -0.09566163271665573, -85.4970932006836], [0.28107646107673645, 0.11544935405254364, 2.6826272010803223, -48.687828063964844], [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': ['141644.827500', '141645.287500', '141645.747500', '141646.207500', '141646.667500', '141647.127500', '141647.587500', '141648.047500', '141648.507500', '141648.967500', '141649.427500', '141649.887500', '141650.347500', '141650.807500', '141651.267500', '141651.727500', '141652.187500', '141652.647500', '141653.107500', '141653.567500', '141654.027500', '141654.487500', '141654.947500', '141655.407500', '141655.867500', '141656.327500', '141656.787500', '141657.247500', '141657.707500', '141658.167500', '141658.627500', '141659.087500', '141659.547500', '141700.007500', '141700.467500', '141700.927500', '141701.387500', '141701.847500', '141702.307500', '141702.767500', '141703.227500', '141703.687500', '141704.147500', '141704.607500', '141705.067500', '141705.527500', '141705.987500', '141706.447500', '141706.907500', '141707.367500', '141707.827500', '141708.287500', '141708.747500', '141709.207500', '141709.667500', '141710.127500', '141710.587500', '141711.047500', '141711.507500', '141711.967500', '141712.427500', '141712.887500', '141713.347500', '141713.807500', '141714.267500', '141714.727500', '141715.187500', '141715.647500', '141716.107500', '141716.567500', '141717.027500', '141717.487500', '141717.947500', '141718.407500', '141718.867500', '141719.327500', '141719.787500', '141720.247500', '141720.707500', '141721.167500', '141721.627500', '141722.087500', '141722.547500', '141723.007500', '141723.467500', '141723.927500', '141724.387500', '141724.847500', '141725.307500', '141725.767500', '141726.227500', '141726.687500', '141727.147500', '141727.607500', '141728.067500', '141728.527500', '141728.987500', '141729.447500', '141729.907500', '141730.367500', '141730.827500', '141731.287500', '141731.747500', '141732.207500', '141732.667500', '141733.127500', '141733.587500', '141734.047500', '141734.507500', '141734.967500', '141735.427500', '141735.887500', '141736.347500', '141736.807500', '141737.267500', '141737.727500', '141738.187500', '141738.647500', '141739.107500', '141739.567500', '141740.027500', '141740.487500', '141740.947500', '141741.407500', '141741.867500', '141742.327500', '141742.787500', '141743.247500', '141743.707500', '141744.167500', '141744.627500', '141745.087500', '141745.547500', '141746.007500', '141746.467500', '141746.927500', '141747.387500', '141747.847500', '141748.307500', '141748.767500', '141749.227500', '141749.687500', '141750.147500', '141750.607500', '141751.067500', '141751.527500', '141751.987500', '141752.447500', '141752.907500', '141753.367500', '141753.827500', '141754.287500', '141754.747500', '141755.207500', '141755.667500', '141756.127500', '141756.587500', '141757.047500', '141757.507500', '141757.967500', '141758.427500', '141758.887500', '141759.347500', '141759.807500', '141800.267500', '141800.727500', '141801.187500', '141801.647500', '141802.107500', '141802.567500', '141803.027500', '141803.487500', '141803.947500', '141804.407500', '141804.867500', '141805.327500', '141805.787500', '141806.247500', '141806.707500', '141807.167500', '141807.627500', '141808.087500', '141808.547500', '141809.007500', '141809.467500', '141809.927500', '141810.387500', '141810.847500', '141811.307500', '141811.767500', '141812.227500', '141812.687500', '141813.147500', '141813.607500', '141814.067500', '141814.527500', '141814.987500', '141815.447500', '141815.907500', '141816.367500', '141816.827500', '141817.287500', '141817.747500', '141818.207500', '141818.667500', '141819.127500', '141819.587500', '141820.047500', '141820.507500', '141820.967500', '141821.427500', '141821.887500', '141822.347500', '141822.807500', '141823.267500', '141823.727500', '141824.187500', '141824.647500', '141825.107500', '141825.567500', '141826.027500', '141826.487500', '141826.947500', '141827.407500', '141827.867500', '141828.327500', '141828.787500', '141829.247500', '141829.707500', '141830.167500', '141830.627500', '141831.087500', '141831.547500', '141832.007500', '141832.467500', '141832.927500', '141833.387500', '141833.847500', '141834.307500', '141834.767500', '141835.227500', '141835.687500', '141836.147500', '141836.607500', '141837.067500', '141837.527500', '141837.987500', '141838.447500', '141838.907500', '141839.367500', '141839.827500', '141840.287500', '141840.747500', '141841.207500', '141841.667500', '141842.127500', '141842.587500', '141843.047500', '141843.507500', '141843.967500', '141844.427500', '141844.887500', '141845.347500', '141845.807500', '141846.267500', '141846.727500', '141847.187500', '141847.647500', '141848.107500', '141848.567500', '141849.027500', '141849.487500', '141849.947500', '141850.407500', '141850.867500', '141851.327500', '141851.787500', '141852.247500', '141852.707500', '141853.167500', '141853.627500', '141854.087500', '141854.547500', '141855.007500', '141855.467500', '141855.927500', '141856.387500', '141856.847500', '141857.307500', '141857.767500', '141858.227500', '141858.687500', '141859.147500', '141859.607500', '141900.067500', '141900.527500', '141900.987500', '141901.447500', '141901.907500', '141902.367500', '141902.827500', '141903.287500', '141903.747500', '141904.207500', '141904.667500', '141905.127500', '141905.587500', '141906.047500', '141906.507500', '141906.967500', '141907.427500', '141907.887500', '141908.347500', '141908.807500', '141909.267500', '141909.727500', '141910.187500', '141910.647500', '141911.107500', '141911.567500', '141912.027500', '141912.487500', '141912.947500', '141913.407500', '141913.867500', '141914.327500', '141914.787500', '141915.247500', '141915.707500', '141916.167500', '141916.627500', '141917.087500', '141917.547500', '141918.007500', '141918.467500', '141918.927500', '141919.387500', '141919.847500', '141920.307500', '141920.767500', '141921.227500', '141921.687500', '141922.147500', '141922.607500', '141923.067500', '141923.527500', '141923.987500', '141924.447500', '141924.907500', '141925.367500', '141925.827500', '141926.287500', '141926.747500', '141927.207500', '141927.667500', '141928.127500', '141928.587500', '141929.047500', '141929.507500', '141929.967500', '141930.427500', '141930.887500', '141931.347500', '141931.807500', '141932.267500', '141932.727500', '141933.187500', '141933.647500', '141934.107500', '141934.567500', '141935.027500', '141935.487500', '141935.947500', '141936.407500', '141936.867500', '141937.327500', '141937.787500', '141938.247500', '141938.707500', '141939.167500', '141939.627500', '141940.087500', '141940.547500', '141941.007500', '141941.467500', '141941.927500', '141942.387500', '141942.847500', '141943.307500', '141943.767500', '141944.227500', '141944.687500', '141945.147500', '141945.607500', '141946.067500', '141946.527500', '141946.987500', '141947.447500', '141947.907500', '141948.367500', '141948.827500', '141949.287500', '141949.747500', '141950.207500', '141950.667500', '141951.127500', '141951.587500', '141952.047500', '141952.507500', '141952.967500', '141953.427500', '141953.887500', '141954.347500', '141954.807500', '141955.267500', '141955.727500', '141956.187500', '141956.647500', '141957.107500', '141957.567500', '141958.027500', '141958.487500', '141958.947500', '141959.407500', '141959.867500', '142000.327500', '142000.787500', '142001.247500', '142001.707500', '142002.167500', '142002.627500', '142003.087500', '142003.547500', '142004.007500', '142004.467500', '142004.927500', '142005.387500', '142005.847500', '142006.307500', '142006.767500', '142007.227500', '142007.687500', '142008.147500', '142008.607500', '142009.067500', '142009.527500', '142009.987500', '142010.447500', '142010.907500', '142011.367500', '142011.827500', '142012.287500', '142012.747500', '142013.207500', '142013.667500', '142014.127500', '142014.587500', '142015.047500', '142015.507500', '142015.967500', '142016.427500', '142016.887500', '142017.347500', '142017.807500', '142018.267500', '142018.727500', '142019.187500', '142019.647500', '142020.107500', '142020.567500', '142021.027500', '142021.487500', '142021.947500', '142022.407500', '142022.867500', '142023.327500', '142023.787500', '142024.247500', '142024.707500', '142025.167500', '142025.627500', '142026.087500', '142026.547500', '142027.007500', '142027.467500', '142027.927500', '142028.387500', '142028.847500', '142029.307500', '142029.767500', '142030.227500', '142030.687500', '142031.147500', '142031.607500', '142032.067500', '142032.527500', '142032.987500', '142033.447500', '142033.907500', '142034.367500', '142034.827500', '142035.287500', '142035.747500', '142036.207500', '142036.667500', '142037.127500', '142037.587500', '142038.047500', '142038.507500', '142038.967500', '142039.427500', '142039.887500', '142040.347500', '142040.807500', '142041.267500', '142041.727500', '142042.187500', '142042.647500', '142043.107500', '142043.567500', '142044.027500', '142044.487500', '142044.947500', '142045.407500', '142045.867500', '142046.327500', '142046.787500', '142047.247500', '142047.707500', '142048.167500', '142048.627500', '142049.087500', '142049.547500', '142050.007500', '142050.467500', '142050.927500', '142051.387500', '142051.847500', '142052.307500', '142052.767500', '142053.227500', '142053.687500', '142054.147500', '142054.607500', '142055.067500', '142055.527500', '142055.987500', '142056.447500', '142056.907500', '142057.367500', '142057.827500', '142058.287500', '142058.747500', '142059.207500', '142059.667500', '142100.127500', '142100.587500', '142101.047500', '142101.507500', '142101.967500', '142102.427500', '142102.887500', '142103.347500', '142103.807500', '142104.267500', '142104.727500', '142105.187500', '142105.647500', '142106.107500', '142106.567500', '142107.027500', '142107.487500', '142107.947500', '142108.407500', '142108.867500', '142109.327500', '142109.787500', '142110.247500', '142110.707500', '142111.167500', '142111.627500', '142112.087500', '142112.547500', '142113.007500', '142113.467500', '142113.927500', '142114.387500', '142114.847500', '142115.307500', '142115.767500', '142116.227500', '142116.687500', '142117.147500', '142117.607500', '142118.067500', '142118.527500', '142118.987500', '142119.447500', '142119.907500', '142120.367500', '142120.827500', '142121.287500', '142121.747500', '142122.207500', '142122.667500', '142123.127500', '142123.587500', '142124.047500', '142124.507500', '142124.967500', '142125.427500', '142125.887500', '142126.347500', '142126.807500', '142127.267500', '142127.727500', '142128.187500', '142128.647500', '142129.107500', '142129.567500', '142130.027500', '142130.487500', '142130.947500', '142131.407500', '142131.867500', '142132.327500', '142132.787500', '142133.247500', '142133.707500', '142134.167500', '142134.627500', '142135.087500', '142135.547500', '142136.007500', '142136.467500', '142136.927500', '142137.387500', '142137.847500', '142138.307500', '142138.767500', '142139.227500', '142139.687500', '142140.147500', '142140.607500', '142141.067500', '142141.527500', '142141.987500', '142142.447500', '142142.907500', '142143.367500', '142143.827500', '142144.287500', '142144.747500', '142145.207500', '142145.667500', '142146.127500', '142146.587500', '142147.047500', '142147.507500', '142147.967500', '142148.427500', '142148.887500', '142149.347500', '142149.807500', '142150.267500', '142150.727500', '142151.187500', '142151.647500', '142152.107500', '142152.567500', '142153.027500', '142153.487500', '142153.947500', '142154.407500', '142154.867500', '142155.327500', '142155.787500', '142156.247500', '142156.707500', '142157.167500', '142157.627500', '142158.087500', '142158.547500', '142159.007500', '142159.467500', '142159.927500', '142200.387500', '142200.847500', '142201.307500', '142201.767500', '142202.227500', '142202.687500', '142203.147500', '142203.607500', '142204.067500', '142204.527500', '142204.987500', '142205.447500', '142205.907500', '142206.367500', '142206.827500', '142207.287500', '142207.747500', '142208.207500', '142208.667500', '142209.127500', '142209.587500', '142210.047500', '142210.507500', '142210.967500', '142211.427500', '142211.887500', '142212.347500', '142212.807500', '142213.267500', '142213.727500', '142214.187500', '142214.647500', '142215.107500', '142215.567500', '142216.027500', '142216.487500', '142216.947500', '142217.407500', '142217.867500', '142218.327500', '142218.787500', '142219.247500', '142219.707500', '142220.167500', '142220.627500', '142221.087500', '142221.547500', '142222.007500', '142222.467500', '142222.927500', '142223.387500', '142223.847500', '142224.307500', '142224.767500', '142225.227500', '142225.687500', '142226.147500', '142226.607500', '142227.067500', '142227.527500', '142227.987500', '142228.447500', '142228.907500', '142229.367500', '142229.827500', '142230.287500', '142230.747500', '142231.207500', '142231.667500', '142232.127500', '142232.587500', '142233.047500', '142233.507500', '142233.967500', '142234.427500', '142234.887500', '142235.347500', '142235.807500', '142236.267500', '142236.727500', '142237.187500', '142237.647500', '142238.107500', '142238.567500', '142239.027500', '142239.487500', '142239.947500', '142240.407500', '142240.867500', '142241.327500', '142241.787500', '142242.247500', '142242.707500', '142243.167500', '142243.627500', '142244.087500', '142244.547500', '142245.007500', '142245.467500', '142245.927500', '142246.387500', '142246.847500', '142247.307500', '142247.767500', '142248.227500', '142248.687500', '142249.147500', '142249.607500', '142250.067500', '142250.527500', '142250.987500', '142251.447500', '142251.907500', '142252.367500', '142252.827500', '142253.287500', '142253.747500', '142254.207500', '142254.667500', '142255.127500', '142255.587500', '142256.047500', '142256.507500', '142256.967500', '142257.427500', '142257.887500', '142258.347500', '142258.807500', '142259.267500', '142259.727500', '142300.187500', '142300.647500', '142301.107500', '142301.567500', '142302.027500', '142302.487500', '142302.947500', '142303.407500', '142303.867500', '142304.327500', '142304.787500', '142305.247500', '142305.707500', '142306.167500', '142306.627500', '142307.087500', '142307.547500', '142308.007500', '142308.467500', '142308.927500', '142309.387500', '142309.847500', '142310.307500', '142310.767500', '142311.227500', '142311.687500', '142312.147500', '142312.607500', '142313.067500', '142313.527500', '142313.987500', '142314.447500', '142314.907500', '142315.367500', '142315.827500', '142316.287500', '142316.747500', '142317.207500', '142317.667500', '142318.127500', '142318.587500', '142319.047500', '142319.507500', '142319.967500', '142320.427500', '142320.887500', '142321.347500', '142321.807500', '142322.267500', '142322.727500', '142323.187500', '142323.647500', '142324.107500', '142324.567500', '142325.027500', '142325.487500'], 'ContentTime': ['141658.688000', '141658.700000', '141658.710000', '141658.713000', '141658.716000', '141658.719000', '141658.722000', '141658.725000', '141658.727000', '141658.730000', '141658.733000', '141658.736000', '141658.739000', '141658.742000', '141658.745000', '141658.757000', '141658.760000', '141658.763000', '141658.766000', '141658.769000', '141658.772000', '141658.775000', '141658.778000', '141658.781000', '141658.783000', '141658.786000', '141658.789000', '141658.792000', '141718.647000', '141718.650000', '141718.658000', '141718.661000', '141718.664000', '141718.667000', '141718.670000', '141718.672000', '141718.675000', '141718.678000', '141718.681000', '141718.684000', '141718.686000', '141718.689000', '141718.692000', '141718.695000', '141718.698000', '141718.701000', '141718.703000', '141718.706000', '141718.709000', '141718.712000', '141718.715000', '141718.718000', '141718.723000', '141718.726000', '141718.729000', '141718.732000', '141718.735000', '141718.738000', '141718.741000', '141718.743000', '141718.746000', '141718.749000', '141718.752000', '141718.755000', '141718.757000', '141718.760000', '141718.763000', '141718.766000', '141718.769000', '141718.772000', '141718.775000', '141718.778000', '141738.647000', '141738.650000', '141738.653000', '141738.656000', '141738.659000', '141738.661000', '141738.664000', '141738.667000', '141738.670000', '141738.673000', '141738.676000', '141738.679000', '141738.681000', '141738.684000', '141738.687000', '141738.690000', '141738.693000', '141738.696000', '141738.698000', '141738.701000', '141738.704000', '141738.707000', '141738.710000', '141738.713000', '141738.715000', '141738.718000', '141738.721000', '141738.724000', '141738.727000', '141738.730000', '141738.733000', '141738.736000', '141738.739000', '141738.742000', '141738.748000', '141738.751000', '141738.754000', '141738.757000', '141738.759000', '141738.762000', '141738.765000', '141738.768000', '141738.771000', '141758.647000', '141758.650000', '141758.653000', '141758.656000', '141758.658000', '141758.661000', '141758.664000', '141758.667000', '141758.670000', '141758.673000', '141758.676000', '141758.678000', '141758.681000', '141758.684000', '141758.687000', '141758.690000', '141758.693000', '141758.696000', '141758.698000', '141758.701000', '141758.704000', '141758.707000', '141758.710000', '141758.713000', '141758.716000', '141758.719000', '141758.721000', '141758.724000', '141758.727000', '141758.730000', '141758.733000', '141758.736000', '141758.738000', '141758.741000', '141758.744000', '141758.747000', '141758.750000', '141758.753000', '141758.756000', '141758.758000', '141758.761000', '141758.764000', '141758.767000', '141758.770000', '141818.646000', '141818.649000', '141818.652000', '141818.655000', '141818.658000', '141818.661000', '141818.663000', '141818.666000', '141818.669000', '141818.672000', '141818.675000', '141818.678000', '141818.681000', '141818.683000', '141818.686000', '141818.689000', '141818.692000', '141818.695000', '141818.698000', '141818.701000', '141818.703000', '141818.706000', '141818.709000', '141818.712000', '141818.715000', '141818.718000', '141818.720000', '141818.723000', '141818.726000', '141818.729000', '141818.732000', '141818.735000', '141818.738000', '141818.741000', '141818.745000', '141818.747000', '141818.750000', '141818.753000', '141818.756000', '141818.759000', '141818.762000', '141818.765000', '141818.768000', '141838.647000', '141838.650000', '141838.653000', '141838.655000', '141838.658000', '141838.661000', '141838.664000', '141838.667000', '141838.670000', '141838.673000', '141838.676000', '141838.678000', '141838.681000', '141838.684000', '141838.687000', '141838.690000', '141838.693000', '141838.696000', '141838.698000', '141838.701000', '141838.704000', '141838.707000', '141838.710000', '141838.713000', '141838.731000', '141838.734000', '141838.736000', '141838.739000', '141838.742000', '141838.745000', '141838.748000', '141838.751000', '141838.754000', '141838.756000', '141838.759000', '141838.762000', '141838.765000', '141838.768000', '141838.771000', '141838.774000', '141838.777000', '141838.780000', '141838.803000', '141838.806000', '141858.647000', '141858.650000', '141858.653000', '141858.656000', '141858.659000', '141858.661000', '141858.664000', '141858.667000', '141858.670000', '141858.673000', '141858.676000', '141858.679000', '141858.682000', '141858.684000', '141858.687000', '141858.690000', '141858.693000', '141858.696000', '141858.699000', '141858.702000', '141858.704000', '141858.707000', '141858.710000', '141858.713000', '141858.716000', '141858.719000', '141858.722000', '141858.725000', '141858.728000', '141858.731000', '141858.734000', '141858.736000', '141858.739000', '141858.742000', '141858.745000', '141858.748000', '141858.751000', '141858.754000', '141858.756000', '141858.759000', '141858.762000', '141858.765000', '141858.768000', '141918.647000', '141918.650000', '141918.653000', '141918.656000', '141918.659000', '141918.661000', '141918.664000', '141918.667000', '141918.670000', '141918.673000', '141918.676000', '141918.679000', '141918.682000', '141918.684000', '141918.687000', '141918.690000', '141918.693000', '141918.696000', '141918.699000', '141918.702000', '141918.704000', '141918.707000', '141918.710000', '141918.713000', '141918.716000', '141918.719000', '141918.722000', '141918.725000', '141918.727000', '141918.730000', '141918.733000', '141918.736000', '141918.739000', '141918.742000', '141918.745000', '141918.747000', '141918.750000', '141918.753000', '141918.756000', '141918.759000', '141918.762000', '141918.765000', '141918.768000', '141918.770000', '141938.647000', '141938.650000', '141938.653000', '141938.656000', '141938.659000', '141938.662000', '141938.665000', '141938.667000', '141938.670000', '141938.673000', '141938.676000', '141938.679000', '141938.682000', '141938.685000', '141938.688000', '141938.691000', '141938.693000', '141938.696000', '141938.699000', '141938.702000', '141938.705000', '141938.708000', '141938.711000', '141938.714000', '141938.716000', '141938.719000', '141938.722000', '141938.725000', '141938.728000', '141938.731000', '141938.734000', '141938.736000', '141938.739000', '141938.742000', '141938.745000', '141938.748000', '141938.751000', '141938.754000', '141938.756000', '141938.759000', '141938.762000', '141938.765000', '141938.768000', '141958.647000', '141958.652000', '141958.654000', '141958.657000', '141958.660000', '141958.663000', '141958.666000', '141958.669000', '141958.672000', '141958.675000', '141958.678000', '141958.681000', '141958.684000', '141958.686000', '141958.689000', '141958.692000', '141958.695000', '141958.698000', '141958.701000', '141958.704000', '141958.707000', '141958.709000', '141958.712000', '141958.715000', '141958.718000', '141958.721000', '141958.724000', '141958.727000', '141958.730000', '141958.733000', '141958.735000', '141958.738000', '141958.741000', '141958.744000', '141958.747000', '141958.750000', '141958.753000', '141958.756000', '141958.759000', '141958.761000', '141958.764000', '141958.767000', '141958.770000', '142018.647000', '142018.650000', '142018.653000', '142018.656000', '142018.659000', '142018.674000', '142018.677000', '142018.680000', '142018.683000', '142018.686000', '142018.689000', '142018.691000', '142018.694000', '142018.697000', '142018.700000', '142018.703000', '142018.706000', '142018.709000', '142018.711000', '142018.714000', '142018.717000', '142018.720000', '142018.723000', '142018.726000', '142018.729000', '142018.732000', '142018.734000', '142018.737000', '142018.740000', '142018.743000', '142018.746000', '142018.749000', '142018.752000', '142018.754000', '142018.757000', '142018.760000', '142018.763000', '142018.766000', '142018.769000', '142018.772000', '142018.775000', '142018.778000', '142018.780000', '142018.783000', '142038.646000', '142038.649000', '142038.652000', '142038.655000', '142038.658000', '142038.661000', '142038.664000', '142038.666000', '142038.669000', '142038.672000', '142038.675000', '142038.678000', '142038.681000', '142038.684000', '142038.687000', '142038.689000', '142038.692000', '142038.695000', '142038.698000', '142038.701000', '142038.704000', '142038.707000', '142038.710000', '142038.712000', '142038.715000', '142038.718000', '142038.721000', '142038.724000', '142038.727000', '142038.730000', '142038.733000', '142038.735000', '142038.738000', '142038.741000', '142038.744000', '142038.747000', '142038.750000', '142038.753000', '142038.756000', '142038.759000', '142038.761000', '142038.764000', '142038.767000', '142058.647000', '142058.650000', '142058.653000', '142058.656000', '142058.659000', '142058.662000', '142058.664000', '142058.667000', '142058.670000', '142058.673000', '142058.676000', '142058.679000', '142058.682000', '142058.684000', '142058.687000', '142058.690000', '142058.693000', '142058.696000', '142058.699000', '142058.702000', '142058.705000', '142058.707000', '142058.710000', '142058.713000', '142058.716000', '142058.719000', '142058.722000', '142058.725000', '142058.728000', '142058.731000', '142058.733000', '142058.736000', '142058.739000', '142058.742000', '142058.745000', '142058.748000', '142058.751000', '142058.754000', '142058.756000', '142058.759000', '142058.762000', '142058.765000', '142058.768000', '142058.771000', '142118.647000', '142118.650000', '142118.653000', '142118.656000', '142118.659000', '142118.662000', '142118.665000', '142118.668000', '142118.671000', '142118.674000', '142118.676000', '142118.679000', '142118.682000', '142118.685000', '142118.688000', '142118.691000', '142118.694000', '142118.697000', '142118.700000', '142118.703000', '142118.705000', '142118.708000', '142118.711000', '142118.714000', '142118.717000', '142118.720000', '142118.723000', '142118.725000', '142118.728000', '142118.731000', '142118.734000', '142118.737000', '142118.740000', '142118.743000', '142118.745000', '142118.748000', '142118.751000', '142118.754000', '142118.757000', '142118.760000', '142118.762000', '142118.765000', '142118.768000', '142138.647000', '142138.650000', '142138.653000', '142138.656000', '142138.659000', '142138.662000', '142138.665000', '142138.668000', '142138.670000', '142138.673000', '142138.676000', '142138.679000', '142138.682000', '142138.685000', '142138.688000', '142138.691000', '142138.693000', '142138.696000', '142138.699000', '142138.702000', '142138.705000', '142138.708000', '142138.711000', '142138.714000', '142138.717000', '142138.719000', '142138.722000', '142138.725000', '142138.728000', '142138.731000', '142138.744000', '142138.747000', '142138.750000', '142138.753000', '142138.756000', '142138.759000', '142138.762000', '142138.765000', '142138.767000', '142138.770000', '142138.773000', '142138.776000', '142138.779000', '142138.782000', '142158.647000', '142158.650000', '142158.653000', '142158.656000', '142158.659000', '142158.662000', '142158.665000', '142158.667000', '142158.670000', '142158.673000', '142158.676000', '142158.679000', '142158.682000', '142158.685000', '142158.688000', '142158.691000', '142158.694000', '142158.697000', '142158.700000', '142158.703000', '142158.706000', '142158.709000', '142158.711000', '142158.714000', '142158.717000', '142158.720000', '142158.723000', '142158.726000', '142158.729000', '142158.732000', '142158.735000', '142158.737000', '142158.740000', '142158.743000', '142158.746000', '142158.749000', '142158.752000', '142158.755000', '142158.757000', '142158.760000', '142158.763000', '142158.766000', '142158.769000', '142218.647000', '142218.650000', '142218.653000', '142218.656000', '142218.659000', '142218.662000', '142218.664000', '142218.667000', '142218.670000', '142218.673000', '142218.676000', '142218.679000', '142218.682000', '142218.685000', '142218.687000', '142218.690000', '142218.693000', '142218.696000', '142218.699000', '142218.702000', '142218.705000', '142218.707000', '142218.710000', '142218.713000', '142218.716000', '142218.719000', '142218.722000', '142218.725000', '142218.728000', '142218.731000', '142218.733000', '142218.736000', '142218.739000', '142218.742000', '142218.745000', '142218.748000', '142218.751000', '142218.753000', '142218.756000', '142218.759000', '142218.762000', '142218.765000', '142218.768000', '142218.771000', '142238.647000', '142238.650000', '142238.653000', '142238.656000', '142238.659000', '142238.662000', '142238.664000', '142238.667000', '142238.670000', '142238.673000', '142238.676000', '142238.679000', '142238.682000', '142238.685000', '142238.688000', '142238.692000', '142238.697000', '142238.700000', '142238.703000', '142238.706000', '142238.709000', '142238.712000', '142238.715000', '142238.717000', '142238.720000', '142238.723000', '142238.726000', '142238.729000', '142238.732000', '142238.735000', '142238.737000', '142238.740000', '142238.743000', '142238.746000', '142238.749000', '142238.752000', '142238.755000', '142238.757000', '142238.760000', '142238.763000', '142238.766000', '142238.769000', '142238.772000', '142258.646000', '142258.649000', '142258.652000', '142258.655000', '142258.657000', '142258.660000', '142258.663000', '142258.666000', '142258.669000', '142258.672000', '142258.675000', '142258.678000', '142258.681000', '142258.684000', '142258.686000', '142258.689000', '142258.692000', '142258.695000', '142258.698000', '142258.701000', '142258.704000', '142258.706000', '142258.709000', '142258.712000', '142258.715000', '142258.718000', '142258.721000', '142258.724000', '142258.727000', '142258.729000', '142258.732000', '142258.735000', '142258.738000', '142258.741000', '142258.744000', '142258.747000', '142258.749000', '142258.752000', '142258.755000', '142258.758000', '142258.761000', '142258.775000', '142258.778000', '142258.781000', '142318.647000', '142318.650000', '142318.653000', '142318.657000', '142318.660000', '142318.663000', '142318.666000', '142318.669000', '142318.671000', '142318.674000', '142318.677000', '142318.680000', '142318.683000', '142318.686000', '142318.689000', '142318.692000', '142318.695000', '142318.697000', '142318.700000', '142318.703000', '142318.706000', '142318.709000', '142318.712000', '142318.715000', '142318.718000', '142318.720000', '142318.723000', '142318.726000', '142318.729000', '142318.732000', '142318.735000', '142318.738000', '142318.741000', '142318.744000', '142318.747000', '142318.750000', '142318.752000', '142318.755000', '142318.758000', '142318.761000', '142318.764000', '142318.767000', '142318.770000', '142326.596000', '142326.600000', '142326.603000', '142326.606000', '142326.610000', '142326.613000', '142326.616000', '142326.619000', '142326.622000', '142326.625000', '142326.628000', '142326.631000', '142326.634000', '142326.636000', '142326.639000', '142326.643000', '142326.646000', '142326.649000'], 'InstanceCreationTime': ['141658.688000', '141658.700000', '141658.710000', '141658.713000', '141658.716000', '141658.719000', '141658.722000', '141658.725000', '141658.727000', '141658.730000', '141658.733000', '141658.736000', '141658.739000', '141658.742000', '141658.745000', '141658.757000', '141658.760000', '141658.763000', '141658.766000', '141658.769000', '141658.772000', '141658.775000', '141658.778000', '141658.781000', '141658.783000', '141658.786000', '141658.789000', '141658.792000', '141718.647000', '141718.650000', '141718.658000', '141718.661000', '141718.664000', '141718.667000', '141718.670000', '141718.672000', '141718.675000', '141718.678000', '141718.681000', '141718.684000', '141718.686000', '141718.689000', '141718.692000', '141718.695000', '141718.698000', '141718.701000', '141718.703000', '141718.706000', '141718.709000', '141718.712000', '141718.715000', '141718.718000', '141718.723000', '141718.726000', '141718.729000', '141718.732000', '141718.735000', '141718.738000', '141718.741000', '141718.743000', '141718.746000', '141718.749000', '141718.752000', '141718.755000', '141718.757000', '141718.760000', '141718.763000', '141718.766000', '141718.769000', '141718.772000', '141718.775000', '141718.778000', '141738.647000', '141738.650000', '141738.653000', '141738.656000', '141738.659000', '141738.661000', '141738.664000', '141738.667000', '141738.670000', '141738.673000', '141738.676000', '141738.679000', '141738.681000', '141738.684000', '141738.687000', '141738.690000', '141738.693000', '141738.696000', '141738.698000', '141738.701000', '141738.704000', '141738.707000', '141738.710000', '141738.713000', '141738.715000', '141738.718000', '141738.721000', '141738.724000', '141738.727000', '141738.730000', '141738.733000', '141738.736000', '141738.739000', '141738.742000', '141738.748000', '141738.751000', '141738.754000', '141738.757000', '141738.759000', '141738.762000', '141738.765000', '141738.768000', '141738.771000', '141758.647000', '141758.650000', '141758.653000', '141758.656000', '141758.658000', '141758.661000', '141758.664000', '141758.667000', '141758.670000', '141758.673000', '141758.676000', '141758.678000', '141758.681000', '141758.684000', '141758.687000', '141758.690000', '141758.693000', '141758.696000', '141758.698000', '141758.701000', '141758.704000', '141758.707000', '141758.710000', '141758.713000', '141758.716000', '141758.719000', '141758.721000', '141758.724000', '141758.727000', '141758.730000', '141758.733000', '141758.736000', '141758.738000', '141758.741000', '141758.744000', '141758.747000', '141758.750000', '141758.753000', '141758.756000', '141758.758000', '141758.761000', '141758.764000', '141758.767000', '141758.770000', '141818.646000', '141818.649000', '141818.652000', '141818.655000', '141818.658000', '141818.661000', '141818.663000', '141818.666000', '141818.669000', '141818.672000', '141818.675000', '141818.678000', '141818.681000', '141818.683000', '141818.686000', '141818.689000', '141818.692000', '141818.695000', '141818.698000', '141818.701000', '141818.703000', '141818.706000', '141818.709000', '141818.712000', '141818.715000', '141818.718000', '141818.720000', '141818.723000', '141818.726000', '141818.729000', '141818.732000', '141818.735000', '141818.738000', '141818.741000', '141818.745000', '141818.747000', '141818.750000', '141818.753000', '141818.756000', '141818.759000', '141818.762000', '141818.765000', '141818.768000', '141838.647000', '141838.650000', '141838.653000', '141838.655000', '141838.658000', '141838.661000', '141838.664000', '141838.667000', '141838.670000', '141838.673000', '141838.676000', '141838.678000', '141838.681000', '141838.684000', '141838.687000', '141838.690000', '141838.693000', '141838.696000', '141838.698000', '141838.701000', '141838.704000', '141838.707000', '141838.710000', '141838.713000', '141838.731000', '141838.734000', '141838.736000', '141838.739000', '141838.742000', '141838.745000', '141838.748000', '141838.751000', '141838.754000', '141838.756000', '141838.759000', '141838.762000', '141838.765000', '141838.768000', '141838.771000', '141838.774000', '141838.777000', '141838.780000', '141838.803000', '141838.806000', '141858.647000', '141858.650000', '141858.653000', '141858.656000', '141858.659000', '141858.661000', '141858.664000', '141858.667000', '141858.670000', '141858.673000', '141858.676000', '141858.679000', '141858.682000', '141858.684000', '141858.687000', '141858.690000', '141858.693000', '141858.696000', '141858.699000', '141858.702000', '141858.704000', '141858.707000', '141858.710000', '141858.713000', '141858.716000', '141858.719000', '141858.722000', '141858.725000', '141858.728000', '141858.731000', '141858.734000', '141858.736000', '141858.739000', '141858.742000', '141858.745000', '141858.748000', '141858.751000', '141858.754000', '141858.756000', '141858.759000', '141858.762000', '141858.765000', '141858.768000', '141918.647000', '141918.650000', '141918.653000', '141918.656000', '141918.659000', '141918.661000', '141918.664000', '141918.667000', '141918.670000', '141918.673000', '141918.676000', '141918.679000', '141918.682000', '141918.684000', '141918.687000', '141918.690000', '141918.693000', '141918.696000', '141918.699000', '141918.702000', '141918.704000', '141918.707000', '141918.710000', '141918.713000', '141918.716000', '141918.719000', '141918.722000', '141918.725000', '141918.727000', '141918.730000', '141918.733000', '141918.736000', '141918.739000', '141918.742000', '141918.745000', '141918.747000', '141918.750000', '141918.753000', '141918.756000', '141918.759000', '141918.762000', '141918.765000', '141918.768000', '141918.770000', '141938.647000', '141938.650000', '141938.653000', '141938.656000', '141938.659000', '141938.662000', '141938.665000', '141938.667000', '141938.670000', '141938.673000', '141938.676000', '141938.679000', '141938.682000', '141938.685000', '141938.688000', '141938.691000', '141938.693000', '141938.696000', '141938.699000', '141938.702000', '141938.705000', '141938.708000', '141938.711000', '141938.714000', '141938.716000', '141938.719000', '141938.722000', '141938.725000', '141938.728000', '141938.731000', '141938.734000', '141938.736000', '141938.739000', '141938.742000', '141938.745000', '141938.748000', '141938.751000', '141938.754000', '141938.756000', '141938.759000', '141938.762000', '141938.765000', '141938.768000', '141958.647000', '141958.652000', '141958.654000', '141958.657000', '141958.660000', '141958.663000', '141958.666000', '141958.669000', '141958.672000', '141958.675000', '141958.678000', '141958.681000', '141958.684000', '141958.686000', '141958.689000', '141958.692000', '141958.695000', '141958.698000', '141958.701000', '141958.704000', '141958.707000', '141958.709000', '141958.712000', '141958.715000', '141958.718000', '141958.721000', '141958.724000', '141958.727000', '141958.730000', '141958.733000', '141958.735000', '141958.738000', '141958.741000', '141958.744000', '141958.747000', '141958.750000', '141958.753000', '141958.756000', '141958.759000', '141958.761000', '141958.764000', '141958.767000', '141958.770000', '142018.647000', '142018.650000', '142018.653000', '142018.656000', '142018.659000', '142018.674000', '142018.677000', '142018.680000', '142018.683000', '142018.686000', '142018.689000', '142018.691000', '142018.694000', '142018.697000', '142018.700000', '142018.703000', '142018.706000', '142018.709000', '142018.711000', '142018.714000', '142018.717000', '142018.720000', '142018.723000', '142018.726000', '142018.729000', '142018.732000', '142018.734000', '142018.737000', '142018.740000', '142018.743000', '142018.746000', '142018.749000', '142018.752000', '142018.754000', '142018.757000', '142018.760000', '142018.763000', '142018.766000', '142018.769000', '142018.772000', '142018.775000', '142018.778000', '142018.780000', '142018.783000', '142038.646000', '142038.649000', '142038.652000', '142038.655000', '142038.658000', '142038.661000', '142038.664000', '142038.666000', '142038.669000', '142038.672000', '142038.675000', '142038.678000', '142038.681000', '142038.684000', '142038.687000', '142038.689000', '142038.692000', '142038.695000', '142038.698000', '142038.701000', '142038.704000', '142038.707000', '142038.710000', '142038.712000', '142038.715000', '142038.718000', '142038.721000', '142038.724000', '142038.727000', '142038.730000', '142038.733000', '142038.735000', '142038.738000', '142038.741000', '142038.744000', '142038.747000', '142038.750000', '142038.753000', '142038.756000', '142038.759000', '142038.761000', '142038.764000', '142038.767000', '142058.647000', '142058.650000', '142058.653000', '142058.656000', '142058.659000', '142058.662000', '142058.664000', '142058.667000', '142058.670000', '142058.673000', '142058.676000', '142058.679000', '142058.682000', '142058.684000', '142058.687000', '142058.690000', '142058.693000', '142058.696000', '142058.699000', '142058.702000', '142058.705000', '142058.707000', '142058.710000', '142058.713000', '142058.716000', '142058.719000', '142058.722000', '142058.725000', '142058.728000', '142058.731000', '142058.733000', '142058.736000', '142058.739000', '142058.742000', '142058.745000', '142058.748000', '142058.751000', '142058.754000', '142058.756000', '142058.759000', '142058.762000', '142058.765000', '142058.768000', '142058.771000', '142118.647000', '142118.650000', '142118.653000', '142118.656000', '142118.659000', '142118.662000', '142118.665000', '142118.668000', '142118.671000', '142118.674000', '142118.676000', '142118.679000', '142118.682000', '142118.685000', '142118.688000', '142118.691000', '142118.694000', '142118.697000', '142118.700000', '142118.703000', '142118.705000', '142118.708000', '142118.711000', '142118.714000', '142118.717000', '142118.720000', '142118.723000', '142118.725000', '142118.728000', '142118.731000', '142118.734000', '142118.737000', '142118.740000', '142118.743000', '142118.745000', '142118.748000', '142118.751000', '142118.754000', '142118.757000', '142118.760000', '142118.762000', '142118.765000', '142118.768000', '142138.647000', '142138.650000', '142138.653000', '142138.656000', '142138.659000', '142138.662000', '142138.665000', '142138.668000', '142138.670000', '142138.673000', '142138.676000', '142138.679000', '142138.682000', '142138.685000', '142138.688000', '142138.691000', '142138.693000', '142138.696000', '142138.699000', '142138.702000', '142138.705000', '142138.708000', '142138.711000', '142138.714000', '142138.717000', '142138.719000', '142138.722000', '142138.725000', '142138.728000', '142138.731000', '142138.744000', '142138.747000', '142138.750000', '142138.753000', '142138.756000', '142138.759000', '142138.762000', '142138.765000', '142138.767000', '142138.770000', '142138.773000', '142138.776000', '142138.779000', '142138.782000', '142158.647000', '142158.650000', '142158.653000', '142158.656000', '142158.659000', '142158.662000', '142158.665000', '142158.667000', '142158.670000', '142158.673000', '142158.676000', '142158.679000', '142158.682000', '142158.685000', '142158.688000', '142158.691000', '142158.694000', '142158.697000', '142158.700000', '142158.703000', '142158.706000', '142158.709000', '142158.711000', '142158.714000', '142158.717000', '142158.720000', '142158.723000', '142158.726000', '142158.729000', '142158.732000', '142158.735000', '142158.737000', '142158.740000', '142158.743000', '142158.746000', '142158.749000', '142158.752000', '142158.755000', '142158.757000', '142158.760000', '142158.763000', '142158.766000', '142158.769000', '142218.647000', '142218.650000', '142218.653000', '142218.656000', '142218.659000', '142218.662000', '142218.664000', '142218.667000', '142218.670000', '142218.673000', '142218.676000', '142218.679000', '142218.682000', '142218.685000', '142218.687000', '142218.690000', '142218.693000', '142218.696000', '142218.699000', '142218.702000', '142218.705000', '142218.707000', '142218.710000', '142218.713000', '142218.716000', '142218.719000', '142218.722000', '142218.725000', '142218.728000', '142218.731000', '142218.733000', '142218.736000', '142218.739000', '142218.742000', '142218.745000', '142218.748000', '142218.751000', '142218.753000', '142218.756000', '142218.759000', '142218.762000', '142218.765000', '142218.768000', '142218.771000', '142238.647000', '142238.650000', '142238.653000', '142238.656000', '142238.659000', '142238.662000', '142238.664000', '142238.667000', '142238.670000', '142238.673000', '142238.676000', '142238.679000', '142238.682000', '142238.685000', '142238.688000', '142238.692000', '142238.697000', '142238.700000', '142238.703000', '142238.706000', '142238.709000', '142238.712000', '142238.715000', '142238.717000', '142238.720000', '142238.723000', '142238.726000', '142238.729000', '142238.732000', '142238.735000', '142238.737000', '142238.740000', '142238.743000', '142238.746000', '142238.749000', '142238.752000', '142238.755000', '142238.757000', '142238.760000', '142238.763000', '142238.766000', '142238.769000', '142238.772000', '142258.646000', '142258.649000', '142258.652000', '142258.655000', '142258.657000', '142258.660000', '142258.663000', '142258.666000', '142258.669000', '142258.672000', '142258.675000', '142258.678000', '142258.681000', '142258.684000', '142258.686000', '142258.689000', '142258.692000', '142258.695000', '142258.698000', '142258.701000', '142258.704000', '142258.706000', '142258.709000', '142258.712000', '142258.715000', '142258.718000', '142258.721000', '142258.724000', '142258.727000', '142258.729000', '142258.732000', '142258.735000', '142258.738000', '142258.741000', '142258.744000', '142258.747000', '142258.749000', '142258.752000', '142258.755000', '142258.758000', '142258.761000', '142258.775000', '142258.778000', '142258.781000', '142318.647000', '142318.650000', '142318.653000', '142318.657000', '142318.660000', '142318.663000', '142318.666000', '142318.669000', '142318.671000', '142318.674000', '142318.677000', '142318.680000', '142318.683000', '142318.686000', '142318.689000', '142318.692000', '142318.695000', '142318.697000', '142318.700000', '142318.703000', '142318.706000', '142318.709000', '142318.712000', '142318.715000', '142318.718000', '142318.720000', '142318.723000', '142318.726000', '142318.729000', '142318.732000', '142318.735000', '142318.738000', '142318.741000', '142318.744000', '142318.747000', '142318.750000', '142318.752000', '142318.755000', '142318.758000', '142318.761000', '142318.764000', '142318.767000', '142318.770000', '142326.596000', '142326.600000', '142326.603000', '142326.606000', '142326.610000', '142326.613000', '142326.616000', '142326.619000', '142326.622000', '142326.625000', '142326.628000', '142326.631000', '142326.634000', '142326.636000', '142326.639000', '142326.643000', '142326.646000', '142326.649000'], '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': [8021, 10273, 8008, 7767, 9306, 7850, 8049, 8633, 7579, 7897, 8514, 7715, 7442, 7855, 8239, 7771, 9459, 10610, 7655, 8209, 8064, 7637, 7909, 9379, 7767, 8192, 12501, 10250, 8093, 12928, 11034, 12670, 9122, 13088, 13340, 10248, 8488, 13607, 8120, 7712, 8089, 7765, 7570, 8219, 7538, 7278, 8430, 7888, 7585, 8161, 14840, 11283, 9286, 12376, 14686, 12358, 8476, 7831, 8440, 7412, 7576, 7927, 7727, 7133, 8858, 7362, 7523, 10862, 7759, 7496, 7947, 7855, 7222, 7906, 9325, 7623, 7438, 8543, 7859, 7627, 7572, 9343, 8723, 7914, 11148, 7755, 7638, 8171, 8203, 7536, 7826, 9633, 9563, 8072, 10960, 8691, 7458, 8394, 9314, 8012, 7427, 10964, 9969, 8246, 13799, 9053, 8010, 10467, 9091, 7789, 10334, 7582, 11606, 9530, 8057, 8633, 8524, 7617, 8464, 9354, 9193, 8816, 11823, 7827, 10184, 9631, 7928, 11904, 8060, 13996, 8336, 13217, 9715, 7978, 8517, 7450, 8342, 7564, 8234, 10523, 7989, 10634, 9607, 8382, 9273, 7876, 7770, 8316, 8152, 10416, 7857, 8158, 9048, 8440, 11005, 8554, 14229, 8136, 8543, 8607, 7800, 8037, 7786, 8101, 8501, 7910, 7842, 11093, 11536, 8114, 14788, 13010, 8121, 11474, 7636, 13652, 7934, 13141, 8942, 11019, 9205, 8199, 9293, 7609, 8020, 7619, 8072, 7716, 8011, 9598, 7680, 9247, 8029, 9054, 9421, 8738, 9044, 8147, 8438, 7976, 8485, 7996, 10578, 7749, 11789, 7631, 8183, 8225, 8029, 8811, 8153, 12776, 7693, 8606, 8752, 8087, 9210, 7770, 12269, 7864, 13666, 10251, 8454, 8467, 7810, 8739, 8184, 8195, 10546, 8246, 12047, 8025, 11911, 7481, 7804, 7779, 7844, 8209, 7887, 11155, 9179, 8030, 8803, 7691, 13062, 9671, 10529, 10815, 7472, 11221, 7730, 13263, 8099, 14667, 8526, 9603, 8281, 7872, 8258, 7722, 12860, 9169, 8597, 8118, 7562, 7913, 8515, 8005, 8190, 9960, 7926, 10499, 7617, 12825, 7733, 13492, 9322, 11118, 11167, 7644, 10284, 7442, 7869, 7761, 8153, 9759, 7716, 11256, 7588, 11006, 7511, 10426, 7858, 9461, 7524, 11582, 7730, 10082, 7747, 8116, 7326, 7697, 7266, 8065, 8813, 8063, 10474, 7728, 7918, 7405, 7988, 7835, 8035, 11390, 7461, 10379, 8939, 7871, 9983, 8042, 10187, 7673, 11676, 7819, 7627, 9260, 7828, 12106, 7571, 8222, 7485, 7528, 11539, 8242, 9749, 11571, 8050, 11537, 7784, 13674, 7736, 7965, 8757, 7704, 10265, 7700, 12421, 7691, 13587, 7558, 12498, 7595, 8544, 7420, 8790, 9033, 8057, 9167, 9843, 8461, 8348, 9141, 9135, 9582, 9508, 10608, 12120, 8867, 14842, 8722, 15461, 8424, 15897, 9513, 11430, 9383, 8310, 8263, 8019, 10623, 7713, 8744, 7859, 8250, 9080, 7703, 8085, 8642, 8400, 8053, 10626, 7935, 13535, 7919, 14479, 8391, 8741, 8340, 7923, 8975, 8112, 11579, 7831, 13365, 8242, 9648, 8401, 8722, 8774, 7734, 8601, 9655, 7697, 12378, 8284, 12761, 10291, 10550, 10014, 9142, 9614, 8339, 8861, 8144, 10187, 7909, 8056, 8039, 9008, 9060, 8148, 8594, 7646, 8091, 9946, 7623, 12470, 11679, 9085, 14167, 8095, 8822, 8767, 7685, 8743, 11058, 7834, 12151, 7672, 12853, 7685, 12631, 7996, 14095, 8130, 8351, 8210, 8183, 8446, 8472, 13016, 9009, 8769, 8747, 8252, 10271, 7499, 9631, 8383, 9247, 10065, 8615, 10047, 8538, 9180, 7725, 8023, 8038, 7324, 8360, 12610, 9153, 10841, 8814, 8188, 9694, 7695, 10857, 7964, 8669, 8584, 8205, 10698, 7334, 9080, 8253, 8646, 10521, 8486, 13428, 7923, 8460, 7326, 8356, 8776, 7683, 7784, 8020, 8443, 10278, 8070, 10698, 8090, 11913, 7803, 8213, 7493, 8489, 11829, 8393, 9999, 8044, 8745, 9474, 7417, 8323, 10599, 9780, 10409, 10812, 9558, 12218, 8373, 11429, 7882, 10194, 8028, 10857, 7899, 8536, 7685, 8108, 8380, 7693, 10819, 7547, 12785, 9214, 8934, 8338, 8282, 8382, 7906, 10161, 8324, 12622, 7911, 8493, 7378, 8391, 7744, 8607, 9538, 8948, 9248, 10371, 8771, 11083, 9154, 9381, 11260, 10291, 12135, 9974, 12255, 8131, 10637, 7721, 11651, 7611, 12826, 8963, 9210, 8623, 8156, 8749, 8022, 7508, 8915, 9288, 7928, 11553, 9683, 8072, 11506, 7604, 15524, 10124, 10832, 9623, 8475, 9346, 8039, 10471, 8039, 11217, 7553, 10220, 7517, 7620, 7454, 8282, 7776, 8006, 11212, 7551, 8407, 7534, 8052, 8808, 7761, 11659, 7598, 12266, 9369, 7880, 7679, 7765, 10896, 8399, 9245, 9570, 8045, 8664, 8294, 7827, 9367, 9170, 8893, 10495, 8031, 11225, 7809, 12185, 7531, 12217, 9934, 10567, 10583, 7803, 11416, 7596, 8210, 7651, 8007, 12584, 7747, 11998, 8592, 8340, 8133, 7796, 8500, 9640, 7708, 10779, 7681, 11037, 7757, 12875, 7581, 12226, 7793, 7918, 7532, 7620, 9462, 7774, 10371, 7475, 8167, 9378, 7431, 12278, 7501, 13282, 9240, 11444, 9457, 8110, 8764, 7722, 8443, 7928, 10444, 7907, 8318, 7397, 8616, 8495, 8067, 8645, 7777, 8195, 10259, 8539, 13661, 8621, 12687, 9136, 9289, 9260, 7735, 10163, 7871, 12013, 8005, 12940, 7765, 8294, 8939, 8381, 10882, 8152, 12364, 8314, 11956, 8283, 13706, 7849, 8823, 8478, 8210, 8647, 8002, 7217, 7190, 7956, 9057, 8402, 9152, 11594, 8144, 12936, 7997, 13560, 8166, 14235, 8600, 13491, 7896, 7690, 8293, 7881, 7530, 7692, 10086, 7523, 8312, 7671, 8247, 7438, 7594, 8246, 8045, 8998, 8352, 9579, 8780, 9221, 9348, 8387, 8728, 9104, 7870, 8496, 10955, 8068, 12540, 11349, 9977, 11691, 8072, 14369, 12174, 10841, 11888, 8878, 14691, 7848, 8066, 9022, 7405, 8402, 11800, 7890, 8525, 8313, 7374, 8169, 8396, 8617, 7955, 10775, 7970, 15453, 7936, 13236, 8455, 7966, 8890, 8072, 11915, 7763, 8139, 7604, 8571, 8481, 8074, 10421, 8042, 12405, 8121, 8855, 7499, 8629, 9248, 7745, 11457, 8088, 11067, 9911, 8948, 8503, 8138, 9197, 7720, 7934, 7645, 8109, 8850, 8622, 13169, 7865, 9763, 8025, 8246, 9845, 7773, 11352, 8321, 14012, 7899, 8470, 7995, 8498, 9020, 8782, 8531, 9433, 8273, 12589, 8148, 13015, 7824, 12848, 7605, 11439, 7787, 11928, 7815, 8332], 'WindowCenter': [4178.0, 4191.0, 4158.0, 4147.0, 4165.0, 4142.0, 4140.0, 4139.0, 4131.0, 4139.0, 4151.0, 4142.0, 4146.0, 4153.0, 4154.0, 4155.0, 4187.0, 4184.0, 4143.0, 4154.0, 4141.0, 4132.0, 4139.0, 4149.0, 4130.0, 4152.0, 4194.0, 4172.0, 4153.0, 4194.0, 4182.0, 4190.0, 4151.0, 4190.0, 4189.0, 4159.0, 4150.0, 4194.0, 4138.0, 4127.0, 4128.0, 4127.0, 4127.0, 4126.0, 4116.0, 4117.0, 4136.0, 4131.0, 4129.0, 4138.0, 4188.0, 4158.0, 4135.0, 4168.0, 4176.0, 4165.0, 4126.0, 4116.0, 4115.0, 4104.0, 4105.0, 4115.0, 4104.0, 4092.0, 4110.0, 4088.0, 4102.0, 4141.0, 4101.0, 4101.0, 4109.0, 4100.0, 4100.0, 4126.0, 4148.0, 4116.0, 4115.0, 4135.0, 4126.0, 4127.0, 4127.0, 4146.0, 4150.0, 4150.0, 4180.0, 4127.0, 4126.0, 4138.0, 4149.0, 4141.0, 4143.0, 4172.0, 4174.0, 4152.0, 4182.0, 4151.0, 4132.0, 4151.0, 4162.0, 4140.0, 4131.0, 4184.0, 4172.0, 4151.0, 4190.0, 4150.0, 4139.0, 4166.0, 4150.0, 4127.0, 4162.0, 4131.0, 4180.0, 4150.0, 4130.0, 4140.0, 4139.0, 4129.0, 4141.0, 4152.0, 4152.0, 4162.0, 4195.0, 4142.0, 4172.0, 4162.0, 4140.0, 4178.0, 4129.0, 4190.0, 4138.0, 4176.0, 4145.0, 4126.0, 4136.0, 4115.0, 4138.0, 4128.0, 4153.0, 4183.0, 4151.0, 4170.0, 4159.0, 4138.0, 4149.0, 4139.0, 4141.0, 4152.0, 4141.0, 4184.0, 4152.0, 4140.0, 4163.0, 4154.0, 4184.0, 4153.0, 4202.0, 4139.0, 4150.0, 4152.0, 4140.0, 4138.0, 4140.0, 4142.0, 4153.0, 4141.0, 4142.0, 4196.0, 4185.0, 4141.0, 4200.0, 4180.0, 4129.0, 4168.0, 4129.0, 4179.0, 4126.0, 4165.0, 4139.0, 4157.0, 4137.0, 4125.0, 4121.0, 4102.0, 4114.0, 4114.0, 4125.0, 4127.0, 4126.0, 4147.0, 4126.0, 4145.0, 4139.0, 4150.0, 4149.0, 4135.0, 4136.0, 4124.0, 4126.0, 4124.0, 4137.0, 4137.0, 4168.0, 4128.0, 4167.0, 4128.0, 4138.0, 4139.0, 4138.0, 4163.0, 4152.0, 4190.0, 4140.0, 4149.0, 4151.0, 4138.0, 4150.0, 4127.0, 4179.0, 4139.0, 4191.0, 4157.0, 4139.0, 4136.0, 4129.0, 4136.0, 4139.0, 4136.0, 4157.0, 4139.0, 4179.0, 4127.0, 4168.0, 4116.0, 4114.0, 4128.0, 4138.0, 4136.0, 4138.0, 4169.0, 4147.0, 4136.0, 4150.0, 4138.0, 4189.0, 4156.0, 4158.0, 4156.0, 4115.0, 4156.0, 4126.0, 4174.0, 4114.0, 4176.0, 4124.0, 4133.0, 4125.0, 4124.0, 4123.0, 4114.0, 4166.0, 4134.0, 4125.0, 4124.0, 4125.0, 4126.0, 4139.0, 4139.0, 4137.0, 4160.0, 4127.0, 4160.0, 4116.0, 4169.0, 4115.0, 4167.0, 4139.0, 4144.0, 4145.0, 4104.0, 4131.0, 4103.0, 4101.0, 4100.0, 4101.0, 4131.0, 4100.0, 4143.0, 4101.0, 4141.0, 4100.0, 4131.0, 4111.0, 4122.0, 4113.0, 4154.0, 4112.0, 4130.0, 4101.0, 4111.0, 4102.0, 4113.0, 4104.0, 4114.0, 4146.0, 4126.0, 4154.0, 4118.0, 4126.0, 4119.0, 4137.0, 4139.0, 4150.0, 4180.0, 4129.0, 4160.0, 4161.0, 4127.0, 4160.0, 4139.0, 4158.0, 4128.0, 4168.0, 4128.0, 4128.0, 4147.0, 4141.0, 4180.0, 4128.0, 4136.0, 4118.0, 4128.0, 4169.0, 4138.0, 4147.0, 4167.0, 4142.0, 4168.0, 4115.0, 4174.0, 4113.0, 4112.0, 4125.0, 4114.0, 4145.0, 4115.0, 4167.0, 4116.0, 4165.0, 4115.0, 4154.0, 4102.0, 4125.0, 4118.0, 4137.0, 4137.0, 4127.0, 4148.0, 4169.0, 4150.0, 4151.0, 4162.0, 4164.0, 4164.0, 4175.0, 4172.0, 4184.0, 4151.0, 4190.0, 4129.0, 4177.0, 4114.0, 4173.0, 4121.0, 4128.0, 4112.0, 4100.0, 4098.0, 4102.0, 4129.0, 4100.0, 4112.0, 4102.0, 4111.0, 4135.0, 4115.0, 4127.0, 4137.0, 4138.0, 4130.0, 4158.0, 4127.0, 4189.0, 4127.0, 4174.0, 4125.0, 4123.0, 4113.0, 4112.0, 4125.0, 4113.0, 4153.0, 4114.0, 4177.0, 4124.0, 4132.0, 4112.0, 4125.0, 4123.0, 4117.0, 4136.0, 4148.0, 4127.0, 4176.0, 4139.0, 4177.0, 4148.0, 4144.0, 4146.0, 4134.0, 4133.0, 4125.0, 4122.0, 4114.0, 4145.0, 4126.0, 4125.0, 4127.0, 4149.0, 4138.0, 4126.0, 4138.0, 4128.0, 4139.0, 4159.0, 4140.0, 4192.0, 4181.0, 4152.0, 4188.0, 4127.0, 4149.0, 4139.0, 4131.0, 4149.0, 4170.0, 4128.0, 4179.0, 4117.0, 4168.0, 4115.0, 4167.0, 4116.0, 4163.0, 4103.0, 4112.0, 4112.0, 4112.0, 4113.0, 4126.0, 4166.0, 4125.0, 4124.0, 4125.0, 4125.0, 4145.0, 4118.0, 4137.0, 4128.0, 4147.0, 4147.0, 4137.0, 4145.0, 4135.0, 4145.0, 4127.0, 4126.0, 4124.0, 4115.0, 4141.0, 4181.0, 4148.0, 4158.0, 4140.0, 4127.0, 4147.0, 4126.0, 4171.0, 4127.0, 4135.0, 4136.0, 4137.0, 4157.0, 4118.0, 4138.0, 4140.0, 4151.0, 4170.0, 4139.0, 4179.0, 4125.0, 4127.0, 4118.0, 4139.0, 4140.0, 4130.0, 4139.0, 4151.0, 4153.0, 4161.0, 4129.0, 4160.0, 4128.0, 4168.0, 4119.0, 4129.0, 4120.0, 4153.0, 4184.0, 4139.0, 4159.0, 4128.0, 4140.0, 4162.0, 4131.0, 4152.0, 4182.0, 4174.0, 4171.0, 4170.0, 4161.0, 4180.0, 4125.0, 4166.0, 4126.0, 4146.0, 4127.0, 4157.0, 4126.0, 4123.0, 4116.0, 4126.0, 4138.0, 4128.0, 4169.0, 4142.0, 4189.0, 4148.0, 4136.0, 4125.0, 4127.0, 4128.0, 4127.0, 4159.0, 4142.0, 4179.0, 4127.0, 4138.0, 4129.0, 4150.0, 4140.0, 4164.0, 4177.0, 4177.0, 4176.0, 4174.0, 4164.0, 4184.0, 4175.0, 4164.0, 4184.0, 4161.0, 4181.0, 4161.0, 4168.0, 4125.0, 4158.0, 4115.0, 4155.0, 4115.0, 4179.0, 4136.0, 4147.0, 4123.0, 4127.0, 4138.0, 4128.0, 4119.0, 4149.0, 4149.0, 4130.0, 4160.0, 4141.0, 4118.0, 4170.0, 4130.0, 4188.0, 4147.0, 4146.0, 4131.0, 4113.0, 4122.0, 4102.0, 4134.0, 4100.0, 4142.0, 4089.0, 4129.0, 4100.0, 4100.0, 4103.0, 4114.0, 4115.0, 4126.0, 4156.0, 4116.0, 4125.0, 4116.0, 4124.0, 4136.0, 4126.0, 4180.0, 4129.0, 4167.0, 4148.0, 4126.0, 4118.0, 4140.0, 4171.0, 4140.0, 4149.0, 4160.0, 4140.0, 4151.0, 4150.0, 4142.0, 4160.0, 4164.0, 4151.0, 4173.0, 4128.0, 4169.0, 4116.0, 4168.0, 4118.0, 4166.0, 4147.0, 4145.0, 4147.0, 4105.0, 4143.0, 4103.0, 4113.0, 4116.0, 4127.0, 4177.0, 4126.0, 4164.0, 4125.0, 4124.0, 4126.0, 4115.0, 4136.0, 4149.0, 4115.0, 4155.0, 4116.0, 4154.0, 4115.0, 4165.0, 4102.0, 4153.0, 4115.0, 4112.0, 4113.0, 4113.0, 4157.0, 4127.0, 4146.0, 4114.0, 4124.0, 4134.0, 4117.0, 4166.0, 4117.0, 4177.0, 4136.0, 4154.0, 4134.0, 4113.0, 4121.0, 4102.0, 4113.0, 4113.0, 4145.0, 4126.0, 4123.0, 4114.0, 4135.0, 4137.0, 4141.0, 4148.0, 4141.0, 4149.0, 4171.0, 4152.0, 4189.0, 4140.0, 4179.0, 4139.0, 4135.0, 4138.0, 4116.0, 4147.0, 4128.0, 4166.0, 4116.0, 4163.0, 4116.0, 4124.0, 4135.0, 4123.0, 4154.0, 4124.0, 4168.0, 4127.0, 4165.0, 4126.0, 4176.0, 4113.0, 4135.0, 4125.0, 4126.0, 4138.0, 4153.0, 4132.0, 4132.0, 4141.0, 4151.0, 4141.0, 4151.0, 4170.0, 4127.0, 4179.0, 4116.0, 4167.0, 4123.0, 4175.0, 4124.0, 4161.0, 4102.0, 4099.0, 4111.0, 4101.0, 4101.0, 4115.0, 4147.0, 4115.0, 4123.0, 4114.0, 4124.0, 4117.0, 4129.0, 4140.0, 4141.0, 4149.0, 4152.0, 4173.0, 4150.0, 4162.0, 4160.0, 4162.0, 4177.0, 4174.0, 4165.0, 4164.0, 4184.0, 4154.0, 4205.0, 4195.0, 4172.0, 4181.0, 4142.0, 4189.0, 4171.0, 4161.0, 4169.0, 4128.0, 4177.0, 4117.0, 4115.0, 4136.0, 4118.0, 4126.0, 4166.0, 4124.0, 4135.0, 4125.0, 4112.0, 4124.0, 4124.0, 4137.0, 4126.0, 4156.0, 4126.0, 4188.0, 4126.0, 4165.0, 4115.0, 4110.0, 4134.0, 4124.0, 4153.0, 4101.0, 4113.0, 4114.0, 4134.0, 4136.0, 4128.0, 4156.0, 4142.0, 4191.0, 4139.0, 4137.0, 4116.0, 4136.0, 4146.0, 4128.0, 4167.0, 4139.0, 4180.0, 4162.0, 4149.0, 4136.0, 4125.0, 4136.0, 4128.0, 4128.0, 4127.0, 4140.0, 4152.0, 4150.0, 4188.0, 4139.0, 4157.0, 4130.0, 4138.0, 4158.0, 4129.0, 4182.0, 4139.0, 4188.0, 4125.0, 4127.0, 4126.0, 4137.0, 4137.0, 4138.0, 4137.0, 4147.0, 4137.0, 4178.0, 4127.0, 4175.0, 4116.0, 4163.0, 4116.0, 4154.0, 4118.0, 4164.0, 4116.0, 4125.0], 'WindowWidth': [9303.0, 9305.0, 9251.0, 9234.0, 9255.0, 9220.0, 9211.0, 9205.0, 9196.0, 9209.0, 9227.0, 9218.0, 9229.0, 9235.0, 9237.0, 9241.0, 9286.0, 9275.0, 9222.0, 9232.0, 9211.0, 9200.0, 9206.0, 9219.0, 9195.0, 9231.0, 9290.0, 9256.0, 9233.0, 9288.0, 9269.0, 9276.0, 9224.0, 9274.0, 9272.0, 9233.0, 9224.0, 9285.0, 9204.0, 9186.0, 9189.0, 9188.0, 9186.0, 9181.0, 9168.0, 9172.0, 9196.0, 9195.0, 9192.0, 9201.0, 9267.0, 9224.0, 9190.0, 9235.0, 9246.0, 9228.0, 9178.0, 9165.0, 9163.0, 9147.0, 9150.0, 9160.0, 9144.0, 9128.0, 9146.0, 9117.0, 9142.0, 9194.0, 9136.0, 9138.0, 9147.0, 9135.0, 9140.0, 9181.0, 9216.0, 9167.0, 9168.0, 9193.0, 9182.0, 9186.0, 9186.0, 9209.0, 9220.0, 9227.0, 9262.0, 9189.0, 9186.0, 9204.0, 9221.0, 9216.0, 9217.0, 9258.0, 9263.0, 9232.0, 9268.0, 9228.0, 9203.0, 9226.0, 9240.0, 9210.0, 9199.0, 9276.0, 9257.0, 9226.0, 9276.0, 9221.0, 9207.0, 9239.0, 9220.0, 9185.0, 9239.0, 9198.0, 9262.0, 9220.0, 9193.0, 9206.0, 9204.0, 9194.0, 9208.0, 9223.0, 9225.0, 9243.0, 9288.0, 9215.0, 9253.0, 9242.0, 9208.0, 9257.0, 9189.0, 9274.0, 9202.0, 9247.0, 9206.0, 9182.0, 9194.0, 9169.0, 9201.0, 9189.0, 9230.0, 9275.0, 9227.0, 9249.0, 9234.0, 9204.0, 9219.0, 9207.0, 9213.0, 9229.0, 9213.0, 9275.0, 9231.0, 9210.0, 9243.0, 9236.0, 9274.0, 9233.0, 9293.0, 9207.0, 9222.0, 9227.0, 9211.0, 9204.0, 9209.0, 9217.0, 9229.0, 9213.0, 9216.0, 9296.0, 9277.0, 9214.0, 9288.0, 9260.0, 9190.0, 9242.0, 9189.0, 9256.0, 9182.0, 9231.0, 9202.0, 9223.0, 9194.0, 9176.0, 9165.0, 9143.0, 9161.0, 9162.0, 9178.0, 9183.0, 9184.0, 9211.0, 9187.0, 9208.0, 9207.0, 9223.0, 9220.0, 9194.0, 9196.0, 9178.0, 9182.0, 9177.0, 9200.0, 9202.0, 9243.0, 9189.0, 9239.0, 9190.0, 9203.0, 9207.0, 9206.0, 9246.0, 9231.0, 9275.0, 9210.0, 9220.0, 9224.0, 9203.0, 9220.0, 9187.0, 9259.0, 9209.0, 9277.0, 9228.0, 9202.0, 9196.0, 9191.0, 9198.0, 9205.0, 9197.0, 9226.0, 9205.0, 9258.0, 9185.0, 9238.0, 9169.0, 9164.0, 9189.0, 9203.0, 9200.0, 9203.0, 9244.0, 9215.0, 9199.0, 9219.0, 9206.0, 9273.0, 9226.0, 9228.0, 9221.0, 9166.0, 9221.0, 9185.0, 9244.0, 9162.0, 9246.0, 9176.0, 9185.0, 9176.0, 9175.0, 9173.0, 9165.0, 9236.0, 9190.0, 9178.0, 9176.0, 9181.0, 9184.0, 9204.0, 9205.0, 9199.0, 9232.0, 9185.0, 9229.0, 9168.0, 9240.0, 9163.0, 9236.0, 9200.0, 9200.0, 9199.0, 9143.0, 9177.0, 9144.0, 9138.0, 9139.0, 9137.0, 9177.0, 9137.0, 9198.0, 9140.0, 9191.0, 9137.0, 9178.0, 9154.0, 9165.0, 9159.0, 9215.0, 9157.0, 9176.0, 9138.0, 9153.0, 9144.0, 9158.0, 9148.0, 9163.0, 9210.0, 9185.0, 9216.0, 9173.0, 9182.0, 9179.0, 9201.0, 9207.0, 9225.0, 9260.0, 9195.0, 9236.0, 9241.0, 9187.0, 9236.0, 9206.0, 9227.0, 9189.0, 9239.0, 9188.0, 9187.0, 9213.0, 9213.0, 9262.0, 9189.0, 9197.0, 9176.0, 9189.0, 9242.0, 9202.0, 9211.0, 9239.0, 9213.0, 9240.0, 9167.0, 9242.0, 9160.0, 9157.0, 9176.0, 9161.0, 9204.0, 9164.0, 9234.0, 9167.0, 9231.0, 9164.0, 9210.0, 9140.0, 9174.0, 9174.0, 9200.0, 9198.0, 9184.0, 9216.0, 9246.0, 9222.0, 9227.0, 9243.0, 9246.0, 9246.0, 9264.0, 9253.0, 9271.0, 9223.0, 9271.0, 9187.0, 9249.0, 9160.0, 9239.0, 9163.0, 9168.0, 9151.0, 9129.0, 9126.0, 9138.0, 9171.0, 9135.0, 9154.0, 9139.0, 9152.0, 9189.0, 9166.0, 9186.0, 9200.0, 9203.0, 9192.0, 9227.0, 9186.0, 9271.0, 9185.0, 9241.0, 9176.0, 9171.0, 9157.0, 9154.0, 9175.0, 9157.0, 9210.0, 9163.0, 9248.0, 9176.0, 9180.0, 9155.0, 9175.0, 9174.0, 9169.0, 9196.0, 9213.0, 9188.0, 9249.0, 9202.0, 9249.0, 9212.0, 9201.0, 9206.0, 9186.0, 9185.0, 9178.0, 9168.0, 9162.0, 9205.0, 9179.0, 9178.0, 9185.0, 9218.0, 9199.0, 9185.0, 9201.0, 9190.0, 9205.0, 9232.0, 9210.0, 9282.0, 9267.0, 9225.0, 9268.0, 9186.0, 9217.0, 9204.0, 9198.0, 9218.0, 9247.0, 9188.0, 9257.0, 9170.0, 9239.0, 9165.0, 9235.0, 9167.0, 9222.0, 9141.0, 9152.0, 9151.0, 9153.0, 9156.0, 9180.0, 9233.0, 9176.0, 9172.0, 9176.0, 9178.0, 9204.0, 9174.0, 9195.0, 9188.0, 9211.0, 9211.0, 9196.0, 9206.0, 9195.0, 9209.0, 9188.0, 9185.0, 9178.0, 9168.0, 9211.0, 9264.0, 9215.0, 9226.0, 9205.0, 9183.0, 9211.0, 9184.0, 9251.0, 9188.0, 9192.0, 9195.0, 9199.0, 9224.0, 9176.0, 9199.0, 9206.0, 9226.0, 9247.0, 9204.0, 9253.0, 9179.0, 9183.0, 9176.0, 9205.0, 9207.0, 9195.0, 9208.0, 9228.0, 9230.0, 9236.0, 9191.0, 9232.0, 9189.0, 9238.0, 9175.0, 9187.0, 9178.0, 9228.0, 9271.0, 9206.0, 9229.0, 9187.0, 9205.0, 9237.0, 9196.0, 9228.0, 9269.0, 9261.0, 9250.0, 9246.0, 9236.0, 9259.0, 9180.0, 9236.0, 9183.0, 9206.0, 9182.0, 9224.0, 9181.0, 9172.0, 9166.0, 9182.0, 9199.0, 9189.0, 9243.0, 9215.0, 9274.0, 9217.0, 9196.0, 9181.0, 9183.0, 9187.0, 9185.0, 9232.0, 9214.0, 9258.0, 9186.0, 9200.0, 9196.0, 9224.0, 9211.0, 9250.0, 9271.0, 9273.0, 9268.0, 9262.0, 9249.0, 9274.0, 9265.0, 9248.0, 9274.0, 9236.0, 9264.0, 9236.0, 9242.0, 9180.0, 9224.0, 9165.0, 9216.0, 9167.0, 9258.0, 9198.0, 9210.0, 9172.0, 9184.0, 9199.0, 9187.0, 9177.0, 9217.0, 9216.0, 9193.0, 9229.0, 9204.0, 9172.0, 9246.0, 9194.0, 9268.0, 9210.0, 9205.0, 9180.0, 9155.0, 9166.0, 9139.0, 9184.0, 9136.0, 9190.0, 9119.0, 9171.0, 9136.0, 9136.0, 9145.0, 9160.0, 9167.0, 9185.0, 9221.0, 9168.0, 9179.0, 9168.0, 9178.0, 9195.0, 9183.0, 9261.0, 9191.0, 9237.0, 9215.0, 9182.0, 9174.0, 9210.0, 9251.0, 9210.0, 9221.0, 9233.0, 9207.0, 9224.0, 9223.0, 9217.0, 9236.0, 9245.0, 9226.0, 9256.0, 9190.0, 9243.0, 9169.0, 9238.0, 9172.0, 9232.0, 9211.0, 9204.0, 9205.0, 9147.0, 9195.0, 9145.0, 9157.0, 9166.0, 9184.0, 9250.0, 9185.0, 9231.0, 9177.0, 9175.0, 9181.0, 9167.0, 9196.0, 9217.0, 9166.0, 9219.0, 9165.0, 9216.0, 9166.0, 9229.0, 9142.0, 9209.0, 9164.0, 9156.0, 9159.0, 9159.0, 9227.0, 9187.0, 9207.0, 9164.0, 9177.0, 9189.0, 9170.0, 9232.0, 9170.0, 9250.0, 9195.0, 9214.0, 9187.0, 9157.0, 9166.0, 9141.0, 9157.0, 9158.0, 9205.0, 9181.0, 9172.0, 9164.0, 9194.0, 9199.0, 9211.0, 9218.0, 9212.0, 9220.0, 9252.0, 9229.0, 9273.0, 9208.0, 9256.0, 9201.0, 9192.0, 9197.0, 9167.0, 9210.0, 9187.0, 9232.0, 9166.0, 9227.0, 9167.0, 9174.0, 9191.0, 9172.0, 9215.0, 9176.0, 9239.0, 9186.0, 9232.0, 9182.0, 9243.0, 9159.0, 9189.0, 9176.0, 9180.0, 9202.0, 9232.0, 9202.0, 9200.0, 9214.0, 9227.0, 9212.0, 9225.0, 9249.0, 9186.0, 9256.0, 9168.0, 9235.0, 9172.0, 9246.0, 9174.0, 9216.0, 9140.0, 9131.0, 9149.0, 9136.0, 9138.0, 9168.0, 9209.0, 9164.0, 9172.0, 9162.0, 9178.0, 9173.0, 9192.0, 9206.0, 9211.0, 9221.0, 9230.0, 9258.0, 9225.0, 9240.0, 9238.0, 9244.0, 9274.0, 9265.0, 9254.0, 9251.0, 9275.0, 9235.0, 9307.0, 9292.0, 9254.0, 9266.0, 9213.0, 9272.0, 9249.0, 9232.0, 9241.0, 9184.0, 9249.0, 9163.0, 9161.0, 9196.0, 9175.0, 9182.0, 9235.0, 9177.0, 9195.0, 9182.0, 9160.0, 9176.0, 9176.0, 9198.0, 9183.0, 9223.0, 9185.0, 9264.0, 9181.0, 9228.0, 9162.0, 9151.0, 9187.0, 9179.0, 9211.0, 9142.0, 9157.0, 9163.0, 9192.0, 9197.0, 9188.0, 9224.0, 9214.0, 9279.0, 9207.0, 9197.0, 9171.0, 9197.0, 9211.0, 9190.0, 9239.0, 9206.0, 9261.0, 9241.0, 9216.0, 9196.0, 9179.0, 9196.0, 9188.0, 9189.0, 9187.0, 9208.0, 9228.0, 9224.0, 9270.0, 9205.0, 9227.0, 9194.0, 9201.0, 9230.0, 9191.0, 9265.0, 9208.0, 9269.0, 9180.0, 9182.0, 9181.0, 9199.0, 9199.0, 9203.0, 9199.0, 9211.0, 9199.0, 9252.0, 9184.0, 9246.0, 9169.0, 9228.0, 9170.0, 9215.0, 9174.0, 9229.0, 9166.0, 9175.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.0011022158438576352</td></tr>
<tr><td colspan=3>aqi</td><td>0.018572358668197474</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.31292197351722</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1866679163678164</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0189502894022993</td></tr>
<tr><td colspan=3>efc</td><td>0.4522</td></tr>
<tr><td colspan=3>fber</td><td>5719.2388</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09562111101313209</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.1664753157290475</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4879965648867115</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4137556697243077</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7805118427983406</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.269722182137486</td></tr>
<tr><td colspan=3>gcor</td><td>0.0190493</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015147081576287746</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02088506892323494</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.62068677701086</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.8019</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0872</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.6639</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>308801.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>832.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.911</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7919</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.807</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3386.2066</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>993.4506</td></tr>
<tr><td colspan=3>tsnr</td><td>40.14468880183995</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>