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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-03/func/sub-0098_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8ae9ee1cf6ad5fed19ec6139054ce330</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>12:45:45.817500</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.999603, 0.0139628, -0.0244703, -0.00872343, 0.97926, 0.202418]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.09114</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7813, -7167, 299, -108, 84, -10, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b8953f25-ba3c-45dd-b01b-4ea5ea32179a||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.6818618774414062, -0.023404331877827644, -0.0723305270075798, 117.30829620361328], [-0.03746110945940018, 2.627284049987793, 0.5457354187965393, -105.89569854736328], [-0.06565195322036743, -0.5430728197097778, 2.643282175064087, -27.555809020996094], [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': ['124545.817500', '124546.277500', '124546.737500', '124547.197500', '124547.657500', '124548.117500', '124548.577500', '124549.037500', '124549.497500', '124549.957500', '124550.417500', '124550.877500', '124551.337500', '124551.797500', '124552.257500', '124552.717500', '124553.177500', '124553.637500', '124554.097500', '124554.557500', '124555.017500', '124555.477500', '124555.937500', '124556.397500', '124556.857500', '124557.317500', '124557.777500', '124558.237500', '124558.697500', '124559.157500', '124559.617500', '124600.077500', '124600.537500', '124600.997500', '124601.457500', '124601.917500', '124602.377500', '124602.837500', '124603.297500', '124603.757500', '124604.217500', '124604.677500', '124605.137500', '124605.597500', '124606.057500', '124606.517500', '124606.977500', '124607.437500', '124607.897500', '124608.357500', '124608.817500', '124609.277500', '124609.737500', '124610.197500', '124610.657500', '124611.117500', '124611.577500', '124612.037500', '124612.497500', '124612.957500', '124613.417500', '124613.877500', '124614.337500', '124614.797500', '124615.257500', '124615.717500', '124616.177500', '124616.637500', '124617.097500', '124617.557500', '124618.017500', '124618.477500', '124618.937500', '124619.397500', '124619.857500', '124620.317500', '124620.777500', '124621.237500', '124621.697500', '124622.157500', '124622.617500', '124623.077500', '124623.537500', '124623.997500', '124624.457500', '124624.917500', '124625.377500', '124625.837500', '124626.297500', '124626.757500', '124627.217500', '124627.677500', '124628.137500', '124628.597500', '124629.057500', '124629.517500', '124629.977500', '124630.437500', '124630.897500', '124631.357500', '124631.817500', '124632.277500', '124632.737500', '124633.197500', '124633.657500', '124634.117500', '124634.577500', '124635.037500', '124635.497500', '124635.957500', '124636.417500', '124636.877500', '124637.337500', '124637.797500', '124638.257500', '124638.717500', '124639.177500', '124639.637500', '124640.097500', '124640.557500', '124641.017500', '124641.477500', '124641.937500', '124642.397500', '124642.857500', '124643.317500', '124643.777500', '124644.237500', '124644.697500', '124645.157500', '124645.617500', '124646.077500', '124646.537500', '124646.997500', '124647.457500', '124647.917500', '124648.377500', '124648.837500', '124649.297500', '124649.757500', '124650.217500', '124650.677500', '124651.137500', '124651.597500', '124652.057500', '124652.517500', '124652.977500', '124653.437500', '124653.897500', '124654.357500', '124654.817500', '124655.277500', '124655.737500', '124656.197500', '124656.657500', '124657.117500', '124657.577500', '124658.037500', '124658.497500', '124658.957500', '124659.417500', '124659.877500', '124700.337500', '124700.797500', '124701.257500', '124701.717500', '124702.177500', '124702.637500', '124703.097500', '124703.557500', '124704.017500', '124704.477500', '124704.937500', '124705.397500', '124705.857500', '124706.317500', '124706.777500', '124707.237500', '124707.697500', '124708.157500', '124708.617500', '124709.077500', '124709.537500', '124709.997500', '124710.457500', '124710.917500', '124711.377500', '124711.837500', '124712.297500', '124712.757500', '124713.217500', '124713.677500', '124714.137500', '124714.597500', '124715.057500', '124715.517500', '124715.977500', '124716.437500', '124716.897500', '124717.357500', '124717.817500', '124718.277500', '124718.737500', '124719.197500', '124719.657500', '124720.117500', '124720.577500', '124721.037500', '124721.497500', '124721.957500', '124722.417500', '124722.877500', '124723.337500', '124723.797500', '124724.257500', '124724.717500', '124725.177500', '124725.637500', '124726.097500', '124726.557500', '124727.017500', '124727.477500', '124727.937500', '124728.397500', '124728.857500', '124729.317500', '124729.777500', '124730.237500', '124730.697500', '124731.157500', '124731.617500', '124732.077500', '124732.537500', '124732.997500', '124733.457500', '124733.917500', '124734.377500', '124734.837500', '124735.297500', '124735.757500', '124736.217500', '124736.677500', '124737.137500', '124737.597500', '124738.057500', '124738.517500', '124738.977500', '124739.437500', '124739.897500', '124740.357500', '124740.817500', '124741.277500', '124741.737500', '124742.197500', '124742.657500', '124743.117500', '124743.577500', '124744.037500', '124744.497500', '124744.957500', '124745.417500', '124745.877500', '124746.337500', '124746.797500', '124747.257500', '124747.717500', '124748.177500', '124748.637500', '124749.097500', '124749.557500', '124750.017500', '124750.477500', '124750.937500', '124751.397500', '124751.857500', '124752.317500', '124752.777500', '124753.237500', '124753.697500', '124754.157500', '124754.617500', '124755.077500', '124755.537500', '124755.997500', '124756.457500', '124756.917500', '124757.377500', '124757.837500', '124758.297500', '124758.757500', '124759.217500', '124759.677500', '124800.137500', '124800.597500', '124801.057500', '124801.517500', '124801.977500', '124802.437500', '124802.897500', '124803.357500', '124803.817500', '124804.277500', '124804.737500', '124805.197500', '124805.657500', '124806.117500', '124806.577500', '124807.037500', '124807.497500', '124807.957500', '124808.417500', '124808.877500', '124809.337500', '124809.797500', '124810.257500', '124810.717500', '124811.177500', '124811.637500', '124812.097500', '124812.557500', '124813.017500', '124813.477500', '124813.937500', '124814.397500', '124814.857500', '124815.317500', '124815.777500', '124816.237500', '124816.697500', '124817.157500', '124817.617500', '124818.077500', '124818.537500', '124818.997500', '124819.457500', '124819.917500', '124820.377500', '124820.837500', '124821.297500', '124821.757500', '124822.217500', '124822.677500', '124823.137500', '124823.597500', '124824.057500', '124824.517500', '124824.977500', '124825.437500', '124825.897500', '124826.357500', '124826.817500', '124827.277500', '124827.737500', '124828.197500', '124828.657500', '124829.117500', '124829.577500', '124830.037500', '124830.497500', '124830.957500', '124831.417500', '124831.877500', '124832.337500', '124832.797500', '124833.257500', '124833.717500', '124834.177500', '124834.637500', '124835.097500', '124835.557500', '124836.017500', '124836.477500', '124836.937500', '124837.397500', '124837.857500', '124838.317500', '124838.777500', '124839.237500', '124839.697500', '124840.157500', '124840.617500', '124841.077500', '124841.537500', '124841.997500', '124842.457500', '124842.917500', '124843.377500', '124843.837500', '124844.297500', '124844.757500', '124845.217500', '124845.677500', '124846.137500', '124846.597500', '124847.057500', '124847.517500', '124847.977500', '124848.437500', '124848.897500', '124849.357500', '124849.817500', '124850.277500', '124850.737500', '124851.197500', '124851.657500', '124852.117500', '124852.577500', '124853.037500', '124853.497500', '124853.957500', '124854.417500', '124854.877500', '124855.337500', '124855.797500', '124856.257500', '124856.717500', '124857.177500', '124857.637500', '124858.097500', '124858.557500', '124859.017500', '124859.477500', '124859.937500', '124900.397500', '124900.857500', '124901.317500', '124901.777500', '124902.237500', '124902.697500', '124903.157500', '124903.617500', '124904.077500', '124904.537500', '124904.997500', '124905.457500', '124905.917500', '124906.377500', '124906.837500', '124907.297500', '124907.757500', '124908.217500', '124908.677500', '124909.137500', '124909.597500', '124910.057500', '124910.517500', '124910.977500', '124911.437500', '124911.897500', '124912.357500', '124912.817500', '124913.277500', '124913.737500', '124914.197500', '124914.657500', '124915.117500', '124915.577500', '124916.037500', '124916.497500', '124916.957500', '124917.417500', '124917.877500', '124918.337500', '124918.797500', '124919.257500', '124919.717500', '124920.177500', '124920.637500', '124921.097500', '124921.557500', '124922.017500', '124922.477500', '124922.937500', '124923.397500', '124923.857500', '124924.317500', '124924.777500', '124925.237500', '124925.697500', '124926.157500', '124926.617500', '124927.077500', '124927.537500', '124927.997500', '124928.457500', '124928.917500', '124929.377500', '124929.837500', '124930.297500', '124930.757500', '124931.217500', '124931.677500', '124932.137500', '124932.597500', '124933.057500', '124933.517500', '124933.977500', '124934.437500', '124934.897500', '124935.357500', '124935.817500', '124936.277500', '124936.737500', '124937.197500', '124937.657500', '124938.117500', '124938.577500', '124939.037500', '124939.497500', '124939.957500', '124940.417500', '124940.877500', '124941.337500', '124941.797500', '124942.257500', '124942.717500', '124943.177500', '124943.637500', '124944.097500', '124944.557500', '124945.017500', '124945.477500', '124945.937500', '124946.397500', '124946.857500', '124947.317500', '124947.777500', '124948.237500', '124948.697500', '124949.157500', '124949.617500', '124950.077500', '124950.537500', '124950.997500', '124951.457500', '124951.917500', '124952.377500', '124952.837500', '124953.297500', '124953.757500', '124954.217500', '124954.677500', '124955.137500', '124955.597500', '124956.057500', '124956.517500', '124956.977500', '124957.437500', '124957.897500', '124958.357500', '124958.817500', '124959.277500', '124959.737500', '125000.197500', '125000.657500', '125001.117500', '125001.577500', '125002.037500', '125002.497500', '125002.957500', '125003.417500', '125003.877500', '125004.337500', '125004.797500', '125005.257500', '125005.717500', '125006.177500', '125006.637500', '125007.097500', '125007.557500', '125008.017500', '125008.477500', '125008.937500', '125009.397500', '125009.857500', '125010.317500', '125010.777500', '125011.237500', '125011.697500', '125012.157500', '125012.617500', '125013.077500', '125013.537500', '125013.997500', '125014.457500', '125014.917500', '125015.377500', '125015.837500', '125016.297500', '125016.757500', '125017.217500', '125017.677500', '125018.137500', '125018.597500', '125019.057500', '125019.517500', '125019.977500', '125020.437500', '125020.897500', '125021.357500', '125021.817500', '125022.277500', '125022.737500', '125023.197500', '125023.657500', '125024.117500', '125024.577500', '125025.037500', '125025.497500', '125025.957500', '125026.417500', '125026.877500', '125027.337500', '125027.797500', '125028.257500', '125028.717500', '125029.177500', '125029.637500', '125030.097500', '125030.557500', '125031.017500', '125031.477500', '125031.937500', '125032.397500', '125032.857500', '125033.317500', '125033.777500', '125034.237500', '125034.697500', '125035.157500', '125035.617500', '125036.077500', '125036.537500', '125036.997500', '125037.457500', '125037.917500', '125038.377500', '125038.837500', '125039.297500', '125039.757500', '125040.217500', '125040.677500', '125041.137500', '125041.597500', '125042.057500', '125042.517500', '125042.977500', '125043.437500', '125043.897500', '125044.357500', '125044.817500', '125045.277500', '125045.737500', '125046.197500', '125046.657500', '125047.117500', '125047.577500', '125048.037500', '125048.497500', '125048.957500', '125049.417500', '125049.877500', '125050.337500', '125050.797500', '125051.257500', '125051.717500', '125052.177500', '125052.637500', '125053.097500', '125053.557500', '125054.017500', '125054.477500', '125054.937500', '125055.397500', '125055.857500', '125056.317500', '125056.777500', '125057.237500', '125057.697500', '125058.157500', '125058.617500', '125059.077500', '125059.537500', '125059.997500', '125100.457500', '125100.917500', '125101.377500', '125101.837500', '125102.297500', '125102.757500', '125103.217500', '125103.677500', '125104.137500', '125104.597500', '125105.057500', '125105.517500', '125105.977500', '125106.437500', '125106.897500', '125107.357500', '125107.817500', '125108.277500', '125108.737500', '125109.197500', '125109.657500', '125110.117500', '125110.577500', '125111.037500', '125111.497500', '125111.957500', '125112.417500', '125112.877500', '125113.337500', '125113.797500', '125114.257500', '125114.717500', '125115.177500', '125115.637500', '125116.097500', '125116.557500', '125117.017500', '125117.477500', '125117.937500', '125118.397500', '125118.857500', '125119.317500', '125119.777500', '125120.237500', '125120.697500', '125121.157500', '125121.617500', '125122.077500', '125122.537500', '125122.997500', '125123.457500', '125123.917500', '125124.377500', '125124.837500', '125125.297500', '125125.757500', '125126.217500', '125126.677500', '125127.137500', '125127.597500', '125128.057500', '125128.517500', '125128.977500', '125129.437500', '125129.897500', '125130.357500', '125130.817500', '125131.277500', '125131.737500', '125132.197500', '125132.657500', '125133.117500', '125133.577500', '125134.037500', '125134.497500', '125134.957500', '125135.417500', '125135.877500', '125136.337500', '125136.797500', '125137.257500', '125137.717500', '125138.177500', '125138.637500', '125139.097500', '125139.557500', '125140.017500', '125140.477500', '125140.937500', '125141.397500', '125141.857500', '125142.317500', '125142.777500', '125143.237500', '125143.697500', '125144.157500', '125144.617500', '125145.077500', '125145.537500', '125145.997500', '125146.457500', '125146.917500', '125147.377500', '125147.837500', '125148.297500', '125148.757500', '125149.217500', '125149.677500', '125150.137500', '125150.597500', '125151.057500', '125151.517500', '125151.977500', '125152.437500', '125152.897500', '125153.357500', '125153.817500', '125154.277500', '125154.737500', '125155.197500', '125155.657500', '125156.117500', '125156.577500', '125157.037500', '125157.497500', '125157.957500', '125158.417500', '125158.877500', '125159.337500', '125159.797500', '125200.257500', '125200.717500', '125201.177500', '125201.637500', '125202.097500', '125202.557500', '125203.017500', '125203.477500', '125203.937500', '125204.397500', '125204.857500', '125205.317500', '125205.777500', '125206.237500', '125206.697500', '125207.157500', '125207.617500', '125208.077500', '125208.537500', '125208.997500', '125209.457500', '125209.917500', '125210.377500', '125210.837500', '125211.297500', '125211.757500', '125212.217500', '125212.677500', '125213.137500', '125213.597500', '125214.057500', '125214.517500', '125214.977500', '125215.437500', '125215.897500', '125216.357500', '125216.817500', '125217.277500', '125217.737500', '125218.197500', '125218.657500', '125219.117500', '125219.577500', '125220.037500', '125220.497500', '125220.957500', '125221.417500', '125221.877500', '125222.337500', '125222.797500', '125223.257500', '125223.717500', '125224.177500', '125224.637500', '125225.097500', '125225.557500', '125226.017500', '125226.477500'], 'ContentTime': ['124558.327000', '124558.330000', '124558.333000', '124558.340000', '124558.342000', '124558.345000', '124558.348000', '124558.350000', '124558.353000', '124558.362000', '124558.365000', '124558.367000', '124558.370000', '124558.373000', '124558.375000', '124558.378000', '124558.380000', '124558.383000', '124558.385000', '124558.388000', '124558.391000', '124558.393000', '124558.396000', '124558.398000', '124558.401000', '124618.295000', '124618.298000', '124618.300000', '124618.303000', '124618.307000', '124618.309000', '124618.312000', '124618.314000', '124618.317000', '124618.320000', '124618.322000', '124618.333000', '124618.335000', '124618.338000', '124618.340000', '124618.343000', '124618.346000', '124618.348000', '124618.351000', '124618.353000', '124618.356000', '124618.359000', '124618.361000', '124618.364000', '124618.367000', '124618.374000', '124618.376000', '124618.379000', '124618.382000', '124618.384000', '124618.387000', '124618.389000', '124618.392000', '124618.395000', '124618.397000', '124618.400000', '124618.402000', '124618.405000', '124618.408000', '124618.410000', '124618.413000', '124618.415000', '124618.418000', '124638.294000', '124638.297000', '124638.300000', '124638.302000', '124638.305000', '124638.307000', '124638.310000', '124638.313000', '124638.315000', '124638.318000', '124638.320000', '124638.323000', '124638.325000', '124638.328000', '124638.331000', '124638.333000', '124638.336000', '124638.338000', '124638.341000', '124638.347000', '124638.350000', '124638.353000', '124638.355000', '124638.358000', '124638.360000', '124638.363000', '124638.365000', '124638.368000', '124638.371000', '124638.373000', '124638.376000', '124638.378000', '124638.381000', '124638.383000', '124638.386000', '124638.389000', '124638.391000', '124638.394000', '124638.396000', '124638.399000', '124638.401000', '124638.404000', '124638.407000', '124638.409000', '124658.295000', '124658.297000', '124658.300000', '124658.303000', '124658.305000', '124658.308000', '124658.310000', '124658.313000', '124658.315000', '124658.318000', '124658.321000', '124658.323000', '124658.326000', '124658.328000', '124658.331000', '124658.334000', '124658.336000', '124658.339000', '124658.341000', '124658.344000', '124658.347000', '124658.349000', '124658.352000', '124658.355000', '124658.357000', '124658.360000', '124658.362000', '124658.365000', '124658.368000', '124658.370000', '124658.374000', '124658.376000', '124658.379000', '124658.382000', '124658.384000', '124658.387000', '124658.389000', '124658.392000', '124658.395000', '124658.397000', '124658.400000', '124658.402000', '124658.405000', '124718.294000', '124718.297000', '124718.300000', '124718.302000', '124718.305000', '124718.307000', '124718.310000', '124718.313000', '124718.315000', '124718.318000', '124718.320000', '124718.323000', '124718.325000', '124718.328000', '124718.357000', '124718.359000', '124718.362000', '124718.364000', '124718.367000', '124718.370000', '124718.372000', '124718.375000', '124718.377000', '124718.380000', '124718.382000', '124718.385000', '124718.388000', '124718.390000', '124718.393000', '124718.395000', '124718.398000', '124718.400000', '124718.403000', '124718.406000', '124718.408000', '124718.411000', '124718.413000', '124718.416000', '124718.418000', '124718.421000', '124718.423000', '124718.426000', '124718.429000', '124718.431000', '124738.295000', '124738.297000', '124738.300000', '124738.302000', '124738.305000', '124738.308000', '124738.310000', '124738.313000', '124738.315000', '124738.318000', '124738.320000', '124738.323000', '124738.325000', '124738.328000', '124738.331000', '124738.333000', '124738.336000', '124738.338000', '124738.341000', '124738.344000', '124738.347000', '124738.350000', '124738.353000', '124738.355000', '124738.358000', '124738.361000', '124738.363000', '124738.366000', '124738.368000', '124738.371000', '124738.373000', '124738.376000', '124738.378000', '124738.381000', '124738.384000', '124738.386000', '124738.389000', '124738.391000', '124738.394000', '124738.396000', '124738.399000', '124738.401000', '124738.404000', '124758.295000', '124758.297000', '124758.300000', '124758.303000', '124758.305000', '124758.308000', '124758.310000', '124758.313000', '124758.315000', '124758.318000', '124758.320000', '124758.323000', '124758.326000', '124758.328000', '124758.331000', '124758.333000', '124758.336000', '124758.339000', '124758.341000', '124758.344000', '124758.346000', '124758.349000', '124758.351000', '124758.354000', '124758.356000', '124758.359000', '124758.362000', '124758.364000', '124758.367000', '124758.369000', '124758.372000', '124758.375000', '124758.377000', '124758.380000', '124758.382000', '124758.385000', '124758.388000', '124758.390000', '124758.393000', '124758.395000', '124758.398000', '124758.401000', '124758.403000', '124758.406000', '124818.294000', '124818.297000', '124818.300000', '124818.302000', '124818.305000', '124818.307000', '124818.310000', '124818.312000', '124818.315000', '124818.318000', '124818.320000', '124818.323000', '124818.325000', '124818.328000', '124818.331000', '124818.333000', '124818.336000', '124818.338000', '124818.341000', '124818.343000', '124818.346000', '124818.348000', '124818.351000', '124818.353000', '124818.356000', '124818.359000', '124818.362000', '124818.364000', '124818.367000', '124818.370000', '124818.372000', '124818.375000', '124818.377000', '124818.380000', '124818.382000', '124818.385000', '124818.388000', '124818.390000', '124818.393000', '124818.396000', '124818.398000', '124818.401000', '124818.403000', '124838.295000', '124838.298000', '124838.300000', '124838.303000', '124838.305000', '124838.308000', '124838.310000', '124838.313000', '124838.316000', '124838.318000', '124838.321000', '124838.323000', '124838.326000', '124838.329000', '124838.331000', '124838.334000', '124838.336000', '124838.339000', '124838.341000', '124838.344000', '124838.347000', '124838.349000', '124838.352000', '124838.354000', '124838.357000', '124838.360000', '124838.362000', '124838.365000', '124838.367000', '124838.370000', '124838.372000', '124838.375000', '124838.377000', '124838.380000', '124838.383000', '124838.385000', '124838.388000', '124838.390000', '124838.393000', '124838.396000', '124838.398000', '124838.401000', '124838.403000', '124838.406000', '124858.294000', '124858.297000', '124858.300000', '124858.303000', '124858.305000', '124858.308000', '124858.311000', '124858.313000', '124858.316000', '124858.318000', '124858.321000', '124858.324000', '124858.326000', '124858.329000', '124858.331000', '124858.334000', '124858.336000', '124858.339000', '124858.342000', '124858.344000', '124858.347000', '124858.349000', '124858.352000', '124858.354000', '124858.357000', '124858.360000', '124858.362000', '124858.365000', '124858.368000', '124858.371000', '124858.374000', '124858.376000', '124858.379000', '124858.382000', '124858.384000', '124858.387000', '124858.389000', '124858.392000', '124858.395000', '124858.397000', '124858.400000', '124858.403000', '124858.405000', '124918.294000', '124918.296000', '124918.303000', '124918.306000', '124918.308000', '124918.311000', '124918.314000', '124918.316000', '124918.319000', '124918.321000', '124918.324000', '124918.327000', '124918.329000', '124918.332000', '124918.334000', '124918.337000', '124918.339000', '124918.342000', '124918.345000', '124918.347000', '124918.350000', '124918.352000', '124918.355000', '124918.357000', '124918.360000', '124918.363000', '124918.365000', '124918.368000', '124918.370000', '124918.373000', '124918.376000', '124918.378000', '124918.381000', '124918.383000', '124918.386000', '124918.389000', '124918.391000', '124918.394000', '124918.397000', '124918.399000', '124918.402000', '124918.404000', '124918.407000', '124918.410000', '124938.295000', '124938.297000', '124938.300000', '124938.303000', '124938.305000', '124938.308000', '124938.310000', '124938.313000', '124938.316000', '124938.318000', '124938.321000', '124938.323000', '124938.326000', '124938.329000', '124938.331000', '124938.334000', '124938.337000', '124938.339000', '124938.342000', '124938.345000', '124938.347000', '124938.350000', '124938.353000', '124938.355000', '124938.358000', '124938.361000', '124938.363000', '124938.366000', '124938.368000', '124938.371000', '124938.373000', '124938.376000', '124938.379000', '124938.381000', '124938.384000', '124938.386000', '124938.389000', '124938.392000', '124938.394000', '124938.397000', '124938.399000', '124938.402000', '124938.405000', '124958.294000', '124958.297000', '124958.300000', '124958.302000', '124958.305000', '124958.308000', '124958.310000', '124958.313000', '124958.316000', '124958.318000', '124958.321000', '124958.323000', '124958.326000', '124958.328000', '124958.331000', '124958.333000', '124958.336000', '124958.339000', '124958.341000', '124958.344000', '124958.346000', '124958.349000', '124958.351000', '124958.354000', '124958.357000', '124958.359000', '124958.362000', '124958.364000', '124958.367000', '124958.369000', '124958.372000', '124958.375000', '124958.377000', '124958.380000', '124958.382000', '124958.385000', '124958.387000', '124958.390000', '124958.393000', '124958.395000', '124958.398000', '124958.401000', '124958.403000', '124958.406000', '125018.294000', '125018.297000', '125018.300000', '125018.302000', '125018.305000', '125018.307000', '125018.310000', '125018.313000', '125018.316000', '125018.318000', '125018.321000', '125018.324000', '125018.327000', '125018.329000', '125018.332000', '125018.334000', '125018.337000', '125018.340000', '125018.342000', '125018.345000', '125018.348000', '125018.350000', '125018.353000', '125018.355000', '125018.358000', '125018.360000', '125018.363000', '125018.366000', '125018.368000', '125018.371000', '125018.373000', '125018.376000', '125018.378000', '125018.381000', '125018.401000', '125018.404000', '125018.407000', '125018.410000', '125018.413000', '125018.416000', '125018.418000', '125018.421000', '125018.424000', '125038.295000', '125038.297000', '125038.300000', '125038.303000', '125038.306000', '125038.308000', '125038.311000', '125038.313000', '125038.316000', '125038.319000', '125038.321000', '125038.324000', '125038.327000', '125038.329000', '125038.332000', '125038.334000', '125038.337000', '125038.340000', '125038.343000', '125038.345000', '125038.348000', '125038.350000', '125038.353000', '125038.356000', '125038.358000', '125038.361000', '125038.364000', '125038.366000', '125038.369000', '125038.371000', '125038.374000', '125038.377000', '125038.379000', '125038.382000', '125038.385000', '125038.387000', '125038.390000', '125038.392000', '125038.395000', '125038.398000', '125038.400000', '125038.403000', '125038.405000', '125038.408000', '125058.294000', '125058.297000', '125058.300000', '125058.303000', '125058.305000', '125058.308000', '125058.310000', '125058.313000', '125058.316000', '125058.318000', '125058.321000', '125058.323000', '125058.326000', '125058.328000', '125058.331000', '125058.334000', '125058.336000', '125058.339000', '125058.342000', '125058.344000', '125058.347000', '125058.350000', '125058.352000', '125058.355000', '125058.358000', '125058.360000', '125058.363000', '125058.365000', '125058.368000', '125058.371000', '125058.373000', '125058.376000', '125058.379000', '125058.381000', '125058.384000', '125058.386000', '125058.389000', '125058.391000', '125058.394000', '125058.397000', '125058.399000', '125058.402000', '125058.405000', '125118.294000', '125118.297000', '125118.300000', '125118.303000', '125118.305000', '125118.308000', '125118.310000', '125118.313000', '125118.316000', '125118.318000', '125118.321000', '125118.324000', '125118.326000', '125118.329000', '125118.331000', '125118.334000', '125118.337000', '125118.339000', '125118.342000', '125118.344000', '125118.347000', '125118.350000', '125118.352000', '125118.355000', '125118.357000', '125118.360000', '125118.362000', '125118.365000', '125118.368000', '125118.370000', '125118.373000', '125118.375000', '125118.378000', '125118.381000', '125118.383000', '125118.386000', '125118.388000', '125118.391000', '125118.393000', '125118.396000', '125118.399000', '125118.401000', '125118.404000', '125118.406000', '125138.294000', '125138.296000', '125138.299000', '125138.302000', '125138.304000', '125138.307000', '125138.309000', '125138.312000', '125138.315000', '125138.317000', '125138.320000', '125138.322000', '125138.325000', '125138.327000', '125138.330000', '125138.332000', '125138.335000', '125138.338000', '125138.340000', '125138.343000', '125138.345000', '125138.348000', '125138.350000', '125138.353000', '125138.356000', '125138.358000', '125138.361000', '125138.364000', '125138.366000', '125138.371000', '125138.373000', '125138.376000', '125138.379000', '125138.381000', '125138.384000', '125138.386000', '125138.389000', '125138.392000', '125138.394000', '125138.397000', '125138.400000', '125138.402000', '125138.405000', '125158.295000', '125158.297000', '125158.300000', '125158.303000', '125158.305000', '125158.308000', '125158.311000', '125158.313000', '125158.316000', '125158.319000', '125158.321000', '125158.324000', '125158.327000', '125158.329000', '125158.332000', '125158.335000', '125158.337000', '125158.340000', '125158.343000', '125158.346000', '125158.349000', '125158.352000', '125158.354000', '125158.357000', '125158.359000', '125158.362000', '125158.365000', '125158.367000', '125158.370000', '125158.373000', '125158.375000', '125158.378000', '125158.380000', '125158.383000', '125158.386000', '125158.388000', '125158.391000', '125158.393000', '125158.396000', '125158.398000', '125158.401000', '125158.403000', '125158.406000', '125158.409000', '125218.295000', '125218.297000', '125218.300000', '125218.303000', '125218.306000', '125218.308000', '125218.311000', '125218.313000', '125218.316000', '125218.319000', '125218.321000', '125218.324000', '125218.326000', '125218.329000', '125218.332000', '125218.334000', '125218.337000', '125218.339000', '125218.342000', '125218.344000', '125218.347000', '125218.350000', '125218.352000', '125218.355000', '125218.358000', '125218.360000', '125218.363000', '125218.366000', '125218.368000', '125218.371000', '125218.373000', '125218.376000', '125218.379000', '125218.381000', '125218.384000', '125218.386000', '125218.389000', '125218.392000', '125218.394000', '125218.397000', '125218.399000', '125218.402000', '125218.405000', '125227.692000', '125227.695000', '125227.698000', '125227.701000', '125227.704000', '125227.706000', '125227.709000', '125227.712000', '125227.715000', '125227.718000', '125227.730000', '125227.732000', '125227.735000', '125227.738000', '125227.741000', '125227.744000', '125227.747000', '125227.750000', '125227.752000', '125227.755000', '125227.759000'], 'InstanceCreationTime': ['124558.327000', '124558.330000', '124558.333000', '124558.340000', '124558.342000', '124558.345000', '124558.348000', '124558.350000', '124558.353000', '124558.362000', '124558.365000', '124558.367000', '124558.370000', '124558.373000', '124558.375000', '124558.378000', '124558.380000', '124558.383000', '124558.385000', '124558.388000', '124558.391000', '124558.393000', '124558.396000', '124558.398000', '124558.401000', '124618.295000', '124618.298000', '124618.300000', '124618.303000', '124618.307000', '124618.309000', '124618.312000', '124618.314000', '124618.317000', '124618.320000', '124618.322000', '124618.333000', '124618.335000', '124618.338000', '124618.340000', '124618.343000', '124618.346000', '124618.348000', '124618.351000', '124618.353000', '124618.356000', '124618.359000', '124618.361000', '124618.364000', '124618.367000', '124618.374000', '124618.376000', '124618.379000', '124618.382000', '124618.384000', '124618.387000', '124618.389000', '124618.392000', '124618.395000', '124618.397000', '124618.400000', '124618.402000', '124618.405000', '124618.408000', '124618.410000', '124618.413000', '124618.415000', '124618.418000', '124638.294000', '124638.297000', '124638.300000', '124638.302000', '124638.305000', '124638.307000', '124638.310000', '124638.313000', '124638.315000', '124638.318000', '124638.320000', '124638.323000', '124638.325000', '124638.328000', '124638.331000', '124638.333000', '124638.336000', '124638.338000', '124638.341000', '124638.347000', '124638.350000', '124638.353000', '124638.355000', '124638.358000', '124638.360000', '124638.363000', '124638.365000', '124638.368000', '124638.371000', '124638.373000', '124638.376000', '124638.378000', '124638.381000', '124638.383000', '124638.386000', '124638.389000', '124638.391000', '124638.394000', '124638.396000', '124638.399000', '124638.401000', '124638.404000', '124638.407000', '124638.409000', '124658.295000', '124658.297000', '124658.300000', '124658.303000', '124658.305000', '124658.308000', '124658.310000', '124658.313000', '124658.315000', '124658.318000', '124658.321000', '124658.323000', '124658.326000', '124658.328000', '124658.331000', '124658.334000', '124658.336000', '124658.339000', '124658.341000', '124658.344000', '124658.347000', '124658.349000', '124658.352000', '124658.355000', '124658.357000', '124658.360000', '124658.362000', '124658.365000', '124658.368000', '124658.370000', '124658.374000', '124658.376000', '124658.379000', '124658.382000', '124658.384000', '124658.387000', '124658.389000', '124658.392000', '124658.395000', '124658.397000', '124658.400000', '124658.402000', '124658.405000', '124718.294000', '124718.297000', '124718.300000', '124718.302000', '124718.305000', '124718.307000', '124718.310000', '124718.313000', '124718.315000', '124718.318000', '124718.320000', '124718.323000', '124718.325000', '124718.328000', '124718.357000', '124718.359000', '124718.362000', '124718.364000', '124718.367000', '124718.370000', '124718.372000', '124718.375000', '124718.377000', '124718.380000', '124718.382000', '124718.385000', '124718.388000', '124718.390000', '124718.393000', '124718.395000', '124718.398000', '124718.400000', '124718.403000', '124718.406000', '124718.408000', '124718.411000', '124718.413000', '124718.416000', '124718.418000', '124718.421000', '124718.423000', '124718.426000', '124718.429000', '124718.431000', '124738.295000', '124738.297000', '124738.300000', '124738.302000', '124738.305000', '124738.308000', '124738.310000', '124738.313000', '124738.315000', '124738.318000', '124738.320000', '124738.323000', '124738.325000', '124738.328000', '124738.331000', '124738.333000', '124738.336000', '124738.338000', '124738.341000', '124738.344000', '124738.347000', '124738.350000', '124738.353000', '124738.355000', '124738.358000', '124738.361000', '124738.363000', '124738.366000', '124738.368000', '124738.371000', '124738.373000', '124738.376000', '124738.378000', '124738.381000', '124738.384000', '124738.386000', '124738.389000', '124738.391000', '124738.394000', '124738.396000', '124738.399000', '124738.401000', '124738.404000', '124758.295000', '124758.297000', '124758.300000', '124758.303000', '124758.305000', '124758.308000', '124758.310000', '124758.313000', '124758.315000', '124758.318000', '124758.320000', '124758.323000', '124758.326000', '124758.328000', '124758.331000', '124758.333000', '124758.336000', '124758.339000', '124758.341000', '124758.344000', '124758.346000', '124758.349000', '124758.351000', '124758.354000', '124758.356000', '124758.359000', '124758.362000', '124758.364000', '124758.367000', '124758.369000', '124758.372000', '124758.375000', '124758.377000', '124758.380000', '124758.382000', '124758.385000', '124758.388000', '124758.390000', '124758.393000', '124758.395000', '124758.398000', '124758.401000', '124758.403000', '124758.406000', '124818.294000', '124818.297000', '124818.300000', '124818.302000', '124818.305000', '124818.307000', '124818.310000', '124818.312000', '124818.315000', '124818.318000', '124818.320000', '124818.323000', '124818.325000', '124818.328000', '124818.331000', '124818.333000', '124818.336000', '124818.338000', '124818.341000', '124818.343000', '124818.346000', '124818.348000', '124818.351000', '124818.353000', '124818.356000', '124818.359000', '124818.362000', '124818.364000', '124818.367000', '124818.370000', '124818.372000', '124818.375000', '124818.377000', '124818.380000', '124818.382000', '124818.385000', '124818.388000', '124818.390000', '124818.393000', '124818.396000', '124818.398000', '124818.401000', '124818.403000', '124838.295000', '124838.298000', '124838.300000', '124838.303000', '124838.305000', '124838.308000', '124838.310000', '124838.313000', '124838.316000', '124838.318000', '124838.321000', '124838.323000', '124838.326000', '124838.329000', '124838.331000', '124838.334000', '124838.336000', '124838.339000', '124838.341000', '124838.344000', '124838.347000', '124838.349000', '124838.352000', '124838.354000', '124838.357000', '124838.360000', '124838.362000', '124838.365000', '124838.367000', '124838.370000', '124838.372000', '124838.375000', '124838.377000', '124838.380000', '124838.383000', '124838.385000', '124838.388000', '124838.390000', '124838.393000', '124838.396000', '124838.398000', '124838.401000', '124838.403000', '124838.406000', '124858.294000', '124858.297000', '124858.300000', '124858.303000', '124858.305000', '124858.308000', '124858.311000', '124858.313000', '124858.316000', '124858.318000', '124858.321000', '124858.324000', '124858.326000', '124858.329000', '124858.331000', '124858.334000', '124858.336000', '124858.339000', '124858.342000', '124858.344000', '124858.347000', '124858.349000', '124858.352000', '124858.354000', '124858.357000', '124858.360000', '124858.362000', '124858.365000', '124858.368000', '124858.371000', '124858.374000', '124858.376000', '124858.379000', '124858.382000', '124858.384000', '124858.387000', '124858.389000', '124858.392000', '124858.395000', '124858.397000', '124858.400000', '124858.403000', '124858.405000', '124918.294000', '124918.296000', '124918.303000', '124918.306000', '124918.308000', '124918.311000', '124918.314000', '124918.316000', '124918.319000', '124918.321000', '124918.324000', '124918.327000', '124918.329000', '124918.332000', '124918.334000', '124918.337000', '124918.339000', '124918.342000', '124918.345000', '124918.347000', '124918.350000', '124918.352000', '124918.355000', '124918.357000', '124918.360000', '124918.363000', '124918.365000', '124918.368000', '124918.370000', '124918.373000', '124918.376000', '124918.378000', '124918.381000', '124918.383000', '124918.386000', '124918.389000', '124918.391000', '124918.394000', '124918.397000', '124918.399000', '124918.402000', '124918.404000', '124918.407000', '124918.410000', '124938.295000', '124938.297000', '124938.300000', '124938.303000', '124938.305000', '124938.308000', '124938.310000', '124938.313000', '124938.316000', '124938.318000', '124938.321000', '124938.323000', '124938.326000', '124938.329000', '124938.331000', '124938.334000', '124938.337000', '124938.339000', '124938.342000', '124938.345000', '124938.347000', '124938.350000', '124938.353000', '124938.355000', '124938.358000', '124938.361000', '124938.363000', '124938.366000', '124938.368000', '124938.371000', '124938.373000', '124938.376000', '124938.379000', '124938.381000', '124938.384000', '124938.386000', '124938.389000', '124938.392000', '124938.394000', '124938.397000', '124938.399000', '124938.402000', '124938.405000', '124958.294000', '124958.297000', '124958.300000', '124958.302000', '124958.305000', '124958.308000', '124958.310000', '124958.313000', '124958.316000', '124958.318000', '124958.321000', '124958.323000', '124958.326000', '124958.328000', '124958.331000', '124958.333000', '124958.336000', '124958.339000', '124958.341000', '124958.344000', '124958.346000', '124958.349000', '124958.351000', '124958.354000', '124958.357000', '124958.359000', '124958.362000', '124958.364000', '124958.367000', '124958.369000', '124958.372000', '124958.375000', '124958.377000', '124958.380000', '124958.382000', '124958.385000', '124958.387000', '124958.390000', '124958.393000', '124958.395000', '124958.398000', '124958.401000', '124958.403000', '124958.406000', '125018.294000', '125018.297000', '125018.300000', '125018.302000', '125018.305000', '125018.307000', '125018.310000', '125018.313000', '125018.316000', '125018.318000', '125018.321000', '125018.324000', '125018.327000', '125018.329000', '125018.332000', '125018.334000', '125018.337000', '125018.340000', '125018.342000', '125018.345000', '125018.348000', '125018.350000', '125018.353000', '125018.355000', '125018.358000', '125018.360000', '125018.363000', '125018.366000', '125018.368000', '125018.371000', '125018.373000', '125018.376000', '125018.378000', '125018.381000', '125018.401000', '125018.404000', '125018.407000', '125018.410000', '125018.413000', '125018.416000', '125018.418000', '125018.421000', '125018.424000', '125038.295000', '125038.297000', '125038.300000', '125038.303000', '125038.306000', '125038.308000', '125038.311000', '125038.313000', '125038.316000', '125038.319000', '125038.321000', '125038.324000', '125038.327000', '125038.329000', '125038.332000', '125038.334000', '125038.337000', '125038.340000', '125038.343000', '125038.345000', '125038.348000', '125038.350000', '125038.353000', '125038.356000', '125038.358000', '125038.361000', '125038.364000', '125038.366000', '125038.369000', '125038.371000', '125038.374000', '125038.377000', '125038.379000', '125038.382000', '125038.385000', '125038.387000', '125038.390000', '125038.392000', '125038.395000', '125038.398000', '125038.400000', '125038.403000', '125038.405000', '125038.408000', '125058.294000', '125058.297000', '125058.300000', '125058.303000', '125058.305000', '125058.308000', '125058.310000', '125058.313000', '125058.316000', '125058.318000', '125058.321000', '125058.323000', '125058.326000', '125058.328000', '125058.331000', '125058.334000', '125058.336000', '125058.339000', '125058.342000', '125058.344000', '125058.347000', '125058.350000', '125058.352000', '125058.355000', '125058.358000', '125058.360000', '125058.363000', '125058.365000', '125058.368000', '125058.371000', '125058.373000', '125058.376000', '125058.379000', '125058.381000', '125058.384000', '125058.386000', '125058.389000', '125058.391000', '125058.394000', '125058.397000', '125058.399000', '125058.402000', '125058.405000', '125118.294000', '125118.297000', '125118.300000', '125118.303000', '125118.305000', '125118.308000', '125118.310000', '125118.313000', '125118.316000', '125118.318000', '125118.321000', '125118.324000', '125118.326000', '125118.329000', '125118.331000', '125118.334000', '125118.337000', '125118.339000', '125118.342000', '125118.344000', '125118.347000', '125118.350000', '125118.352000', '125118.355000', '125118.357000', '125118.360000', '125118.362000', '125118.365000', '125118.368000', '125118.370000', '125118.373000', '125118.375000', '125118.378000', '125118.381000', '125118.383000', '125118.386000', '125118.388000', '125118.391000', '125118.393000', '125118.396000', '125118.399000', '125118.401000', '125118.404000', '125118.406000', '125138.294000', '125138.296000', '125138.299000', '125138.302000', '125138.304000', '125138.307000', '125138.309000', '125138.312000', '125138.315000', '125138.317000', '125138.320000', '125138.322000', '125138.325000', '125138.327000', '125138.330000', '125138.332000', '125138.335000', '125138.338000', '125138.340000', '125138.343000', '125138.345000', '125138.348000', '125138.350000', '125138.353000', '125138.356000', '125138.358000', '125138.361000', '125138.364000', '125138.366000', '125138.371000', '125138.373000', '125138.376000', '125138.379000', '125138.381000', '125138.384000', '125138.386000', '125138.389000', '125138.392000', '125138.394000', '125138.397000', '125138.400000', '125138.402000', '125138.405000', '125158.295000', '125158.297000', '125158.300000', '125158.303000', '125158.305000', '125158.308000', '125158.311000', '125158.313000', '125158.316000', '125158.319000', '125158.321000', '125158.324000', '125158.327000', '125158.329000', '125158.332000', '125158.335000', '125158.337000', '125158.340000', '125158.343000', '125158.346000', '125158.349000', '125158.352000', '125158.354000', '125158.357000', '125158.359000', '125158.362000', '125158.365000', '125158.367000', '125158.370000', '125158.373000', '125158.375000', '125158.378000', '125158.380000', '125158.383000', '125158.386000', '125158.388000', '125158.391000', '125158.393000', '125158.396000', '125158.398000', '125158.401000', '125158.403000', '125158.406000', '125158.409000', '125218.295000', '125218.297000', '125218.300000', '125218.303000', '125218.306000', '125218.308000', '125218.311000', '125218.313000', '125218.316000', '125218.319000', '125218.321000', '125218.324000', '125218.326000', '125218.329000', '125218.332000', '125218.334000', '125218.337000', '125218.339000', '125218.342000', '125218.344000', '125218.347000', '125218.350000', '125218.352000', '125218.355000', '125218.358000', '125218.360000', '125218.363000', '125218.366000', '125218.368000', '125218.371000', '125218.373000', '125218.376000', '125218.379000', '125218.381000', '125218.384000', '125218.386000', '125218.389000', '125218.392000', '125218.394000', '125218.397000', '125218.399000', '125218.402000', '125218.405000', '125227.692000', '125227.695000', '125227.698000', '125227.701000', '125227.704000', '125227.706000', '125227.709000', '125227.712000', '125227.715000', '125227.718000', '125227.730000', '125227.732000', '125227.735000', '125227.738000', '125227.741000', '125227.744000', '125227.747000', '125227.750000', '125227.752000', '125227.755000', '125227.759000'], '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': [16650, 13158, 16074, 13474, 13864, 18712, 11555, 14433, 10401, 12766, 9354, 11825, 8798, 10400, 16105, 11092, 14150, 10415, 13664, 16374, 11313, 13318, 9172, 11561, 16048, 10848, 14426, 9321, 11017, 8881, 10483, 15552, 10274, 13063, 9494, 10794, 8467, 11168, 14857, 9631, 13603, 9357, 11183, 10538, 10804, 15246, 10231, 12720, 8746, 10521, 13278, 9761, 14649, 10343, 11320, 9052, 9467, 14643, 9649, 11765, 9437, 9897, 14503, 9402, 12292, 9161, 11465, 10907, 9384, 12904, 9283, 11611, 10618, 10404, 15194, 10326, 11310, 8958, 10169, 14736, 9665, 13824, 9647, 10911, 9019, 10136, 13722, 9678, 14606, 9881, 11969, 9051, 10239, 13484, 9625, 14320, 10097, 12278, 8851, 10152, 14349, 9552, 13355, 9431, 11649, 8450, 9652, 14850, 9497, 12110, 8823, 11115, 8390, 10017, 9977, 9148, 15373, 10864, 13619, 9206, 11532, 8821, 11718, 8417, 12791, 10847, 10343, 15595, 9560, 14900, 10356, 13581, 9065, 12479, 8660, 11166, 8303, 12309, 8473, 11076, 9983, 10333, 16169, 11674, 14873, 10120, 12944, 8952, 11319, 11032, 9837, 15607, 11035, 13347, 9193, 11066, 8880, 9680, 13651, 9223, 12735, 9218, 11039, 9108, 10300, 8877, 10436, 8085, 10232, 9167, 8982, 14726, 9193, 12245, 8499, 11259, 13150, 9505, 14128, 8979, 11843, 8473, 12025, 8422, 10523, 8359, 9431, 8129, 10196, 8321, 10778, 8919, 9962, 15934, 10007, 14880, 9407, 13246, 8750, 11707, 17464, 10917, 14808, 9329, 12734, 8714, 11685, 8361, 9197, 9371, 9686, 9054, 11042, 8704, 10450, 14594, 9656, 16624, 11219, 14649, 9396, 11963, 17765, 10386, 15558, 10256, 13417, 13076, 10055, 16668, 9970, 14990, 10102, 12160, 17486, 9806, 13377, 8644, 9807, 15284, 11028, 14718, 9138, 10741, 8712, 8882, 8806, 8724, 9568, 9093, 9467, 9050, 11483, 12554, 10546, 16066, 9751, 15193, 10430, 13753, 9418, 10248, 17149, 12045, 14759, 9663, 12569, 9372, 13125, 9323, 9346, 16615, 10432, 15794, 9544, 11458, 9422, 11975, 9335, 10552, 10722, 9601, 16552, 11049, 15051, 9502, 15019, 9588, 15461, 9619, 12244, 9603, 12374, 9697, 9619, 9571, 9589, 11497, 9708, 10912, 10763, 9681, 16296, 10192, 16494, 10204, 13142, 9583, 10849, 9701, 14706, 10825, 12445, 9461, 10354, 9647, 14462, 9759, 15313, 9447, 13605, 9469, 11989, 9340, 12778, 12313, 9320, 15557, 9235, 13164, 9533, 11965, 10672, 9172, 9505, 9425, 12480, 9671, 13313, 9285, 10410, 9163, 10853, 14784, 10695, 14899, 9294, 10150, 8717, 9985, 13703, 10088, 11843, 8834, 9881, 8841, 9467, 13406, 9915, 11762, 8944, 9914, 8510, 9476, 12250, 9335, 13338, 9122, 11158, 9293, 9484, 8729, 10157, 8418, 9800, 8773, 9392, 8588, 9116, 13277, 9149, 14531, 10148, 12609, 8529, 10743, 10922, 9107, 14403, 9424, 12399, 8669, 11486, 10519, 8941, 13429, 9206, 11073, 8837, 9803, 9354, 9790, 9631, 9071, 12828, 9393, 12329, 9597, 10917, 8982, 9739, 8850, 9620, 8718, 8584, 8946, 11491, 9584, 11666, 9208, 14778, 9823, 13091, 9876, 16484, 12810, 15299, 10000, 15272, 10346, 15663, 10776, 15721, 9309, 11767, 17107, 13081, 14772, 9481, 12748, 9002, 11961, 13444, 9190, 13618, 9147, 13272, 8997, 13233, 9202, 9743, 8689, 9019, 14737, 9395, 12264, 8670, 10587, 14392, 8958, 12021, 8929, 9919, 8865, 9154, 10980, 9445, 9783, 9182, 9254, 9508, 9297, 11392, 9731, 13446, 9533, 11238, 9412, 10028, 9135, 9336, 14996, 9524, 13456, 9330, 9939, 10797, 9498, 14205, 9581, 11251, 9094, 9484, 11231, 9778, 11894, 9171, 10417, 8497, 9352, 14082, 9677, 10745, 8940, 9184, 13478, 9626, 9936, 8674, 9309, 8660, 9547, 9097, 9366, 9129, 9103, 9647, 9648, 9904, 14109, 9558, 13240, 9123, 10608, 12052, 10121, 15659, 9665, 12639, 8641, 9650, 15384, 10403, 15790, 9693, 12613, 9010, 10356, 16438, 9783, 15110, 9403, 11453, 8567, 10238, 8819, 10658, 8618, 9195, 15047, 9119, 14652, 9246, 12692, 8819, 11029, 8396, 9190, 15360, 9234, 15296, 8988, 11806, 8633, 9811, 8664, 9648, 9024, 9643, 8512, 9509, 9968, 9651, 14851, 9920, 14800, 10044, 12168, 9786, 12857, 9751, 13950, 9519, 12610, 9160, 11910, 9269, 11937, 9189, 13743, 9055, 12165, 8571, 10140, 10143, 12022, 8999, 14017, 10156, 15724, 10643, 14847, 9235, 14277, 9465, 14079, 8949, 12733, 8828, 9946, 8843, 9442, 8621, 9431, 8339, 9684, 8673, 9735, 9730, 11040, 10173, 13508, 10037, 11833, 8938, 10202, 11477, 10446, 15451, 9708, 12830, 9999, 9567, 9946, 12722, 9797, 13243, 9656, 12934, 9675, 13882, 9523, 10775, 9083, 9487, 11717, 9663, 14393, 10004, 11717, 9281, 9135, 8244, 9184, 11616, 9733, 10515, 10076, 9634, 9662, 9561, 9584, 9824, 8757, 10054, 12595, 9663, 11494, 9858, 10616, 8730, 9756, 14034, 10029, 14031, 10243, 11648, 8595, 10036, 12132, 10211, 14001, 9909, 13347, 10049, 10301, 9808, 12304, 10213, 13248, 9796, 9219, 9425, 9680, 10225, 11320, 10603, 16827, 9799, 13962, 11658, 13481, 15890, 9989, 16890, 9548, 15703, 9982, 16333, 9001, 11018, 12860, 9426, 16687, 9767, 15747, 9348, 11815, 9039, 10248, 9124, 9863, 8870, 9761, 11775, 9402, 14285, 10176, 12902, 9723, 9752, 9760, 15576, 9987, 14765, 10024, 12544, 16144, 9713, 14396, 10107, 11738, 9691, 10715, 9476, 10159, 9074, 10068, 8666, 10304, 9744, 10229, 9292, 10051, 8940, 10399, 16007, 10627, 14842, 9558, 10923, 13554, 10050, 15544, 10099, 12878, 9008, 9995, 15683, 9848, 11835, 9802, 9771, 13607, 9994, 10954, 9386, 9565, 10478, 9663, 13725, 9981, 11166, 9864, 9584, 9193, 9770, 8353, 9701, 13730, 9566, 14050, 9258, 11573, 14906, 9850, 14247, 9842, 10941, 9365, 9853, 9190, 10323, 9357, 10089, 10096, 10749, 10560, 12047, 9632, 14505, 8807, 10891, 9841, 10391, 8536, 8352, 11226, 11649, 14519, 10221, 12874, 18568, 15047, 15277, 11863, 10439, 14830, 14365, 14336, 18131, 14235, 16808, 12425, 15091, 11073, 14588, 9191, 14040, 9761, 11854, 12560, 9831, 15725, 10097, 13538, 9207, 11131, 9296, 9398, 8814, 9182, 11367, 9319, 11247, 9369, 10313, 9340, 9980, 8934, 10016, 8498, 9084, 15095, 9730, 13037, 8495, 11170, 12084, 8855, 15635, 8496], 'WindowCenter': [4787.0, 4741.0, 4748.0, 4703.0, 4700.0, 4729.0, 4678.0, 4694.0, 4666.0, 4685.0, 4642.0, 4673.0, 4645.0, 4669.0, 4703.0, 4674.0, 4695.0, 4653.0, 4685.0, 4703.0, 4664.0, 4671.0, 4630.0, 4662.0, 4689.0, 4648.0, 4679.0, 4628.0, 4651.0, 4631.0, 4641.0, 4680.0, 4641.0, 4657.0, 4629.0, 4650.0, 4619.0, 4652.0, 4679.0, 4641.0, 4683.0, 4632.0, 4661.0, 4650.0, 4653.0, 4680.0, 4641.0, 4659.0, 4618.0, 4651.0, 4670.0, 4641.0, 4667.0, 4637.0, 4637.0, 4616.0, 4627.0, 4678.0, 4629.0, 4649.0, 4627.0, 4639.0, 4669.0, 4641.0, 4661.0, 4629.0, 4649.0, 4636.0, 4629.0, 4658.0, 4619.0, 4648.0, 4637.0, 4638.0, 4678.0, 4637.0, 4638.0, 4616.0, 4650.0, 4677.0, 4631.0, 4667.0, 4629.0, 4639.0, 4617.0, 4640.0, 4669.0, 4632.0, 4679.0, 4639.0, 4660.0, 4631.0, 4653.0, 4670.0, 4643.0, 4680.0, 4642.0, 4675.0, 4632.0, 4654.0, 4681.0, 4644.0, 4682.0, 4644.0, 4664.0, 4622.0, 4642.0, 4680.0, 4654.0, 4675.0, 4645.0, 4667.0, 4648.0, 4667.0, 4654.0, 4657.0, 4705.0, 4664.0, 4684.0, 4644.0, 4662.0, 4643.0, 4676.0, 4635.0, 4674.0, 4651.0, 4655.0, 4691.0, 4643.0, 4690.0, 4641.0, 4685.0, 4631.0, 4671.0, 4632.0, 4651.0, 4622.0, 4661.0, 4619.0, 4653.0, 4640.0, 4653.0, 4690.0, 4652.0, 4680.0, 4640.0, 4659.0, 4617.0, 4649.0, 4637.0, 4639.0, 4689.0, 4637.0, 4657.0, 4629.0, 4647.0, 4619.0, 4628.0, 4668.0, 4632.0, 4659.0, 4622.0, 4639.0, 4619.0, 4630.0, 4620.0, 4651.0, 4609.0, 4644.0, 4631.0, 4636.0, 4696.0, 4644.0, 4662.0, 4624.0, 4664.0, 4673.0, 4646.0, 4683.0, 4636.0, 4663.0, 4625.0, 4676.0, 4636.0, 4669.0, 4635.0, 4645.0, 4636.0, 4667.0, 4637.0, 4677.0, 4647.0, 4667.0, 4706.0, 4671.0, 4707.0, 4662.0, 4688.0, 4636.0, 4678.0, 4716.0, 4666.0, 4696.0, 4645.0, 4700.0, 4647.0, 4674.0, 4633.0, 4646.0, 4644.0, 4656.0, 4647.0, 4679.0, 4660.0, 4682.0, 4709.0, 4671.0, 4720.0, 4680.0, 4709.0, 4661.0, 4693.0, 4727.0, 4670.0, 4710.0, 4659.0, 4687.0, 4686.0, 4656.0, 4704.0, 4656.0, 4707.0, 4654.0, 4664.0, 4702.0, 4641.0, 4671.0, 4632.0, 4654.0, 4690.0, 4639.0, 4664.0, 4603.0, 4624.0, 4607.0, 4617.0, 4630.0, 4632.0, 4645.0, 4645.0, 4656.0, 4645.0, 4677.0, 4677.0, 4668.0, 4704.0, 4645.0, 4694.0, 4654.0, 4685.0, 4633.0, 4643.0, 4692.0, 4662.0, 4682.0, 4630.0, 4659.0, 4619.0, 4659.0, 4617.0, 4620.0, 4676.0, 4638.0, 4679.0, 4617.0, 4638.0, 4616.0, 4636.0, 4605.0, 4628.0, 4624.0, 4615.0, 4675.0, 4637.0, 4654.0, 4615.0, 4652.0, 4616.0, 4655.0, 4614.0, 4633.0, 4615.0, 4643.0, 4616.0, 4614.0, 4617.0, 4617.0, 4648.0, 4617.0, 4638.0, 4637.0, 4617.0, 4677.0, 4628.0, 4677.0, 4628.0, 4656.0, 4616.0, 4625.0, 4619.0, 4666.0, 4639.0, 4648.0, 4629.0, 4627.0, 4630.0, 4670.0, 4631.0, 4680.0, 4632.0, 4669.0, 4619.0, 4652.0, 4618.0, 4649.0, 4647.0, 4619.0, 4678.0, 4621.0, 4648.0, 4618.0, 4638.0, 4639.0, 4630.0, 4632.0, 4632.0, 4662.0, 4646.0, 4686.0, 4634.0, 4642.0, 4622.0, 4643.0, 4671.0, 4642.0, 4668.0, 4620.0, 4630.0, 4609.0, 4629.0, 4658.0, 4629.0, 4638.0, 4608.0, 4618.0, 4606.0, 4618.0, 4647.0, 4619.0, 4638.0, 4607.0, 4619.0, 4609.0, 4619.0, 4648.0, 4621.0, 4659.0, 4620.0, 4638.0, 4621.0, 4631.0, 4622.0, 4645.0, 4627.0, 4646.0, 4625.0, 4634.0, 4623.0, 4636.0, 4674.0, 4647.0, 4697.0, 4657.0, 4675.0, 4626.0, 4657.0, 4654.0, 4635.0, 4684.0, 4633.0, 4675.0, 4624.0, 4655.0, 4642.0, 4635.0, 4675.0, 4646.0, 4666.0, 4635.0, 4647.0, 4635.0, 4647.0, 4645.0, 4648.0, 4675.0, 4649.0, 4689.0, 4660.0, 4670.0, 4662.0, 4676.0, 4665.0, 4688.0, 4653.0, 4651.0, 4651.0, 4691.0, 4658.0, 4680.0, 4662.0, 4712.0, 4685.0, 4703.0, 4673.0, 4721.0, 4702.0, 4712.0, 4663.0, 4700.0, 4660.0, 4699.0, 4658.0, 4696.0, 4636.0, 4666.0, 4693.0, 4663.0, 4672.0, 4633.0, 4662.0, 4623.0, 4649.0, 4648.0, 4609.0, 4647.0, 4607.0, 4647.0, 4609.0, 4648.0, 4607.0, 4618.0, 4595.0, 4608.0, 4668.0, 4609.0, 4651.0, 4597.0, 4628.0, 4646.0, 4595.0, 4635.0, 4595.0, 4615.0, 4595.0, 4607.0, 4626.0, 4617.0, 4629.0, 4618.0, 4622.0, 4630.0, 4633.0, 4653.0, 4635.0, 4674.0, 4636.0, 4654.0, 4633.0, 4646.0, 4633.0, 4637.0, 4685.0, 4646.0, 4676.0, 4634.0, 4646.0, 4644.0, 4647.0, 4685.0, 4636.0, 4655.0, 4625.0, 4647.0, 4654.0, 4646.0, 4667.0, 4636.0, 4656.0, 4626.0, 4637.0, 4687.0, 4647.0, 4669.0, 4637.0, 4648.0, 4675.0, 4635.0, 4645.0, 4625.0, 4647.0, 4637.0, 4660.0, 4647.0, 4661.0, 4663.0, 4664.0, 4674.0, 4674.0, 4685.0, 4714.0, 4663.0, 4703.0, 4663.0, 4673.0, 4681.0, 4673.0, 4711.0, 4661.0, 4681.0, 4639.0, 4661.0, 4698.0, 4669.0, 4698.0, 4649.0, 4678.0, 4638.0, 4660.0, 4706.0, 4658.0, 4697.0, 4637.0, 4654.0, 4627.0, 4670.0, 4637.0, 4656.0, 4624.0, 4635.0, 4683.0, 4623.0, 4682.0, 4635.0, 4663.0, 4621.0, 4654.0, 4612.0, 4633.0, 4682.0, 4635.0, 4681.0, 4622.0, 4666.0, 4624.0, 4633.0, 4611.0, 4633.0, 4620.0, 4632.0, 4624.0, 4648.0, 4643.0, 4648.0, 4697.0, 4672.0, 4710.0, 4659.0, 4666.0, 4645.0, 4675.0, 4645.0, 4688.0, 4647.0, 4676.0, 4636.0, 4667.0, 4633.0, 4667.0, 4635.0, 4686.0, 4637.0, 4667.0, 4637.0, 4658.0, 4660.0, 4678.0, 4649.0, 4699.0, 4671.0, 4698.0, 4658.0, 4698.0, 4648.0, 4685.0, 4634.0, 4686.0, 4626.0, 4666.0, 4624.0, 4644.0, 4624.0, 4648.0, 4624.0, 4647.0, 4626.0, 4647.0, 4637.0, 4647.0, 4662.0, 4683.0, 4672.0, 4700.0, 4673.0, 4692.0, 4650.0, 4674.0, 4682.0, 4682.0, 4712.0, 4652.0, 4677.0, 4661.0, 4649.0, 4648.0, 4678.0, 4661.0, 4689.0, 4662.0, 4689.0, 4660.0, 4689.0, 4648.0, 4657.0, 4635.0, 4649.0, 4664.0, 4646.0, 4685.0, 4645.0, 4665.0, 4633.0, 4635.0, 4624.0, 4635.0, 4653.0, 4643.0, 4654.0, 4646.0, 4646.0, 4649.0, 4659.0, 4661.0, 4673.0, 4653.0, 4687.0, 4702.0, 4688.0, 4696.0, 4673.0, 4681.0, 4652.0, 4673.0, 4713.0, 4673.0, 4701.0, 4673.0, 4694.0, 4652.0, 4675.0, 4691.0, 4672.0, 4700.0, 4673.0, 4702.0, 4663.0, 4670.0, 4687.0, 4706.0, 4698.0, 4704.0, 4673.0, 4649.0, 4667.0, 4666.0, 4686.0, 4685.0, 4674.0, 4733.0, 4662.0, 4702.0, 4670.0, 4690.0, 4698.0, 4647.0, 4707.0, 4635.0, 4694.0, 4633.0, 4695.0, 4622.0, 4640.0, 4650.0, 4621.0, 4683.0, 4620.0, 4666.0, 4608.0, 4638.0, 4608.0, 4642.0, 4620.0, 4631.0, 4619.0, 4630.0, 4649.0, 4632.0, 4684.0, 4644.0, 4662.0, 4634.0, 4623.0, 4633.0, 4680.0, 4630.0, 4671.0, 4618.0, 4649.0, 4668.0, 4618.0, 4655.0, 4616.0, 4638.0, 4619.0, 4627.0, 4619.0, 4629.0, 4609.0, 4632.0, 4610.0, 4643.0, 4632.0, 4644.0, 4633.0, 4647.0, 4635.0, 4658.0, 4696.0, 4657.0, 4684.0, 4636.0, 4657.0, 4676.0, 4646.0, 4684.0, 4644.0, 4664.0, 4621.0, 4643.0, 4680.0, 4632.0, 4664.0, 4629.0, 4629.0, 4657.0, 4632.0, 4640.0, 4621.0, 4643.0, 4652.0, 4632.0, 4671.0, 4643.0, 4651.0, 4631.0, 4633.0, 4633.0, 4657.0, 4626.0, 4648.0, 4688.0, 4649.0, 4687.0, 4648.0, 4679.0, 4695.0, 4645.0, 4683.0, 4644.0, 4653.0, 4635.0, 4645.0, 4635.0, 4657.0, 4648.0, 4660.0, 4670.0, 4682.0, 4697.0, 4707.0, 4674.0, 4711.0, 4666.0, 4696.0, 4672.0, 4653.0, 4618.0, 4649.0, 4712.0, 4711.0, 4718.0, 4675.0, 4696.0, 4722.0, 4677.0, 4667.0, 4647.0, 4636.0, 4677.0, 4680.0, 4674.0, 4680.0, 4644.0, 4653.0, 4619.0, 4638.0, 4599.0, 4626.0, 4574.0, 4612.0, 4570.0, 4590.0, 4600.0, 4572.0, 4620.0, 4582.0, 4611.0, 4572.0, 4592.0, 4571.0, 4573.0, 4562.0, 4585.0, 4604.0, 4588.0, 4606.0, 4615.0, 4621.0, 4616.0, 4626.0, 4617.0, 4627.0, 4606.0, 4620.0, 4666.0, 4629.0, 4670.0, 4622.0, 4652.0, 4660.0, 4622.0, 4680.0, 4622.0], 'WindowWidth': [10432.0, 10352.0, 10357.0, 10281.0, 10272.0, 10310.0, 10234.0, 10252.0, 10218.0, 10244.0, 10180.0, 10225.0, 10187.0, 10224.0, 10266.0, 10227.0, 10260.0, 10194.0, 10239.0, 10265.0, 10210.0, 10216.0, 10158.0, 10205.0, 10237.0, 10181.0, 10223.0, 10153.0, 10187.0, 10160.0, 10174.0, 10224.0, 10173.0, 10193.0, 10155.0, 10185.0, 10143.0, 10190.0, 10224.0, 10174.0, 10236.0, 10162.0, 10203.0, 10186.0, 10189.0, 10224.0, 10172.0, 10195.0, 10138.0, 10187.0, 10216.0, 10174.0, 10205.0, 10163.0, 10162.0, 10132.0, 10152.0, 10220.0, 10155.0, 10180.0, 10150.0, 10170.0, 10208.0, 10175.0, 10201.0, 10153.0, 10182.0, 10160.0, 10156.0, 10192.0, 10137.0, 10179.0, 10161.0, 10163.0, 10220.0, 10163.0, 10164.0, 10131.0, 10187.0, 10218.0, 10156.0, 10204.0, 10153.0, 10168.0, 10138.0, 10171.0, 10209.0, 10160.0, 10222.0, 10169.0, 10199.0, 10161.0, 10192.0, 10213.0, 10179.0, 10223.0, 10176.0, 10225.0, 10162.0, 10194.0, 10229.0, 10182.0, 10233.0, 10182.0, 10208.0, 10148.0, 10177.0, 10226.0, 10196.0, 10227.0, 10186.0, 10217.0, 10197.0, 10220.0, 10200.0, 10207.0, 10268.0, 10213.0, 10237.0, 10183.0, 10207.0, 10183.0, 10232.0, 10171.0, 10224.0, 10188.0, 10202.0, 10244.0, 10180.0, 10241.0, 10174.0, 10243.0, 10162.0, 10217.0, 10163.0, 10188.0, 10146.0, 10199.0, 10143.0, 10192.0, 10172.0, 10196.0, 10242.0, 10187.0, 10226.0, 10169.0, 10194.0, 10134.0, 10181.0, 10164.0, 10170.0, 10237.0, 10164.0, 10191.0, 10154.0, 10177.0, 10139.0, 10151.0, 10205.0, 10158.0, 10191.0, 10144.0, 10162.0, 10136.0, 10151.0, 10140.0, 10184.0, 10125.0, 10177.0, 10159.0, 10171.0, 10252.0, 10181.0, 10202.0, 10152.0, 10210.0, 10217.0, 10185.0, 10231.0, 10171.0, 10205.0, 10156.0, 10225.0, 10174.0, 10222.0, 10175.0, 10185.0, 10174.0, 10220.0, 10179.0, 10233.0, 10191.0, 10219.0, 10271.0, 10230.0, 10273.0, 10217.0, 10246.0, 10175.0, 10233.0, 10285.0, 10216.0, 10256.0, 10187.0, 10269.0, 10192.0, 10224.0, 10168.0, 10188.0, 10183.0, 10202.0, 10191.0, 10241.0, 10215.0, 10249.0, 10283.0, 10232.0, 10295.0, 10241.0, 10279.0, 10216.0, 10263.0, 10304.0, 10227.0, 10281.0, 10206.0, 10245.0, 10241.0, 10201.0, 10263.0, 10198.0, 10274.0, 10196.0, 10207.0, 10257.0, 10172.0, 10214.0, 10166.0, 10200.0, 10240.0, 10168.0, 10193.0, 10108.0, 10134.0, 10119.0, 10132.0, 10157.0, 10162.0, 10186.0, 10186.0, 10203.0, 10186.0, 10231.0, 10231.0, 10219.0, 10264.0, 10183.0, 10249.0, 10194.0, 10237.0, 10163.0, 10178.0, 10242.0, 10201.0, 10225.0, 10154.0, 10193.0, 10135.0, 10191.0, 10132.0, 10138.0, 10211.0, 10162.0, 10217.0, 10130.0, 10160.0, 10127.0, 10157.0, 10112.0, 10147.0, 10137.0, 10125.0, 10206.0, 10157.0, 10177.0, 10125.0, 10170.0, 10127.0, 10178.0, 10123.0, 10146.0, 10126.0, 10161.0, 10128.0, 10124.0, 10131.0, 10130.0, 10175.0, 10132.0, 10161.0, 10157.0, 10132.0, 10210.0, 10146.0, 10214.0, 10146.0, 10181.0, 10130.0, 10139.0, 10135.0, 10196.0, 10165.0, 10174.0, 10152.0, 10146.0, 10152.0, 10205.0, 10156.0, 10220.0, 10158.0, 10205.0, 10137.0, 10183.0, 10133.0, 10178.0, 10170.0, 10134.0, 10214.0, 10139.0, 10171.0, 10133.0, 10158.0, 10165.0, 10154.0, 10160.0, 10159.0, 10203.0, 10187.0, 10242.0, 10165.0, 10175.0, 10144.0, 10175.0, 10210.0, 10170.0, 10203.0, 10137.0, 10152.0, 10122.0, 10149.0, 10188.0, 10149.0, 10161.0, 10118.0, 10132.0, 10112.0, 10133.0, 10170.0, 10135.0, 10160.0, 10118.0, 10135.0, 10120.0, 10135.0, 10174.0, 10140.0, 10190.0, 10139.0, 10161.0, 10141.0, 10154.0, 10144.0, 10180.0, 10159.0, 10185.0, 10153.0, 10166.0, 10149.0, 10169.0, 10218.0, 10186.0, 10255.0, 10200.0, 10225.0, 10157.0, 10201.0, 10193.0, 10169.0, 10235.0, 10164.0, 10222.0, 10150.0, 10193.0, 10174.0, 10166.0, 10221.0, 10185.0, 10213.0, 10168.0, 10188.0, 10171.0, 10186.0, 10183.0, 10190.0, 10224.0, 10195.0, 10247.0, 10211.0, 10225.0, 10217.0, 10244.0, 10224.0, 10263.0, 10208.0, 10198.0, 10202.0, 10258.0, 10206.0, 10238.0, 10215.0, 10288.0, 10255.0, 10274.0, 10233.0, 10298.0, 10273.0, 10288.0, 10218.0, 10263.0, 10208.0, 10262.0, 10203.0, 10256.0, 10170.0, 10210.0, 10244.0, 10202.0, 10212.0, 10159.0, 10198.0, 10148.0, 10179.0, 10173.0, 10120.0, 10168.0, 10115.0, 10170.0, 10120.0, 10170.0, 10112.0, 10130.0, 10097.0, 10117.0, 10202.0, 10120.0, 10184.0, 10101.0, 10144.0, 10165.0, 10096.0, 10151.0, 10095.0, 10124.0, 10096.0, 10116.0, 10139.0, 10130.0, 10149.0, 10134.0, 10144.0, 10152.0, 10160.0, 10188.0, 10166.0, 10219.0, 10168.0, 10190.0, 10162.0, 10181.0, 10161.0, 10172.0, 10235.0, 10182.0, 10223.0, 10163.0, 10181.0, 10176.0, 10184.0, 10234.0, 10167.0, 10193.0, 10150.0, 10183.0, 10188.0, 10181.0, 10210.0, 10169.0, 10197.0, 10156.0, 10172.0, 10239.0, 10187.0, 10218.0, 10171.0, 10187.0, 10221.0, 10167.0, 10180.0, 10151.0, 10186.0, 10174.0, 10208.0, 10192.0, 10214.0, 10219.0, 10222.0, 10239.0, 10237.0, 10254.0, 10288.0, 10220.0, 10274.0, 10218.0, 10232.0, 10240.0, 10230.0, 10280.0, 10212.0, 10239.0, 10177.0, 10212.0, 10259.0, 10219.0, 10258.0, 10191.0, 10231.0, 10176.0, 10209.0, 10266.0, 10204.0, 10255.0, 10172.0, 10191.0, 10158.0, 10224.0, 10172.0, 10196.0, 10150.0, 10166.0, 10228.0, 10147.0, 10227.0, 10164.0, 10202.0, 10144.0, 10191.0, 10130.0, 10162.0, 10228.0, 10166.0, 10225.0, 10145.0, 10211.0, 10148.0, 10159.0, 10126.0, 10161.0, 10140.0, 10159.0, 10152.0, 10191.0, 10178.0, 10188.0, 10256.0, 10232.0, 10280.0, 10206.0, 10209.0, 10182.0, 10221.0, 10181.0, 10243.0, 10186.0, 10225.0, 10168.0, 10211.0, 10163.0, 10214.0, 10168.0, 10236.0, 10172.0, 10213.0, 10173.0, 10202.0, 10209.0, 10233.0, 10195.0, 10264.0, 10227.0, 10259.0, 10203.0, 10258.0, 10189.0, 10233.0, 10166.0, 10237.0, 10153.0, 10207.0, 10148.0, 10176.0, 10148.0, 10186.0, 10150.0, 10187.0, 10157.0, 10184.0, 10173.0, 10189.0, 10214.0, 10245.0, 10230.0, 10266.0, 10231.0, 10256.0, 10194.0, 10232.0, 10243.0, 10245.0, 10282.0, 10198.0, 10228.0, 10209.0, 10193.0, 10189.0, 10232.0, 10212.0, 10247.0, 10213.0, 10250.0, 10208.0, 10244.0, 10187.0, 10199.0, 10166.0, 10190.0, 10205.0, 10184.0, 10238.0, 10181.0, 10206.0, 10161.0, 10168.0, 10152.0, 10167.0, 10188.0, 10179.0, 10192.0, 10184.0, 10182.0, 10191.0, 10206.0, 10213.0, 10234.0, 10208.0, 10257.0, 10274.0, 10263.0, 10268.0, 10234.0, 10245.0, 10203.0, 10235.0, 10289.0, 10233.0, 10269.0, 10232.0, 10263.0, 10201.0, 10235.0, 10253.0, 10226.0, 10263.0, 10231.0, 10269.0, 10216.0, 10224.0, 10256.0, 10283.0, 10276.0, 10280.0, 10232.0, 10194.0, 10227.0, 10223.0, 10252.0, 10249.0, 10232.0, 10316.0, 10213.0, 10268.0, 10218.0, 10248.0, 10256.0, 10187.0, 10265.0, 10165.0, 10246.0, 10159.0, 10248.0, 10142.0, 10167.0, 10176.0, 10139.0, 10226.0, 10136.0, 10195.0, 10117.0, 10159.0, 10117.0, 10172.0, 10140.0, 10156.0, 10137.0, 10154.0, 10176.0, 10160.0, 10232.0, 10177.0, 10198.0, 10163.0, 10145.0, 10161.0, 10223.0, 10154.0, 10213.0, 10133.0, 10176.0, 10200.0, 10131.0, 10178.0, 10127.0, 10158.0, 10135.0, 10146.0, 10135.0, 10150.0, 10122.0, 10157.0, 10127.0, 10176.0, 10159.0, 10178.0, 10162.0, 10184.0, 10166.0, 10203.0, 10251.0, 10202.0, 10235.0, 10168.0, 10199.0, 10222.0, 10181.0, 10230.0, 10176.0, 10203.0, 10140.0, 10176.0, 10221.0, 10156.0, 10204.0, 10149.0, 10150.0, 10187.0, 10158.0, 10169.0, 10141.0, 10178.0, 10188.0, 10160.0, 10209.0, 10174.0, 10184.0, 10156.0, 10162.0, 10164.0, 10201.0, 10158.0, 10190.0, 10243.0, 10191.0, 10242.0, 10190.0, 10234.0, 10250.0, 10182.0, 10228.0, 10176.0, 10190.0, 10166.0, 10179.0, 10167.0, 10200.0, 10190.0, 10208.0, 10224.0, 10244.0, 10275.0, 10287.0, 10237.0, 10283.0, 10229.0, 10269.0, 10230.0, 10195.0, 10145.0, 10211.0, 10306.0, 10303.0, 10304.0, 10240.0, 10271.0, 10296.0, 10219.0, 10204.0, 10178.0, 10161.0, 10219.0, 10227.0, 10222.0, 10230.0, 10167.0, 10179.0, 10122.0, 10150.0, 10094.0, 10128.0, 10051.0, 10105.0, 10042.0, 10072.0, 10082.0, 10048.0, 10111.0, 10064.0, 10103.0, 10048.0, 10078.0, 10045.0, 10052.0, 10035.0, 10074.0, 10097.0, 10081.0, 10103.0, 10133.0, 10135.0, 10133.0, 10149.0, 10135.0, 10150.0, 10120.0, 10144.0, 10200.0, 10153.0, 10211.0, 10149.0, 10191.0, 10196.0, 10146.0, 10223.0, 10147.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.00910409666283084</td></tr>
<tr><td colspan=3>aqi</td><td>0.05715141127733027</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.72281273620966</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1791208393663597</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1781801665898632</td></tr>
<tr><td colspan=3>efc</td><td>0.5174</td></tr>
<tr><td colspan=3>fber</td><td>3060.7664</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14170010504910796</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.622554660529344</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.54059220039815</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3674778526458384</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7895765698549484</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.464722178693662</td></tr>
<tr><td colspan=3>gcor</td><td>0.013806</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021464120596647263</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02462705783545971</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.94349285226509</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>19.0286</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.3185</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>266.0334</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292620.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1264.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>470.84</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1632</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.496</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3791.5235</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83924.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5006.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.2802</td></tr>
<tr><td colspan=3>tsnr</td><td>25.866606869269162</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>