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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-06_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-06_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-0130/ses-01/func/sub-0130_ses-01_task-social_acq-mb8_run-06_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>9a1ce1124b49a341fb982bfd5008e858</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:57:3.922500</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.995098, -0.0442965, 0.0884185, 0.0544151, 0.991813, -0.115525]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.08258</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7737, -7303, 310, -195, 24, -109, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e4643407-c63f-4dcc-8e21-d0c9285c6ae5||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.6697752475738525, 0.1459917575120926, 0.2229585498571396, 97.43636322021484], [0.11884413659572601, 2.660961627960205, -0.32337987422943115, -102.14352416992188], [0.23722034692764282, 0.3099460005760193, 2.6712758541107178, -124.54203796386719], [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': ['215703.922500', '215704.382500', '215704.842500', '215705.302500', '215705.762500', '215706.222500', '215706.682500', '215707.142500', '215707.602500', '215708.062500', '215708.522500', '215708.982500', '215709.442500', '215709.902500', '215710.362500', '215710.822500', '215711.282500', '215711.742500', '215712.202500', '215712.662500', '215713.122500', '215713.582500', '215714.042500', '215714.502500', '215714.962500', '215715.422500', '215715.882500', '215716.342500', '215716.802500', '215717.262500', '215717.722500', '215718.182500', '215718.642500', '215719.102500', '215719.562500', '215720.022500', '215720.482500', '215720.942500', '215721.402500', '215721.862500', '215722.322500', '215722.782500', '215723.242500', '215723.702500', '215724.162500', '215724.622500', '215725.082500', '215725.542500', '215726.002500', '215726.462500', '215726.922500', '215727.382500', '215727.842500', '215728.302500', '215728.762500', '215729.222500', '215729.682500', '215730.142500', '215730.602500', '215731.062500', '215731.522500', '215731.982500', '215732.442500', '215732.902500', '215733.362500', '215733.822500', '215734.282500', '215734.742500', '215735.202500', '215735.662500', '215736.122500', '215736.582500', '215737.042500', '215737.502500', '215737.962500', '215738.422500', '215738.882500', '215739.342500', '215739.802500', '215740.262500', '215740.722500', '215741.182500', '215741.642500', '215742.102500', '215742.562500', '215743.022500', '215743.482500', '215743.942500', '215744.402500', '215744.862500', '215745.322500', '215745.782500', '215746.242500', '215746.702500', '215747.162500', '215747.622500', '215748.082500', '215748.542500', '215749.002500', '215749.462500', '215749.922500', '215750.382500', '215750.842500', '215751.302500', '215751.762500', '215752.222500', '215752.682500', '215753.142500', '215753.602500', '215754.062500', '215754.522500', '215754.982500', '215755.442500', '215755.902500', '215756.362500', '215756.822500', '215757.282500', '215757.742500', '215758.202500', '215758.662500', '215759.122500', '215759.582500', '215800.042500', '215800.502500', '215800.962500', '215801.422500', '215801.882500', '215802.342500', '215802.802500', '215803.262500', '215803.722500', '215804.182500', '215804.642500', '215805.102500', '215805.562500', '215806.022500', '215806.482500', '215806.942500', '215807.402500', '215807.862500', '215808.322500', '215808.782500', '215809.242500', '215809.702500', '215810.162500', '215810.622500', '215811.082500', '215811.542500', '215812.002500', '215812.462500', '215812.922500', '215813.382500', '215813.842500', '215814.302500', '215814.762500', '215815.222500', '215815.682500', '215816.142500', '215816.602500', '215817.062500', '215817.522500', '215817.982500', '215818.442500', '215818.902500', '215819.362500', '215819.822500', '215820.282500', '215820.742500', '215821.202500', '215821.662500', '215822.122500', '215822.582500', '215823.042500', '215823.502500', '215823.962500', '215824.422500', '215824.882500', '215825.342500', '215825.802500', '215826.262500', '215826.722500', '215827.182500', '215827.642500', '215828.102500', '215828.562500', '215829.022500', '215829.482500', '215829.942500', '215830.402500', '215830.862500', '215831.322500', '215831.782500', '215832.242500', '215832.702500', '215833.162500', '215833.622500', '215834.082500', '215834.542500', '215835.002500', '215835.462500', '215835.922500', '215836.382500', '215836.842500', '215837.302500', '215837.762500', '215838.222500', '215838.682500', '215839.142500', '215839.602500', '215840.062500', '215840.522500', '215840.982500', '215841.442500', '215841.902500', '215842.362500', '215842.822500', '215843.282500', '215843.742500', '215844.202500', '215844.662500', '215845.122500', '215845.582500', '215846.042500', '215846.502500', '215846.962500', '215847.422500', '215847.882500', '215848.342500', '215848.802500', '215849.262500', '215849.722500', '215850.182500', '215850.642500', '215851.102500', '215851.562500', '215852.022500', '215852.482500', '215852.942500', '215853.402500', '215853.862500', '215854.322500', '215854.782500', '215855.242500', '215855.702500', '215856.162500', '215856.622500', '215857.082500', '215857.542500', '215858.002500', '215858.462500', '215858.922500', '215859.382500', '215859.842500', '215900.302500', '215900.762500', '215901.222500', '215901.682500', '215902.142500', '215902.602500', '215903.062500', '215903.522500', '215903.982500', '215904.442500', '215904.902500', '215905.362500', '215905.822500', '215906.282500', '215906.742500', '215907.202500', '215907.662500', '215908.122500', '215908.582500', '215909.042500', '215909.502500', '215909.962500', '215910.422500', '215910.882500', '215911.342500', '215911.802500', '215912.262500', '215912.722500', '215913.182500', '215913.642500', '215914.102500', '215914.562500', '215915.022500', '215915.482500', '215915.942500', '215916.402500', '215916.862500', '215917.322500', '215917.782500', '215918.242500', '215918.702500', '215919.162500', '215919.622500', '215920.082500', '215920.542500', '215921.002500', '215921.462500', '215921.922500', '215922.382500', '215922.842500', '215923.302500', '215923.762500', '215924.222500', '215924.682500', '215925.142500', '215925.602500', '215926.062500', '215926.522500', '215926.982500', '215927.442500', '215927.902500', '215928.362500', '215928.822500', '215929.282500', '215929.742500', '215930.202500', '215930.662500', '215931.122500', '215931.582500', '215932.042500', '215932.502500', '215932.962500', '215933.422500', '215933.882500', '215934.342500', '215934.802500', '215935.262500', '215935.722500', '215936.182500', '215936.642500', '215937.102500', '215937.562500', '215938.022500', '215938.482500', '215938.942500', '215939.402500', '215939.862500', '215940.322500', '215940.782500', '215941.242500', '215941.702500', '215942.162500', '215942.622500', '215943.082500', '215943.542500', '215944.002500', '215944.462500', '215944.922500', '215945.382500', '215945.842500', '215946.302500', '215946.762500', '215947.222500', '215947.682500', '215948.142500', '215948.602500', '215949.062500', '215949.522500', '215949.982500', '215950.442500', '215950.902500', '215951.362500', '215951.822500', '215952.282500', '215952.742500', '215953.202500', '215953.662500', '215954.122500', '215954.582500', '215955.042500', '215955.502500', '215955.962500', '215956.422500', '215956.882500', '215957.342500', '215957.802500', '215958.262500', '215958.722500', '215959.182500', '215959.642500', '220000.102500', '220000.562500', '220001.022500', '220001.482500', '220001.942500', '220002.402500', '220002.862500', '220003.322500', '220003.782500', '220004.242500', '220004.702500', '220005.162500', '220005.622500', '220006.082500', '220006.542500', '220007.002500', '220007.462500', '220007.922500', '220008.382500', '220008.842500', '220009.302500', '220009.762500', '220010.222500', '220010.682500', '220011.142500', '220011.602500', '220012.062500', '220012.522500', '220012.982500', '220013.442500', '220013.902500', '220014.362500', '220014.822500', '220015.282500', '220015.742500', '220016.202500', '220016.662500', '220017.122500', '220017.582500', '220018.042500', '220018.502500', '220018.962500', '220019.422500', '220019.882500', '220020.342500', '220020.802500', '220021.262500', '220021.722500', '220022.182500', '220022.642500', '220023.102500', '220023.562500', '220024.022500', '220024.482500', '220024.942500', '220025.402500', '220025.862500', '220026.322500', '220026.782500', '220027.242500', '220027.702500', '220028.162500', '220028.622500', '220029.082500', '220029.542500', '220030.002500', '220030.462500', '220030.922500', '220031.382500', '220031.842500', '220032.302500', '220032.762500', '220033.222500', '220033.682500', '220034.142500', '220034.602500', '220035.062500', '220035.522500', '220035.982500', '220036.442500', '220036.902500', '220037.362500', '220037.822500', '220038.282500', '220038.742500', '220039.202500', '220039.662500', '220040.122500', '220040.582500', '220041.042500', '220041.502500', '220041.962500', '220042.422500', '220042.882500', '220043.342500', '220043.802500', '220044.262500', '220044.722500', '220045.182500', '220045.642500', '220046.102500', '220046.562500', '220047.022500', '220047.482500', '220047.942500', '220048.402500', '220048.862500', '220049.322500', '220049.782500', '220050.242500', '220050.702500', '220051.162500', '220051.622500', '220052.082500', '220052.542500', '220053.002500', '220053.462500', '220053.922500', '220054.382500', '220054.842500', '220055.302500', '220055.762500', '220056.222500', '220056.682500', '220057.142500', '220057.602500', '220058.062500', '220058.522500', '220058.982500', '220059.442500', '220059.902500', '220100.362500', '220100.822500', '220101.282500', '220101.742500', '220102.202500', '220102.662500', '220103.122500', '220103.582500', '220104.042500', '220104.502500', '220104.962500', '220105.422500', '220105.882500', '220106.342500', '220106.802500', '220107.262500', '220107.722500', '220108.182500', '220108.642500', '220109.102500', '220109.562500', '220110.022500', '220110.482500', '220110.942500', '220111.402500', '220111.862500', '220112.322500', '220112.782500', '220113.242500', '220113.702500', '220114.162500', '220114.622500', '220115.082500', '220115.542500', '220116.002500', '220116.462500', '220116.922500', '220117.382500', '220117.842500', '220118.302500', '220118.762500', '220119.222500', '220119.682500', '220120.142500', '220120.602500', '220121.062500', '220121.522500', '220121.982500', '220122.442500', '220122.902500', '220123.362500', '220123.822500', '220124.282500', '220124.742500', '220125.202500', '220125.662500', '220126.122500', '220126.582500', '220127.042500', '220127.502500', '220127.962500', '220128.422500', '220128.882500', '220129.342500', '220129.802500', '220130.262500', '220130.722500', '220131.182500', '220131.642500', '220132.102500', '220132.562500', '220133.022500', '220133.482500', '220133.942500', '220134.402500', '220134.862500', '220135.322500', '220135.782500', '220136.242500', '220136.702500', '220137.162500', '220137.622500', '220138.082500', '220138.542500', '220139.002500', '220139.462500', '220139.922500', '220140.382500', '220140.842500', '220141.302500', '220141.762500', '220142.222500', '220142.682500', '220143.142500', '220143.602500', '220144.062500', '220144.522500', '220144.982500', '220145.442500', '220145.902500', '220146.362500', '220146.822500', '220147.282500', '220147.742500', '220148.202500', '220148.662500', '220149.122500', '220149.582500', '220150.042500', '220150.502500', '220150.962500', '220151.422500', '220151.882500', '220152.342500', '220152.802500', '220153.262500', '220153.722500', '220154.182500', '220154.642500', '220155.102500', '220155.562500', '220156.022500', '220156.482500', '220156.942500', '220157.402500', '220157.862500', '220158.322500', '220158.782500', '220159.242500', '220159.702500', '220200.162500', '220200.622500', '220201.082500', '220201.542500', '220202.002500', '220202.462500', '220202.922500', '220203.382500', '220203.842500', '220204.302500', '220204.762500', '220205.222500', '220205.682500', '220206.142500', '220206.602500', '220207.062500', '220207.522500', '220207.982500', '220208.442500', '220208.902500', '220209.362500', '220209.822500', '220210.282500', '220210.742500', '220211.202500', '220211.662500', '220212.122500', '220212.582500', '220213.042500', '220213.502500', '220213.962500', '220214.422500', '220214.882500', '220215.342500', '220215.802500', '220216.262500', '220216.722500', '220217.182500', '220217.642500', '220218.102500', '220218.562500', '220219.022500', '220219.482500', '220219.942500', '220220.402500', '220220.862500', '220221.322500', '220221.782500', '220222.242500', '220222.702500', '220223.162500', '220223.622500', '220224.082500', '220224.542500', '220225.002500', '220225.462500', '220225.922500', '220226.382500', '220226.842500', '220227.302500', '220227.762500', '220228.222500', '220228.682500', '220229.142500', '220229.602500', '220230.062500', '220230.522500', '220230.982500', '220231.442500', '220231.902500', '220232.362500', '220232.822500', '220233.282500', '220233.742500', '220234.202500', '220234.662500', '220235.122500', '220235.582500', '220236.042500', '220236.502500', '220236.962500', '220237.422500', '220237.882500', '220238.342500', '220238.802500', '220239.262500', '220239.722500', '220240.182500', '220240.642500', '220241.102500', '220241.562500', '220242.022500', '220242.482500', '220242.942500', '220243.402500', '220243.862500', '220244.322500', '220244.782500', '220245.242500', '220245.702500', '220246.162500', '220246.622500', '220247.082500', '220247.542500', '220248.002500', '220248.462500', '220248.922500', '220249.382500', '220249.842500', '220250.302500', '220250.762500', '220251.222500', '220251.682500', '220252.142500', '220252.602500', '220253.062500', '220253.522500', '220253.982500', '220254.442500', '220254.902500', '220255.362500', '220255.822500', '220256.282500', '220256.742500', '220257.202500', '220257.662500', '220258.122500', '220258.582500', '220259.042500', '220259.502500', '220259.962500', '220300.422500', '220300.882500', '220301.342500', '220301.802500', '220302.262500', '220302.722500', '220303.182500', '220303.642500', '220304.102500', '220304.562500', '220305.022500', '220305.482500', '220305.942500', '220306.402500', '220306.862500', '220307.322500', '220307.782500', '220308.242500', '220308.702500', '220309.162500', '220309.622500', '220310.082500', '220310.542500', '220311.002500', '220311.462500', '220311.922500', '220312.382500', '220312.842500', '220313.302500', '220313.762500', '220314.222500', '220314.682500', '220315.142500', '220315.602500', '220316.062500', '220316.522500', '220316.982500', '220317.442500', '220317.902500', '220318.362500', '220318.822500', '220319.282500', '220319.742500', '220320.202500', '220320.662500', '220321.122500', '220321.582500', '220322.042500', '220322.502500', '220322.962500', '220323.422500', '220323.882500', '220324.342500', '220324.802500', '220325.262500', '220325.722500', '220326.182500', '220326.642500', '220327.102500', '220327.562500', '220328.022500', '220328.482500', '220328.942500', '220329.402500', '220329.862500', '220330.322500', '220330.782500', '220331.242500', '220331.702500', '220332.162500', '220332.622500', '220333.082500', '220333.542500', '220334.002500', '220334.462500', '220334.922500', '220335.382500', '220335.842500', '220336.302500', '220336.762500', '220337.222500', '220337.682500', '220338.142500', '220338.602500', '220339.062500', '220339.522500', '220339.982500', '220340.442500', '220340.902500', '220341.362500', '220341.822500', '220342.282500', '220342.742500', '220343.202500', '220343.662500', '220344.122500', '220344.582500'], 'ContentTime': ['215722.670000', '215722.673000', '215722.676000', '215722.679000', '215722.682000', '215722.684000', '215722.687000', '215722.689000', '215722.692000', '215722.694000', '215722.724000', '215722.727000', '215722.729000', '215722.732000', '215722.735000', '215722.737000', '215722.740000', '215722.742000', '215722.745000', '215722.747000', '215722.750000', '215722.753000', '215722.755000', '215722.758000', '215722.760000', '215722.763000', '215722.765000', '215722.768000', '215722.770000', '215722.777000', '215722.780000', '215722.782000', '215722.785000', '215722.787000', '215722.790000', '215722.793000', '215722.796000', '215742.624000', '215742.627000', '215742.629000', '215742.632000', '215742.634000', '215742.637000', '215742.639000', '215742.642000', '215742.645000', '215742.647000', '215742.650000', '215742.652000', '215742.655000', '215742.657000', '215742.660000', '215742.663000', '215742.665000', '215742.668000', '215742.670000', '215742.673000', '215742.676000', '215742.678000', '215742.681000', '215742.683000', '215742.686000', '215742.688000', '215742.691000', '215742.693000', '215742.696000', '215742.698000', '215742.701000', '215742.704000', '215742.706000', '215742.709000', '215742.711000', '215742.714000', '215742.716000', '215742.719000', '215742.722000', '215742.724000', '215742.727000', '215742.729000', '215742.732000', '215742.734000', '215802.624000', '215802.627000', '215802.630000', '215802.633000', '215802.635000', '215802.638000', '215802.640000', '215802.646000', '215802.649000', '215802.652000', '215802.654000', '215802.657000', '215802.659000', '215802.662000', '215802.664000', '215802.667000', '215802.669000', '215802.672000', '215802.675000', '215802.677000', '215802.680000', '215802.683000', '215802.685000', '215802.688000', '215802.690000', '215802.693000', '215802.695000', '215802.698000', '215802.701000', '215802.703000', '215802.706000', '215802.708000', '215802.711000', '215802.714000', '215802.716000', '215802.719000', '215802.721000', '215802.724000', '215802.726000', '215802.729000', '215802.732000', '215802.734000', '215802.737000', '215822.623000', '215822.626000', '215822.629000', '215822.631000', '215822.634000', '215822.637000', '215822.639000', '215822.642000', '215822.644000', '215822.647000', '215822.649000', '215822.652000', '215822.655000', '215822.657000', '215822.660000', '215822.663000', '215822.666000', '215822.668000', '215822.671000', '215822.674000', '215822.676000', '215822.679000', '215822.681000', '215822.684000', '215822.686000', '215822.689000', '215822.692000', '215822.694000', '215822.697000', '215822.699000', '215822.702000', '215822.705000', '215822.707000', '215822.710000', '215822.713000', '215822.715000', '215822.718000', '215822.720000', '215822.723000', '215822.752000', '215822.755000', '215822.757000', '215822.760000', '215822.763000', '215842.624000', '215842.627000', '215842.629000', '215842.632000', '215842.634000', '215842.637000', '215842.640000', '215842.642000', '215842.645000', '215842.647000', '215842.650000', '215842.653000', '215842.655000', '215842.658000', '215842.660000', '215842.663000', '215842.666000', '215842.668000', '215842.671000', '215842.673000', '215842.676000', '215842.679000', '215842.681000', '215842.684000', '215842.686000', '215842.689000', '215842.692000', '215842.694000', '215842.697000', '215842.699000', '215842.702000', '215842.704000', '215842.707000', '215842.710000', '215842.712000', '215842.715000', '215842.718000', '215842.720000', '215842.723000', '215842.725000', '215842.728000', '215842.730000', '215842.733000', '215902.635000', '215902.638000', '215902.640000', '215902.643000', '215902.646000', '215902.648000', '215902.651000', '215902.653000', '215902.656000', '215902.658000', '215902.661000', '215902.664000', '215902.666000', '215902.669000', '215902.671000', '215902.674000', '215902.676000', '215902.679000', '215902.682000', '215902.684000', '215902.687000', '215902.689000', '215902.692000', '215902.695000', '215902.697000', '215902.700000', '215902.702000', '215902.705000', '215902.708000', '215902.710000', '215902.713000', '215902.716000', '215902.718000', '215902.721000', '215902.723000', '215902.726000', '215902.728000', '215902.731000', '215902.734000', '215902.736000', '215902.739000', '215902.742000', '215902.745000', '215922.624000', '215922.627000', '215922.629000', '215922.632000', '215922.634000', '215922.637000', '215922.639000', '215922.642000', '215922.645000', '215922.647000', '215922.650000', '215922.652000', '215922.655000', '215922.657000', '215922.660000', '215922.663000', '215922.665000', '215922.668000', '215922.671000', '215922.673000', '215922.676000', '215922.678000', '215922.681000', '215922.690000', '215922.692000', '215922.695000', '215922.697000', '215922.700000', '215922.703000', '215922.705000', '215922.708000', '215922.710000', '215922.713000', '215922.716000', '215922.718000', '215922.721000', '215922.723000', '215922.726000', '215922.729000', '215922.731000', '215922.734000', '215922.736000', '215922.739000', '215922.742000', '215942.624000', '215942.626000', '215942.629000', '215942.632000', '215942.634000', '215942.637000', '215942.639000', '215942.642000', '215942.644000', '215942.647000', '215942.650000', '215942.653000', '215942.656000', '215942.659000', '215942.662000', '215942.665000', '215942.668000', '215942.671000', '215942.673000', '215942.676000', '215942.678000', '215942.681000', '215942.683000', '215942.686000', '215942.689000', '215942.691000', '215942.694000', '215942.696000', '215942.699000', '215942.702000', '215942.704000', '215942.707000', '215942.709000', '215942.712000', '215942.715000', '215942.717000', '215942.720000', '215942.722000', '215942.725000', '215942.727000', '215942.730000', '215942.733000', '215942.735000', '220002.623000', '220002.626000', '220002.629000', '220002.631000', '220002.634000', '220002.637000', '220002.639000', '220002.642000', '220002.644000', '220002.647000', '220002.650000', '220002.652000', '220002.655000', '220002.657000', '220002.660000', '220002.663000', '220002.665000', '220002.668000', '220002.670000', '220002.673000', '220002.675000', '220002.678000', '220002.681000', '220002.683000', '220002.686000', '220002.688000', '220002.691000', '220002.694000', '220002.696000', '220002.699000', '220002.701000', '220002.704000', '220002.707000', '220002.709000', '220002.712000', '220002.714000', '220002.717000', '220002.719000', '220002.722000', '220002.725000', '220002.727000', '220002.730000', '220002.733000', '220002.735000', '220022.623000', '220022.626000', '220022.629000', '220022.631000', '220022.634000', '220022.637000', '220022.639000', '220022.642000', '220022.644000', '220022.647000', '220022.649000', '220022.652000', '220022.655000', '220022.657000', '220022.660000', '220022.662000', '220022.665000', '220022.668000', '220022.670000', '220022.673000', '220022.676000', '220022.678000', '220022.681000', '220022.683000', '220022.686000', '220022.689000', '220022.691000', '220022.694000', '220022.696000', '220022.699000', '220022.702000', '220022.704000', '220022.707000', '220022.709000', '220022.712000', '220022.715000', '220022.717000', '220022.720000', '220022.722000', '220022.725000', '220022.733000', '220022.735000', '220022.738000', '220022.740000', '220042.624000', '220042.626000', '220042.629000', '220042.632000', '220042.634000', '220042.637000', '220042.639000', '220042.642000', '220042.645000', '220042.647000', '220042.650000', '220042.652000', '220042.655000', '220042.658000', '220042.660000', '220042.663000', '220042.665000', '220042.668000', '220042.671000', '220042.673000', '220042.676000', '220042.678000', '220042.681000', '220042.683000', '220042.686000', '220042.689000', '220042.691000', '220042.694000', '220042.697000', '220042.699000', '220042.702000', '220042.704000', '220042.707000', '220042.710000', '220042.712000', '220042.715000', '220042.717000', '220042.720000', '220042.723000', '220042.725000', '220042.728000', '220042.731000', '220042.733000', '220102.623000', '220102.626000', '220102.629000', '220102.632000', '220102.634000', '220102.637000', '220102.639000', '220102.642000', '220102.645000', '220102.647000', '220102.650000', '220102.652000', '220102.655000', '220102.658000', '220102.660000', '220102.663000', '220102.665000', '220102.668000', '220102.670000', '220102.673000', '220102.676000', '220102.678000', '220102.681000', '220102.683000', '220102.686000', '220102.690000', '220102.693000', '220102.695000', '220102.698000', '220102.700000', '220102.703000', '220102.706000', '220102.708000', '220102.711000', '220102.714000', '220102.716000', '220102.719000', '220102.721000', '220102.724000', '220102.727000', '220102.729000', '220102.732000', '220102.734000', '220122.623000', '220122.625000', '220122.628000', '220122.631000', '220122.633000', '220122.636000', '220122.638000', '220122.641000', '220122.644000', '220122.646000', '220122.649000', '220122.652000', '220122.654000', '220122.657000', '220122.659000', '220122.662000', '220122.665000', '220122.667000', '220122.670000', '220122.673000', '220122.675000', '220122.678000', '220122.680000', '220122.683000', '220122.686000', '220122.688000', '220122.691000', '220122.694000', '220122.696000', '220122.699000', '220122.702000', '220122.704000', '220122.707000', '220122.709000', '220122.712000', '220122.715000', '220122.717000', '220122.720000', '220122.722000', '220122.725000', '220122.728000', '220122.730000', '220122.733000', '220122.735000', '220142.623000', '220142.626000', '220142.629000', '220142.631000', '220142.634000', '220142.637000', '220142.639000', '220142.642000', '220142.644000', '220142.647000', '220142.650000', '220142.652000', '220142.655000', '220142.657000', '220142.660000', '220142.662000', '220142.665000', '220142.668000', '220142.670000', '220142.673000', '220142.676000', '220142.678000', '220142.681000', '220142.684000', '220142.686000', '220142.689000', '220142.691000', '220142.694000', '220142.697000', '220142.699000', '220142.702000', '220142.704000', '220142.707000', '220142.710000', '220142.712000', '220142.715000', '220142.717000', '220142.720000', '220142.723000', '220142.725000', '220142.728000', '220142.730000', '220142.733000', '220202.624000', '220202.627000', '220202.629000', '220202.632000', '220202.634000', '220202.637000', '220202.639000', '220202.660000', '220202.663000', '220202.665000', '220202.668000', '220202.671000', '220202.673000', '220202.676000', '220202.678000', '220202.681000', '220202.684000', '220202.686000', '220202.689000', '220202.691000', '220202.694000', '220202.697000', '220202.699000', '220202.702000', '220202.704000', '220202.707000', '220202.710000', '220202.712000', '220202.715000', '220202.717000', '220202.720000', '220202.723000', '220202.725000', '220202.728000', '220202.730000', '220202.733000', '220202.735000', '220202.738000', '220202.741000', '220202.743000', '220202.746000', '220202.748000', '220202.751000', '220202.753000', '220222.624000', '220222.626000', '220222.629000', '220222.632000', '220222.634000', '220222.637000', '220222.639000', '220222.642000', '220222.645000', '220222.647000', '220222.650000', '220222.652000', '220222.655000', '220222.658000', '220222.660000', '220222.663000', '220222.665000', '220222.668000', '220222.671000', '220222.673000', '220222.676000', '220222.679000', '220222.681000', '220222.684000', '220222.687000', '220222.690000', '220222.693000', '220222.695000', '220222.698000', '220222.701000', '220222.703000', '220222.706000', '220222.708000', '220222.711000', '220222.714000', '220222.716000', '220222.719000', '220222.721000', '220222.724000', '220222.727000', '220222.731000', '220222.733000', '220222.736000', '220242.624000', '220242.626000', '220242.629000', '220242.632000', '220242.634000', '220242.637000', '220242.640000', '220242.642000', '220242.645000', '220242.647000', '220242.650000', '220242.652000', '220242.655000', '220242.658000', '220242.660000', '220242.663000', '220242.665000', '220242.668000', '220242.671000', '220242.673000', '220242.676000', '220242.679000', '220242.681000', '220242.684000', '220242.686000', '220242.689000', '220242.692000', '220242.695000', '220242.697000', '220242.700000', '220242.702000', '220242.705000', '220242.708000', '220242.710000', '220242.713000', '220242.716000', '220242.718000', '220242.721000', '220242.723000', '220242.726000', '220242.729000', '220242.731000', '220242.734000', '220242.736000', '220302.625000', '220302.628000', '220302.631000', '220302.634000', '220302.636000', '220302.639000', '220302.641000', '220302.644000', '220302.647000', '220302.649000', '220302.652000', '220302.655000', '220302.657000', '220302.660000', '220302.662000', '220302.665000', '220302.668000', '220302.670000', '220302.673000', '220302.676000', '220302.678000', '220302.681000', '220302.683000', '220302.686000', '220302.689000', '220302.691000', '220302.694000', '220302.696000', '220302.699000', '220302.702000', '220302.704000', '220302.707000', '220302.710000', '220302.712000', '220302.715000', '220302.717000', '220302.720000', '220302.723000', '220302.725000', '220302.728000', '220302.731000', '220302.733000', '220302.736000', '220322.624000', '220322.627000', '220322.629000', '220322.632000', '220322.635000', '220322.637000', '220322.640000', '220322.643000', '220322.645000', '220322.648000', '220322.650000', '220322.653000', '220322.656000', '220322.658000', '220322.661000', '220322.663000', '220322.666000', '220322.669000', '220322.686000', '220322.689000', '220322.691000', '220322.694000', '220322.696000', '220322.699000', '220322.702000', '220322.704000', '220322.707000', '220322.709000', '220322.712000', '220322.715000', '220322.717000', '220322.720000', '220322.723000', '220322.725000', '220322.728000', '220322.730000', '220322.733000', '220322.736000', '220322.738000', '220322.741000', '220322.744000', '220322.746000', '220322.749000', '220322.751000', '220342.623000', '220342.626000', '220342.628000', '220342.631000', '220342.633000', '220342.636000', '220342.639000', '220342.641000', '220342.644000', '220342.646000', '220342.649000', '220342.651000', '220342.654000', '220342.656000', '220342.659000', '220342.662000', '220342.670000', '220342.673000', '220342.675000', '220342.678000', '220342.680000', '220342.683000', '220342.685000', '220342.688000', '220342.691000', '220342.693000', '220342.696000', '220342.699000', '220342.701000', '220342.704000', '220342.706000', '220342.709000', '220342.712000', '220342.714000', '220342.717000', '220342.719000', '220342.722000', '220342.725000', '220342.727000', '220342.730000', '220342.732000', '220342.735000', '220342.737000', '220346.387000', '220346.390000', '220346.393000', '220346.395000', '220346.398000', '220346.401000', '220346.403000', '220346.406000', '220346.408000'], 'InstanceCreationTime': ['215722.670000', '215722.673000', '215722.676000', '215722.679000', '215722.682000', '215722.684000', '215722.687000', '215722.689000', '215722.692000', '215722.694000', '215722.724000', '215722.727000', '215722.729000', '215722.732000', '215722.735000', '215722.737000', '215722.740000', '215722.742000', '215722.745000', '215722.747000', '215722.750000', '215722.753000', '215722.755000', '215722.758000', '215722.760000', '215722.763000', '215722.765000', '215722.768000', '215722.770000', '215722.777000', '215722.780000', '215722.782000', '215722.785000', '215722.787000', '215722.790000', '215722.793000', '215722.796000', '215742.624000', '215742.627000', '215742.629000', '215742.632000', '215742.634000', '215742.637000', '215742.639000', '215742.642000', '215742.645000', '215742.647000', '215742.650000', '215742.652000', '215742.655000', '215742.657000', '215742.660000', '215742.663000', '215742.665000', '215742.668000', '215742.670000', '215742.673000', '215742.676000', '215742.678000', '215742.681000', '215742.683000', '215742.686000', '215742.688000', '215742.691000', '215742.693000', '215742.696000', '215742.698000', '215742.701000', '215742.704000', '215742.706000', '215742.709000', '215742.711000', '215742.714000', '215742.716000', '215742.719000', '215742.722000', '215742.724000', '215742.727000', '215742.729000', '215742.732000', '215742.734000', '215802.624000', '215802.627000', '215802.630000', '215802.633000', '215802.635000', '215802.638000', '215802.640000', '215802.646000', '215802.649000', '215802.652000', '215802.654000', '215802.657000', '215802.659000', '215802.662000', '215802.664000', '215802.667000', '215802.669000', '215802.672000', '215802.675000', '215802.677000', '215802.680000', '215802.683000', '215802.685000', '215802.688000', '215802.690000', '215802.693000', '215802.695000', '215802.698000', '215802.701000', '215802.703000', '215802.706000', '215802.708000', '215802.711000', '215802.714000', '215802.716000', '215802.719000', '215802.721000', '215802.724000', '215802.726000', '215802.729000', '215802.732000', '215802.734000', '215802.737000', '215822.623000', '215822.626000', '215822.629000', '215822.631000', '215822.634000', '215822.637000', '215822.639000', '215822.642000', '215822.644000', '215822.647000', '215822.649000', '215822.652000', '215822.655000', '215822.657000', '215822.660000', '215822.663000', '215822.666000', '215822.668000', '215822.671000', '215822.674000', '215822.676000', '215822.679000', '215822.681000', '215822.684000', '215822.686000', '215822.689000', '215822.692000', '215822.694000', '215822.697000', '215822.699000', '215822.702000', '215822.705000', '215822.707000', '215822.710000', '215822.713000', '215822.715000', '215822.718000', '215822.720000', '215822.723000', '215822.752000', '215822.755000', '215822.757000', '215822.760000', '215822.763000', '215842.624000', '215842.627000', '215842.629000', '215842.632000', '215842.634000', '215842.637000', '215842.640000', '215842.642000', '215842.645000', '215842.647000', '215842.650000', '215842.653000', '215842.655000', '215842.658000', '215842.660000', '215842.663000', '215842.666000', '215842.668000', '215842.671000', '215842.673000', '215842.676000', '215842.679000', '215842.681000', '215842.684000', '215842.686000', '215842.689000', '215842.692000', '215842.694000', '215842.697000', '215842.699000', '215842.702000', '215842.704000', '215842.707000', '215842.710000', '215842.712000', '215842.715000', '215842.718000', '215842.720000', '215842.723000', '215842.725000', '215842.728000', '215842.730000', '215842.733000', '215902.635000', '215902.638000', '215902.640000', '215902.643000', '215902.646000', '215902.648000', '215902.651000', '215902.653000', '215902.656000', '215902.658000', '215902.661000', '215902.664000', '215902.666000', '215902.669000', '215902.671000', '215902.674000', '215902.676000', '215902.679000', '215902.682000', '215902.684000', '215902.687000', '215902.689000', '215902.692000', '215902.695000', '215902.697000', '215902.700000', '215902.702000', '215902.705000', '215902.708000', '215902.710000', '215902.713000', '215902.716000', '215902.718000', '215902.721000', '215902.723000', '215902.726000', '215902.728000', '215902.731000', '215902.734000', '215902.736000', '215902.739000', '215902.742000', '215902.745000', '215922.624000', '215922.627000', '215922.629000', '215922.632000', '215922.634000', '215922.637000', '215922.639000', '215922.642000', '215922.645000', '215922.647000', '215922.650000', '215922.652000', '215922.655000', '215922.657000', '215922.660000', '215922.663000', '215922.665000', '215922.668000', '215922.671000', '215922.673000', '215922.676000', '215922.678000', '215922.681000', '215922.690000', '215922.692000', '215922.695000', '215922.697000', '215922.700000', '215922.703000', '215922.705000', '215922.708000', '215922.710000', '215922.713000', '215922.716000', '215922.718000', '215922.721000', '215922.723000', '215922.726000', '215922.729000', '215922.731000', '215922.734000', '215922.736000', '215922.739000', '215922.742000', '215942.624000', '215942.626000', '215942.629000', '215942.632000', '215942.634000', '215942.637000', '215942.639000', '215942.642000', '215942.644000', '215942.647000', '215942.650000', '215942.653000', '215942.656000', '215942.659000', '215942.662000', '215942.665000', '215942.668000', '215942.671000', '215942.673000', '215942.676000', '215942.678000', '215942.681000', '215942.683000', '215942.686000', '215942.689000', '215942.691000', '215942.694000', '215942.696000', '215942.699000', '215942.702000', '215942.704000', '215942.707000', '215942.709000', '215942.712000', '215942.715000', '215942.717000', '215942.720000', '215942.722000', '215942.725000', '215942.727000', '215942.730000', '215942.733000', '215942.735000', '220002.623000', '220002.626000', '220002.629000', '220002.631000', '220002.634000', '220002.637000', '220002.639000', '220002.642000', '220002.644000', '220002.647000', '220002.650000', '220002.652000', '220002.655000', '220002.657000', '220002.660000', '220002.663000', '220002.665000', '220002.668000', '220002.670000', '220002.673000', '220002.675000', '220002.678000', '220002.681000', '220002.683000', '220002.686000', '220002.688000', '220002.691000', '220002.694000', '220002.696000', '220002.699000', '220002.701000', '220002.704000', '220002.707000', '220002.709000', '220002.712000', '220002.714000', '220002.717000', '220002.719000', '220002.722000', '220002.725000', '220002.727000', '220002.730000', '220002.733000', '220002.735000', '220022.623000', '220022.626000', '220022.629000', '220022.631000', '220022.634000', '220022.637000', '220022.639000', '220022.642000', '220022.644000', '220022.647000', '220022.649000', '220022.652000', '220022.655000', '220022.657000', '220022.660000', '220022.662000', '220022.665000', '220022.668000', '220022.670000', '220022.673000', '220022.676000', '220022.678000', '220022.681000', '220022.683000', '220022.686000', '220022.689000', '220022.691000', '220022.694000', '220022.696000', '220022.699000', '220022.702000', '220022.704000', '220022.707000', '220022.709000', '220022.712000', '220022.715000', '220022.717000', '220022.720000', '220022.722000', '220022.725000', '220022.733000', '220022.735000', '220022.738000', '220022.740000', '220042.624000', '220042.626000', '220042.629000', '220042.632000', '220042.634000', '220042.637000', '220042.639000', '220042.642000', '220042.645000', '220042.647000', '220042.650000', '220042.652000', '220042.655000', '220042.658000', '220042.660000', '220042.663000', '220042.665000', '220042.668000', '220042.671000', '220042.673000', '220042.676000', '220042.678000', '220042.681000', '220042.683000', '220042.686000', '220042.689000', '220042.691000', '220042.694000', '220042.697000', '220042.699000', '220042.702000', '220042.704000', '220042.707000', '220042.710000', '220042.712000', '220042.715000', '220042.717000', '220042.720000', '220042.723000', '220042.725000', '220042.728000', '220042.731000', '220042.733000', '220102.623000', '220102.626000', '220102.629000', '220102.632000', '220102.634000', '220102.637000', '220102.639000', '220102.642000', '220102.645000', '220102.647000', '220102.650000', '220102.652000', '220102.655000', '220102.658000', '220102.660000', '220102.663000', '220102.665000', '220102.668000', '220102.670000', '220102.673000', '220102.676000', '220102.678000', '220102.681000', '220102.683000', '220102.686000', '220102.690000', '220102.693000', '220102.695000', '220102.698000', '220102.700000', '220102.703000', '220102.706000', '220102.708000', '220102.711000', '220102.714000', '220102.716000', '220102.719000', '220102.721000', '220102.724000', '220102.727000', '220102.729000', '220102.732000', '220102.734000', '220122.623000', '220122.625000', '220122.628000', '220122.631000', '220122.633000', '220122.636000', '220122.638000', '220122.641000', '220122.644000', '220122.646000', '220122.649000', '220122.652000', '220122.654000', '220122.657000', '220122.659000', '220122.662000', '220122.665000', '220122.667000', '220122.670000', '220122.673000', '220122.675000', '220122.678000', '220122.680000', '220122.683000', '220122.686000', '220122.688000', '220122.691000', '220122.694000', '220122.696000', '220122.699000', '220122.702000', '220122.704000', '220122.707000', '220122.709000', '220122.712000', '220122.715000', '220122.717000', '220122.720000', '220122.722000', '220122.725000', '220122.728000', '220122.730000', '220122.733000', '220122.735000', '220142.623000', '220142.626000', '220142.629000', '220142.631000', '220142.634000', '220142.637000', '220142.639000', '220142.642000', '220142.644000', '220142.647000', '220142.650000', '220142.652000', '220142.655000', '220142.657000', '220142.660000', '220142.662000', '220142.665000', '220142.668000', '220142.670000', '220142.673000', '220142.676000', '220142.678000', '220142.681000', '220142.684000', '220142.686000', '220142.689000', '220142.691000', '220142.694000', '220142.697000', '220142.699000', '220142.702000', '220142.704000', '220142.707000', '220142.710000', '220142.712000', '220142.715000', '220142.717000', '220142.720000', '220142.723000', '220142.725000', '220142.728000', '220142.730000', '220142.733000', '220202.624000', '220202.627000', '220202.629000', '220202.632000', '220202.634000', '220202.637000', '220202.639000', '220202.660000', '220202.663000', '220202.665000', '220202.668000', '220202.671000', '220202.673000', '220202.676000', '220202.678000', '220202.681000', '220202.684000', '220202.686000', '220202.689000', '220202.691000', '220202.694000', '220202.697000', '220202.699000', '220202.702000', '220202.704000', '220202.707000', '220202.710000', '220202.712000', '220202.715000', '220202.717000', '220202.720000', '220202.723000', '220202.725000', '220202.728000', '220202.730000', '220202.733000', '220202.735000', '220202.738000', '220202.741000', '220202.743000', '220202.746000', '220202.748000', '220202.751000', '220202.753000', '220222.624000', '220222.626000', '220222.629000', '220222.632000', '220222.634000', '220222.637000', '220222.639000', '220222.642000', '220222.645000', '220222.647000', '220222.650000', '220222.652000', '220222.655000', '220222.658000', '220222.660000', '220222.663000', '220222.665000', '220222.668000', '220222.671000', '220222.673000', '220222.676000', '220222.679000', '220222.681000', '220222.684000', '220222.687000', '220222.690000', '220222.693000', '220222.695000', '220222.698000', '220222.701000', '220222.703000', '220222.706000', '220222.708000', '220222.711000', '220222.714000', '220222.716000', '220222.719000', '220222.721000', '220222.724000', '220222.727000', '220222.731000', '220222.733000', '220222.736000', '220242.624000', '220242.626000', '220242.629000', '220242.632000', '220242.634000', '220242.637000', '220242.640000', '220242.642000', '220242.645000', '220242.647000', '220242.650000', '220242.652000', '220242.655000', '220242.658000', '220242.660000', '220242.663000', '220242.665000', '220242.668000', '220242.671000', '220242.673000', '220242.676000', '220242.679000', '220242.681000', '220242.684000', '220242.686000', '220242.689000', '220242.692000', '220242.695000', '220242.697000', '220242.700000', '220242.702000', '220242.705000', '220242.708000', '220242.710000', '220242.713000', '220242.716000', '220242.718000', '220242.721000', '220242.723000', '220242.726000', '220242.729000', '220242.731000', '220242.734000', '220242.736000', '220302.625000', '220302.628000', '220302.631000', '220302.634000', '220302.636000', '220302.639000', '220302.641000', '220302.644000', '220302.647000', '220302.649000', '220302.652000', '220302.655000', '220302.657000', '220302.660000', '220302.662000', '220302.665000', '220302.668000', '220302.670000', '220302.673000', '220302.676000', '220302.678000', '220302.681000', '220302.683000', '220302.686000', '220302.689000', '220302.691000', '220302.694000', '220302.696000', '220302.699000', '220302.702000', '220302.704000', '220302.707000', '220302.710000', '220302.712000', '220302.715000', '220302.717000', '220302.720000', '220302.723000', '220302.725000', '220302.728000', '220302.731000', '220302.733000', '220302.736000', '220322.624000', '220322.627000', '220322.629000', '220322.632000', '220322.635000', '220322.637000', '220322.640000', '220322.643000', '220322.645000', '220322.648000', '220322.650000', '220322.653000', '220322.656000', '220322.658000', '220322.661000', '220322.663000', '220322.666000', '220322.669000', '220322.686000', '220322.689000', '220322.691000', '220322.694000', '220322.696000', '220322.699000', '220322.702000', '220322.704000', '220322.707000', '220322.709000', '220322.712000', '220322.715000', '220322.717000', '220322.720000', '220322.723000', '220322.725000', '220322.728000', '220322.730000', '220322.733000', '220322.736000', '220322.738000', '220322.741000', '220322.744000', '220322.746000', '220322.749000', '220322.751000', '220342.623000', '220342.626000', '220342.628000', '220342.631000', '220342.633000', '220342.636000', '220342.639000', '220342.641000', '220342.644000', '220342.646000', '220342.649000', '220342.651000', '220342.654000', '220342.656000', '220342.659000', '220342.662000', '220342.670000', '220342.673000', '220342.675000', '220342.678000', '220342.680000', '220342.683000', '220342.685000', '220342.688000', '220342.691000', '220342.693000', '220342.696000', '220342.699000', '220342.701000', '220342.704000', '220342.706000', '220342.709000', '220342.712000', '220342.714000', '220342.717000', '220342.719000', '220342.722000', '220342.725000', '220342.727000', '220342.730000', '220342.732000', '220342.735000', '220342.737000', '220346.387000', '220346.390000', '220346.393000', '220346.395000', '220346.398000', '220346.401000', '220346.403000', '220346.406000', '220346.408000'], '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': [6311, 9693, 6400, 6795, 9073, 6721, 10340, 6073, 9199, 6103, 6817, 6358, 6302, 9338, 6275, 9105, 5984, 6811, 6136, 6374, 10943, 6038, 8422, 6400, 6313, 6236, 6340, 8301, 6268, 8820, 6050, 7052, 6365, 5930, 6334, 6364, 7055, 6346, 10881, 8532, 9785, 6167, 7890, 6276, 6877, 11179, 8042, 9856, 6404, 8484, 6235, 7396, 7629, 6531, 10178, 6554, 9089, 6585, 7617, 6470, 7030, 7282, 6663, 9779, 6332, 8725, 6324, 7229, 7938, 6512, 9414, 6206, 8269, 6161, 7019, 6833, 6229, 6601, 6214, 6676, 6260, 6829, 6313, 6912, 6644, 9943, 7068, 8883, 6691, 10374, 6304, 9264, 6440, 6789, 9933, 6352, 8762, 6221, 6258, 6495, 6373, 10526, 6256, 9028, 6348, 6775, 8703, 6540, 9238, 6316, 8725, 6518, 6673, 11084, 6576, 9673, 6313, 6807, 10198, 6483, 9922, 6351, 8033, 6300, 6633, 10421, 6391, 7952, 6429, 7630, 7337, 6577, 10015, 6578, 6917, 6374, 6095, 6436, 6098, 7138, 6364, 6820, 6658, 5962, 10284, 6432, 9920, 6430, 7743, 6804, 6483, 10900, 6153, 9497, 6517, 6272, 6364, 6340, 6991, 6123, 6746, 6632, 6620, 7021, 11394, 9214, 10151, 6353, 6745, 8821, 7492, 11241, 7769, 10089, 6328, 6728, 10672, 6199, 9064, 6189, 6577, 9474, 6155, 8134, 6545, 6734, 10497, 6244, 8105, 6308, 6908, 10081, 6299, 8731, 6227, 6312, 9418, 6425, 7532, 6110, 6306, 9376, 6308, 6747, 6292, 6330, 8077, 6287, 7338, 6206, 6409, 10005, 6085, 9728, 6105, 7061, 10140, 6254, 8895, 6454, 6797, 10548, 6397, 9589, 6315, 6727, 9713, 6441, 10687, 6181, 7967, 9234, 6455, 10011, 6239, 8409, 10817, 9259, 9634, 6266, 6434, 10172, 6359, 9778, 6247, 6875, 7171, 6539, 8779, 6231, 7398, 6383, 6584, 9908, 6670, 8099, 6539, 6456, 8548, 6128, 9450, 6369, 6725, 6780, 6469, 6756, 6355, 8084, 6661, 9260, 6303, 7573, 6557, 6361, 7566, 6526, 10655, 6143, 7103, 7232, 6579, 10547, 6330, 7396, 6324, 6245, 10764, 6778, 9660, 6317, 7469, 7363, 6447, 11438, 6819, 9435, 6231, 6532, 11184, 6395, 9965, 6142, 6944, 8221, 6372, 9681, 6270, 7030, 6493, 6517, 9532, 6211, 7916, 6641, 6549, 11075, 6645, 9632, 6069, 6557, 10329, 6407, 7974, 6295, 6773, 8527, 6426, 9006, 6359, 7151, 6391, 6497, 9779, 6399, 10181, 6137, 8544, 6272, 6544, 10641, 6519, 9417, 6347, 6735, 6448, 6326, 9312, 6290, 7569, 6366, 6375, 11226, 6242, 9813, 6228, 7362, 6449, 6532, 10360, 6445, 9025, 6611, 6583, 10746, 6254, 8241, 6346, 6899, 9442, 6333, 9702, 6188, 6844, 6324, 6429, 10984, 6361, 8697, 6296, 6801, 10743, 6245, 9282, 6061, 6503, 6030, 6693, 8169, 6568, 9383, 6473, 11021, 8181, 9849, 6315, 7395, 6547, 7305, 6351, 6769, 6336, 6414, 9032, 6192, 10693, 6098, 9374, 6556, 6788, 9228, 8297, 11400, 9597, 10626, 6115, 7745, 8993, 6825, 10882, 7697, 9355, 6698, 6648, 9710, 6488, 9362, 6293, 6764, 6358, 6806, 9633, 6331, 8176, 6625, 6950, 9254, 6356, 8353, 6313, 8608, 6332, 6596, 10410, 6173, 8734, 6665, 7764, 6401, 6502, 9365, 6356, 7439, 6219, 7009, 8570, 6401, 8585, 6276, 7562, 6380, 6685, 6769, 6130, 8715, 6434, 8998, 6522, 7433, 6474, 6550, 11191, 7135, 9355, 6474, 6963, 11232, 7914, 9777, 6347, 7507, 7724, 6526, 10855, 6165, 9065, 6397, 6694, 10166, 6138, 7974, 6176, 8434, 6278, 6179, 6494, 7159, 9876, 8518, 9813, 6244, 9148, 6403, 9306, 6569, 6789, 10458, 6244, 9072, 6410, 7762, 6953, 6657, 10323, 6362, 9020, 6441, 7754, 6508, 6733, 10573, 6135, 9417, 6328, 7633, 11135, 8312, 9562, 6527, 6796, 6931, 6486, 7794, 6128, 7282, 6241, 6887, 9002, 6191, 9741, 6378, 7493, 6018, 6631, 8172, 6329, 8845, 6385, 8579, 6284, 6488, 10525, 6226, 9773, 6668, 6639, 10484, 6292, 10019, 6643, 6597, 8768, 6297, 8787, 6189, 7266, 9366, 6543, 10069, 6174, 7336, 8439, 6339, 10707, 7044, 9025, 6302, 6894, 9912, 6445, 10398, 6116, 7660, 6496, 6849, 9659, 6247, 8808, 6202, 7061, 10468, 6380, 7959, 6325, 6434, 6118, 7384, 8443, 6555, 6357, 6469, 10753, 7598, 9943, 6561, 9716, 6133, 10084, 6588, 7518, 10504, 6217, 10667, 6230, 7338, 6445, 6373, 10766, 6826, 7782, 6204, 7086, 8025, 6497, 9808, 6218, 6943, 6293, 6500, 10802, 6342, 9959, 6263, 7730, 6623, 6760, 10359, 6536, 9856, 6241, 8770, 6529, 6742, 10660, 6359, 9867, 6363, 8938, 6736, 7268, 10555, 6247, 8502, 6031, 6936, 10847, 7827, 9982, 6225, 7254, 6979, 6521, 10766, 6347, 8639, 6092, 6892, 8240, 6610, 8787, 6219, 7178, 6554, 7182, 8880, 6667, 9943, 6222, 7956, 6260, 7153, 7592, 6655, 9385, 6448, 7742, 6406, 6625, 9805, 6170, 8789, 6045, 8958, 6980, 6931, 11104, 6179, 10086, 6429, 8173, 10977, 8886, 9597, 6181, 7586, 9337, 6629, 9216, 6293, 6680, 6416, 6540, 10449, 6357, 8867, 6305, 6706, 9141, 6272, 6292, 6147, 6551, 6656, 5987, 6329, 8852, 6018, 8893, 6423, 8353, 6284, 11202, 6775, 8854, 6206, 7004, 10741, 6784, 11096, 7551, 9469, 6229, 6676, 10286, 6492, 10179, 6292, 7272, 8191, 6395, 10123, 6125, 7187, 6194, 6319, 9930, 6260, 6763, 6247, 6451, 9112, 6327, 8252, 6539, 6894, 10841, 6593, 9343, 6237, 6761, 10308, 6324, 8968, 6323, 7764, 9413, 7272, 9915, 6278, 8072, 6296, 6576, 11028, 8262, 9697, 6629, 6855, 6576, 6678, 10890, 7071, 9092, 6391, 6858, 10886, 6867, 8612, 6304, 7146, 9679, 6290, 9922, 6160, 6781, 6620, 6628, 10585, 6476, 8459, 6385, 7061, 9690, 6541, 10514, 6107, 8286, 6313, 6949, 9342, 6278, 8884, 6395, 7561, 6254, 7096, 8988, 6526, 11024, 7751, 9890, 6379, 7056, 10963, 6710, 10282, 6277, 8763, 6077, 6777, 9389, 6134, 9172, 6352, 7144, 9529, 6615, 9305, 6411, 7224, 6867, 6584, 9458, 6241, 7038, 6686, 7122, 7589, 6543, 9951, 6211, 8947, 6213, 7561, 6406, 6612, 10206, 6423, 8699, 6479, 7838, 10797, 6370, 9936], 'WindowCenter': [3767.0, 3805.0, 3749.0, 3758.0, 3776.0, 3744.0, 3784.0, 3733.0, 3777.0, 3722.0, 3744.0, 3733.0, 3732.0, 3762.0, 3732.0, 3762.0, 3721.0, 3743.0, 3721.0, 3732.0, 3783.0, 3734.0, 3765.0, 3733.0, 3733.0, 3731.0, 3733.0, 3764.0, 3734.0, 3774.0, 3733.0, 3743.0, 3744.0, 3733.0, 3734.0, 3744.0, 3754.0, 3745.0, 3796.0, 3776.0, 3775.0, 3722.0, 3754.0, 3731.0, 3744.0, 3783.0, 3752.0, 3772.0, 3731.0, 3762.0, 3720.0, 3742.0, 3751.0, 3731.0, 3772.0, 3730.0, 3761.0, 3730.0, 3752.0, 3732.0, 3742.0, 3740.0, 3730.0, 3771.0, 3730.0, 3762.0, 3730.0, 3742.0, 3751.0, 3731.0, 3761.0, 3732.0, 3763.0, 3722.0, 3743.0, 3732.0, 3733.0, 3742.0, 3733.0, 3744.0, 3746.0, 3746.0, 3746.0, 3756.0, 3746.0, 3786.0, 3758.0, 3776.0, 3747.0, 3787.0, 3745.0, 3776.0, 3732.0, 3733.0, 3774.0, 3732.0, 3764.0, 3733.0, 3744.0, 3733.0, 3732.0, 3783.0, 3732.0, 3763.0, 3731.0, 3743.0, 3763.0, 3731.0, 3762.0, 3731.0, 3763.0, 3722.0, 3733.0, 3771.0, 3729.0, 3762.0, 3720.0, 3730.0, 3770.0, 3718.0, 3759.0, 3719.0, 3751.0, 3718.0, 3730.0, 3770.0, 3719.0, 3739.0, 3718.0, 3741.0, 3728.0, 3730.0, 3760.0, 3729.0, 3729.0, 3719.0, 3721.0, 3719.0, 3720.0, 3741.0, 3732.0, 3743.0, 3743.0, 3734.0, 3773.0, 3733.0, 3775.0, 3733.0, 3755.0, 3731.0, 3731.0, 3783.0, 3733.0, 3789.0, 3732.0, 3743.0, 3733.0, 3743.0, 3753.0, 3734.0, 3744.0, 3745.0, 3744.0, 3757.0, 3809.0, 3778.0, 3786.0, 3732.0, 3732.0, 3764.0, 3753.0, 3784.0, 3753.0, 3773.0, 3718.0, 3729.0, 3770.0, 3709.0, 3750.0, 3707.0, 3729.0, 3760.0, 3707.0, 3738.0, 3717.0, 3728.0, 3769.0, 3718.0, 3739.0, 3718.0, 3729.0, 3760.0, 3719.0, 3750.0, 3718.0, 3719.0, 3760.0, 3730.0, 3752.0, 3718.0, 3719.0, 3759.0, 3719.0, 3730.0, 3730.0, 3732.0, 3751.0, 3731.0, 3742.0, 3721.0, 3733.0, 3773.0, 3721.0, 3773.0, 3720.0, 3742.0, 3771.0, 3731.0, 3761.0, 3719.0, 3732.0, 3772.0, 3731.0, 3772.0, 3730.0, 3731.0, 3761.0, 3731.0, 3773.0, 3719.0, 3752.0, 3759.0, 3718.0, 3760.0, 3707.0, 3750.0, 3770.0, 3760.0, 3759.0, 3716.0, 3717.0, 3757.0, 3717.0, 3759.0, 3716.0, 3728.0, 3728.0, 3718.0, 3748.0, 3706.0, 3739.0, 3717.0, 3729.0, 3759.0, 3728.0, 3750.0, 3718.0, 3720.0, 3749.0, 3718.0, 3761.0, 3719.0, 3731.0, 3730.0, 3731.0, 3742.0, 3733.0, 3752.0, 3732.0, 3764.0, 3732.0, 3753.0, 3731.0, 3732.0, 3741.0, 3732.0, 3785.0, 3722.0, 3743.0, 3740.0, 3731.0, 3772.0, 3731.0, 3742.0, 3731.0, 3734.0, 3784.0, 3743.0, 3774.0, 3731.0, 3743.0, 3741.0, 3732.0, 3784.0, 3731.0, 3762.0, 3719.0, 3719.0, 3771.0, 3718.0, 3763.0, 3719.0, 3731.0, 3750.0, 3720.0, 3759.0, 3718.0, 3729.0, 3719.0, 3720.0, 3759.0, 3718.0, 3752.0, 3731.0, 3720.0, 3771.0, 3730.0, 3761.0, 3708.0, 3719.0, 3770.0, 3719.0, 3750.0, 3718.0, 3731.0, 3751.0, 3732.0, 3761.0, 3731.0, 3741.0, 3731.0, 3732.0, 3775.0, 3734.0, 3773.0, 3721.0, 3765.0, 3731.0, 3732.0, 3772.0, 3730.0, 3773.0, 3731.0, 3743.0, 3731.0, 3731.0, 3762.0, 3731.0, 3752.0, 3730.0, 3732.0, 3782.0, 3720.0, 3772.0, 3720.0, 3743.0, 3720.0, 3720.0, 3760.0, 3719.0, 3762.0, 3729.0, 3730.0, 3769.0, 3719.0, 3750.0, 3718.0, 3730.0, 3761.0, 3720.0, 3761.0, 3719.0, 3730.0, 3718.0, 3719.0, 3771.0, 3719.0, 3751.0, 3718.0, 3730.0, 3771.0, 3720.0, 3761.0, 3719.0, 3721.0, 3720.0, 3743.0, 3749.0, 3731.0, 3762.0, 3733.0, 3785.0, 3766.0, 3775.0, 3734.0, 3754.0, 3730.0, 3743.0, 3731.0, 3733.0, 3731.0, 3733.0, 3764.0, 3734.0, 3786.0, 3734.0, 3776.0, 3733.0, 3733.0, 3764.0, 3753.0, 3784.0, 3764.0, 3773.0, 3709.0, 3741.0, 3750.0, 3719.0, 3758.0, 3738.0, 3748.0, 3716.0, 3717.0, 3747.0, 3706.0, 3748.0, 3718.0, 3718.0, 3718.0, 3717.0, 3748.0, 3717.0, 3749.0, 3719.0, 3730.0, 3748.0, 3719.0, 3738.0, 3717.0, 3750.0, 3718.0, 3730.0, 3759.0, 3708.0, 3749.0, 3718.0, 3740.0, 3718.0, 3720.0, 3749.0, 3718.0, 3729.0, 3708.0, 3741.0, 3751.0, 3731.0, 3751.0, 3720.0, 3752.0, 3731.0, 3732.0, 3731.0, 3721.0, 3763.0, 3732.0, 3765.0, 3734.0, 3755.0, 3733.0, 3733.0, 3784.0, 3743.0, 3763.0, 3731.0, 3742.0, 3784.0, 3752.0, 3773.0, 3720.0, 3742.0, 3740.0, 3731.0, 3772.0, 3720.0, 3751.0, 3720.0, 3730.0, 3772.0, 3721.0, 3751.0, 3718.0, 3752.0, 3731.0, 3721.0, 3732.0, 3745.0, 3773.0, 3765.0, 3773.0, 3732.0, 3761.0, 3732.0, 3775.0, 3730.0, 3732.0, 3773.0, 3720.0, 3750.0, 3719.0, 3742.0, 3730.0, 3731.0, 3772.0, 3720.0, 3762.0, 3719.0, 3753.0, 3719.0, 3730.0, 3771.0, 3708.0, 3750.0, 3719.0, 3740.0, 3771.0, 3752.0, 3760.0, 3707.0, 3729.0, 3729.0, 3719.0, 3738.0, 3708.0, 3740.0, 3719.0, 3731.0, 3762.0, 3721.0, 3762.0, 3720.0, 3741.0, 3720.0, 3743.0, 3752.0, 3732.0, 3762.0, 3732.0, 3764.0, 3721.0, 3732.0, 3773.0, 3721.0, 3774.0, 3730.0, 3731.0, 3771.0, 3720.0, 3772.0, 3729.0, 3731.0, 3750.0, 3720.0, 3751.0, 3709.0, 3741.0, 3761.0, 3719.0, 3760.0, 3707.0, 3729.0, 3737.0, 3718.0, 3759.0, 3728.0, 3749.0, 3717.0, 3728.0, 3758.0, 3717.0, 3759.0, 3707.0, 3739.0, 3717.0, 3728.0, 3759.0, 3719.0, 3751.0, 3707.0, 3729.0, 3758.0, 3719.0, 3739.0, 3718.0, 3719.0, 3706.0, 3741.0, 3750.0, 3719.0, 3718.0, 3732.0, 3783.0, 3753.0, 3773.0, 3732.0, 3762.0, 3721.0, 3775.0, 3731.0, 3742.0, 3760.0, 3708.0, 3771.0, 3707.0, 3742.0, 3718.0, 3719.0, 3770.0, 3730.0, 3740.0, 3708.0, 3742.0, 3751.0, 3721.0, 3772.0, 3719.0, 3730.0, 3719.0, 3731.0, 3773.0, 3721.0, 3762.0, 3720.0, 3742.0, 3730.0, 3731.0, 3772.0, 3720.0, 3772.0, 3718.0, 3752.0, 3719.0, 3731.0, 3771.0, 3719.0, 3761.0, 3718.0, 3761.0, 3728.0, 3741.0, 3770.0, 3718.0, 3749.0, 3707.0, 3729.0, 3770.0, 3739.0, 3760.0, 3707.0, 3729.0, 3728.0, 3718.0, 3769.0, 3717.0, 3749.0, 3705.0, 3728.0, 3738.0, 3729.0, 3748.0, 3707.0, 3729.0, 3719.0, 3730.0, 3750.0, 3730.0, 3760.0, 3708.0, 3741.0, 3719.0, 3731.0, 3739.0, 3730.0, 3761.0, 3719.0, 3741.0, 3719.0, 3731.0, 3761.0, 3720.0, 3751.0, 3720.0, 3763.0, 3730.0, 3731.0, 3771.0, 3708.0, 3760.0, 3718.0, 3750.0, 3758.0, 3749.0, 3748.0, 3705.0, 3739.0, 3748.0, 3717.0, 3748.0, 3717.0, 3718.0, 3718.0, 3719.0, 3770.0, 3720.0, 3761.0, 3719.0, 3730.0, 3761.0, 3720.0, 3721.0, 3719.0, 3720.0, 3731.0, 3720.0, 3734.0, 3776.0, 3735.0, 3777.0, 3746.0, 3764.0, 3735.0, 3798.0, 3733.0, 3766.0, 3722.0, 3743.0, 3772.0, 3732.0, 3784.0, 3742.0, 3762.0, 3709.0, 3730.0, 3770.0, 3720.0, 3773.0, 3719.0, 3742.0, 3739.0, 3719.0, 3760.0, 3720.0, 3730.0, 3706.0, 3718.0, 3759.0, 3718.0, 3730.0, 3718.0, 3719.0, 3749.0, 3719.0, 3752.0, 3719.0, 3730.0, 3771.0, 3718.0, 3760.0, 3708.0, 3730.0, 3757.0, 3718.0, 3749.0, 3717.0, 3740.0, 3749.0, 3729.0, 3760.0, 3706.0, 3739.0, 3706.0, 3718.0, 3768.0, 3750.0, 3759.0, 3717.0, 3718.0, 3717.0, 3718.0, 3769.0, 3728.0, 3749.0, 3706.0, 3717.0, 3758.0, 3717.0, 3749.0, 3706.0, 3729.0, 3759.0, 3718.0, 3760.0, 3708.0, 3729.0, 3728.0, 3729.0, 3771.0, 3718.0, 3750.0, 3719.0, 3730.0, 3760.0, 3719.0, 3771.0, 3709.0, 3751.0, 3719.0, 3730.0, 3760.0, 3720.0, 3761.0, 3731.0, 3752.0, 3731.0, 3742.0, 3762.0, 3732.0, 3773.0, 3741.0, 3763.0, 3718.0, 3730.0, 3770.0, 3719.0, 3760.0, 3718.0, 3750.0, 3706.0, 3719.0, 3748.0, 3708.0, 3760.0, 3719.0, 3730.0, 3760.0, 3718.0, 3748.0, 3718.0, 3740.0, 3717.0, 3720.0, 3758.0, 3717.0, 3729.0, 3730.0, 3731.0, 3740.0, 3721.0, 3761.0, 3720.0, 3762.0, 3720.0, 3743.0, 3720.0, 3732.0, 3772.0, 3721.0, 3752.0, 3720.0, 3742.0, 3772.0, 3721.0, 3760.0], 'WindowWidth': [8492.0, 8536.0, 8450.0, 8461.0, 8479.0, 8434.0, 8485.0, 8418.0, 8479.0, 8400.0, 8433.0, 8414.0, 8414.0, 8452.0, 8414.0, 8454.0, 8399.0, 8430.0, 8399.0, 8413.0, 8483.0, 8422.0, 8460.0, 8418.0, 8417.0, 8412.0, 8419.0, 8457.0, 8420.0, 8472.0, 8417.0, 8432.0, 8435.0, 8420.0, 8422.0, 8437.0, 8448.0, 8438.0, 8507.0, 8478.0, 8475.0, 8401.0, 8446.0, 8413.0, 8433.0, 8483.0, 8442.0, 8466.0, 8410.0, 8454.0, 8395.0, 8428.0, 8436.0, 8413.0, 8465.0, 8410.0, 8449.0, 8409.0, 8440.0, 8412.0, 8427.0, 8420.0, 8410.0, 8463.0, 8408.0, 8454.0, 8409.0, 8427.0, 8436.0, 8411.0, 8450.0, 8415.0, 8456.0, 8401.0, 8429.0, 8414.0, 8417.0, 8429.0, 8420.0, 8436.0, 8440.0, 8441.0, 8442.0, 8453.0, 8440.0, 8493.0, 8459.0, 8478.0, 8443.0, 8495.0, 8438.0, 8480.0, 8415.0, 8417.0, 8470.0, 8415.0, 8458.0, 8416.0, 8435.0, 8416.0, 8416.0, 8481.0, 8415.0, 8457.0, 8413.0, 8431.0, 8454.0, 8412.0, 8452.0, 8413.0, 8455.0, 8399.0, 8415.0, 8461.0, 8405.0, 8453.0, 8394.0, 8408.0, 8459.0, 8390.0, 8444.0, 8391.0, 8436.0, 8389.0, 8406.0, 8456.0, 8390.0, 8416.0, 8390.0, 8422.0, 8401.0, 8407.0, 8444.0, 8404.0, 8406.0, 8390.0, 8396.0, 8391.0, 8396.0, 8424.0, 8416.0, 8431.0, 8432.0, 8420.0, 8470.0, 8416.0, 8474.0, 8417.0, 8449.0, 8411.0, 8413.0, 8483.0, 8418.0, 8498.0, 8415.0, 8432.0, 8419.0, 8432.0, 8446.0, 8424.0, 8437.0, 8440.0, 8437.0, 8459.0, 8530.0, 8485.0, 8492.0, 8413.0, 8415.0, 8457.0, 8443.0, 8485.0, 8442.0, 8467.0, 8388.0, 8405.0, 8457.0, 8376.0, 8432.0, 8373.0, 8403.0, 8443.0, 8372.0, 8415.0, 8383.0, 8402.0, 8455.0, 8388.0, 8417.0, 8385.0, 8403.0, 8443.0, 8392.0, 8433.0, 8387.0, 8392.0, 8444.0, 8407.0, 8440.0, 8388.0, 8392.0, 8443.0, 8391.0, 8409.0, 8406.0, 8416.0, 8437.0, 8410.0, 8426.0, 8400.0, 8419.0, 8470.0, 8400.0, 8471.0, 8394.0, 8427.0, 8463.0, 8411.0, 8451.0, 8393.0, 8414.0, 8467.0, 8412.0, 8465.0, 8409.0, 8413.0, 8448.0, 8411.0, 8469.0, 8392.0, 8439.0, 8444.0, 8389.0, 8445.0, 8371.0, 8432.0, 8457.0, 8446.0, 8443.0, 8380.0, 8384.0, 8436.0, 8386.0, 8442.0, 8383.0, 8401.0, 8400.0, 8389.0, 8427.0, 8370.0, 8417.0, 8385.0, 8404.0, 8443.0, 8400.0, 8434.0, 8388.0, 8393.0, 8428.0, 8389.0, 8449.0, 8391.0, 8409.0, 8409.0, 8413.0, 8429.0, 8418.0, 8440.0, 8415.0, 8458.0, 8413.0, 8443.0, 8411.0, 8414.0, 8423.0, 8416.0, 8487.0, 8399.0, 8430.0, 8422.0, 8411.0, 8467.0, 8411.0, 8427.0, 8411.0, 8419.0, 8484.0, 8429.0, 8470.0, 8413.0, 8431.0, 8425.0, 8414.0, 8483.0, 8411.0, 8454.0, 8392.0, 8392.0, 8461.0, 8390.0, 8453.0, 8391.0, 8407.0, 8430.0, 8393.0, 8443.0, 8387.0, 8405.0, 8391.0, 8392.0, 8442.0, 8389.0, 8437.0, 8407.0, 8392.0, 8459.0, 8405.0, 8447.0, 8374.0, 8390.0, 8459.0, 8392.0, 8431.0, 8388.0, 8409.0, 8435.0, 8412.0, 8448.0, 8409.0, 8424.0, 8409.0, 8415.0, 8470.0, 8419.0, 8468.0, 8398.0, 8461.0, 8411.0, 8412.0, 8464.0, 8408.0, 8469.0, 8411.0, 8430.0, 8410.0, 8411.0, 8452.0, 8411.0, 8441.0, 8409.0, 8413.0, 8478.0, 8394.0, 8465.0, 8394.0, 8427.0, 8391.0, 8392.0, 8446.0, 8390.0, 8450.0, 8402.0, 8406.0, 8456.0, 8389.0, 8432.0, 8387.0, 8406.0, 8448.0, 8393.0, 8448.0, 8391.0, 8406.0, 8386.0, 8390.0, 8460.0, 8392.0, 8436.0, 8388.0, 8405.0, 8461.0, 8394.0, 8447.0, 8391.0, 8396.0, 8394.0, 8430.0, 8433.0, 8412.0, 8453.0, 8419.0, 8489.0, 8466.0, 8475.0, 8420.0, 8447.0, 8409.0, 8429.0, 8409.0, 8415.0, 8411.0, 8417.0, 8457.0, 8421.0, 8492.0, 8419.0, 8476.0, 8415.0, 8416.0, 8455.0, 8441.0, 8482.0, 8455.0, 8467.0, 8375.0, 8420.0, 8429.0, 8388.0, 8438.0, 8413.0, 8426.0, 8380.0, 8382.0, 8420.0, 8367.0, 8426.0, 8384.0, 8386.0, 8385.0, 8384.0, 8424.0, 8383.0, 8429.0, 8389.0, 8405.0, 8426.0, 8389.0, 8412.0, 8385.0, 8433.0, 8385.0, 8406.0, 8442.0, 8373.0, 8427.0, 8386.0, 8419.0, 8387.0, 8391.0, 8428.0, 8387.0, 8401.0, 8375.0, 8422.0, 8435.0, 8410.0, 8433.0, 8393.0, 8440.0, 8411.0, 8414.0, 8409.0, 8398.0, 8454.0, 8414.0, 8460.0, 8418.0, 8448.0, 8414.0, 8416.0, 8484.0, 8429.0, 8455.0, 8409.0, 8426.0, 8482.0, 8439.0, 8466.0, 8393.0, 8426.0, 8419.0, 8408.0, 8463.0, 8392.0, 8435.0, 8392.0, 8407.0, 8465.0, 8396.0, 8436.0, 8392.0, 8438.0, 8409.0, 8398.0, 8414.0, 8436.0, 8470.0, 8463.0, 8469.0, 8415.0, 8450.0, 8413.0, 8474.0, 8407.0, 8411.0, 8464.0, 8393.0, 8433.0, 8389.0, 8424.0, 8406.0, 8409.0, 8464.0, 8394.0, 8448.0, 8390.0, 8440.0, 8391.0, 8406.0, 8458.0, 8375.0, 8431.0, 8389.0, 8420.0, 8458.0, 8437.0, 8443.0, 8368.0, 8403.0, 8401.0, 8390.0, 8414.0, 8374.0, 8418.0, 8389.0, 8409.0, 8449.0, 8395.0, 8449.0, 8393.0, 8423.0, 8394.0, 8430.0, 8438.0, 8414.0, 8451.0, 8413.0, 8458.0, 8395.0, 8413.0, 8465.0, 8396.0, 8469.0, 8408.0, 8410.0, 8462.0, 8393.0, 8465.0, 8404.0, 8409.0, 8432.0, 8392.0, 8434.0, 8375.0, 8420.0, 8447.0, 8391.0, 8444.0, 8371.0, 8403.0, 8409.0, 8386.0, 8442.0, 8400.0, 8428.0, 8383.0, 8401.0, 8439.0, 8385.0, 8443.0, 8372.0, 8417.0, 8383.0, 8400.0, 8440.0, 8388.0, 8434.0, 8371.0, 8404.0, 8440.0, 8388.0, 8415.0, 8385.0, 8391.0, 8369.0, 8422.0, 8430.0, 8391.0, 8388.0, 8412.0, 8481.0, 8443.0, 8465.0, 8412.0, 8450.0, 8397.0, 8473.0, 8410.0, 8424.0, 8444.0, 8373.0, 8459.0, 8372.0, 8424.0, 8386.0, 8391.0, 8459.0, 8405.0, 8419.0, 8375.0, 8424.0, 8434.0, 8396.0, 8462.0, 8392.0, 8407.0, 8391.0, 8410.0, 8465.0, 8396.0, 8449.0, 8393.0, 8426.0, 8407.0, 8409.0, 8463.0, 8394.0, 8465.0, 8390.0, 8439.0, 8392.0, 8409.0, 8462.0, 8393.0, 8448.0, 8389.0, 8449.0, 8403.0, 8421.0, 8458.0, 8387.0, 8429.0, 8370.0, 8403.0, 8457.0, 8415.0, 8443.0, 8369.0, 8402.0, 8399.0, 8385.0, 8454.0, 8384.0, 8427.0, 8365.0, 8400.0, 8411.0, 8403.0, 8426.0, 8372.0, 8401.0, 8388.0, 8407.0, 8429.0, 8406.0, 8444.0, 8375.0, 8422.0, 8390.0, 8407.0, 8416.0, 8406.0, 8445.0, 8389.0, 8421.0, 8388.0, 8409.0, 8447.0, 8393.0, 8435.0, 8393.0, 8454.0, 8405.0, 8408.0, 8459.0, 8374.0, 8444.0, 8384.0, 8430.0, 8438.0, 8427.0, 8425.0, 8366.0, 8414.0, 8423.0, 8384.0, 8424.0, 8383.0, 8386.0, 8386.0, 8390.0, 8456.0, 8393.0, 8448.0, 8388.0, 8407.0, 8446.0, 8391.0, 8394.0, 8391.0, 8395.0, 8410.0, 8396.0, 8422.0, 8477.0, 8425.0, 8480.0, 8439.0, 8459.0, 8425.0, 8511.0, 8416.0, 8463.0, 8399.0, 8428.0, 8465.0, 8413.0, 8482.0, 8424.0, 8451.0, 8377.0, 8406.0, 8458.0, 8394.0, 8466.0, 8390.0, 8423.0, 8414.0, 8389.0, 8443.0, 8392.0, 8405.0, 8367.0, 8387.0, 8442.0, 8387.0, 8404.0, 8385.0, 8389.0, 8429.0, 8392.0, 8436.0, 8390.0, 8408.0, 8460.0, 8387.0, 8447.0, 8373.0, 8406.0, 8437.0, 8386.0, 8429.0, 8383.0, 8417.0, 8428.0, 8402.0, 8441.0, 8368.0, 8413.0, 8366.0, 8385.0, 8451.0, 8430.0, 8441.0, 8383.0, 8387.0, 8381.0, 8386.0, 8454.0, 8398.0, 8428.0, 8366.0, 8382.0, 8436.0, 8383.0, 8426.0, 8366.0, 8400.0, 8439.0, 8387.0, 8445.0, 8373.0, 8403.0, 8400.0, 8403.0, 8459.0, 8389.0, 8432.0, 8388.0, 8406.0, 8444.0, 8391.0, 8460.0, 8376.0, 8435.0, 8388.0, 8405.0, 8445.0, 8393.0, 8448.0, 8410.0, 8439.0, 8409.0, 8426.0, 8451.0, 8412.0, 8465.0, 8423.0, 8453.0, 8387.0, 8405.0, 8457.0, 8388.0, 8443.0, 8386.0, 8432.0, 8368.0, 8387.0, 8424.0, 8374.0, 8445.0, 8388.0, 8406.0, 8441.0, 8385.0, 8426.0, 8387.0, 8418.0, 8383.0, 8390.0, 8439.0, 8385.0, 8402.0, 8404.0, 8410.0, 8419.0, 8396.0, 8447.0, 8394.0, 8451.0, 8392.0, 8427.0, 8391.0, 8413.0, 8464.0, 8396.0, 8438.0, 8393.0, 8426.0, 8462.0, 8395.0, 8445.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.00038618390804597696</td></tr>
<tr><td colspan=3>aqi</td><td>0.02335259436781609</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.66483480719216</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1887988269159953</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9984254569965478</td></tr>
<tr><td colspan=3>efc</td><td>0.4462</td></tr>
<tr><td colspan=3>fber</td><td>6147.5181</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09342565764792206</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8735632183908044</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.526798737018307</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4808465772156447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7244089350450293</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.375140698794247</td></tr>
<tr><td colspan=3>gcor</td><td>0.00891439</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015186786651611328</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0218235831707716</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.6800518911500215</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>27.5473</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6639</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.8069</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>646.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.7238</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8845</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.2542</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2989.7561</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66685.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>827.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3914.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.8723</td></tr>
<tr><td colspan=3>tsnr</td><td>41.59952560556121</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>