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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-03/func/sub-0083_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>53115f72f24e2771eed34a74f6779fc8</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>21:40:8.505000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99849, -0.0217415, 0.0504503, 0.0155112, 0.992561, 0.120753]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0963024</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7890, -7276, 749, -83, -724, 253, 25]</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>235.076</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>57612e0d-8c9c-4e26-9217-9eefcf18d2bb||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.67887544631958, 0.04161541908979416, 0.1422908753156662, 106.50147247314453], [0.05833085998892784, 2.6629698276519775, 0.3234267234802246, -106.35067749023438], [0.13535435497760773, -0.32397031784057617, 2.6767795085906982, -57.5254020690918], [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': ['214008.505000', '214008.965000', '214009.425000', '214009.885000', '214010.345000', '214010.805000', '214011.265000', '214011.725000', '214012.185000', '214012.645000', '214013.105000', '214013.565000', '214014.025000', '214014.485000', '214014.945000', '214015.405000', '214015.865000', '214016.325000', '214016.785000', '214017.245000', '214017.705000', '214018.165000', '214018.625000', '214019.085000', '214019.545000', '214020.005000', '214020.465000', '214020.925000', '214021.385000', '214021.845000', '214022.305000', '214022.765000', '214023.225000', '214023.685000', '214024.145000', '214024.605000', '214025.065000', '214025.525000', '214025.985000', '214026.445000', '214026.905000', '214027.365000', '214027.825000', '214028.285000', '214028.745000', '214029.205000', '214029.665000', '214030.125000', '214030.585000', '214031.045000', '214031.505000', '214031.965000', '214032.425000', '214032.885000', '214033.345000', '214033.805000', '214034.265000', '214034.725000', '214035.185000', '214035.645000', '214036.105000', '214036.565000', '214037.025000', '214037.485000', '214037.945000', '214038.405000', '214038.865000', '214039.325000', '214039.785000', '214040.245000', '214040.705000', '214041.165000', '214041.625000', '214042.085000', '214042.545000', '214043.005000', '214043.465000', '214043.925000', '214044.385000', '214044.845000', '214045.305000', '214045.765000', '214046.225000', '214046.685000', '214047.145000', '214047.605000', '214048.065000', '214048.525000', '214048.985000', '214049.445000', '214049.905000', '214050.365000', '214050.825000', '214051.285000', '214051.745000', '214052.205000', '214052.665000', '214053.125000', '214053.585000', '214054.045000', '214054.505000', '214054.965000', '214055.425000', '214055.885000', '214056.345000', '214056.805000', '214057.265000', '214057.725000', '214058.185000', '214058.645000', '214059.105000', '214059.565000', '214100.025000', '214100.485000', '214100.945000', '214101.405000', '214101.865000', '214102.325000', '214102.785000', '214103.245000', '214103.705000', '214104.165000', '214104.625000', '214105.085000', '214105.545000', '214106.005000', '214106.465000', '214106.925000', '214107.385000', '214107.845000', '214108.305000', '214108.765000', '214109.225000', '214109.685000', '214110.145000', '214110.605000', '214111.065000', '214111.525000', '214111.985000', '214112.445000', '214112.905000', '214113.365000', '214113.825000', '214114.285000', '214114.745000', '214115.205000', '214115.665000', '214116.125000', '214116.585000', '214117.045000', '214117.505000', '214117.965000', '214118.425000', '214118.885000', '214119.345000', '214119.805000', '214120.265000', '214120.725000', '214121.185000', '214121.645000', '214122.105000', '214122.565000', '214123.025000', '214123.485000', '214123.945000', '214124.405000', '214124.865000', '214125.325000', '214125.785000', '214126.245000', '214126.705000', '214127.165000', '214127.625000', '214128.085000', '214128.545000', '214129.005000', '214129.465000', '214129.925000', '214130.385000', '214130.845000', '214131.305000', '214131.765000', '214132.225000', '214132.685000', '214133.145000', '214133.605000', '214134.065000', '214134.525000', '214134.985000', '214135.445000', '214135.905000', '214136.365000', '214136.825000', '214137.285000', '214137.745000', '214138.205000', '214138.665000', '214139.125000', '214139.585000', '214140.045000', '214140.505000', '214140.965000', '214141.425000', '214141.885000', '214142.345000', '214142.805000', '214143.265000', '214143.725000', '214144.185000', '214144.645000', '214145.105000', '214145.565000', '214146.025000', '214146.485000', '214146.945000', '214147.405000', '214147.865000', '214148.325000', '214148.785000', '214149.245000', '214149.705000', '214150.165000', '214150.625000', '214151.085000', '214151.545000', '214152.005000', '214152.465000', '214152.925000', '214153.385000', '214153.845000', '214154.305000', '214154.765000', '214155.225000', '214155.685000', '214156.145000', '214156.605000', '214157.065000', '214157.525000', '214157.985000', '214158.445000', '214158.905000', '214159.365000', '214159.825000', '214200.285000', '214200.745000', '214201.205000', '214201.665000', '214202.125000', '214202.585000', '214203.045000', '214203.505000', '214203.965000', '214204.425000', '214204.885000', '214205.345000', '214205.805000', '214206.265000', '214206.725000', '214207.185000', '214207.645000', '214208.105000', '214208.565000', '214209.025000', '214209.485000', '214209.945000', '214210.405000', '214210.865000', '214211.325000', '214211.785000', '214212.245000', '214212.705000', '214213.165000', '214213.625000', '214214.085000', '214214.545000', '214215.005000', '214215.465000', '214215.925000', '214216.385000', '214216.845000', '214217.305000', '214217.765000', '214218.225000', '214218.685000', '214219.145000', '214219.605000', '214220.065000', '214220.525000', '214220.985000', '214221.445000', '214221.905000', '214222.365000', '214222.825000', '214223.285000', '214223.745000', '214224.205000', '214224.665000', '214225.125000', '214225.585000', '214226.045000', '214226.505000', '214226.965000', '214227.425000', '214227.885000', '214228.345000', '214228.805000', '214229.265000', '214229.725000', '214230.185000', '214230.645000', '214231.105000', '214231.565000', '214232.025000', '214232.485000', '214232.945000', '214233.405000', '214233.865000', '214234.325000', '214234.785000', '214235.245000', '214235.705000', '214236.165000', '214236.625000', '214237.085000', '214237.545000', '214238.005000', '214238.465000', '214238.925000', '214239.385000', '214239.845000', '214240.305000', '214240.765000', '214241.225000', '214241.685000', '214242.145000', '214242.605000', '214243.065000', '214243.525000', '214243.985000', '214244.445000', '214244.905000', '214245.365000', '214245.825000', '214246.285000', '214246.745000', '214247.205000', '214247.665000', '214248.125000', '214248.585000', '214249.045000', '214249.505000', '214249.965000', '214250.425000', '214250.885000', '214251.345000', '214251.805000', '214252.265000', '214252.725000', '214253.185000', '214253.645000', '214254.105000', '214254.565000', '214255.025000', '214255.485000', '214255.945000', '214256.405000', '214256.865000', '214257.325000', '214257.785000', '214258.245000', '214258.705000', '214259.165000', '214259.625000', '214300.085000', '214300.545000', '214301.005000', '214301.465000', '214301.925000', '214302.385000', '214302.845000', '214303.305000', '214303.765000', '214304.225000', '214304.685000', '214305.145000', '214305.605000', '214306.065000', '214306.525000', '214306.985000', '214307.445000', '214307.905000', '214308.365000', '214308.825000', '214309.285000', '214309.745000', '214310.205000', '214310.665000', '214311.125000', '214311.585000', '214312.045000', '214312.505000', '214312.965000', '214313.425000', '214313.885000', '214314.345000', '214314.805000', '214315.265000', '214315.725000', '214316.185000', '214316.645000', '214317.105000', '214317.565000', '214318.025000', '214318.485000', '214318.945000', '214319.405000', '214319.865000', '214320.325000', '214320.785000', '214321.245000', '214321.705000', '214322.165000', '214322.625000', '214323.085000', '214323.545000', '214324.005000', '214324.465000', '214324.925000', '214325.385000', '214325.845000', '214326.305000', '214326.765000', '214327.225000', '214327.685000', '214328.145000', '214328.605000', '214329.065000', '214329.525000', '214329.985000', '214330.445000', '214330.905000', '214331.365000', '214331.825000', '214332.285000', '214332.745000', '214333.205000', '214333.665000', '214334.125000', '214334.585000', '214335.045000', '214335.505000', '214335.965000', '214336.425000', '214336.885000', '214337.345000', '214337.805000', '214338.265000', '214338.725000', '214339.185000', '214339.645000', '214340.105000', '214340.565000', '214341.025000', '214341.485000', '214341.945000', '214342.405000', '214342.865000', '214343.325000', '214343.785000', '214344.245000', '214344.705000', '214345.165000', '214345.625000', '214346.085000', '214346.545000', '214347.005000', '214347.465000', '214347.925000', '214348.385000', '214348.845000', '214349.305000', '214349.765000', '214350.225000', '214350.685000', '214351.145000', '214351.605000', '214352.065000', '214352.525000', '214352.985000', '214353.445000', '214353.905000', '214354.365000', '214354.825000', '214355.285000', '214355.745000', '214356.205000', '214356.665000', '214357.125000', '214357.585000', '214358.045000', '214358.505000', '214358.965000', '214359.425000', '214359.885000', '214400.345000', '214400.805000', '214401.265000', '214401.725000', '214402.185000', '214402.645000', '214403.105000', '214403.565000', '214404.025000', '214404.485000', '214404.945000', '214405.405000', '214405.865000', '214406.325000', '214406.785000', '214407.245000', '214407.705000', '214408.165000', '214408.625000', '214409.085000', '214409.545000', '214410.005000', '214410.465000', '214410.925000', '214411.385000', '214411.845000', '214412.305000', '214412.765000', '214413.225000', '214413.685000', '214414.145000', '214414.605000', '214415.065000', '214415.525000', '214415.985000', '214416.445000', '214416.905000', '214417.365000', '214417.825000', '214418.285000', '214418.745000', '214419.205000', '214419.665000', '214420.125000', '214420.585000', '214421.045000', '214421.505000', '214421.965000', '214422.425000', '214422.885000', '214423.345000', '214423.805000', '214424.265000', '214424.725000', '214425.185000', '214425.645000', '214426.105000', '214426.565000', '214427.025000', '214427.485000', '214427.945000', '214428.405000', '214428.865000', '214429.325000', '214429.785000', '214430.245000', '214430.705000', '214431.165000', '214431.625000', '214432.085000', '214432.545000', '214433.005000', '214433.465000', '214433.925000', '214434.385000', '214434.845000', '214435.305000', '214435.765000', '214436.225000', '214436.685000', '214437.145000', '214437.605000', '214438.065000', '214438.525000', '214438.985000', '214439.445000', '214439.905000', '214440.365000', '214440.825000', '214441.285000', '214441.745000', '214442.205000', '214442.665000', '214443.125000', '214443.585000', '214444.045000', '214444.505000', '214444.965000', '214445.425000', '214445.885000', '214446.345000', '214446.805000', '214447.265000', '214447.725000', '214448.185000', '214448.645000', '214449.105000', '214449.565000', '214450.025000', '214450.485000', '214450.945000', '214451.405000', '214451.865000', '214452.325000', '214452.785000', '214453.245000', '214453.705000', '214454.165000', '214454.625000', '214455.085000', '214455.545000', '214456.005000', '214456.465000', '214456.925000', '214457.385000', '214457.845000', '214458.305000', '214458.765000', '214459.225000', '214459.685000', '214500.145000', '214500.605000', '214501.065000', '214501.525000', '214501.985000', '214502.445000', '214502.905000', '214503.365000', '214503.825000', '214504.285000', '214504.745000', '214505.205000', '214505.665000', '214506.125000', '214506.585000', '214507.045000', '214507.505000', '214507.965000', '214508.425000', '214508.885000', '214509.345000', '214509.805000', '214510.265000', '214510.725000', '214511.185000', '214511.645000', '214512.105000', '214512.565000', '214513.025000', '214513.485000', '214513.945000', '214514.405000', '214514.865000', '214515.325000', '214515.785000', '214516.245000', '214516.705000', '214517.165000', '214517.625000', '214518.085000', '214518.545000', '214519.005000', '214519.465000', '214519.925000', '214520.385000', '214520.845000', '214521.305000', '214521.765000', '214522.225000', '214522.685000', '214523.145000', '214523.605000', '214524.065000', '214524.525000', '214524.985000', '214525.445000', '214525.905000', '214526.365000', '214526.825000', '214527.285000', '214527.745000', '214528.205000', '214528.665000', '214529.125000', '214529.585000', '214530.045000', '214530.505000', '214530.965000', '214531.425000', '214531.885000', '214532.345000', '214532.805000', '214533.265000', '214533.725000', '214534.185000', '214534.645000', '214535.105000', '214535.565000', '214536.025000', '214536.485000', '214536.945000', '214537.405000', '214537.865000', '214538.325000', '214538.785000', '214539.245000', '214539.705000', '214540.165000', '214540.625000', '214541.085000', '214541.545000', '214542.005000', '214542.465000', '214542.925000', '214543.385000', '214543.845000', '214544.305000', '214544.765000', '214545.225000', '214545.685000', '214546.145000', '214546.605000', '214547.065000', '214547.525000', '214547.985000', '214548.445000', '214548.905000', '214549.365000', '214549.825000', '214550.285000', '214550.745000', '214551.205000', '214551.665000', '214552.125000', '214552.585000', '214553.045000', '214553.505000', '214553.965000', '214554.425000', '214554.885000', '214555.345000', '214555.805000', '214556.265000', '214556.725000', '214557.185000', '214557.645000', '214558.105000', '214558.565000', '214559.025000', '214559.485000', '214559.945000', '214600.405000', '214600.865000', '214601.325000', '214601.785000', '214602.245000', '214602.705000', '214603.165000', '214603.625000', '214604.085000', '214604.545000', '214605.005000', '214605.465000', '214605.925000', '214606.385000', '214606.845000', '214607.305000', '214607.765000', '214608.225000', '214608.685000', '214609.145000', '214609.605000', '214610.065000', '214610.525000', '214610.985000', '214611.445000', '214611.905000', '214612.365000', '214612.825000', '214613.285000', '214613.745000', '214614.205000', '214614.665000', '214615.125000', '214615.585000', '214616.045000', '214616.505000', '214616.965000', '214617.425000', '214617.885000', '214618.345000', '214618.805000', '214619.265000', '214619.725000', '214620.185000', '214620.645000', '214621.105000', '214621.565000', '214622.025000', '214622.485000', '214622.945000', '214623.405000', '214623.865000', '214624.325000', '214624.785000', '214625.245000', '214625.705000', '214626.165000', '214626.625000', '214627.085000', '214627.545000', '214628.005000', '214628.465000', '214628.925000', '214629.385000', '214629.845000', '214630.305000', '214630.765000', '214631.225000', '214631.685000', '214632.145000', '214632.605000', '214633.065000', '214633.525000', '214633.985000', '214634.445000', '214634.905000', '214635.365000', '214635.825000', '214636.285000', '214636.745000', '214637.205000', '214637.665000', '214638.125000', '214638.585000', '214639.045000', '214639.505000', '214639.965000', '214640.425000', '214640.885000', '214641.345000', '214641.805000', '214642.265000', '214642.725000', '214643.185000', '214643.645000', '214644.105000', '214644.565000', '214645.025000', '214645.485000', '214645.945000', '214646.405000', '214646.865000', '214647.325000', '214647.785000', '214648.245000', '214648.705000', '214649.165000'], 'ContentTime': ['214027.467000', '214027.470000', '214027.473000', '214027.476000', '214027.479000', '214027.482000', '214027.484000', '214027.487000', '214027.490000', '214027.492000', '214027.495000', '214027.498000', '214027.504000', '214027.507000', '214027.510000', '214027.512000', '214027.515000', '214027.518000', '214027.520000', '214027.523000', '214027.525000', '214027.528000', '214027.531000', '214027.533000', '214027.536000', '214027.540000', '214027.543000', '214027.558000', '214027.560000', '214027.563000', '214027.566000', '214027.568000', '214027.571000', '214027.574000', '214027.576000', '214027.579000', '214027.582000', '214027.584000', '214047.437000', '214047.440000', '214047.443000', '214047.445000', '214047.448000', '214047.451000', '214047.453000', '214047.456000', '214047.459000', '214047.461000', '214047.464000', '214047.467000', '214047.469000', '214047.472000', '214047.474000', '214047.477000', '214047.480000', '214047.482000', '214047.485000', '214047.488000', '214047.490000', '214047.493000', '214047.496000', '214047.498000', '214047.501000', '214047.504000', '214047.506000', '214047.509000', '214047.511000', '214047.514000', '214047.517000', '214047.519000', '214047.522000', '214047.525000', '214047.529000', '214047.531000', '214047.535000', '214047.538000', '214047.540000', '214047.543000', '214047.545000', '214047.548000', '214047.550000', '214107.437000', '214107.440000', '214107.443000', '214107.446000', '214107.448000', '214107.451000', '214107.454000', '214107.456000', '214107.459000', '214107.462000', '214107.464000', '214107.467000', '214107.470000', '214107.472000', '214107.475000', '214107.477000', '214107.480000', '214107.483000', '214107.485000', '214107.488000', '214107.491000', '214107.493000', '214107.496000', '214107.498000', '214107.501000', '214107.503000', '214107.506000', '214107.509000', '214107.511000', '214107.514000', '214107.517000', '214107.520000', '214107.522000', '214107.525000', '214107.527000', '214107.530000', '214107.533000', '214107.535000', '214107.538000', '214107.541000', '214107.543000', '214107.546000', '214107.549000', '214107.558000', '214127.438000', '214127.441000', '214127.443000', '214127.446000', '214127.448000', '214127.451000', '214127.454000', '214127.456000', '214127.459000', '214127.462000', '214127.464000', '214127.467000', '214127.470000', '214127.472000', '214127.475000', '214127.478000', '214127.480000', '214127.483000', '214127.486000', '214127.488000', '214127.491000', '214127.494000', '214127.496000', '214127.499000', '214127.501000', '214127.504000', '214127.507000', '214127.509000', '214127.512000', '214127.515000', '214127.517000', '214127.520000', '214127.522000', '214127.525000', '214127.528000', '214127.531000', '214127.533000', '214127.536000', '214127.539000', '214127.542000', '214127.544000', '214127.547000', '214127.549000', '214147.439000', '214147.442000', '214147.445000', '214147.447000', '214147.450000', '214147.453000', '214147.456000', '214147.458000', '214147.461000', '214147.463000', '214147.466000', '214147.469000', '214147.471000', '214147.474000', '214147.477000', '214147.479000', '214147.482000', '214147.485000', '214147.487000', '214147.490000', '214147.492000', '214147.495000', '214147.497000', '214147.500000', '214147.503000', '214147.505000', '214147.508000', '214147.510000', '214147.513000', '214147.516000', '214147.518000', '214147.521000', '214147.524000', '214147.526000', '214147.529000', '214147.531000', '214147.534000', '214147.536000', '214147.539000', '214147.542000', '214147.544000', '214147.547000', '214147.549000', '214147.552000', '214207.438000', '214207.441000', '214207.444000', '214207.447000', '214207.449000', '214207.452000', '214207.455000', '214207.458000', '214207.460000', '214207.463000', '214207.465000', '214207.468000', '214207.471000', '214207.473000', '214207.476000', '214207.479000', '214207.482000', '214207.484000', '214207.487000', '214207.490000', '214207.492000', '214207.495000', '214207.497000', '214207.500000', '214207.503000', '214207.505000', '214207.508000', '214207.511000', '214207.513000', '214207.516000', '214207.519000', '214207.521000', '214207.524000', '214207.527000', '214207.529000', '214207.532000', '214207.535000', '214207.537000', '214207.540000', '214207.543000', '214207.545000', '214207.548000', '214207.583000', '214227.438000', '214227.441000', '214227.444000', '214227.447000', '214227.450000', '214227.453000', '214227.456000', '214227.459000', '214227.462000', '214227.464000', '214227.467000', '214227.470000', '214227.472000', '214227.475000', '214227.478000', '214227.481000', '214227.483000', '214227.486000', '214227.489000', '214227.491000', '214227.494000', '214227.496000', '214227.499000', '214227.502000', '214227.504000', '214227.507000', '214227.510000', '214227.512000', '214227.515000', '214227.518000', '214227.520000', '214227.523000', '214227.526000', '214227.528000', '214227.531000', '214227.533000', '214227.536000', '214227.539000', '214227.541000', '214227.544000', '214227.547000', '214227.549000', '214227.552000', '214247.438000', '214247.441000', '214247.443000', '214247.446000', '214247.449000', '214247.451000', '214247.454000', '214247.456000', '214247.459000', '214247.462000', '214247.464000', '214247.467000', '214247.469000', '214247.472000', '214247.475000', '214247.477000', '214247.480000', '214247.482000', '214247.485000', '214247.488000', '214247.490000', '214247.493000', '214247.495000', '214247.498000', '214247.501000', '214247.503000', '214247.506000', '214247.509000', '214247.512000', '214247.514000', '214247.517000', '214247.520000', '214247.522000', '214247.525000', '214247.528000', '214247.530000', '214247.533000', '214247.535000', '214247.538000', '214247.541000', '214247.544000', '214247.546000', '214247.549000', '214247.552000', '214307.438000', '214307.440000', '214307.443000', '214307.446000', '214307.449000', '214307.451000', '214307.454000', '214307.457000', '214307.459000', '214307.462000', '214307.464000', '214307.467000', '214307.470000', '214307.473000', '214307.475000', '214307.478000', '214307.481000', '214307.483000', '214307.486000', '214307.488000', '214307.491000', '214307.494000', '214307.496000', '214307.499000', '214307.502000', '214307.504000', '214307.507000', '214307.510000', '214307.512000', '214307.515000', '214307.518000', '214307.520000', '214307.523000', '214307.526000', '214307.528000', '214307.531000', '214307.533000', '214307.536000', '214307.539000', '214307.541000', '214307.544000', '214307.547000', '214307.549000', '214307.552000', '214327.437000', '214327.440000', '214327.443000', '214327.446000', '214327.448000', '214327.451000', '214327.454000', '214327.456000', '214327.459000', '214327.462000', '214327.464000', '214327.467000', '214327.470000', '214327.472000', '214327.475000', '214327.478000', '214327.480000', '214327.483000', '214327.485000', '214327.488000', '214327.491000', '214327.493000', '214327.496000', '214327.499000', '214327.501000', '214327.504000', '214327.507000', '214327.509000', '214327.512000', '214327.515000', '214327.517000', '214327.520000', '214327.522000', '214327.525000', '214327.528000', '214327.530000', '214327.533000', '214327.536000', '214327.538000', '214327.541000', '214327.544000', '214327.547000', '214327.549000', '214347.438000', '214347.441000', '214347.444000', '214347.446000', '214347.449000', '214347.451000', '214347.454000', '214347.457000', '214347.460000', '214347.462000', '214347.465000', '214347.468000', '214347.470000', '214347.473000', '214347.476000', '214347.478000', '214347.481000', '214347.484000', '214347.486000', '214347.489000', '214347.492000', '214347.494000', '214347.497000', '214347.500000', '214347.513000', '214347.515000', '214347.518000', '214347.521000', '214347.523000', '214347.526000', '214347.529000', '214347.531000', '214347.534000', '214347.536000', '214347.539000', '214347.542000', '214347.545000', '214347.547000', '214347.550000', '214347.553000', '214347.555000', '214347.558000', '214347.561000', '214347.563000', '214407.438000', '214407.441000', '214407.444000', '214407.447000', '214407.449000', '214407.452000', '214407.454000', '214407.457000', '214407.460000', '214407.462000', '214407.465000', '214407.468000', '214407.471000', '214407.473000', '214407.476000', '214407.479000', '214407.481000', '214407.484000', '214407.487000', '214407.489000', '214407.492000', '214407.495000', '214407.497000', '214407.500000', '214407.503000', '214407.505000', '214407.508000', '214407.510000', '214407.513000', '214407.516000', '214407.518000', '214407.521000', '214407.523000', '214407.526000', '214407.529000', '214407.531000', '214407.534000', '214407.536000', '214407.545000', '214407.547000', '214407.550000', '214407.553000', '214407.555000', '214427.439000', '214427.443000', '214427.446000', '214427.448000', '214427.451000', '214427.454000', '214427.456000', '214427.459000', '214427.461000', '214427.464000', '214427.467000', '214427.469000', '214427.472000', '214427.474000', '214427.477000', '214427.480000', '214427.482000', '214427.485000', '214427.487000', '214427.490000', '214427.493000', '214427.495000', '214427.498000', '214427.501000', '214427.503000', '214427.506000', '214427.509000', '214427.511000', '214427.514000', '214427.516000', '214427.519000', '214427.522000', '214427.524000', '214427.527000', '214427.529000', '214427.532000', '214427.535000', '214427.537000', '214427.540000', '214427.542000', '214427.545000', '214427.548000', '214427.551000', '214427.554000', '214447.439000', '214447.441000', '214447.444000', '214447.447000', '214447.450000', '214447.452000', '214447.455000', '214447.457000', '214447.460000', '214447.463000', '214447.465000', '214447.468000', '214447.471000', '214447.473000', '214447.476000', '214447.479000', '214447.481000', '214447.484000', '214447.486000', '214447.489000', '214447.492000', '214447.494000', '214447.497000', '214447.500000', '214447.502000', '214447.505000', '214447.507000', '214447.510000', '214447.513000', '214447.515000', '214447.518000', '214447.520000', '214447.523000', '214447.526000', '214447.528000', '214447.531000', '214447.534000', '214447.536000', '214447.539000', '214447.549000', '214447.551000', '214447.554000', '214447.556000', '214507.438000', '214507.440000', '214507.443000', '214507.446000', '214507.448000', '214507.451000', '214507.453000', '214507.456000', '214507.459000', '214507.461000', '214507.464000', '214507.467000', '214507.469000', '214507.472000', '214507.475000', '214507.477000', '214507.480000', '214507.482000', '214507.485000', '214507.488000', '214507.490000', '214507.493000', '214507.496000', '214507.498000', '214507.501000', '214507.504000', '214507.506000', '214507.509000', '214507.512000', '214507.514000', '214507.517000', '214507.520000', '214507.522000', '214507.525000', '214507.528000', '214507.530000', '214507.533000', '214507.536000', '214507.538000', '214507.541000', '214507.544000', '214507.546000', '214507.549000', '214507.551000', '214527.437000', '214527.440000', '214527.443000', '214527.446000', '214527.449000', '214527.451000', '214527.454000', '214527.457000', '214527.460000', '214527.462000', '214527.465000', '214527.468000', '214527.470000', '214527.473000', '214527.476000', '214527.478000', '214527.481000', '214527.484000', '214527.486000', '214527.489000', '214527.492000', '214527.494000', '214527.497000', '214527.499000', '214527.502000', '214527.505000', '214527.507000', '214527.510000', '214527.513000', '214527.515000', '214527.518000', '214527.520000', '214527.523000', '214527.526000', '214527.528000', '214527.531000', '214527.534000', '214527.536000', '214527.539000', '214527.541000', '214527.544000', '214527.547000', '214527.549000', '214547.437000', '214547.440000', '214547.443000', '214547.446000', '214547.448000', '214547.451000', '214547.454000', '214547.457000', '214547.459000', '214547.462000', '214547.465000', '214547.467000', '214547.470000', '214547.473000', '214547.475000', '214547.479000', '214547.483000', '214547.486000', '214547.488000', '214547.491000', '214547.494000', '214547.497000', '214547.499000', '214547.502000', '214547.504000', '214547.507000', '214547.509000', '214547.512000', '214547.515000', '214547.517000', '214547.520000', '214547.523000', '214547.525000', '214547.528000', '214547.531000', '214547.534000', '214547.536000', '214547.539000', '214547.541000', '214547.545000', '214547.548000', '214547.550000', '214547.553000', '214607.438000', '214607.441000', '214607.443000', '214607.446000', '214607.449000', '214607.451000', '214607.454000', '214607.457000', '214607.459000', '214607.462000', '214607.464000', '214607.467000', '214607.470000', '214607.472000', '214607.475000', '214607.478000', '214607.480000', '214607.483000', '214607.486000', '214607.488000', '214607.492000', '214607.495000', '214607.498000', '214607.500000', '214607.503000', '214607.506000', '214607.508000', '214607.511000', '214607.514000', '214607.516000', '214607.519000', '214607.521000', '214607.524000', '214607.527000', '214607.530000', '214607.532000', '214607.535000', '214607.537000', '214607.540000', '214607.543000', '214607.545000', '214607.548000', '214607.550000', '214607.553000', '214627.439000', '214627.442000', '214627.445000', '214627.448000', '214627.451000', '214627.454000', '214627.456000', '214627.459000', '214627.461000', '214627.464000', '214627.467000', '214627.469000', '214627.472000', '214627.474000', '214627.477000', '214627.480000', '214627.482000', '214627.485000', '214627.488000', '214627.490000', '214627.493000', '214627.496000', '214627.499000', '214627.501000', '214627.504000', '214627.506000', '214627.509000', '214627.512000', '214627.514000', '214627.517000', '214627.520000', '214627.523000', '214627.525000', '214627.528000', '214627.531000', '214627.533000', '214627.536000', '214627.538000', '214627.541000', '214627.544000', '214627.546000', '214627.549000', '214627.552000', '214647.439000', '214647.442000', '214647.457000', '214647.460000', '214647.462000', '214647.465000', '214647.468000', '214647.471000', '214647.473000', '214647.476000', '214647.478000', '214647.481000', '214647.484000', '214647.486000', '214647.489000', '214647.491000', '214647.494000', '214647.497000', '214647.499000', '214647.502000', '214647.505000', '214647.507000', '214647.510000', '214647.512000', '214647.515000', '214647.518000', '214647.520000', '214647.523000', '214647.525000', '214647.528000', '214647.530000', '214647.533000', '214647.536000', '214647.538000', '214647.541000', '214647.544000', '214647.546000', '214647.549000', '214647.551000', '214647.554000', '214647.557000', '214647.560000', '214647.562000', '214647.565000', '214650.933000', '214650.936000', '214650.941000', '214650.945000', '214650.949000', '214650.952000', '214650.956000', '214650.959000'], 'InstanceCreationTime': ['214027.467000', '214027.470000', '214027.473000', '214027.476000', '214027.479000', '214027.482000', '214027.484000', '214027.487000', '214027.490000', '214027.492000', '214027.495000', '214027.498000', '214027.504000', '214027.507000', '214027.510000', '214027.512000', '214027.515000', '214027.518000', '214027.520000', '214027.523000', '214027.525000', '214027.528000', '214027.531000', '214027.533000', '214027.536000', '214027.540000', '214027.543000', '214027.558000', '214027.560000', '214027.563000', '214027.566000', '214027.568000', '214027.571000', '214027.574000', '214027.576000', '214027.579000', '214027.582000', '214027.584000', '214047.437000', '214047.440000', '214047.443000', '214047.445000', '214047.448000', '214047.451000', '214047.453000', '214047.456000', '214047.459000', '214047.461000', '214047.464000', '214047.467000', '214047.469000', '214047.472000', '214047.474000', '214047.477000', '214047.480000', '214047.482000', '214047.485000', '214047.488000', '214047.490000', '214047.493000', '214047.496000', '214047.498000', '214047.501000', '214047.504000', '214047.506000', '214047.509000', '214047.511000', '214047.514000', '214047.517000', '214047.519000', '214047.522000', '214047.525000', '214047.529000', '214047.531000', '214047.535000', '214047.538000', '214047.540000', '214047.543000', '214047.545000', '214047.548000', '214047.550000', '214107.437000', '214107.440000', '214107.443000', '214107.446000', '214107.448000', '214107.451000', '214107.454000', '214107.456000', '214107.459000', '214107.462000', '214107.464000', '214107.467000', '214107.470000', '214107.472000', '214107.475000', '214107.477000', '214107.480000', '214107.483000', '214107.485000', '214107.488000', '214107.491000', '214107.493000', '214107.496000', '214107.498000', '214107.501000', '214107.503000', '214107.506000', '214107.509000', '214107.511000', '214107.514000', '214107.517000', '214107.520000', '214107.522000', '214107.525000', '214107.527000', '214107.530000', '214107.533000', '214107.535000', '214107.538000', '214107.541000', '214107.543000', '214107.546000', '214107.549000', '214107.558000', '214127.438000', '214127.441000', '214127.443000', '214127.446000', '214127.448000', '214127.451000', '214127.454000', '214127.456000', '214127.459000', '214127.462000', '214127.464000', '214127.467000', '214127.470000', '214127.472000', '214127.475000', '214127.478000', '214127.480000', '214127.483000', '214127.486000', '214127.488000', '214127.491000', '214127.494000', '214127.496000', '214127.499000', '214127.501000', '214127.504000', '214127.507000', '214127.509000', '214127.512000', '214127.515000', '214127.517000', '214127.520000', '214127.522000', '214127.525000', '214127.528000', '214127.531000', '214127.533000', '214127.536000', '214127.539000', '214127.542000', '214127.544000', '214127.547000', '214127.549000', '214147.439000', '214147.442000', '214147.445000', '214147.447000', '214147.450000', '214147.453000', '214147.456000', '214147.458000', '214147.461000', '214147.463000', '214147.466000', '214147.469000', '214147.471000', '214147.474000', '214147.477000', '214147.479000', '214147.482000', '214147.485000', '214147.487000', '214147.490000', '214147.492000', '214147.495000', '214147.497000', '214147.500000', '214147.503000', '214147.505000', '214147.508000', '214147.510000', '214147.513000', '214147.516000', '214147.518000', '214147.521000', '214147.524000', '214147.526000', '214147.529000', '214147.531000', '214147.534000', '214147.536000', '214147.539000', '214147.542000', '214147.544000', '214147.547000', '214147.549000', '214147.552000', '214207.438000', '214207.441000', '214207.444000', '214207.447000', '214207.449000', '214207.452000', '214207.455000', '214207.458000', '214207.460000', '214207.463000', '214207.465000', '214207.468000', '214207.471000', '214207.473000', '214207.476000', '214207.479000', '214207.482000', '214207.484000', '214207.487000', '214207.490000', '214207.492000', '214207.495000', '214207.497000', '214207.500000', '214207.503000', '214207.505000', '214207.508000', '214207.511000', '214207.513000', '214207.516000', '214207.519000', '214207.521000', '214207.524000', '214207.527000', '214207.529000', '214207.532000', '214207.535000', '214207.537000', '214207.540000', '214207.543000', '214207.545000', '214207.548000', '214207.583000', '214227.438000', '214227.441000', '214227.444000', '214227.447000', '214227.450000', '214227.453000', '214227.456000', '214227.459000', '214227.462000', '214227.464000', '214227.467000', '214227.470000', '214227.472000', '214227.475000', '214227.478000', '214227.481000', '214227.483000', '214227.486000', '214227.489000', '214227.491000', '214227.494000', '214227.496000', '214227.499000', '214227.502000', '214227.504000', '214227.507000', '214227.510000', '214227.512000', '214227.515000', '214227.518000', '214227.520000', '214227.523000', '214227.526000', '214227.528000', '214227.531000', '214227.533000', '214227.536000', '214227.539000', '214227.541000', '214227.544000', '214227.547000', '214227.549000', '214227.552000', '214247.438000', '214247.441000', '214247.443000', '214247.446000', '214247.449000', '214247.451000', '214247.454000', '214247.456000', '214247.459000', '214247.462000', '214247.464000', '214247.467000', '214247.469000', '214247.472000', '214247.475000', '214247.477000', '214247.480000', '214247.482000', '214247.485000', '214247.488000', '214247.490000', '214247.493000', '214247.495000', '214247.498000', '214247.501000', '214247.503000', '214247.506000', '214247.509000', '214247.512000', '214247.514000', '214247.517000', '214247.520000', '214247.522000', '214247.525000', '214247.528000', '214247.530000', '214247.533000', '214247.535000', '214247.538000', '214247.541000', '214247.544000', '214247.546000', '214247.549000', '214247.552000', '214307.438000', '214307.440000', '214307.443000', '214307.446000', '214307.449000', '214307.451000', '214307.454000', '214307.457000', '214307.459000', '214307.462000', '214307.464000', '214307.467000', '214307.470000', '214307.473000', '214307.475000', '214307.478000', '214307.481000', '214307.483000', '214307.486000', '214307.488000', '214307.491000', '214307.494000', '214307.496000', '214307.499000', '214307.502000', '214307.504000', '214307.507000', '214307.510000', '214307.512000', '214307.515000', '214307.518000', '214307.520000', '214307.523000', '214307.526000', '214307.528000', '214307.531000', '214307.533000', '214307.536000', '214307.539000', '214307.541000', '214307.544000', '214307.547000', '214307.549000', '214307.552000', '214327.437000', '214327.440000', '214327.443000', '214327.446000', '214327.448000', '214327.451000', '214327.454000', '214327.456000', '214327.459000', '214327.462000', '214327.464000', '214327.467000', '214327.470000', '214327.472000', '214327.475000', '214327.478000', '214327.480000', '214327.483000', '214327.485000', '214327.488000', '214327.491000', '214327.493000', '214327.496000', '214327.499000', '214327.501000', '214327.504000', '214327.507000', '214327.509000', '214327.512000', '214327.515000', '214327.517000', '214327.520000', '214327.522000', '214327.525000', '214327.528000', '214327.530000', '214327.533000', '214327.536000', '214327.538000', '214327.541000', '214327.544000', '214327.547000', '214327.549000', '214347.438000', '214347.441000', '214347.444000', '214347.446000', '214347.449000', '214347.451000', '214347.454000', '214347.457000', '214347.460000', '214347.462000', '214347.465000', '214347.468000', '214347.470000', '214347.473000', '214347.476000', '214347.478000', '214347.481000', '214347.484000', '214347.486000', '214347.489000', '214347.492000', '214347.494000', '214347.497000', '214347.500000', '214347.513000', '214347.515000', '214347.518000', '214347.521000', '214347.523000', '214347.526000', '214347.529000', '214347.531000', '214347.534000', '214347.536000', '214347.539000', '214347.542000', '214347.545000', '214347.547000', '214347.550000', '214347.553000', '214347.555000', '214347.558000', '214347.561000', '214347.563000', '214407.438000', '214407.441000', '214407.444000', '214407.447000', '214407.449000', '214407.452000', '214407.454000', '214407.457000', '214407.460000', '214407.462000', '214407.465000', '214407.468000', '214407.471000', '214407.473000', '214407.476000', '214407.479000', '214407.481000', '214407.484000', '214407.487000', '214407.489000', '214407.492000', '214407.495000', '214407.497000', '214407.500000', '214407.503000', '214407.505000', '214407.508000', '214407.510000', '214407.513000', '214407.516000', '214407.518000', '214407.521000', '214407.523000', '214407.526000', '214407.529000', '214407.531000', '214407.534000', '214407.536000', '214407.545000', '214407.547000', '214407.550000', '214407.553000', '214407.555000', '214427.439000', '214427.443000', '214427.446000', '214427.448000', '214427.451000', '214427.454000', '214427.456000', '214427.459000', '214427.461000', '214427.464000', '214427.467000', '214427.469000', '214427.472000', '214427.474000', '214427.477000', '214427.480000', '214427.482000', '214427.485000', '214427.487000', '214427.490000', '214427.493000', '214427.495000', '214427.498000', '214427.501000', '214427.503000', '214427.506000', '214427.509000', '214427.511000', '214427.514000', '214427.516000', '214427.519000', '214427.522000', '214427.524000', '214427.527000', '214427.529000', '214427.532000', '214427.535000', '214427.537000', '214427.540000', '214427.542000', '214427.545000', '214427.548000', '214427.551000', '214427.554000', '214447.439000', '214447.441000', '214447.444000', '214447.447000', '214447.450000', '214447.452000', '214447.455000', '214447.457000', '214447.460000', '214447.463000', '214447.465000', '214447.468000', '214447.471000', '214447.473000', '214447.476000', '214447.479000', '214447.481000', '214447.484000', '214447.486000', '214447.489000', '214447.492000', '214447.494000', '214447.497000', '214447.500000', '214447.502000', '214447.505000', '214447.507000', '214447.510000', '214447.513000', '214447.515000', '214447.518000', '214447.520000', '214447.523000', '214447.526000', '214447.528000', '214447.531000', '214447.534000', '214447.536000', '214447.539000', '214447.549000', '214447.551000', '214447.554000', '214447.556000', '214507.438000', '214507.440000', '214507.443000', '214507.446000', '214507.448000', '214507.451000', '214507.453000', '214507.456000', '214507.459000', '214507.461000', '214507.464000', '214507.467000', '214507.469000', '214507.472000', '214507.475000', '214507.477000', '214507.480000', '214507.482000', '214507.485000', '214507.488000', '214507.490000', '214507.493000', '214507.496000', '214507.498000', '214507.501000', '214507.504000', '214507.506000', '214507.509000', '214507.512000', '214507.514000', '214507.517000', '214507.520000', '214507.522000', '214507.525000', '214507.528000', '214507.530000', '214507.533000', '214507.536000', '214507.538000', '214507.541000', '214507.544000', '214507.546000', '214507.549000', '214507.551000', '214527.437000', '214527.440000', '214527.443000', '214527.446000', '214527.449000', '214527.451000', '214527.454000', '214527.457000', '214527.460000', '214527.462000', '214527.465000', '214527.468000', '214527.470000', '214527.473000', '214527.476000', '214527.478000', '214527.481000', '214527.484000', '214527.486000', '214527.489000', '214527.492000', '214527.494000', '214527.497000', '214527.499000', '214527.502000', '214527.505000', '214527.507000', '214527.510000', '214527.513000', '214527.515000', '214527.518000', '214527.520000', '214527.523000', '214527.526000', '214527.528000', '214527.531000', '214527.534000', '214527.536000', '214527.539000', '214527.541000', '214527.544000', '214527.547000', '214527.549000', '214547.437000', '214547.440000', '214547.443000', '214547.446000', '214547.448000', '214547.451000', '214547.454000', '214547.457000', '214547.459000', '214547.462000', '214547.465000', '214547.467000', '214547.470000', '214547.473000', '214547.475000', '214547.479000', '214547.483000', '214547.486000', '214547.488000', '214547.491000', '214547.494000', '214547.497000', '214547.499000', '214547.502000', '214547.504000', '214547.507000', '214547.509000', '214547.512000', '214547.515000', '214547.517000', '214547.520000', '214547.523000', '214547.525000', '214547.528000', '214547.531000', '214547.534000', '214547.536000', '214547.539000', '214547.541000', '214547.545000', '214547.548000', '214547.550000', '214547.553000', '214607.438000', '214607.441000', '214607.443000', '214607.446000', '214607.449000', '214607.451000', '214607.454000', '214607.457000', '214607.459000', '214607.462000', '214607.464000', '214607.467000', '214607.470000', '214607.472000', '214607.475000', '214607.478000', '214607.480000', '214607.483000', '214607.486000', '214607.488000', '214607.492000', '214607.495000', '214607.498000', '214607.500000', '214607.503000', '214607.506000', '214607.508000', '214607.511000', '214607.514000', '214607.516000', '214607.519000', '214607.521000', '214607.524000', '214607.527000', '214607.530000', '214607.532000', '214607.535000', '214607.537000', '214607.540000', '214607.543000', '214607.545000', '214607.548000', '214607.550000', '214607.553000', '214627.439000', '214627.442000', '214627.445000', '214627.448000', '214627.451000', '214627.454000', '214627.456000', '214627.459000', '214627.461000', '214627.464000', '214627.467000', '214627.469000', '214627.472000', '214627.474000', '214627.477000', '214627.480000', '214627.482000', '214627.485000', '214627.488000', '214627.490000', '214627.493000', '214627.496000', '214627.499000', '214627.501000', '214627.504000', '214627.506000', '214627.509000', '214627.512000', '214627.514000', '214627.517000', '214627.520000', '214627.523000', '214627.525000', '214627.528000', '214627.531000', '214627.533000', '214627.536000', '214627.538000', '214627.541000', '214627.544000', '214627.546000', '214627.549000', '214627.552000', '214647.439000', '214647.442000', '214647.457000', '214647.460000', '214647.462000', '214647.465000', '214647.468000', '214647.471000', '214647.473000', '214647.476000', '214647.478000', '214647.481000', '214647.484000', '214647.486000', '214647.489000', '214647.491000', '214647.494000', '214647.497000', '214647.499000', '214647.502000', '214647.505000', '214647.507000', '214647.510000', '214647.512000', '214647.515000', '214647.518000', '214647.520000', '214647.523000', '214647.525000', '214647.528000', '214647.530000', '214647.533000', '214647.536000', '214647.538000', '214647.541000', '214647.544000', '214647.546000', '214647.549000', '214647.551000', '214647.554000', '214647.557000', '214647.560000', '214647.562000', '214647.565000', '214650.933000', '214650.936000', '214650.941000', '214650.945000', '214650.949000', '214650.952000', '214650.956000', '214650.959000'], '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': [9426, 7225, 6524, 9469, 6516, 6362, 6415, 6519, 6346, 6638, 6600, 6558, 7023, 6561, 6850, 6430, 7776, 6688, 6671, 6558, 7376, 6277, 7869, 6309, 7599, 6526, 7671, 6336, 7190, 6328, 6396, 6513, 6548, 6584, 6791, 8913, 6465, 6376, 6200, 9647, 6382, 8703, 6624, 6884, 6554, 6851, 6224, 6814, 6183, 7516, 6280, 7104, 6484, 6612, 6177, 8422, 6055, 8426, 6480, 8768, 6817, 8837, 6524, 8446, 6011, 8795, 6045, 8400, 6525, 8539, 6472, 8006, 6135, 6168, 6133, 5979, 6938, 6373, 7425, 6147, 7261, 6432, 7743, 6136, 6617, 6517, 6205, 6262, 6166, 6168, 6838, 6230, 8144, 6318, 8430, 6308, 6260, 6077, 6005, 6450, 6065, 7044, 6150, 6217, 6318, 6006, 5990, 6359, 6219, 7927, 6690, 7707, 6134, 6083, 6575, 5991, 7588, 6219, 7606, 8067, 6371, 8370, 6213, 6116, 6081, 6342, 6432, 6620, 9165, 6512, 6433, 6429, 6102, 7372, 6128, 7953, 6538, 6411, 9291, 6098, 7742, 6205, 8599, 6304, 9456, 6087, 6541, 6765, 6188, 6347, 6535, 6165, 7414, 6250, 6814, 7241, 6523, 8923, 6566, 8859, 6223, 8654, 6820, 7853, 6419, 7529, 6202, 7490, 6175, 7887, 6334, 7744, 6318, 7654, 6323, 6192, 6186, 6494, 6671, 6416, 8162, 6703, 7776, 6647, 8269, 6308, 6581, 9045, 6502, 7058, 6313, 6052, 6388, 5924, 6322, 6176, 6871, 6246, 6143, 6376, 7019, 6698, 6633, 9074, 6893, 6843, 6928, 6497, 8278, 6568, 7884, 7045, 7161, 6355, 6576, 6506, 6784, 6975, 6842, 6889, 8706, 6517, 6465, 6595, 6901, 7668, 6793, 8036, 6554, 9129, 6919, 9396, 7185, 10116, 6606, 8681, 6647, 6469, 6442, 6478, 6713, 7000, 7312, 6909, 9163, 6789, 6417, 6917, 6667, 7736, 6905, 8788, 7016, 8255, 6609, 6452, 6410, 8442, 6423, 9789, 7186, 8980, 6872, 7430, 6505, 6446, 6740, 6917, 6794, 6746, 8864, 6506, 7921, 6474, 7926, 6572, 9568, 6724, 8774, 6643, 6544, 6541, 6320, 6953, 6979, 8425, 6934, 8026, 6504, 6905, 6547, 8909, 6791, 6625, 6389, 7676, 6673, 9691, 6739, 8221, 6430, 6237, 6357, 6135, 6952, 6269, 6484, 8012, 6658, 7176, 6698, 6270, 8221, 6353, 7449, 9455, 6617, 8815, 6300, 8419, 6127, 8821, 6496, 8547, 6445, 7102, 6350, 6321, 6617, 6663, 7085, 6748, 7130, 6258, 6224, 6543, 8949, 6101, 6568, 7283, 6141, 7981, 6252, 6983, 6434, 6387, 6143, 6147, 6325, 7659, 6702, 8003, 6510, 6118, 6180, 6331, 6718, 8994, 6579, 8158, 6165, 7866, 6435, 7122, 6478, 6372, 6408, 7435, 6320, 6575, 6376, 6885, 6806, 6709, 6964, 6619, 6644, 9070, 6320, 8034, 6708, 6437, 6330, 6163, 6368, 7188, 6327, 6536, 6697, 6572, 6804, 6381, 6504, 6305, 7129, 9625, 6342, 8584, 6501, 6916, 6373, 6054, 6163, 6447, 6233, 7160, 6418, 6717, 6337, 6493, 6599, 6137, 6227, 6107, 6243, 6272, 6304, 6417, 6483, 6023, 6204, 6091, 7783, 6389, 8598, 6263, 7591, 6339, 7417, 6548, 7482, 6518, 8081, 6265, 7404, 6344, 7211, 6856, 6927, 6255, 6209, 6146, 6201, 7148, 6163, 7377, 6425, 6808, 6159, 6365, 6245, 6576, 6273, 6290, 6171, 7427, 6408, 6390, 6870, 6419, 6407, 6229, 7288, 6186, 7417, 6370, 7929, 6434, 7478, 6393, 8091, 6238, 8101, 6284, 8665, 6404, 7853, 6142, 7107, 6342, 6587, 6508, 6669, 5993, 6443, 6180, 6171, 6743, 6603, 7977, 6289, 6559, 6810, 8843, 6511, 7837, 6299, 6602, 6235, 6368, 6148, 6879, 6423, 7504, 6314, 6377, 6409, 6237, 6688, 6155, 7975, 6675, 7946, 6404, 7834, 6412, 8410, 6299, 8411, 6767, 8292, 6286, 7736, 6364, 7108, 6470, 6569, 6537, 6331, 6498, 6332, 6439, 6310, 6303, 6169, 8112, 6162, 6889, 6628, 7192, 6552, 6596, 6917, 6383, 7433, 6234, 8235, 6425, 8799, 6554, 7337, 6138, 6140, 6226, 7822, 6533, 9071, 6217, 6703, 6173, 6219, 6209, 6197, 7150, 6243, 7952, 6484, 6618, 6440, 6263, 6989, 6367, 8357, 6162, 7389, 6487, 6531, 6610, 6958, 6496, 7646, 6062, 6078, 6208, 6240, 6976, 6479, 8168, 6396, 7207, 6292, 6302, 6288, 6387, 7117, 6241, 7019, 6105, 7680, 6327, 8190, 6418, 8233, 6135, 6276, 5961, 6284, 6188, 6644, 6458, 6251, 6648, 6212, 7891, 6432, 8158, 6145, 8231, 6080, 7309, 6152, 6388, 6231, 6154, 6427, 6020, 7261, 6041, 7878, 6097, 6827, 6031, 7252, 6091, 7079, 6124, 7300, 6455, 7770, 6205, 6446, 6231, 6074, 6760, 6218, 7361, 6262, 8200, 6885, 6395, 6069, 6096, 8580, 7041, 6567, 7097, 6108, 8783, 6845, 7829, 6404, 6238, 7355, 6297, 8436, 6336, 6950, 6463, 6284, 6275, 6244, 7230, 6137, 8182, 6423, 8328, 6396, 8261, 6290, 8122, 6198, 8111, 6220, 6423, 6249, 6444, 6168, 6409, 7212, 6213, 6881, 6366, 6436, 7176, 8893, 6171, 8286, 6178, 7371, 6401, 6109, 6326, 6019, 6938, 6207, 7486, 6268, 8691, 6494, 6232, 6155, 6105, 7550, 6497, 8332, 6511, 7701, 6162, 6340, 6237, 6220, 7412, 6293, 7317, 6256, 8682, 6147, 8023, 6206, 6716, 6486, 6843, 6751, 6275, 8493, 6385, 6510, 6983, 6378, 6329, 6684, 7278, 7994, 6489, 6695, 7632, 6575, 6544, 6387, 6276, 7652, 6527, 8040, 6874, 8853, 6362, 7545, 6362, 6386, 6667, 6381, 7081, 6167, 8009, 6820, 7857, 6614, 6510, 6190, 6455, 7312, 6360, 8027, 6842, 8768, 6468, 6327, 6377, 6514, 7318, 6760, 8069, 6550, 8201, 6602, 7957, 6660, 7209, 6284, 6226, 6719, 6349, 7515, 6328, 8401, 6595, 7885, 6197, 6505, 6344, 6129, 6520, 6470, 6881, 6582, 6224, 6158, 6280, 6902, 7474, 6402, 6274, 6829, 6725, 6398, 7125, 6051, 9447, 6452, 7867, 7587, 6297, 6885, 6454, 7816, 6443, 6600, 7964, 6419, 7769, 6293, 6583, 7204, 9574, 6957, 8721, 6320, 6297, 6309, 6372, 6165, 6476, 6838, 6417, 6518, 6288, 8192, 6546, 7827, 6463, 6416, 6296, 6492, 7331, 6712, 8471, 6872, 8726, 6640, 6671, 6997, 7962, 6497, 6505, 6446, 6385, 6843, 6629, 7977, 6720, 7552, 6333], 'WindowCenter': [3907.0, 3861.0, 3839.0, 3878.0, 3835.0, 3833.0, 3835.0, 3834.0, 3836.0, 3847.0, 3848.0, 3846.0, 3858.0, 3848.0, 3860.0, 3863.0, 3870.0, 3848.0, 3848.0, 3848.0, 3856.0, 3849.0, 3868.0, 3850.0, 3870.0, 3849.0, 3858.0, 3848.0, 3857.0, 3848.0, 3848.0, 3849.0, 3850.0, 3861.0, 3862.0, 3891.0, 3851.0, 3851.0, 3851.0, 3878.0, 3838.0, 3869.0, 3849.0, 3848.0, 3836.0, 3847.0, 3840.0, 3848.0, 3839.0, 3857.0, 3836.0, 3847.0, 3849.0, 3848.0, 3850.0, 3880.0, 3850.0, 3879.0, 3849.0, 3869.0, 3848.0, 3878.0, 3837.0, 3867.0, 3837.0, 3867.0, 3838.0, 3867.0, 3837.0, 3866.0, 3836.0, 3857.0, 3837.0, 3837.0, 3837.0, 3838.0, 3859.0, 3838.0, 3848.0, 3837.0, 3846.0, 3836.0, 3856.0, 3825.0, 3835.0, 3835.0, 3825.0, 3836.0, 3824.0, 3826.0, 3835.0, 3837.0, 3868.0, 3837.0, 3868.0, 3849.0, 3849.0, 3838.0, 3839.0, 3850.0, 3850.0, 3860.0, 3840.0, 3840.0, 3838.0, 3839.0, 3838.0, 3849.0, 3839.0, 3870.0, 3860.0, 3870.0, 3840.0, 3851.0, 3861.0, 3852.0, 3872.0, 3851.0, 3871.0, 3869.0, 3837.0, 3868.0, 3839.0, 3838.0, 3839.0, 3849.0, 3849.0, 3861.0, 3891.0, 3852.0, 3850.0, 3851.0, 3851.0, 3872.0, 3851.0, 3871.0, 3849.0, 3849.0, 3880.0, 3839.0, 3859.0, 3839.0, 3869.0, 3838.0, 3878.0, 3838.0, 3838.0, 3849.0, 3838.0, 3849.0, 3851.0, 3852.0, 3872.0, 3853.0, 3865.0, 3875.0, 3863.0, 3883.0, 3863.0, 3880.0, 3840.0, 3870.0, 3850.0, 3869.0, 3839.0, 3859.0, 3839.0, 3859.0, 3840.0, 3869.0, 3850.0, 3859.0, 3850.0, 3871.0, 3851.0, 3851.0, 3851.0, 3864.0, 3864.0, 3866.0, 3883.0, 3863.0, 3873.0, 3864.0, 3886.0, 3865.0, 3863.0, 3897.0, 3866.0, 3892.0, 3882.0, 3869.0, 3864.0, 3853.0, 3853.0, 3856.0, 3864.0, 3850.0, 3838.0, 3851.0, 3859.0, 3861.0, 3863.0, 3905.0, 3877.0, 3877.0, 3874.0, 3864.0, 3882.0, 3864.0, 3883.0, 3875.0, 3863.0, 3864.0, 3875.0, 3863.0, 3876.0, 3887.0, 3878.0, 3890.0, 3907.0, 3878.0, 3878.0, 3876.0, 3876.0, 3887.0, 3875.0, 3885.0, 3865.0, 3895.0, 3864.0, 3892.0, 3862.0, 3892.0, 3851.0, 3881.0, 3850.0, 3849.0, 3850.0, 3851.0, 3851.0, 3862.0, 3862.0, 3863.0, 3894.0, 3863.0, 3862.0, 3862.0, 3861.0, 3873.0, 3874.0, 3884.0, 3863.0, 3882.0, 3862.0, 3850.0, 3851.0, 3870.0, 3850.0, 3890.0, 3860.0, 3880.0, 3850.0, 3859.0, 3850.0, 3850.0, 3861.0, 3861.0, 3850.0, 3851.0, 3881.0, 3851.0, 3870.0, 3850.0, 3869.0, 3851.0, 3881.0, 3850.0, 3882.0, 3850.0, 3851.0, 3850.0, 3851.0, 3860.0, 3863.0, 3884.0, 3862.0, 3873.0, 3852.0, 3861.0, 3852.0, 3882.0, 3851.0, 3849.0, 3839.0, 3858.0, 3849.0, 3880.0, 3849.0, 3870.0, 3850.0, 3840.0, 3852.0, 3852.0, 3873.0, 3851.0, 3863.0, 3884.0, 3864.0, 3863.0, 3863.0, 3852.0, 3883.0, 3839.0, 3860.0, 3878.0, 3837.0, 3866.0, 3836.0, 3856.0, 3825.0, 3866.0, 3836.0, 3866.0, 3836.0, 3848.0, 3837.0, 3838.0, 3849.0, 3850.0, 3860.0, 3850.0, 3860.0, 3851.0, 3839.0, 3851.0, 3880.0, 3838.0, 3848.0, 3857.0, 3838.0, 3857.0, 3838.0, 3848.0, 3837.0, 3836.0, 3837.0, 3837.0, 3849.0, 3870.0, 3851.0, 3871.0, 3851.0, 3841.0, 3852.0, 3851.0, 3861.0, 3879.0, 3849.0, 3858.0, 3839.0, 3870.0, 3849.0, 3849.0, 3838.0, 3839.0, 3850.0, 3862.0, 3851.0, 3862.0, 3852.0, 3874.0, 3864.0, 3863.0, 3875.0, 3862.0, 3863.0, 3882.0, 3850.0, 3870.0, 3848.0, 3837.0, 3849.0, 3839.0, 3851.0, 3861.0, 3852.0, 3864.0, 3864.0, 3863.0, 3863.0, 3852.0, 3852.0, 3850.0, 3861.0, 3879.0, 3837.0, 3857.0, 3826.0, 3836.0, 3837.0, 3826.0, 3837.0, 3837.0, 3838.0, 3848.0, 3838.0, 3849.0, 3849.0, 3839.0, 3849.0, 3839.0, 3839.0, 3839.0, 3849.0, 3850.0, 3849.0, 3850.0, 3851.0, 3840.0, 3839.0, 3851.0, 3872.0, 3852.0, 3881.0, 3851.0, 3861.0, 3851.0, 3860.0, 3850.0, 3861.0, 3852.0, 3871.0, 3851.0, 3871.0, 3852.0, 3873.0, 3863.0, 3862.0, 3852.0, 3852.0, 3852.0, 3851.0, 3862.0, 3853.0, 3873.0, 3851.0, 3862.0, 3851.0, 3852.0, 3851.0, 3861.0, 3851.0, 3850.0, 3851.0, 3872.0, 3852.0, 3851.0, 3863.0, 3854.0, 3853.0, 3853.0, 3873.0, 3852.0, 3861.0, 3852.0, 3872.0, 3851.0, 3861.0, 3850.0, 3871.0, 3840.0, 3872.0, 3851.0, 3880.0, 3851.0, 3871.0, 3840.0, 3860.0, 3850.0, 3850.0, 3852.0, 3862.0, 3853.0, 3862.0, 3854.0, 3855.0, 3864.0, 3876.0, 3886.0, 3865.0, 3865.0, 3876.0, 3894.0, 3863.0, 3872.0, 3851.0, 3851.0, 3852.0, 3851.0, 3853.0, 3864.0, 3865.0, 3873.0, 3864.0, 3865.0, 3864.0, 3855.0, 3865.0, 3865.0, 3885.0, 3876.0, 3886.0, 3865.0, 3875.0, 3863.0, 3883.0, 3853.0, 3884.0, 3863.0, 3882.0, 3852.0, 3872.0, 3852.0, 3863.0, 3864.0, 3864.0, 3864.0, 3864.0, 3864.0, 3864.0, 3864.0, 3854.0, 3864.0, 3854.0, 3884.0, 3854.0, 3875.0, 3875.0, 3875.0, 3865.0, 3865.0, 3876.0, 3866.0, 3885.0, 3855.0, 3885.0, 3865.0, 3883.0, 3864.0, 3873.0, 3853.0, 3852.0, 3853.0, 3872.0, 3853.0, 3883.0, 3841.0, 3862.0, 3852.0, 3852.0, 3852.0, 3852.0, 3862.0, 3863.0, 3884.0, 3853.0, 3863.0, 3863.0, 3863.0, 3874.0, 3864.0, 3883.0, 3853.0, 3873.0, 3853.0, 3852.0, 3863.0, 3863.0, 3853.0, 3872.0, 3852.0, 3852.0, 3852.0, 3852.0, 3861.0, 3852.0, 3883.0, 3853.0, 3874.0, 3864.0, 3864.0, 3864.0, 3865.0, 3875.0, 3864.0, 3863.0, 3853.0, 3872.0, 3852.0, 3883.0, 3852.0, 3883.0, 3852.0, 3852.0, 3852.0, 3853.0, 3852.0, 3863.0, 3852.0, 3853.0, 3863.0, 3854.0, 3885.0, 3864.0, 3883.0, 3853.0, 3884.0, 3853.0, 3875.0, 3854.0, 3864.0, 3854.0, 3854.0, 3864.0, 3854.0, 3874.0, 3854.0, 3884.0, 3852.0, 3862.0, 3852.0, 3872.0, 3852.0, 3862.0, 3852.0, 3873.0, 3853.0, 3874.0, 3853.0, 3853.0, 3853.0, 3852.0, 3864.0, 3853.0, 3874.0, 3865.0, 3886.0, 3878.0, 3864.0, 3854.0, 3854.0, 3896.0, 3877.0, 3865.0, 3876.0, 3855.0, 3896.0, 3866.0, 3887.0, 3853.0, 3853.0, 3873.0, 3853.0, 3882.0, 3853.0, 3863.0, 3853.0, 3853.0, 3852.0, 3853.0, 3874.0, 3853.0, 3883.0, 3852.0, 3872.0, 3853.0, 3883.0, 3852.0, 3872.0, 3853.0, 3884.0, 3852.0, 3851.0, 3852.0, 3863.0, 3854.0, 3865.0, 3874.0, 3854.0, 3874.0, 3864.0, 3863.0, 3876.0, 3883.0, 3853.0, 3883.0, 3852.0, 3871.0, 3852.0, 3854.0, 3853.0, 3853.0, 3873.0, 3854.0, 3874.0, 3865.0, 3896.0, 3865.0, 3855.0, 3855.0, 3854.0, 3885.0, 3866.0, 3886.0, 3865.0, 3874.0, 3854.0, 3864.0, 3853.0, 3853.0, 3873.0, 3853.0, 3873.0, 3852.0, 3883.0, 3853.0, 3883.0, 3853.0, 3863.0, 3853.0, 3863.0, 3865.0, 3864.0, 3896.0, 3864.0, 3877.0, 3876.0, 3866.0, 3866.0, 3878.0, 3887.0, 3886.0, 3865.0, 3875.0, 3887.0, 3877.0, 3866.0, 3866.0, 3865.0, 3885.0, 3864.0, 3885.0, 3864.0, 3895.0, 3864.0, 3874.0, 3864.0, 3864.0, 3864.0, 3864.0, 3873.0, 3855.0, 3886.0, 3876.0, 3885.0, 3865.0, 3865.0, 3854.0, 3865.0, 3874.0, 3865.0, 3884.0, 3864.0, 3883.0, 3853.0, 3852.0, 3853.0, 3853.0, 3874.0, 3863.0, 3873.0, 3853.0, 3883.0, 3862.0, 3870.0, 3851.0, 3861.0, 3851.0, 3840.0, 3850.0, 3851.0, 3860.0, 3852.0, 3871.0, 3851.0, 3871.0, 3840.0, 3851.0, 3851.0, 3840.0, 3851.0, 3850.0, 3862.0, 3851.0, 3840.0, 3841.0, 3852.0, 3876.0, 3873.0, 3863.0, 3864.0, 3864.0, 3877.0, 3866.0, 3876.0, 3854.0, 3907.0, 3866.0, 3897.0, 3899.0, 3865.0, 3874.0, 3863.0, 3886.0, 3878.0, 3877.0, 3886.0, 3863.0, 3874.0, 3853.0, 3862.0, 3874.0, 3893.0, 3862.0, 3881.0, 3851.0, 3851.0, 3852.0, 3852.0, 3852.0, 3852.0, 3863.0, 3853.0, 3853.0, 3865.0, 3895.0, 3866.0, 3886.0, 3865.0, 3865.0, 3865.0, 3865.0, 3875.0, 3865.0, 3884.0, 3864.0, 3884.0, 3863.0, 3862.0, 3862.0, 3871.0, 3851.0, 3850.0, 3850.0, 3851.0, 3850.0, 3862.0, 3872.0, 3862.0, 3872.0, 3852.0], 'WindowWidth': [8745.0, 8670.0, 8637.0, 8684.0, 8623.0, 8619.0, 8621.0, 8621.0, 8627.0, 8645.0, 8646.0, 8642.0, 8657.0, 8646.0, 8666.0, 8678.0, 8678.0, 8645.0, 8647.0, 8645.0, 8653.0, 8647.0, 8671.0, 8652.0, 8677.0, 8650.0, 8656.0, 8645.0, 8656.0, 8646.0, 8646.0, 8648.0, 8654.0, 8669.0, 8672.0, 8708.0, 8656.0, 8655.0, 8656.0, 8687.0, 8632.0, 8676.0, 8647.0, 8644.0, 8627.0, 8642.0, 8639.0, 8647.0, 8636.0, 8654.0, 8627.0, 8642.0, 8648.0, 8645.0, 8651.0, 8691.0, 8653.0, 8688.0, 8648.0, 8672.0, 8644.0, 8683.0, 8627.0, 8669.0, 8628.0, 8668.0, 8632.0, 8667.0, 8628.0, 8665.0, 8627.0, 8655.0, 8628.0, 8629.0, 8631.0, 8632.0, 8661.0, 8631.0, 8642.0, 8628.0, 8637.0, 8625.0, 8651.0, 8609.0, 8621.0, 8621.0, 8608.0, 8624.0, 8607.0, 8611.0, 8622.0, 8628.0, 8670.0, 8630.0, 8671.0, 8646.0, 8648.0, 8634.0, 8636.0, 8651.0, 8653.0, 8664.0, 8637.0, 8637.0, 8633.0, 8634.0, 8633.0, 8647.0, 8635.0, 8676.0, 8665.0, 8676.0, 8639.0, 8655.0, 8667.0, 8660.0, 8684.0, 8655.0, 8680.0, 8671.0, 8630.0, 8670.0, 8635.0, 8632.0, 8635.0, 8651.0, 8649.0, 8668.0, 8707.0, 8656.0, 8653.0, 8655.0, 8656.0, 8684.0, 8656.0, 8679.0, 8647.0, 8646.0, 8688.0, 8634.0, 8658.0, 8635.0, 8673.0, 8632.0, 8682.0, 8629.0, 8629.0, 8645.0, 8634.0, 8650.0, 8654.0, 8657.0, 8684.0, 8660.0, 8680.0, 8692.0, 8674.0, 8700.0, 8672.0, 8692.0, 8637.0, 8675.0, 8650.0, 8673.0, 8633.0, 8659.0, 8635.0, 8661.0, 8637.0, 8673.0, 8651.0, 8661.0, 8651.0, 8680.0, 8653.0, 8654.0, 8656.0, 8679.0, 8678.0, 8683.0, 8701.0, 8674.0, 8687.0, 8678.0, 8709.0, 8682.0, 8675.0, 8725.0, 8685.0, 8730.0, 8718.0, 8692.0, 8678.0, 8661.0, 8660.0, 8670.0, 8676.0, 8650.0, 8629.0, 8653.0, 8660.0, 8670.0, 8676.0, 8734.0, 8700.0, 8699.0, 8691.0, 8677.0, 8698.0, 8680.0, 8703.0, 8691.0, 8673.0, 8677.0, 8694.0, 8676.0, 8697.0, 8715.0, 8705.0, 8723.0, 8741.0, 8706.0, 8703.0, 8698.0, 8699.0, 8712.0, 8696.0, 8706.0, 8681.0, 8717.0, 8676.0, 8709.0, 8671.0, 8710.0, 8652.0, 8691.0, 8651.0, 8650.0, 8652.0, 8654.0, 8653.0, 8671.0, 8668.0, 8672.0, 8715.0, 8674.0, 8672.0, 8671.0, 8668.0, 8687.0, 8691.0, 8703.0, 8673.0, 8697.0, 8670.0, 8651.0, 8654.0, 8675.0, 8650.0, 8702.0, 8662.0, 8690.0, 8649.0, 8662.0, 8651.0, 8650.0, 8667.0, 8669.0, 8651.0, 8653.0, 8693.0, 8653.0, 8677.0, 8651.0, 8674.0, 8652.0, 8692.0, 8650.0, 8693.0, 8651.0, 8652.0, 8650.0, 8654.0, 8666.0, 8673.0, 8702.0, 8672.0, 8685.0, 8658.0, 8668.0, 8657.0, 8696.0, 8652.0, 8648.0, 8633.0, 8657.0, 8646.0, 8687.0, 8645.0, 8674.0, 8649.0, 8638.0, 8657.0, 8659.0, 8687.0, 8657.0, 8674.0, 8704.0, 8678.0, 8674.0, 8673.0, 8657.0, 8697.0, 8634.0, 8661.0, 8683.0, 8624.0, 8661.0, 8622.0, 8650.0, 8609.0, 8663.0, 8625.0, 8664.0, 8625.0, 8642.0, 8628.0, 8630.0, 8647.0, 8649.0, 8662.0, 8652.0, 8665.0, 8653.0, 8637.0, 8655.0, 8687.0, 8629.0, 8644.0, 8654.0, 8631.0, 8653.0, 8630.0, 8642.0, 8627.0, 8624.0, 8629.0, 8630.0, 8649.0, 8676.0, 8653.0, 8681.0, 8654.0, 8641.0, 8656.0, 8654.0, 8668.0, 8688.0, 8648.0, 8658.0, 8633.0, 8674.0, 8646.0, 8646.0, 8632.0, 8632.0, 8651.0, 8669.0, 8656.0, 8670.0, 8659.0, 8690.0, 8678.0, 8675.0, 8692.0, 8671.0, 8674.0, 8696.0, 8650.0, 8675.0, 8643.0, 8628.0, 8647.0, 8633.0, 8654.0, 8667.0, 8657.0, 8675.0, 8676.0, 8673.0, 8674.0, 8657.0, 8656.0, 8651.0, 8666.0, 8684.0, 8627.0, 8652.0, 8609.0, 8622.0, 8626.0, 8612.0, 8630.0, 8628.0, 8632.0, 8644.0, 8631.0, 8645.0, 8647.0, 8634.0, 8648.0, 8635.0, 8637.0, 8635.0, 8649.0, 8649.0, 8649.0, 8650.0, 8652.0, 8638.0, 8637.0, 8655.0, 8681.0, 8657.0, 8693.0, 8655.0, 8665.0, 8653.0, 8664.0, 8653.0, 8666.0, 8656.0, 8681.0, 8655.0, 8682.0, 8657.0, 8685.0, 8672.0, 8671.0, 8658.0, 8658.0, 8658.0, 8658.0, 8672.0, 8660.0, 8686.0, 8656.0, 8670.0, 8656.0, 8656.0, 8655.0, 8669.0, 8654.0, 8651.0, 8655.0, 8683.0, 8657.0, 8656.0, 8674.0, 8664.0, 8660.0, 8660.0, 8686.0, 8659.0, 8669.0, 8657.0, 8683.0, 8653.0, 8665.0, 8651.0, 8680.0, 8639.0, 8681.0, 8654.0, 8692.0, 8654.0, 8679.0, 8639.0, 8664.0, 8652.0, 8652.0, 8657.0, 8671.0, 8661.0, 8675.0, 8665.0, 8669.0, 8678.0, 8697.0, 8710.0, 8681.0, 8681.0, 8696.0, 8716.0, 8674.0, 8684.0, 8653.0, 8653.0, 8657.0, 8656.0, 8662.0, 8679.0, 8681.0, 8687.0, 8678.0, 8679.0, 8679.0, 8668.0, 8682.0, 8683.0, 8707.0, 8698.0, 8708.0, 8679.0, 8691.0, 8676.0, 8701.0, 8661.0, 8704.0, 8676.0, 8697.0, 8659.0, 8685.0, 8660.0, 8675.0, 8678.0, 8677.0, 8677.0, 8676.0, 8679.0, 8678.0, 8679.0, 8665.0, 8679.0, 8666.0, 8706.0, 8666.0, 8693.0, 8695.0, 8695.0, 8681.0, 8681.0, 8696.0, 8684.0, 8709.0, 8669.0, 8708.0, 8681.0, 8701.0, 8676.0, 8687.0, 8660.0, 8660.0, 8664.0, 8686.0, 8660.0, 8699.0, 8643.0, 8670.0, 8658.0, 8660.0, 8658.0, 8659.0, 8671.0, 8675.0, 8704.0, 8660.0, 8674.0, 8675.0, 8676.0, 8690.0, 8677.0, 8700.0, 8661.0, 8688.0, 8660.0, 8658.0, 8673.0, 8672.0, 8659.0, 8683.0, 8657.0, 8657.0, 8657.0, 8659.0, 8669.0, 8660.0, 8701.0, 8662.0, 8691.0, 8677.0, 8680.0, 8679.0, 8680.0, 8692.0, 8678.0, 8673.0, 8661.0, 8684.0, 8659.0, 8699.0, 8659.0, 8698.0, 8656.0, 8658.0, 8656.0, 8659.0, 8657.0, 8674.0, 8659.0, 8661.0, 8674.0, 8664.0, 8706.0, 8678.0, 8700.0, 8662.0, 8701.0, 8661.0, 8692.0, 8665.0, 8678.0, 8666.0, 8666.0, 8679.0, 8666.0, 8690.0, 8665.0, 8703.0, 8658.0, 8671.0, 8658.0, 8684.0, 8657.0, 8670.0, 8659.0, 8685.0, 8660.0, 8689.0, 8660.0, 8662.0, 8662.0, 8661.0, 8677.0, 8664.0, 8691.0, 8681.0, 8708.0, 8702.0, 8680.0, 8666.0, 8666.0, 8724.0, 8700.0, 8681.0, 8694.0, 8667.0, 8721.0, 8683.0, 8712.0, 8662.0, 8660.0, 8686.0, 8661.0, 8698.0, 8660.0, 8673.0, 8661.0, 8660.0, 8658.0, 8660.0, 8688.0, 8661.0, 8698.0, 8659.0, 8682.0, 8659.0, 8698.0, 8657.0, 8682.0, 8659.0, 8702.0, 8657.0, 8657.0, 8658.0, 8675.0, 8664.0, 8680.0, 8691.0, 8666.0, 8691.0, 8679.0, 8676.0, 8696.0, 8699.0, 8658.0, 8699.0, 8657.0, 8682.0, 8658.0, 8663.0, 8662.0, 8662.0, 8688.0, 8665.0, 8691.0, 8681.0, 8721.0, 8681.0, 8668.0, 8668.0, 8666.0, 8705.0, 8683.0, 8708.0, 8678.0, 8690.0, 8663.0, 8679.0, 8661.0, 8660.0, 8687.0, 8660.0, 8685.0, 8659.0, 8699.0, 8659.0, 8699.0, 8659.0, 8673.0, 8661.0, 8673.0, 8679.0, 8677.0, 8722.0, 8680.0, 8702.0, 8699.0, 8684.0, 8683.0, 8704.0, 8710.0, 8711.0, 8683.0, 8697.0, 8714.0, 8699.0, 8684.0, 8684.0, 8682.0, 8705.0, 8678.0, 8704.0, 8678.0, 8718.0, 8677.0, 8691.0, 8676.0, 8676.0, 8677.0, 8678.0, 8689.0, 8666.0, 8708.0, 8697.0, 8706.0, 8679.0, 8679.0, 8665.0, 8679.0, 8690.0, 8680.0, 8704.0, 8678.0, 8700.0, 8660.0, 8658.0, 8660.0, 8660.0, 8688.0, 8674.0, 8686.0, 8659.0, 8699.0, 8670.0, 8679.0, 8655.0, 8667.0, 8653.0, 8638.0, 8651.0, 8653.0, 8665.0, 8656.0, 8681.0, 8654.0, 8680.0, 8639.0, 8655.0, 8653.0, 8639.0, 8654.0, 8652.0, 8668.0, 8653.0, 8639.0, 8641.0, 8656.0, 8694.0, 8687.0, 8676.0, 8677.0, 8679.0, 8699.0, 8685.0, 8696.0, 8666.0, 8739.0, 8682.0, 8725.0, 8731.0, 8682.0, 8690.0, 8676.0, 8710.0, 8705.0, 8701.0, 8708.0, 8676.0, 8690.0, 8661.0, 8671.0, 8689.0, 8711.0, 8669.0, 8692.0, 8655.0, 8656.0, 8657.0, 8658.0, 8659.0, 8658.0, 8673.0, 8660.0, 8662.0, 8681.0, 8720.0, 8683.0, 8710.0, 8682.0, 8681.0, 8681.0, 8681.0, 8693.0, 8682.0, 8704.0, 8677.0, 8700.0, 8673.0, 8670.0, 8668.0, 8681.0, 8653.0, 8650.0, 8651.0, 8653.0, 8652.0, 8669.0, 8681.0, 8670.0, 8683.0, 8656.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.0009315958668197476</td></tr>
<tr><td colspan=3>aqi</td><td>0.01701851435132032</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.13911633116092</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1731417843678167</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.010509718517241</td></tr>
<tr><td colspan=3>efc</td><td>0.4422</td></tr>
<tr><td colspan=3>fber</td><td>7781.0815</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0786757527413661</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7554535017221586</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7097818049339195</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.62443602833766</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9119168396654014</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5929925467986963</td></tr>
<tr><td colspan=3>gcor</td><td>0.0125346</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0061420295387506485</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025536436587572098</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.6475375966068997</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>29.0271</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.6129</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>128.4734</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307041.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>589.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>264.0616</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9626</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.411</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3103.5169</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4111.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.4707</td></tr>
<tr><td colspan=3>tsnr</td><td>43.377506494522095</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>