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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-01/func/sub-0057_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f092a5f1233c75093b3f388a606e1685</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>10:13:49.457500</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.999294, -0.00890636, -0.0364931, 0.00610445, 0.997075, -0.0761833]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110915</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7787, -7227, 496, -37, -255, -63, 76]</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>252.261</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9631a1a0-e83c-4d23-bab4-20bf6a351881||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.6810333728790283, 0.016377782449126244, -0.10007528960704803, 114.33978271484375], [0.023895101621747017, 2.675079822540283, -0.2049482762813568, -78.00537872314453], [-0.09790843725204468, 0.20439425110816956, 2.690349578857422, -70.11756134033203], [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': ['101349.457500', '101349.917500', '101350.377500', '101350.837500', '101351.297500', '101351.757500', '101352.217500', '101352.677500', '101353.137500', '101353.597500', '101354.057500', '101354.517500', '101354.977500', '101355.437500', '101355.897500', '101356.357500', '101356.817500', '101357.277500', '101357.737500', '101358.197500', '101358.657500', '101359.117500', '101359.577500', '101400.037500', '101400.497500', '101400.957500', '101401.417500', '101401.877500', '101402.337500', '101402.797500', '101403.257500', '101403.717500', '101404.177500', '101404.637500', '101405.097500', '101405.557500', '101406.017500', '101406.477500', '101406.937500', '101407.397500', '101407.857500', '101408.317500', '101408.777500', '101409.237500', '101409.697500', '101410.157500', '101410.617500', '101411.077500', '101411.537500', '101411.997500', '101412.457500', '101412.917500', '101413.377500', '101413.837500', '101414.297500', '101414.757500', '101415.217500', '101415.677500', '101416.137500', '101416.597500', '101417.057500', '101417.517500', '101417.977500', '101418.437500', '101418.897500', '101419.357500', '101419.817500', '101420.277500', '101420.737500', '101421.197500', '101421.657500', '101422.117500', '101422.577500', '101423.037500', '101423.497500', '101423.957500', '101424.417500', '101424.877500', '101425.337500', '101425.797500', '101426.257500', '101426.717500', '101427.177500', '101427.637500', '101428.097500', '101428.557500', '101429.017500', '101429.477500', '101429.937500', '101430.397500', '101430.857500', '101431.317500', '101431.777500', '101432.237500', '101432.697500', '101433.157500', '101433.617500', '101434.077500', '101434.537500', '101434.997500', '101435.457500', '101435.917500', '101436.377500', '101436.837500', '101437.297500', '101437.757500', '101438.217500', '101438.677500', '101439.137500', '101439.597500', '101440.057500', '101440.517500', '101440.977500', '101441.437500', '101441.897500', '101442.357500', '101442.817500', '101443.277500', '101443.737500', '101444.197500', '101444.657500', '101445.117500', '101445.577500', '101446.037500', '101446.497500', '101446.957500', '101447.417500', '101447.877500', '101448.337500', '101448.797500', '101449.257500', '101449.717500', '101450.177500', '101450.637500', '101451.097500', '101451.557500', '101452.017500', '101452.477500', '101452.937500', '101453.397500', '101453.857500', '101454.317500', '101454.777500', '101455.237500', '101455.697500', '101456.157500', '101456.617500', '101457.077500', '101457.537500', '101457.997500', '101458.457500', '101458.917500', '101459.377500', '101459.837500', '101500.297500', '101500.757500', '101501.217500', '101501.677500', '101502.137500', '101502.597500', '101503.057500', '101503.517500', '101503.977500', '101504.437500', '101504.897500', '101505.357500', '101505.817500', '101506.277500', '101506.737500', '101507.197500', '101507.657500', '101508.117500', '101508.577500', '101509.037500', '101509.497500', '101509.957500', '101510.417500', '101510.877500', '101511.337500', '101511.797500', '101512.257500', '101512.717500', '101513.177500', '101513.637500', '101514.097500', '101514.557500', '101515.017500', '101515.477500', '101515.937500', '101516.397500', '101516.857500', '101517.317500', '101517.777500', '101518.237500', '101518.697500', '101519.157500', '101519.617500', '101520.077500', '101520.537500', '101520.997500', '101521.457500', '101521.917500', '101522.377500', '101522.837500', '101523.297500', '101523.757500', '101524.217500', '101524.677500', '101525.137500', '101525.597500', '101526.057500', '101526.517500', '101526.977500', '101527.437500', '101527.897500', '101528.357500', '101528.817500', '101529.277500', '101529.737500', '101530.197500', '101530.657500', '101531.117500', '101531.577500', '101532.037500', '101532.497500', '101532.957500', '101533.417500', '101533.877500', '101534.337500', '101534.797500', '101535.257500', '101535.717500', '101536.177500', '101536.637500', '101537.097500', '101537.557500', '101538.017500', '101538.477500', '101538.937500', '101539.397500', '101539.857500', '101540.317500', '101540.777500', '101541.237500', '101541.697500', '101542.157500', '101542.617500', '101543.077500', '101543.537500', '101543.997500', '101544.457500', '101544.917500', '101545.377500', '101545.837500', '101546.297500', '101546.757500', '101547.217500', '101547.677500', '101548.137500', '101548.597500', '101549.057500', '101549.517500', '101549.977500', '101550.437500', '101550.897500', '101551.357500', '101551.817500', '101552.277500', '101552.737500', '101553.197500', '101553.657500', '101554.117500', '101554.577500', '101555.037500', '101555.497500', '101555.957500', '101556.417500', '101556.877500', '101557.337500', '101557.797500', '101558.257500', '101558.717500', '101559.177500', '101559.637500', '101600.097500', '101600.557500', '101601.017500', '101601.477500', '101601.937500', '101602.397500', '101602.857500', '101603.317500', '101603.777500', '101604.237500', '101604.697500', '101605.157500', '101605.617500', '101606.077500', '101606.537500', '101606.997500', '101607.457500', '101607.917500', '101608.377500', '101608.837500', '101609.297500', '101609.757500', '101610.217500', '101610.677500', '101611.137500', '101611.597500', '101612.057500', '101612.517500', '101612.977500', '101613.437500', '101613.897500', '101614.357500', '101614.817500', '101615.277500', '101615.737500', '101616.197500', '101616.657500', '101617.117500', '101617.577500', '101618.037500', '101618.497500', '101618.957500', '101619.417500', '101619.877500', '101620.337500', '101620.797500', '101621.257500', '101621.717500', '101622.177500', '101622.637500', '101623.097500', '101623.557500', '101624.017500', '101624.477500', '101624.937500', '101625.397500', '101625.857500', '101626.317500', '101626.777500', '101627.237500', '101627.697500', '101628.157500', '101628.617500', '101629.077500', '101629.537500', '101629.997500', '101630.457500', '101630.917500', '101631.377500', '101631.837500', '101632.297500', '101632.757500', '101633.217500', '101633.677500', '101634.137500', '101634.597500', '101635.057500', '101635.517500', '101635.977500', '101636.437500', '101636.897500', '101637.357500', '101637.817500', '101638.277500', '101638.737500', '101639.197500', '101639.657500', '101640.117500', '101640.577500', '101641.037500', '101641.497500', '101641.957500', '101642.417500', '101642.877500', '101643.337500', '101643.797500', '101644.257500', '101644.717500', '101645.177500', '101645.637500', '101646.097500', '101646.557500', '101647.017500', '101647.477500', '101647.937500', '101648.397500', '101648.857500', '101649.317500', '101649.777500', '101650.237500', '101650.697500', '101651.157500', '101651.617500', '101652.077500', '101652.537500', '101652.997500', '101653.457500', '101653.917500', '101654.377500', '101654.837500', '101655.297500', '101655.757500', '101656.217500', '101656.677500', '101657.137500', '101657.597500', '101658.057500', '101658.517500', '101658.977500', '101659.437500', '101659.897500', '101700.357500', '101700.817500', '101701.277500', '101701.737500', '101702.197500', '101702.657500', '101703.117500', '101703.577500', '101704.037500', '101704.497500', '101704.957500', '101705.417500', '101705.877500', '101706.337500', '101706.797500', '101707.257500', '101707.717500', '101708.177500', '101708.637500', '101709.097500', '101709.557500', '101710.017500', '101710.477500', '101710.937500', '101711.397500', '101711.857500', '101712.317500', '101712.777500', '101713.237500', '101713.697500', '101714.157500', '101714.617500', '101715.077500', '101715.537500', '101715.997500', '101716.457500', '101716.917500', '101717.377500', '101717.837500', '101718.297500', '101718.757500', '101719.217500', '101719.677500', '101720.137500', '101720.597500', '101721.057500', '101721.517500', '101721.977500', '101722.437500', '101722.897500', '101723.357500', '101723.817500', '101724.277500', '101724.737500', '101725.197500', '101725.657500', '101726.117500', '101726.577500', '101727.037500', '101727.497500', '101727.957500', '101728.417500', '101728.877500', '101729.337500', '101729.797500', '101730.257500', '101730.717500', '101731.177500', '101731.637500', '101732.097500', '101732.557500', '101733.017500', '101733.477500', '101733.937500', '101734.397500', '101734.857500', '101735.317500', '101735.777500', '101736.237500', '101736.697500', '101737.157500', '101737.617500', '101738.077500', '101738.537500', '101738.997500', '101739.457500', '101739.917500', '101740.377500', '101740.837500', '101741.297500', '101741.757500', '101742.217500', '101742.677500', '101743.137500', '101743.597500', '101744.057500', '101744.517500', '101744.977500', '101745.437500', '101745.897500', '101746.357500', '101746.817500', '101747.277500', '101747.737500', '101748.197500', '101748.657500', '101749.117500', '101749.577500', '101750.037500', '101750.497500', '101750.957500', '101751.417500', '101751.877500', '101752.337500', '101752.797500', '101753.257500', '101753.717500', '101754.177500', '101754.637500', '101755.097500', '101755.557500', '101756.017500', '101756.477500', '101756.937500', '101757.397500', '101757.857500', '101758.317500', '101758.777500', '101759.237500', '101759.697500', '101800.157500', '101800.617500', '101801.077500', '101801.537500', '101801.997500', '101802.457500', '101802.917500', '101803.377500', '101803.837500', '101804.297500', '101804.757500', '101805.217500', '101805.677500', '101806.137500', '101806.597500', '101807.057500', '101807.517500', '101807.977500', '101808.437500', '101808.897500', '101809.357500', '101809.817500', '101810.277500', '101810.737500', '101811.197500', '101811.657500', '101812.117500', '101812.577500', '101813.037500', '101813.497500', '101813.957500', '101814.417500', '101814.877500', '101815.337500', '101815.797500', '101816.257500', '101816.717500', '101817.177500', '101817.637500', '101818.097500', '101818.557500', '101819.017500', '101819.477500', '101819.937500', '101820.397500', '101820.857500', '101821.317500', '101821.777500', '101822.237500', '101822.697500', '101823.157500', '101823.617500', '101824.077500', '101824.537500', '101824.997500', '101825.457500', '101825.917500', '101826.377500', '101826.837500', '101827.297500', '101827.757500', '101828.217500', '101828.677500', '101829.137500', '101829.597500', '101830.057500', '101830.517500', '101830.977500', '101831.437500', '101831.897500', '101832.357500', '101832.817500', '101833.277500', '101833.737500', '101834.197500', '101834.657500', '101835.117500', '101835.577500', '101836.037500', '101836.497500', '101836.957500', '101837.417500', '101837.877500', '101838.337500', '101838.797500', '101839.257500', '101839.717500', '101840.177500', '101840.637500', '101841.097500', '101841.557500', '101842.017500', '101842.477500', '101842.937500', '101843.397500', '101843.857500', '101844.317500', '101844.777500', '101845.237500', '101845.697500', '101846.157500', '101846.617500', '101847.077500', '101847.537500', '101847.997500', '101848.457500', '101848.917500', '101849.377500', '101849.837500', '101850.297500', '101850.757500', '101851.217500', '101851.677500', '101852.137500', '101852.597500', '101853.057500', '101853.517500', '101853.977500', '101854.437500', '101854.897500', '101855.357500', '101855.817500', '101856.277500', '101856.737500', '101857.197500', '101857.657500', '101858.117500', '101858.577500', '101859.037500', '101859.497500', '101859.957500', '101900.417500', '101900.877500', '101901.337500', '101901.797500', '101902.257500', '101902.717500', '101903.177500', '101903.637500', '101904.097500', '101904.557500', '101905.017500', '101905.477500', '101905.937500', '101906.397500', '101906.857500', '101907.317500', '101907.777500', '101908.237500', '101908.697500', '101909.157500', '101909.617500', '101910.077500', '101910.537500', '101910.997500', '101911.457500', '101911.917500', '101912.377500', '101912.837500', '101913.297500', '101913.757500', '101914.217500', '101914.677500', '101915.137500', '101915.597500', '101916.057500', '101916.517500', '101916.977500', '101917.437500', '101917.897500', '101918.357500', '101918.817500', '101919.277500', '101919.737500', '101920.197500', '101920.657500', '101921.117500', '101921.577500', '101922.037500', '101922.497500', '101922.957500', '101923.417500', '101923.877500', '101924.337500', '101924.797500', '101925.257500', '101925.717500', '101926.177500', '101926.637500', '101927.097500', '101927.557500', '101928.017500', '101928.477500', '101928.937500', '101929.397500', '101929.857500', '101930.317500', '101930.777500', '101931.237500', '101931.697500', '101932.157500', '101932.617500', '101933.077500', '101933.537500', '101933.997500', '101934.457500', '101934.917500', '101935.377500', '101935.837500', '101936.297500', '101936.757500', '101937.217500', '101937.677500', '101938.137500', '101938.597500', '101939.057500', '101939.517500', '101939.977500', '101940.437500', '101940.897500', '101941.357500', '101941.817500', '101942.277500', '101942.737500', '101943.197500', '101943.657500', '101944.117500', '101944.577500', '101945.037500', '101945.497500', '101945.957500', '101946.417500', '101946.877500', '101947.337500', '101947.797500', '101948.257500', '101948.717500', '101949.177500', '101949.637500', '101950.097500', '101950.557500', '101951.017500', '101951.477500', '101951.937500', '101952.397500', '101952.857500', '101953.317500', '101953.777500', '101954.237500', '101954.697500', '101955.157500', '101955.617500', '101956.077500', '101956.537500', '101956.997500', '101957.457500', '101957.917500', '101958.377500', '101958.837500', '101959.297500', '101959.757500', '102000.217500', '102000.677500', '102001.137500', '102001.597500', '102002.057500', '102002.517500', '102002.977500', '102003.437500', '102003.897500', '102004.357500', '102004.817500', '102005.277500', '102005.737500', '102006.197500', '102006.657500', '102007.117500', '102007.577500', '102008.037500', '102008.497500', '102008.957500', '102009.417500', '102009.877500', '102010.337500', '102010.797500', '102011.257500', '102011.717500', '102012.177500', '102012.637500', '102013.097500', '102013.557500', '102014.017500', '102014.477500', '102014.937500', '102015.397500', '102015.857500', '102016.317500', '102016.777500', '102017.237500', '102017.697500', '102018.157500', '102018.617500', '102019.077500', '102019.537500', '102019.997500', '102020.457500', '102020.917500', '102021.377500', '102021.837500', '102022.297500', '102022.757500', '102023.217500', '102023.677500', '102024.137500', '102024.597500', '102025.057500', '102025.517500', '102025.977500', '102026.437500', '102026.897500', '102027.357500', '102027.817500', '102028.277500', '102028.737500', '102029.197500', '102029.657500', '102030.117500'], 'ContentTime': ['101417.901000', '101417.905000', '101417.907000', '101417.910000', '101417.912000', '101417.915000', '101417.917000', '101417.920000', '101417.923000', '101417.925000', '101417.928000', '101417.930000', '101417.933000', '101417.936000', '101417.938000', '101417.941000', '101417.943000', '101417.946000', '101417.948000', '101417.951000', '101417.954000', '101417.956000', '101417.964000', '101417.966000', '101417.969000', '101417.971000', '101417.974000', '101417.977000', '101417.979000', '101417.982000', '101417.984000', '101417.987000', '101417.989000', '101417.992000', '101417.994000', '101417.997000', '101418.000000', '101418.003000', '101418.005000', '101418.008000', '101418.016000', '101418.019000', '101418.022000', '101418.024000', '101418.027000', '101418.029000', '101418.032000', '101418.034000', '101418.037000', '101418.039000', '101418.042000', '101418.044000', '101418.047000', '101418.050000', '101418.052000', '101418.085000', '101418.088000', '101418.091000', '101418.093000', '101418.096000', '101437.870000', '101437.872000', '101437.875000', '101437.877000', '101437.889000', '101437.892000', '101437.894000', '101437.897000', '101437.899000', '101437.902000', '101437.905000', '101437.907000', '101437.910000', '101437.912000', '101437.915000', '101437.917000', '101437.920000', '101437.922000', '101437.925000', '101437.927000', '101437.930000', '101437.932000', '101437.935000', '101437.937000', '101437.940000', '101437.943000', '101437.945000', '101437.948000', '101437.950000', '101437.953000', '101437.955000', '101437.958000', '101437.960000', '101437.963000', '101437.965000', '101437.968000', '101437.970000', '101437.973000', '101437.976000', '101437.978000', '101437.981000', '101437.983000', '101437.986000', '101457.870000', '101457.872000', '101457.875000', '101457.878000', '101457.880000', '101457.883000', '101457.885000', '101457.888000', '101457.890000', '101457.893000', '101457.895000', '101457.898000', '101457.901000', '101457.903000', '101457.906000', '101457.908000', '101457.911000', '101457.913000', '101457.916000', '101457.918000', '101457.921000', '101457.923000', '101457.926000', '101457.929000', '101457.931000', '101457.934000', '101457.936000', '101457.939000', '101457.941000', '101457.944000', '101457.947000', '101457.949000', '101457.952000', '101457.954000', '101457.957000', '101457.959000', '101457.962000', '101457.965000', '101457.967000', '101457.970000', '101457.972000', '101457.975000', '101457.977000', '101517.869000', '101517.872000', '101517.875000', '101517.877000', '101517.880000', '101517.882000', '101517.885000', '101517.887000', '101517.890000', '101517.893000', '101517.895000', '101517.898000', '101517.901000', '101517.903000', '101517.906000', '101517.908000', '101517.911000', '101517.913000', '101517.916000', '101517.918000', '101517.921000', '101517.923000', '101517.926000', '101517.929000', '101517.931000', '101517.934000', '101517.936000', '101517.939000', '101517.941000', '101517.944000', '101517.946000', '101517.949000', '101517.952000', '101517.954000', '101517.957000', '101517.959000', '101517.962000', '101517.964000', '101517.967000', '101517.970000', '101517.972000', '101517.975000', '101517.977000', '101517.980000', '101537.871000', '101537.873000', '101537.876000', '101537.879000', '101537.881000', '101537.884000', '101537.886000', '101537.889000', '101537.891000', '101537.894000', '101537.897000', '101537.899000', '101537.902000', '101537.904000', '101537.907000', '101537.909000', '101537.912000', '101537.914000', '101537.917000', '101537.920000', '101537.922000', '101537.925000', '101537.927000', '101537.930000', '101537.932000', '101537.935000', '101537.937000', '101537.940000', '101537.943000', '101537.945000', '101537.948000', '101537.950000', '101537.953000', '101537.955000', '101537.958000', '101537.960000', '101537.963000', '101537.966000', '101537.968000', '101537.971000', '101537.973000', '101537.976000', '101537.978000', '101537.981000', '101557.870000', '101557.873000', '101557.876000', '101557.878000', '101557.881000', '101557.883000', '101557.886000', '101557.889000', '101557.891000', '101557.894000', '101557.896000', '101557.899000', '101557.901000', '101557.904000', '101557.907000', '101557.909000', '101557.912000', '101557.914000', '101557.917000', '101557.919000', '101557.922000', '101557.924000', '101557.927000', '101557.930000', '101557.932000', '101557.935000', '101557.937000', '101557.940000', '101557.942000', '101557.945000', '101557.948000', '101557.950000', '101557.953000', '101557.955000', '101557.958000', '101557.960000', '101557.963000', '101557.966000', '101557.968000', '101557.971000', '101557.973000', '101557.976000', '101557.979000', '101617.871000', '101617.873000', '101617.876000', '101617.878000', '101617.881000', '101617.884000', '101617.886000', '101617.889000', '101617.892000', '101617.895000', '101617.898000', '101617.900000', '101617.903000', '101617.906000', '101617.908000', '101617.911000', '101617.913000', '101617.916000', '101617.918000', '101617.921000', '101617.924000', '101617.926000', '101617.929000', '101617.931000', '101617.934000', '101617.936000', '101617.939000', '101617.942000', '101617.944000', '101617.947000', '101617.949000', '101617.952000', '101617.955000', '101617.957000', '101617.960000', '101617.962000', '101617.965000', '101617.968000', '101617.970000', '101617.973000', '101617.975000', '101617.978000', '101617.980000', '101637.869000', '101637.872000', '101637.875000', '101637.877000', '101637.880000', '101637.883000', '101637.885000', '101637.888000', '101637.895000', '101637.898000', '101637.900000', '101637.903000', '101637.905000', '101637.908000', '101637.911000', '101637.913000', '101637.916000', '101637.918000', '101637.921000', '101637.924000', '101637.926000', '101637.929000', '101637.931000', '101637.934000', '101637.937000', '101637.939000', '101637.942000', '101637.944000', '101637.947000', '101637.949000', '101637.952000', '101637.954000', '101637.957000', '101637.960000', '101637.962000', '101637.965000', '101637.967000', '101637.971000', '101637.973000', '101637.976000', '101637.979000', '101637.981000', '101637.984000', '101637.986000', '101657.869000', '101657.872000', '101657.875000', '101657.877000', '101657.880000', '101657.882000', '101657.885000', '101657.888000', '101657.890000', '101657.893000', '101657.896000', '101657.898000', '101657.901000', '101657.903000', '101657.906000', '101657.908000', '101657.911000', '101657.914000', '101657.916000', '101657.919000', '101657.921000', '101657.924000', '101657.927000', '101657.929000', '101657.932000', '101657.934000', '101657.937000', '101657.939000', '101657.942000', '101657.945000', '101657.947000', '101657.950000', '101657.952000', '101657.955000', '101657.957000', '101657.960000', '101657.963000', '101657.965000', '101657.968000', '101657.970000', '101657.973000', '101657.975000', '101657.978000', '101657.981000', '101717.869000', '101717.872000', '101717.875000', '101717.877000', '101717.880000', '101717.882000', '101717.885000', '101717.888000', '101717.890000', '101717.893000', '101717.895000', '101717.898000', '101717.900000', '101717.903000', '101717.905000', '101717.908000', '101717.911000', '101717.913000', '101717.916000', '101717.918000', '101717.921000', '101717.923000', '101717.926000', '101717.929000', '101717.931000', '101717.934000', '101717.936000', '101717.939000', '101717.941000', '101717.944000', '101717.947000', '101717.949000', '101717.952000', '101717.954000', '101717.957000', '101717.960000', '101717.962000', '101717.965000', '101717.967000', '101717.970000', '101717.972000', '101717.975000', '101717.977000', '101737.869000', '101737.872000', '101737.875000', '101737.877000', '101737.880000', '101737.883000', '101737.885000', '101737.888000', '101737.890000', '101737.893000', '101737.895000', '101737.898000', '101737.901000', '101737.903000', '101737.906000', '101737.909000', '101737.911000', '101737.914000', '101737.916000', '101737.919000', '101737.921000', '101737.924000', '101737.927000', '101737.929000', '101737.932000', '101737.934000', '101737.937000', '101737.939000', '101737.942000', '101737.945000', '101737.963000', '101737.965000', '101737.968000', '101737.971000', '101737.973000', '101737.976000', '101737.978000', '101737.981000', '101737.984000', '101737.986000', '101737.989000', '101737.991000', '101737.994000', '101737.996000', '101757.870000', '101757.873000', '101757.876000', '101757.878000', '101757.881000', '101757.884000', '101757.896000', '101757.899000', '101757.902000', '101757.904000', '101757.907000', '101757.909000', '101757.912000', '101757.914000', '101757.917000', '101757.920000', '101757.922000', '101757.925000', '101757.927000', '101757.930000', '101757.932000', '101757.935000', '101757.938000', '101757.940000', '101757.943000', '101757.945000', '101757.948000', '101757.950000', '101757.953000', '101757.956000', '101757.958000', '101757.961000', '101757.963000', '101757.966000', '101757.969000', '101757.971000', '101757.974000', '101757.976000', '101757.979000', '101757.982000', '101757.984000', '101757.987000', '101757.989000', '101817.871000', '101818.048000', '101818.051000', '101818.053000', '101818.056000', '101818.058000', '101818.061000', '101818.063000', '101818.066000', '101818.069000', '101818.071000', '101818.074000', '101818.076000', '101818.079000', '101818.082000', '101818.084000', '101818.087000', '101818.089000', '101818.092000', '101818.094000', '101818.097000', '101818.099000', '101818.102000', '101818.105000', '101818.107000', '101818.110000', '101818.112000', '101818.115000', '101818.117000', '101818.120000', '101818.123000', '101818.125000', '101818.128000', '101818.130000', '101818.133000', '101818.135000', '101818.138000', '101818.140000', '101818.143000', '101818.146000', '101818.148000', '101818.151000', '101818.154000', '101837.870000', '101837.873000', '101837.876000', '101837.879000', '101837.881000', '101837.884000', '101837.886000', '101837.889000', '101837.891000', '101837.894000', '101837.897000', '101837.899000', '101837.902000', '101837.905000', '101837.907000', '101837.910000', '101837.913000', '101837.915000', '101837.918000', '101837.920000', '101837.923000', '101837.926000', '101837.928000', '101837.931000', '101837.933000', '101837.936000', '101837.939000', '101837.941000', '101837.944000', '101837.946000', '101837.949000', '101837.952000', '101837.954000', '101837.957000', '101837.959000', '101837.962000', '101837.965000', '101837.967000', '101837.970000', '101837.972000', '101837.975000', '101837.977000', '101837.980000', '101837.983000', '101857.870000', '101857.872000', '101857.875000', '101857.877000', '101857.880000', '101857.883000', '101857.885000', '101857.888000', '101857.890000', '101857.893000', '101857.896000', '101857.898000', '101857.901000', '101857.903000', '101857.906000', '101857.909000', '101857.911000', '101857.914000', '101857.916000', '101857.919000', '101857.922000', '101857.924000', '101857.927000', '101857.929000', '101857.932000', '101857.934000', '101857.937000', '101857.940000', '101857.942000', '101857.945000', '101857.947000', '101857.950000', '101857.953000', '101857.955000', '101857.958000', '101857.960000', '101857.963000', '101857.966000', '101857.968000', '101857.971000', '101857.973000', '101857.976000', '101857.979000', '101857.981000', '101917.870000', '101917.878000', '101917.881000', '101917.883000', '101917.886000', '101917.888000', '101917.891000', '101917.893000', '101917.896000', '101917.899000', '101917.901000', '101917.904000', '101917.906000', '101917.909000', '101917.912000', '101917.914000', '101917.917000', '101917.920000', '101917.922000', '101917.925000', '101917.927000', '101917.930000', '101917.933000', '101917.935000', '101917.938000', '101917.940000', '101917.943000', '101917.945000', '101917.948000', '101917.951000', '101917.953000', '101917.956000', '101917.959000', '101917.961000', '101917.964000', '101917.966000', '101917.969000', '101917.971000', '101917.974000', '101917.977000', '101917.979000', '101917.982000', '101917.985000', '101937.870000', '101937.873000', '101937.875000', '101937.878000', '101937.880000', '101937.883000', '101937.886000', '101937.888000', '101937.891000', '101937.893000', '101937.896000', '101937.899000', '101937.902000', '101937.904000', '101937.907000', '101937.909000', '101937.913000', '101937.915000', '101937.918000', '101937.921000', '101937.924000', '101937.926000', '101937.929000', '101937.932000', '101937.934000', '101937.937000', '101937.941000', '101937.944000', '101937.947000', '101937.949000', '101937.952000', '101937.954000', '101937.957000', '101937.960000', '101937.962000', '101937.965000', '101937.968000', '101937.971000', '101937.973000', '101937.976000', '101937.979000', '101937.981000', '101937.984000', '101957.869000', '101957.872000', '101957.875000', '101957.877000', '101957.880000', '101957.883000', '101957.885000', '101957.888000', '101957.890000', '101957.893000', '101957.896000', '101957.898000', '101957.901000', '101957.903000', '101957.906000', '101957.909000', '101957.911000', '101957.914000', '101957.916000', '101957.919000', '101957.921000', '101957.924000', '101957.927000', '101957.929000', '101957.932000', '101957.934000', '101957.937000', '101957.939000', '101957.942000', '101957.945000', '101957.947000', '101957.950000', '101957.952000', '101957.955000', '101957.958000', '101957.960000', '101957.963000', '101957.965000', '101957.968000', '101957.970000', '101957.973000', '101957.976000', '101957.978000', '101957.981000', '102017.871000', '102017.873000', '102017.876000', '102017.878000', '102017.881000', '102017.884000', '102017.886000', '102017.889000', '102017.891000', '102017.894000', '102017.897000', '102017.899000', '102017.902000', '102017.904000', '102017.907000', '102017.909000', '102017.912000', '102017.914000', '102017.917000', '102017.920000', '102017.922000', '102017.925000', '102017.927000', '102017.930000', '102017.932000', '102017.935000', '102017.938000', '102017.940000', '102017.943000', '102017.945000', '102017.948000', '102017.950000', '102017.953000', '102017.955000', '102017.958000', '102017.961000', '102017.963000', '102017.966000', '102017.969000', '102017.971000', '102017.974000', '102017.976000', '102017.979000', '102031.206000', '102031.209000', '102031.211000', '102031.214000', '102031.217000', '102031.219000', '102031.222000', '102031.224000', '102031.227000', '102031.244000', '102031.246000', '102031.249000', '102031.251000', '102031.254000', '102031.256000', '102031.259000', '102031.262000', '102031.264000', '102031.267000', '102031.269000', '102031.272000', '102031.275000', '102031.277000', '102031.280000', '102031.282000', '102031.285000', '102031.288000', '102031.290000', '102031.293000', '102031.295000'], 'InstanceCreationTime': ['101417.901000', '101417.905000', '101417.907000', '101417.910000', '101417.912000', '101417.915000', '101417.917000', '101417.920000', '101417.923000', '101417.925000', '101417.928000', '101417.930000', '101417.933000', '101417.936000', '101417.938000', '101417.941000', '101417.943000', '101417.946000', '101417.948000', '101417.951000', '101417.954000', '101417.956000', '101417.964000', '101417.966000', '101417.969000', '101417.971000', '101417.974000', '101417.977000', '101417.979000', '101417.982000', '101417.984000', '101417.987000', '101417.989000', '101417.992000', '101417.994000', '101417.997000', '101418.000000', '101418.003000', '101418.005000', '101418.008000', '101418.016000', '101418.019000', '101418.022000', '101418.024000', '101418.027000', '101418.029000', '101418.032000', '101418.034000', '101418.037000', '101418.039000', '101418.042000', '101418.044000', '101418.047000', '101418.050000', '101418.052000', '101418.085000', '101418.088000', '101418.091000', '101418.093000', '101418.096000', '101437.870000', '101437.872000', '101437.875000', '101437.877000', '101437.889000', '101437.892000', '101437.894000', '101437.897000', '101437.899000', '101437.902000', '101437.905000', '101437.907000', '101437.910000', '101437.912000', '101437.915000', '101437.917000', '101437.920000', '101437.922000', '101437.925000', '101437.927000', '101437.930000', '101437.932000', '101437.935000', '101437.937000', '101437.940000', '101437.943000', '101437.945000', '101437.948000', '101437.950000', '101437.953000', '101437.955000', '101437.958000', '101437.960000', '101437.963000', '101437.965000', '101437.968000', '101437.970000', '101437.973000', '101437.976000', '101437.978000', '101437.981000', '101437.983000', '101437.986000', '101457.870000', '101457.872000', '101457.875000', '101457.878000', '101457.880000', '101457.883000', '101457.885000', '101457.888000', '101457.890000', '101457.893000', '101457.895000', '101457.898000', '101457.901000', '101457.903000', '101457.906000', '101457.908000', '101457.911000', '101457.913000', '101457.916000', '101457.918000', '101457.921000', '101457.923000', '101457.926000', '101457.929000', '101457.931000', '101457.934000', '101457.936000', '101457.939000', '101457.941000', '101457.944000', '101457.947000', '101457.949000', '101457.952000', '101457.954000', '101457.957000', '101457.959000', '101457.962000', '101457.965000', '101457.967000', '101457.970000', '101457.972000', '101457.975000', '101457.977000', '101517.869000', '101517.872000', '101517.875000', '101517.877000', '101517.880000', '101517.882000', '101517.885000', '101517.887000', '101517.890000', '101517.893000', '101517.895000', '101517.898000', '101517.901000', '101517.903000', '101517.906000', '101517.908000', '101517.911000', '101517.913000', '101517.916000', '101517.918000', '101517.921000', '101517.923000', '101517.926000', '101517.929000', '101517.931000', '101517.934000', '101517.936000', '101517.939000', '101517.941000', '101517.944000', '101517.946000', '101517.949000', '101517.952000', '101517.954000', '101517.957000', '101517.959000', '101517.962000', '101517.964000', '101517.967000', '101517.970000', '101517.972000', '101517.975000', '101517.977000', '101517.980000', '101537.871000', '101537.873000', '101537.876000', '101537.879000', '101537.881000', '101537.884000', '101537.886000', '101537.889000', '101537.891000', '101537.894000', '101537.897000', '101537.899000', '101537.902000', '101537.904000', '101537.907000', '101537.909000', '101537.912000', '101537.914000', '101537.917000', '101537.920000', '101537.922000', '101537.925000', '101537.927000', '101537.930000', '101537.932000', '101537.935000', '101537.937000', '101537.940000', '101537.943000', '101537.945000', '101537.948000', '101537.950000', '101537.953000', '101537.955000', '101537.958000', '101537.960000', '101537.963000', '101537.966000', '101537.968000', '101537.971000', '101537.973000', '101537.976000', '101537.978000', '101537.981000', '101557.870000', '101557.873000', '101557.876000', '101557.878000', '101557.881000', '101557.883000', '101557.886000', '101557.889000', '101557.891000', '101557.894000', '101557.896000', '101557.899000', '101557.901000', '101557.904000', '101557.907000', '101557.909000', '101557.912000', '101557.914000', '101557.917000', '101557.919000', '101557.922000', '101557.924000', '101557.927000', '101557.930000', '101557.932000', '101557.935000', '101557.937000', '101557.940000', '101557.942000', '101557.945000', '101557.948000', '101557.950000', '101557.953000', '101557.955000', '101557.958000', '101557.960000', '101557.963000', '101557.966000', '101557.968000', '101557.971000', '101557.973000', '101557.976000', '101557.979000', '101617.871000', '101617.873000', '101617.876000', '101617.878000', '101617.881000', '101617.884000', '101617.886000', '101617.889000', '101617.892000', '101617.895000', '101617.898000', '101617.900000', '101617.903000', '101617.906000', '101617.908000', '101617.911000', '101617.913000', '101617.916000', '101617.918000', '101617.921000', '101617.924000', '101617.926000', '101617.929000', '101617.931000', '101617.934000', '101617.936000', '101617.939000', '101617.942000', '101617.944000', '101617.947000', '101617.949000', '101617.952000', '101617.955000', '101617.957000', '101617.960000', '101617.962000', '101617.965000', '101617.968000', '101617.970000', '101617.973000', '101617.975000', '101617.978000', '101617.980000', '101637.869000', '101637.872000', '101637.875000', '101637.877000', '101637.880000', '101637.883000', '101637.885000', '101637.888000', '101637.895000', '101637.898000', '101637.900000', '101637.903000', '101637.905000', '101637.908000', '101637.911000', '101637.913000', '101637.916000', '101637.918000', '101637.921000', '101637.924000', '101637.926000', '101637.929000', '101637.931000', '101637.934000', '101637.937000', '101637.939000', '101637.942000', '101637.944000', '101637.947000', '101637.949000', '101637.952000', '101637.954000', '101637.957000', '101637.960000', '101637.962000', '101637.965000', '101637.967000', '101637.971000', '101637.973000', '101637.976000', '101637.979000', '101637.981000', '101637.984000', '101637.986000', '101657.869000', '101657.872000', '101657.875000', '101657.877000', '101657.880000', '101657.882000', '101657.885000', '101657.888000', '101657.890000', '101657.893000', '101657.896000', '101657.898000', '101657.901000', '101657.903000', '101657.906000', '101657.908000', '101657.911000', '101657.914000', '101657.916000', '101657.919000', '101657.921000', '101657.924000', '101657.927000', '101657.929000', '101657.932000', '101657.934000', '101657.937000', '101657.939000', '101657.942000', '101657.945000', '101657.947000', '101657.950000', '101657.952000', '101657.955000', '101657.957000', '101657.960000', '101657.963000', '101657.965000', '101657.968000', '101657.970000', '101657.973000', '101657.975000', '101657.978000', '101657.981000', '101717.869000', '101717.872000', '101717.875000', '101717.877000', '101717.880000', '101717.882000', '101717.885000', '101717.888000', '101717.890000', '101717.893000', '101717.895000', '101717.898000', '101717.900000', '101717.903000', '101717.905000', '101717.908000', '101717.911000', '101717.913000', '101717.916000', '101717.918000', '101717.921000', '101717.923000', '101717.926000', '101717.929000', '101717.931000', '101717.934000', '101717.936000', '101717.939000', '101717.941000', '101717.944000', '101717.947000', '101717.949000', '101717.952000', '101717.954000', '101717.957000', '101717.960000', '101717.962000', '101717.965000', '101717.967000', '101717.970000', '101717.972000', '101717.975000', '101717.977000', '101737.869000', '101737.872000', '101737.875000', '101737.877000', '101737.880000', '101737.883000', '101737.885000', '101737.888000', '101737.890000', '101737.893000', '101737.895000', '101737.898000', '101737.901000', '101737.903000', '101737.906000', '101737.909000', '101737.911000', '101737.914000', '101737.916000', '101737.919000', '101737.921000', '101737.924000', '101737.927000', '101737.929000', '101737.932000', '101737.934000', '101737.937000', '101737.939000', '101737.942000', '101737.945000', '101737.963000', '101737.965000', '101737.968000', '101737.971000', '101737.973000', '101737.976000', '101737.978000', '101737.981000', '101737.984000', '101737.986000', '101737.989000', '101737.991000', '101737.994000', '101737.996000', '101757.870000', '101757.873000', '101757.876000', '101757.878000', '101757.881000', '101757.884000', '101757.896000', '101757.899000', '101757.902000', '101757.904000', '101757.907000', '101757.909000', '101757.912000', '101757.914000', '101757.917000', '101757.920000', '101757.922000', '101757.925000', '101757.927000', '101757.930000', '101757.932000', '101757.935000', '101757.938000', '101757.940000', '101757.943000', '101757.945000', '101757.948000', '101757.950000', '101757.953000', '101757.956000', '101757.958000', '101757.961000', '101757.963000', '101757.966000', '101757.969000', '101757.971000', '101757.974000', '101757.976000', '101757.979000', '101757.982000', '101757.984000', '101757.987000', '101757.989000', '101817.871000', '101818.048000', '101818.051000', '101818.053000', '101818.056000', '101818.058000', '101818.061000', '101818.063000', '101818.066000', '101818.069000', '101818.071000', '101818.074000', '101818.076000', '101818.079000', '101818.082000', '101818.084000', '101818.087000', '101818.089000', '101818.092000', '101818.094000', '101818.097000', '101818.099000', '101818.102000', '101818.105000', '101818.107000', '101818.110000', '101818.112000', '101818.115000', '101818.117000', '101818.120000', '101818.123000', '101818.125000', '101818.128000', '101818.130000', '101818.133000', '101818.135000', '101818.138000', '101818.140000', '101818.143000', '101818.146000', '101818.148000', '101818.151000', '101818.154000', '101837.870000', '101837.873000', '101837.876000', '101837.879000', '101837.881000', '101837.884000', '101837.886000', '101837.889000', '101837.891000', '101837.894000', '101837.897000', '101837.899000', '101837.902000', '101837.905000', '101837.907000', '101837.910000', '101837.913000', '101837.915000', '101837.918000', '101837.920000', '101837.923000', '101837.926000', '101837.928000', '101837.931000', '101837.933000', '101837.936000', '101837.939000', '101837.941000', '101837.944000', '101837.946000', '101837.949000', '101837.952000', '101837.954000', '101837.957000', '101837.959000', '101837.962000', '101837.965000', '101837.967000', '101837.970000', '101837.972000', '101837.975000', '101837.977000', '101837.980000', '101837.983000', '101857.870000', '101857.872000', '101857.875000', '101857.877000', '101857.880000', '101857.883000', '101857.885000', '101857.888000', '101857.890000', '101857.893000', '101857.896000', '101857.898000', '101857.901000', '101857.903000', '101857.906000', '101857.909000', '101857.911000', '101857.914000', '101857.916000', '101857.919000', '101857.922000', '101857.924000', '101857.927000', '101857.929000', '101857.932000', '101857.934000', '101857.937000', '101857.940000', '101857.942000', '101857.945000', '101857.947000', '101857.950000', '101857.953000', '101857.955000', '101857.958000', '101857.960000', '101857.963000', '101857.966000', '101857.968000', '101857.971000', '101857.973000', '101857.976000', '101857.979000', '101857.981000', '101917.870000', '101917.878000', '101917.881000', '101917.883000', '101917.886000', '101917.888000', '101917.891000', '101917.893000', '101917.896000', '101917.899000', '101917.901000', '101917.904000', '101917.906000', '101917.909000', '101917.912000', '101917.914000', '101917.917000', '101917.920000', '101917.922000', '101917.925000', '101917.927000', '101917.930000', '101917.933000', '101917.935000', '101917.938000', '101917.940000', '101917.943000', '101917.945000', '101917.948000', '101917.951000', '101917.953000', '101917.956000', '101917.959000', '101917.961000', '101917.964000', '101917.966000', '101917.969000', '101917.971000', '101917.974000', '101917.977000', '101917.979000', '101917.982000', '101917.985000', '101937.870000', '101937.873000', '101937.875000', '101937.878000', '101937.880000', '101937.883000', '101937.886000', '101937.888000', '101937.891000', '101937.893000', '101937.896000', '101937.899000', '101937.902000', '101937.904000', '101937.907000', '101937.909000', '101937.913000', '101937.915000', '101937.918000', '101937.921000', '101937.924000', '101937.926000', '101937.929000', '101937.932000', '101937.934000', '101937.937000', '101937.941000', '101937.944000', '101937.947000', '101937.949000', '101937.952000', '101937.954000', '101937.957000', '101937.960000', '101937.962000', '101937.965000', '101937.968000', '101937.971000', '101937.973000', '101937.976000', '101937.979000', '101937.981000', '101937.984000', '101957.869000', '101957.872000', '101957.875000', '101957.877000', '101957.880000', '101957.883000', '101957.885000', '101957.888000', '101957.890000', '101957.893000', '101957.896000', '101957.898000', '101957.901000', '101957.903000', '101957.906000', '101957.909000', '101957.911000', '101957.914000', '101957.916000', '101957.919000', '101957.921000', '101957.924000', '101957.927000', '101957.929000', '101957.932000', '101957.934000', '101957.937000', '101957.939000', '101957.942000', '101957.945000', '101957.947000', '101957.950000', '101957.952000', '101957.955000', '101957.958000', '101957.960000', '101957.963000', '101957.965000', '101957.968000', '101957.970000', '101957.973000', '101957.976000', '101957.978000', '101957.981000', '102017.871000', '102017.873000', '102017.876000', '102017.878000', '102017.881000', '102017.884000', '102017.886000', '102017.889000', '102017.891000', '102017.894000', '102017.897000', '102017.899000', '102017.902000', '102017.904000', '102017.907000', '102017.909000', '102017.912000', '102017.914000', '102017.917000', '102017.920000', '102017.922000', '102017.925000', '102017.927000', '102017.930000', '102017.932000', '102017.935000', '102017.938000', '102017.940000', '102017.943000', '102017.945000', '102017.948000', '102017.950000', '102017.953000', '102017.955000', '102017.958000', '102017.961000', '102017.963000', '102017.966000', '102017.969000', '102017.971000', '102017.974000', '102017.976000', '102017.979000', '102031.206000', '102031.209000', '102031.211000', '102031.214000', '102031.217000', '102031.219000', '102031.222000', '102031.224000', '102031.227000', '102031.244000', '102031.246000', '102031.249000', '102031.251000', '102031.254000', '102031.256000', '102031.259000', '102031.262000', '102031.264000', '102031.267000', '102031.269000', '102031.272000', '102031.275000', '102031.277000', '102031.280000', '102031.282000', '102031.285000', '102031.288000', '102031.290000', '102031.293000', '102031.295000'], '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': [7932, 7494, 6357, 7804, 6944, 8137, 7344, 7966, 7391, 6418, 7656, 6440, 7797, 7571, 8076, 9633, 7924, 7560, 7766, 7285, 8097, 7634, 7121, 7243, 7133, 7287, 6827, 7398, 6819, 7560, 7280, 7569, 6514, 7699, 6577, 7753, 7899, 7643, 7108, 7572, 6880, 7482, 7107, 7501, 8168, 7406, 7063, 7177, 7714, 7180, 7904, 7405, 8174, 6998, 7882, 6978, 7952, 7369, 7784, 9134, 7915, 7093, 7690, 6169, 7849, 7069, 7867, 6708, 7588, 6327, 7265, 8088, 7357, 8049, 6928, 7873, 7292, 7817, 7152, 7999, 7865, 7840, 7005, 7762, 6867, 7859, 9693, 7871, 10089, 7343, 7143, 7156, 7842, 7346, 7991, 7314, 7738, 7152, 7706, 6784, 7897, 6844, 7789, 6511, 7602, 6293, 7451, 6400, 7509, 6697, 7345, 6436, 7210, 7002, 7218, 7652, 7235, 7914, 7300, 7959, 7250, 7847, 7067, 7805, 7147, 8025, 6897, 7983, 7133, 7808, 6683, 7706, 6808, 7808, 7433, 7734, 6658, 7662, 6516, 7466, 7206, 7331, 7204, 7034, 7873, 7168, 7910, 7155, 7385, 6655, 7631, 8308, 7479, 7305, 7624, 6916, 7682, 8039, 7486, 7140, 7392, 6863, 7131, 7409, 7113, 7735, 7317, 7737, 7730, 7589, 8197, 7539, 7723, 7410, 8037, 6954, 7533, 7013, 7711, 7982, 7563, 6680, 7431, 6356, 7226, 7771, 7047, 7696, 7076, 7625, 7041, 7682, 8425, 7512, 6797, 7471, 6253, 7289, 6653, 7077, 6802, 6802, 8113, 7030, 8167, 8964, 7522, 10489, 7055, 8193, 7032, 8047, 7718, 7795, 8607, 7713, 6752, 7452, 6750, 7126, 7303, 6994, 8351, 6846, 8044, 7495, 8000, 9999, 7696, 8131, 7514, 6715, 7126, 7937, 7238, 8203, 6939, 8058, 6620, 7706, 6396, 6932, 7652, 6807, 7884, 6954, 7890, 7063, 7665, 6754, 7519, 7204, 7754, 6578, 7555, 6593, 7371, 6897, 7459, 7032, 7809, 6912, 7413, 9576, 7878, 8602, 7845, 8155, 7397, 9910, 7439, 8876, 7157, 7435, 7742, 6986, 6629, 7138, 8447, 7362, 10084, 7438, 7456, 7421, 8646, 7732, 10126, 7511, 8960, 7548, 9678, 7650, 9809, 7542, 7202, 7433, 7648, 7303, 8147, 7373, 7028, 7536, 7114, 7238, 7999, 7138, 7022, 7041, 7540, 7026, 7735, 8726, 7368, 8355, 7178, 7159, 7589, 6735, 7686, 7628, 7465, 6908, 7396, 6648, 7354, 6894, 6922, 7198, 6936, 7679, 7085, 7850, 7114, 7857, 6716, 7651, 6638, 7714, 6243, 7772, 7466, 7862, 8406, 7624, 6550, 7356, 7684, 7101, 8140, 9927, 8069, 8017, 7849, 6302, 7858, 7128, 7620, 7298, 7405, 6632, 7598, 7147, 7600, 7743, 7568, 7912, 7535, 8611, 7706, 9779, 7370, 7745, 7314, 7707, 7290, 7652, 7020, 7675, 6946, 7863, 7777, 7648, 6967, 7492, 6130, 7529, 6375, 7405, 6644, 7183, 6388, 6684, 8129, 6879, 7814, 6785, 7684, 6844, 7719, 8189, 7961, 8262, 7462, 6961, 7904, 7054, 7473, 7773, 7149, 7659, 7157, 7897, 8339, 8333, 8981, 8036, 8097, 7808, 6814, 7673, 6888, 7789, 7042, 7763, 6898, 7579, 6750, 7187, 7295, 7172, 7524, 8852, 7431, 11153, 8165, 10283, 7400, 7233, 7363, 7819, 7369, 7302, 7001, 7541, 6903, 7305, 6766, 7544, 6296, 7352, 6393, 7329, 6252, 7333, 6201, 7180, 6325, 7036, 6658, 7050, 6584, 7316, 6350, 7047, 6370, 7204, 6587, 7486, 6300, 7515, 6344, 7132, 6390, 7215, 6281, 7245, 6331, 7296, 7133, 7205, 6659, 7269, 6420, 7502, 7644, 7405, 7006, 7363, 7154, 7371, 7285, 7181, 7530, 7174, 6848, 7020, 6771, 6803, 6967, 6872, 7436, 6504, 7474, 6615, 7576, 7074, 7510, 6405, 7386, 6526, 7601, 7574, 7339, 7571, 7154, 6825, 7107, 7287, 7365, 8568, 7153, 7521, 7213, 7629, 7303, 9769, 7086, 8025, 6902, 7441, 6788, 7606, 6638, 7243, 6590, 7506, 7631, 7537, 7840, 7309, 7186, 7476, 7083, 7645, 8841, 7372, 8111, 7267, 6873, 7377, 7860, 7259, 6418, 7371, 6409, 7196, 6802, 6996, 6322, 6977, 7551, 6900, 7657, 6793, 7426, 6874, 7407, 7487, 7632, 7348, 7646, 7682, 7330, 6832, 7222, 6713, 7333, 6748, 7297, 6332, 7324, 6383, 7295, 7777, 7121, 7280, 7335, 6638, 7362, 7749, 7170, 8253, 6986, 7380, 7226, 7300, 7296, 7701, 7176, 6714, 7147, 6530, 7449, 7710, 7100, 6997, 7260, 6652, 7315, 6835, 7582, 8182, 7408, 7165, 7235, 6676, 7332, 6260, 6978, 6655, 7002, 7415, 6769, 7468, 6875, 7584, 6803, 7731, 6844, 7388, 6497, 7532, 6522, 7482, 7369, 7430, 6658, 7241, 6384, 7090, 6372, 6997, 6683, 6859, 7374, 6568, 7359, 6656, 7583, 6875, 7152, 6530, 7130, 6334, 7246, 6680, 7181, 7752, 7178, 6837, 7100, 8253, 7329, 9735, 7516, 9057, 7260, 7773, 7347, 8874, 7098, 7358, 6884, 6395, 6791, 6897, 6711, 6324, 6612, 6365, 6690, 6736, 6692, 6924, 6521, 6429, 6474, 6658, 6472, 6584, 6410, 6999, 6539, 7017, 6781, 7153, 6465, 6867, 6615, 6989, 6517, 7156, 8045, 7022, 7241, 6813, 6243, 6995, 6699, 6932, 7257, 6418, 6444, 6710, 6462, 6682, 6637, 6555, 6450, 6364, 6839, 6491, 6930, 6409, 6759, 6386, 6951, 6827, 6990, 6331, 7008, 6419, 7049, 6982, 7037, 8589, 6906, 8044, 6956, 7003, 6776, 6372, 7197, 6884, 6754, 6730, 6648, 6364, 6632, 6449, 6523, 6598, 6561, 6309, 6218, 6935, 6570, 7099, 6525, 6861, 6284, 6961, 6372, 7019, 7062, 6883, 7179, 6530, 6915, 6647, 6927, 6663, 7063, 7736, 6951, 6385, 6787, 6544, 6661, 6412, 6449, 6578, 6316, 6922, 6435, 7062, 6515, 7021, 8136, 6903, 6794, 7038, 6527, 6986, 6601, 6691, 6545, 6635, 6524, 6510, 6702, 6648, 6448, 6483, 6472, 6392, 6583, 6424, 6927, 6337, 6511, 6190, 7223, 6403, 6948, 6257, 7071, 6425, 7171, 7864, 6918, 6540, 6791, 6304, 6543, 6285, 6823, 6413, 6698, 6219, 7069, 6528, 6950, 7621, 6951, 8570, 7391, 7912, 7172, 8032, 6591, 9922, 7366, 8237, 6663, 6875, 6406, 6804, 6539, 6844, 6436, 6997, 6499, 6597, 6221, 6491, 6788, 6684, 6749, 6356, 6816, 6390, 6561, 6492, 6940, 6313, 6997, 6451, 6688, 6405, 6806, 6391], 'WindowCenter': [3884.0, 3858.0, 3834.0, 3853.0, 3831.0, 3853.0, 3841.0, 3848.0, 3840.0, 3818.0, 3838.0, 3817.0, 3840.0, 3840.0, 3851.0, 3860.0, 3847.0, 3837.0, 3839.0, 3827.0, 3847.0, 3839.0, 3828.0, 3827.0, 3828.0, 3827.0, 3817.0, 3839.0, 3829.0, 3836.0, 3840.0, 3839.0, 3818.0, 3840.0, 3830.0, 3852.0, 3848.0, 3852.0, 3829.0, 3840.0, 3829.0, 3836.0, 3830.0, 3839.0, 3850.0, 3839.0, 3829.0, 3828.0, 3835.0, 3827.0, 3840.0, 3828.0, 3849.0, 3828.0, 3850.0, 3825.0, 3847.0, 3838.0, 3840.0, 3859.0, 3850.0, 3828.0, 3840.0, 3818.0, 3851.0, 3829.0, 3847.0, 3829.0, 3841.0, 3818.0, 3829.0, 3851.0, 3840.0, 3839.0, 3828.0, 3851.0, 3827.0, 3839.0, 3828.0, 3839.0, 3838.0, 3839.0, 3827.0, 3839.0, 3817.0, 3840.0, 3857.0, 3839.0, 3870.0, 3839.0, 3827.0, 3815.0, 3838.0, 3827.0, 3833.0, 3825.0, 3837.0, 3811.0, 3826.0, 3814.0, 3833.0, 3815.0, 3826.0, 3804.0, 3825.0, 3804.0, 3825.0, 3804.0, 3825.0, 3817.0, 3827.0, 3816.0, 3823.0, 3824.0, 3826.0, 3837.0, 3825.0, 3850.0, 3839.0, 3838.0, 3827.0, 3839.0, 3827.0, 3835.0, 3827.0, 3850.0, 3829.0, 3847.0, 3828.0, 3840.0, 3828.0, 3837.0, 3828.0, 3840.0, 3839.0, 3841.0, 3829.0, 3840.0, 3829.0, 3841.0, 3840.0, 3840.0, 3841.0, 3829.0, 3850.0, 3840.0, 3851.0, 3841.0, 3842.0, 3828.0, 3851.0, 3851.0, 3843.0, 3840.0, 3840.0, 3830.0, 3852.0, 3851.0, 3840.0, 3829.0, 3841.0, 3828.0, 3828.0, 3839.0, 3827.0, 3841.0, 3829.0, 3839.0, 3838.0, 3838.0, 3837.0, 3835.0, 3840.0, 3827.0, 3838.0, 3815.0, 3838.0, 3811.0, 3839.0, 3838.0, 3828.0, 3817.0, 3828.0, 3805.0, 3826.0, 3839.0, 3816.0, 3840.0, 3827.0, 3839.0, 3826.0, 3839.0, 3838.0, 3829.0, 3817.0, 3828.0, 3817.0, 3837.0, 3830.0, 3829.0, 3831.0, 3830.0, 3851.0, 3828.0, 3849.0, 3846.0, 3828.0, 3870.0, 3817.0, 3837.0, 3815.0, 3826.0, 3821.0, 3826.0, 3835.0, 3823.0, 3813.0, 3825.0, 3815.0, 3815.0, 3827.0, 3816.0, 3838.0, 3815.0, 3835.0, 3825.0, 3836.0, 3846.0, 3826.0, 3825.0, 3826.0, 3814.0, 3815.0, 3826.0, 3826.0, 3838.0, 3816.0, 3838.0, 3815.0, 3827.0, 3804.0, 3827.0, 3838.0, 3812.0, 3837.0, 3827.0, 3838.0, 3827.0, 3840.0, 3818.0, 3839.0, 3839.0, 3842.0, 3829.0, 3853.0, 3831.0, 3843.0, 3842.0, 3843.0, 3842.0, 3855.0, 3841.0, 3854.0, 3875.0, 3855.0, 3863.0, 3854.0, 3851.0, 3854.0, 3875.0, 3855.0, 3874.0, 3842.0, 3856.0, 3870.0, 3845.0, 3833.0, 3831.0, 3854.0, 3844.0, 3873.0, 3841.0, 3840.0, 3841.0, 3850.0, 3842.0, 3867.0, 3840.0, 3850.0, 3841.0, 3859.0, 3840.0, 3855.0, 3839.0, 3828.0, 3829.0, 3838.0, 3840.0, 3850.0, 3840.0, 3826.0, 3840.0, 3828.0, 3839.0, 3840.0, 3825.0, 3829.0, 3828.0, 3839.0, 3815.0, 3827.0, 3847.0, 3839.0, 3838.0, 3828.0, 3827.0, 3838.0, 3815.0, 3837.0, 3838.0, 3839.0, 3827.0, 3827.0, 3814.0, 3829.0, 3830.0, 3829.0, 3829.0, 3829.0, 3840.0, 3829.0, 3850.0, 3828.0, 3850.0, 3830.0, 3851.0, 3830.0, 3851.0, 3829.0, 3840.0, 3839.0, 3851.0, 3847.0, 3839.0, 3818.0, 3828.0, 3838.0, 3828.0, 3840.0, 3859.0, 3838.0, 3839.0, 3838.0, 3816.0, 3838.0, 3827.0, 3840.0, 3839.0, 3841.0, 3829.0, 3852.0, 3841.0, 3855.0, 3850.0, 3854.0, 3851.0, 3852.0, 3852.0, 3841.0, 3872.0, 3840.0, 3839.0, 3825.0, 3840.0, 3829.0, 3839.0, 3827.0, 3835.0, 3827.0, 3838.0, 3837.0, 3840.0, 3827.0, 3828.0, 3805.0, 3839.0, 3817.0, 3828.0, 3828.0, 3828.0, 3818.0, 3818.0, 3851.0, 3829.0, 3840.0, 3830.0, 3841.0, 3817.0, 3839.0, 3849.0, 3839.0, 3846.0, 3840.0, 3829.0, 3839.0, 3828.0, 3828.0, 3839.0, 3829.0, 3838.0, 3826.0, 3839.0, 3849.0, 3864.0, 3860.0, 3852.0, 3847.0, 3852.0, 3830.0, 3840.0, 3827.0, 3839.0, 3828.0, 3839.0, 3827.0, 3840.0, 3829.0, 3828.0, 3828.0, 3827.0, 3839.0, 3835.0, 3811.0, 3854.0, 3824.0, 3843.0, 3811.0, 3807.0, 3795.0, 3810.0, 3798.0, 3809.0, 3794.0, 3809.0, 3794.0, 3799.0, 3784.0, 3809.0, 3789.0, 3811.0, 3800.0, 3813.0, 3801.0, 3812.0, 3802.0, 3813.0, 3802.0, 3816.0, 3814.0, 3827.0, 3827.0, 3838.0, 3813.0, 3828.0, 3817.0, 3838.0, 3817.0, 3829.0, 3819.0, 3840.0, 3819.0, 3842.0, 3819.0, 3841.0, 3815.0, 3841.0, 3830.0, 3844.0, 3843.0, 3854.0, 3843.0, 3855.0, 3832.0, 3854.0, 3853.0, 3856.0, 3843.0, 3851.0, 3842.0, 3854.0, 3854.0, 3843.0, 3853.0, 3843.0, 3831.0, 3842.0, 3832.0, 3843.0, 3843.0, 3832.0, 3842.0, 3832.0, 3838.0, 3831.0, 3853.0, 3842.0, 3855.0, 3832.0, 3854.0, 3832.0, 3850.0, 3854.0, 3853.0, 3855.0, 3841.0, 3844.0, 3844.0, 3855.0, 3855.0, 3865.0, 3845.0, 3854.0, 3853.0, 3852.0, 3842.0, 3873.0, 3843.0, 3851.0, 3840.0, 3841.0, 3831.0, 3840.0, 3830.0, 3839.0, 3825.0, 3840.0, 3839.0, 3841.0, 3847.0, 3840.0, 3828.0, 3839.0, 3828.0, 3839.0, 3860.0, 3840.0, 3838.0, 3839.0, 3816.0, 3829.0, 3839.0, 3840.0, 3817.0, 3837.0, 3817.0, 3826.0, 3828.0, 3829.0, 3817.0, 3828.0, 3838.0, 3829.0, 3839.0, 3817.0, 3838.0, 3816.0, 3827.0, 3826.0, 3838.0, 3828.0, 3838.0, 3837.0, 3824.0, 3816.0, 3828.0, 3816.0, 3828.0, 3828.0, 3836.0, 3817.0, 3839.0, 3817.0, 3840.0, 3840.0, 3838.0, 3839.0, 3841.0, 3828.0, 3842.0, 3836.0, 3842.0, 3849.0, 3840.0, 3835.0, 3840.0, 3828.0, 3840.0, 3839.0, 3829.0, 3828.0, 3825.0, 3818.0, 3841.0, 3839.0, 3840.0, 3828.0, 3840.0, 3825.0, 3839.0, 3828.0, 3839.0, 3848.0, 3839.0, 3827.0, 3835.0, 3827.0, 3827.0, 3813.0, 3826.0, 3828.0, 3827.0, 3839.0, 3827.0, 3839.0, 3827.0, 3839.0, 3829.0, 3839.0, 3828.0, 3837.0, 3819.0, 3840.0, 3819.0, 3841.0, 3841.0, 3841.0, 3829.0, 3841.0, 3819.0, 3841.0, 3827.0, 3842.0, 3830.0, 3832.0, 3841.0, 3830.0, 3842.0, 3830.0, 3853.0, 3830.0, 3843.0, 3832.0, 3843.0, 3831.0, 3853.0, 3839.0, 3844.0, 3854.0, 3843.0, 3831.0, 3842.0, 3863.0, 3842.0, 3872.0, 3841.0, 3861.0, 3840.0, 3840.0, 3841.0, 3860.0, 3830.0, 3839.0, 3829.0, 3818.0, 3829.0, 3829.0, 3830.0, 3818.0, 3829.0, 3818.0, 3830.0, 3827.0, 3831.0, 3841.0, 3819.0, 3816.0, 3818.0, 3830.0, 3829.0, 3831.0, 3819.0, 3840.0, 3818.0, 3837.0, 3829.0, 3828.0, 3814.0, 3828.0, 3827.0, 3825.0, 3816.0, 3827.0, 3835.0, 3828.0, 3827.0, 3825.0, 3812.0, 3827.0, 3813.0, 3824.0, 3839.0, 3818.0, 3817.0, 3828.0, 3818.0, 3828.0, 3830.0, 3817.0, 3817.0, 3817.0, 3828.0, 3818.0, 3829.0, 3817.0, 3828.0, 3817.0, 3829.0, 3828.0, 3829.0, 3818.0, 3828.0, 3817.0, 3829.0, 3827.0, 3828.0, 3847.0, 3828.0, 3836.0, 3827.0, 3815.0, 3812.0, 3804.0, 3827.0, 3825.0, 3818.0, 3816.0, 3828.0, 3816.0, 3826.0, 3817.0, 3819.0, 3829.0, 3829.0, 3818.0, 3818.0, 3840.0, 3829.0, 3840.0, 3829.0, 3831.0, 3829.0, 3841.0, 3820.0, 3840.0, 3840.0, 3830.0, 3829.0, 3818.0, 3826.0, 3828.0, 3830.0, 3828.0, 3829.0, 3836.0, 3828.0, 3817.0, 3828.0, 3817.0, 3825.0, 3818.0, 3818.0, 3828.0, 3818.0, 3829.0, 3817.0, 3840.0, 3819.0, 3830.0, 3849.0, 3831.0, 3830.0, 3837.0, 3819.0, 3841.0, 3829.0, 3831.0, 3831.0, 3843.0, 3831.0, 3832.0, 3842.0, 3843.0, 3833.0, 3845.0, 3833.0, 3833.0, 3843.0, 3833.0, 3841.0, 3830.0, 3833.0, 3833.0, 3854.0, 3833.0, 3840.0, 3828.0, 3842.0, 3830.0, 3843.0, 3852.0, 3842.0, 3831.0, 3831.0, 3830.0, 3832.0, 3827.0, 3842.0, 3831.0, 3828.0, 3820.0, 3838.0, 3819.0, 3831.0, 3840.0, 3827.0, 3850.0, 3839.0, 3834.0, 3827.0, 3836.0, 3816.0, 3857.0, 3826.0, 3836.0, 3815.0, 3814.0, 3804.0, 3815.0, 3804.0, 3815.0, 3803.0, 3815.0, 3803.0, 3811.0, 3803.0, 3804.0, 3815.0, 3814.0, 3815.0, 3813.0, 3816.0, 3815.0, 3828.0, 3828.0, 3842.0, 3827.0, 3843.0, 3830.0, 3842.0, 3827.0, 3842.0, 3831.0], 'WindowWidth': [8733.0, 8685.0, 8646.0, 8667.0, 8633.0, 8666.0, 8645.0, 8653.0, 8643.0, 8611.0, 8637.0, 8608.0, 8640.0, 8644.0, 8658.0, 8666.0, 8649.0, 8634.0, 8637.0, 8619.0, 8649.0, 8637.0, 8623.0, 8621.0, 8621.0, 8619.0, 8606.0, 8637.0, 8626.0, 8633.0, 8640.0, 8640.0, 8610.0, 8640.0, 8629.0, 8662.0, 8650.0, 8660.0, 8626.0, 8642.0, 8623.0, 8631.0, 8628.0, 8639.0, 8654.0, 8637.0, 8624.0, 8620.0, 8629.0, 8619.0, 8639.0, 8621.0, 8651.0, 8623.0, 8654.0, 8616.0, 8646.0, 8636.0, 8640.0, 8665.0, 8655.0, 8624.0, 8641.0, 8610.0, 8658.0, 8625.0, 8649.0, 8626.0, 8643.0, 8610.0, 8623.0, 8657.0, 8643.0, 8638.0, 8623.0, 8657.0, 8620.0, 8636.0, 8623.0, 8638.0, 8635.0, 8639.0, 8620.0, 8636.0, 8605.0, 8641.0, 8662.0, 8637.0, 8679.0, 8638.0, 8618.0, 8600.0, 8634.0, 8617.0, 8623.0, 8614.0, 8631.0, 8591.0, 8614.0, 8596.0, 8621.0, 8601.0, 8615.0, 8584.0, 8613.0, 8583.0, 8613.0, 8585.0, 8612.0, 8606.0, 8620.0, 8604.0, 8611.0, 8613.0, 8617.0, 8632.0, 8613.0, 8652.0, 8638.0, 8636.0, 8620.0, 8636.0, 8620.0, 8630.0, 8619.0, 8654.0, 8625.0, 8648.0, 8623.0, 8643.0, 8624.0, 8635.0, 8623.0, 8640.0, 8637.0, 8646.0, 8626.0, 8642.0, 8627.0, 8647.0, 8641.0, 8642.0, 8644.0, 8625.0, 8655.0, 8644.0, 8657.0, 8646.0, 8647.0, 8622.0, 8658.0, 8660.0, 8649.0, 8641.0, 8641.0, 8628.0, 8662.0, 8657.0, 8643.0, 8624.0, 8642.0, 8624.0, 8624.0, 8638.0, 8620.0, 8642.0, 8625.0, 8637.0, 8635.0, 8635.0, 8632.0, 8630.0, 8639.0, 8620.0, 8634.0, 8601.0, 8633.0, 8591.0, 8635.0, 8637.0, 8619.0, 8603.0, 8619.0, 8587.0, 8616.0, 8637.0, 8603.0, 8640.0, 8619.0, 8638.0, 8616.0, 8636.0, 8634.0, 8625.0, 8606.0, 8622.0, 8607.0, 8635.0, 8628.0, 8628.0, 8631.0, 8627.0, 8655.0, 8622.0, 8651.0, 8643.0, 8620.0, 8677.0, 8603.0, 8629.0, 8597.0, 8612.0, 8603.0, 8614.0, 8625.0, 8608.0, 8594.0, 8612.0, 8599.0, 8600.0, 8618.0, 8602.0, 8633.0, 8598.0, 8625.0, 8611.0, 8628.0, 8640.0, 8615.0, 8611.0, 8615.0, 8597.0, 8599.0, 8614.0, 8615.0, 8632.0, 8602.0, 8633.0, 8600.0, 8617.0, 8583.0, 8618.0, 8632.0, 8595.0, 8632.0, 8619.0, 8636.0, 8619.0, 8638.0, 8608.0, 8639.0, 8638.0, 8645.0, 8627.0, 8661.0, 8633.0, 8651.0, 8648.0, 8651.0, 8648.0, 8667.0, 8646.0, 8666.0, 8695.0, 8669.0, 8676.0, 8665.0, 8658.0, 8666.0, 8696.0, 8669.0, 8695.0, 8648.0, 8673.0, 8698.0, 8658.0, 8637.0, 8631.0, 8665.0, 8653.0, 8688.0, 8645.0, 8639.0, 8643.0, 8653.0, 8647.0, 8675.0, 8641.0, 8652.0, 8641.0, 8665.0, 8641.0, 8655.0, 8637.0, 8619.0, 8624.0, 8635.0, 8643.0, 8654.0, 8642.0, 8620.0, 8641.0, 8621.0, 8638.0, 8640.0, 8616.0, 8625.0, 8621.0, 8636.0, 8600.0, 8619.0, 8645.0, 8638.0, 8634.0, 8623.0, 8621.0, 8634.0, 8601.0, 8633.0, 8634.0, 8636.0, 8619.0, 8620.0, 8599.0, 8623.0, 8627.0, 8624.0, 8625.0, 8624.0, 8640.0, 8624.0, 8652.0, 8621.0, 8655.0, 8628.0, 8657.0, 8628.0, 8658.0, 8627.0, 8642.0, 8638.0, 8657.0, 8647.0, 8638.0, 8608.0, 8621.0, 8634.0, 8621.0, 8639.0, 8663.0, 8635.0, 8638.0, 8636.0, 8603.0, 8636.0, 8621.0, 8643.0, 8640.0, 8646.0, 8627.0, 8662.0, 8647.0, 8670.0, 8659.0, 8665.0, 8658.0, 8660.0, 8660.0, 8645.0, 8687.0, 8642.0, 8638.0, 8617.0, 8640.0, 8624.0, 8638.0, 8618.0, 8628.0, 8620.0, 8635.0, 8632.0, 8639.0, 8620.0, 8621.0, 8588.0, 8638.0, 8608.0, 8623.0, 8623.0, 8622.0, 8610.0, 8608.0, 8656.0, 8625.0, 8640.0, 8627.0, 8642.0, 8606.0, 8639.0, 8652.0, 8637.0, 8644.0, 8641.0, 8627.0, 8638.0, 8623.0, 8624.0, 8637.0, 8624.0, 8636.0, 8617.0, 8635.0, 8652.0, 8679.0, 8670.0, 8661.0, 8650.0, 8665.0, 8629.0, 8640.0, 8619.0, 8637.0, 8622.0, 8636.0, 8620.0, 8638.0, 8623.0, 8622.0, 8622.0, 8618.0, 8636.0, 8623.0, 8588.0, 8646.0, 8605.0, 8630.0, 8585.0, 8576.0, 8559.0, 8581.0, 8564.0, 8579.0, 8555.0, 8579.0, 8555.0, 8566.0, 8543.0, 8581.0, 8553.0, 8586.0, 8571.0, 8592.0, 8574.0, 8592.0, 8577.0, 8594.0, 8578.0, 8601.0, 8598.0, 8619.0, 8619.0, 8636.0, 8599.0, 8623.0, 8606.0, 8636.0, 8606.0, 8625.0, 8612.0, 8642.0, 8614.0, 8646.0, 8612.0, 8644.0, 8605.0, 8644.0, 8629.0, 8653.0, 8650.0, 8667.0, 8652.0, 8668.0, 8636.0, 8668.0, 8665.0, 8673.0, 8651.0, 8661.0, 8650.0, 8667.0, 8667.0, 8652.0, 8663.0, 8652.0, 8633.0, 8650.0, 8634.0, 8653.0, 8651.0, 8634.0, 8649.0, 8633.0, 8640.0, 8632.0, 8664.0, 8649.0, 8669.0, 8637.0, 8666.0, 8635.0, 8659.0, 8667.0, 8667.0, 8671.0, 8649.0, 8654.0, 8654.0, 8669.0, 8669.0, 8680.0, 8655.0, 8665.0, 8664.0, 8662.0, 8648.0, 8688.0, 8650.0, 8659.0, 8643.0, 8644.0, 8630.0, 8643.0, 8627.0, 8639.0, 8616.0, 8640.0, 8640.0, 8644.0, 8648.0, 8642.0, 8623.0, 8639.0, 8623.0, 8639.0, 8666.0, 8640.0, 8635.0, 8637.0, 8604.0, 8624.0, 8637.0, 8641.0, 8607.0, 8634.0, 8608.0, 8620.0, 8621.0, 8626.0, 8607.0, 8623.0, 8635.0, 8625.0, 8637.0, 8606.0, 8636.0, 8604.0, 8619.0, 8615.0, 8634.0, 8622.0, 8634.0, 8632.0, 8613.0, 8604.0, 8621.0, 8605.0, 8621.0, 8621.0, 8632.0, 8606.0, 8639.0, 8609.0, 8642.0, 8641.0, 8639.0, 8639.0, 8644.0, 8623.0, 8648.0, 8632.0, 8646.0, 8652.0, 8641.0, 8630.0, 8641.0, 8624.0, 8641.0, 8638.0, 8626.0, 8622.0, 8618.0, 8609.0, 8645.0, 8639.0, 8643.0, 8624.0, 8641.0, 8616.0, 8639.0, 8621.0, 8640.0, 8650.0, 8639.0, 8620.0, 8630.0, 8619.0, 8620.0, 8596.0, 8619.0, 8621.0, 8620.0, 8638.0, 8620.0, 8637.0, 8620.0, 8639.0, 8624.0, 8639.0, 8624.0, 8635.0, 8614.0, 8641.0, 8614.0, 8643.0, 8643.0, 8644.0, 8627.0, 8645.0, 8613.0, 8644.0, 8622.0, 8647.0, 8630.0, 8634.0, 8646.0, 8630.0, 8646.0, 8630.0, 8663.0, 8630.0, 8650.0, 8636.0, 8649.0, 8633.0, 8664.0, 8643.0, 8653.0, 8666.0, 8651.0, 8633.0, 8648.0, 8676.0, 8648.0, 8685.0, 8645.0, 8669.0, 8642.0, 8642.0, 8645.0, 8668.0, 8630.0, 8640.0, 8626.0, 8610.0, 8625.0, 8626.0, 8628.0, 8611.0, 8625.0, 8610.0, 8631.0, 8622.0, 8631.0, 8645.0, 8613.0, 8606.0, 8611.0, 8629.0, 8627.0, 8632.0, 8613.0, 8643.0, 8611.0, 8636.0, 8625.0, 8623.0, 8601.0, 8623.0, 8620.0, 8616.0, 8604.0, 8621.0, 8628.0, 8621.0, 8619.0, 8616.0, 8596.0, 8618.0, 8596.0, 8615.0, 8638.0, 8611.0, 8607.0, 8623.0, 8608.0, 8623.0, 8627.0, 8608.0, 8607.0, 8607.0, 8624.0, 8609.0, 8627.0, 8607.0, 8623.0, 8607.0, 8626.0, 8624.0, 8627.0, 8609.0, 8622.0, 8605.0, 8622.0, 8620.0, 8621.0, 8646.0, 8621.0, 8630.0, 8618.0, 8601.0, 8595.0, 8584.0, 8619.0, 8613.0, 8609.0, 8603.0, 8622.0, 8604.0, 8619.0, 8607.0, 8612.0, 8626.0, 8626.0, 8611.0, 8611.0, 8641.0, 8628.0, 8643.0, 8626.0, 8631.0, 8627.0, 8645.0, 8614.0, 8643.0, 8642.0, 8628.0, 8625.0, 8610.0, 8618.0, 8621.0, 8625.0, 8621.0, 8624.0, 8631.0, 8623.0, 8605.0, 8623.0, 8605.0, 8616.0, 8609.0, 8609.0, 8624.0, 8610.0, 8625.0, 8608.0, 8640.0, 8614.0, 8627.0, 8652.0, 8629.0, 8627.0, 8635.0, 8613.0, 8644.0, 8626.0, 8632.0, 8633.0, 8652.0, 8632.0, 8635.0, 8650.0, 8652.0, 8640.0, 8657.0, 8638.0, 8640.0, 8652.0, 8640.0, 8647.0, 8634.0, 8639.0, 8640.0, 8667.0, 8636.0, 8644.0, 8625.0, 8647.0, 8628.0, 8651.0, 8660.0, 8649.0, 8634.0, 8634.0, 8631.0, 8634.0, 8622.0, 8649.0, 8632.0, 8627.0, 8615.0, 8637.0, 8613.0, 8629.0, 8642.0, 8621.0, 8653.0, 8638.0, 8626.0, 8618.0, 8629.0, 8603.0, 8656.0, 8616.0, 8629.0, 8601.0, 8598.0, 8584.0, 8599.0, 8585.0, 8598.0, 8581.0, 8598.0, 8580.0, 8589.0, 8580.0, 8583.0, 8599.0, 8596.0, 8599.0, 8597.0, 8604.0, 8602.0, 8622.0, 8624.0, 8648.0, 8626.0, 8650.0, 8631.0, 8650.0, 8625.0, 8649.0, 8633.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.00031459770114942526</td></tr>
<tr><td colspan=3>aqi</td><td>0.021288046091954022</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.72202430948214</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1642350088377447</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9957446233831988</td></tr>
<tr><td colspan=3>efc</td><td>0.4872</td></tr>
<tr><td colspan=3>fber</td><td>4411.5566</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08524397292099822</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.839080459770115</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.492980650350613</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.490172213356941</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.580573483928879</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.40819625376602</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115627</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009339417330920696</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021984225139021873</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.097455895187793</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>23.0739</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.1123</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.1989</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298107.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>778.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.8143</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8685</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.1171</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3083.815</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.289</td></tr>
<tr><td colspan=3>tsnr</td><td>40.61963260732591</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>