<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0130_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0130_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0130/ses-03/func/sub-0130_ses-03_task-social_acq-mb8_run-01_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>3aaae8ebb52144e10219ce4849f336bc</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>09:36:1.082500</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.994857, -0.0518089, 0.0870417, 0.0575373, 0.996248, -0.0646451]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0801166</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4233, -7670, -7256, 385, -252, 179, -74, 115]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69591cdd-e215-4a2a-acb7-39597c06b486||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.6691274642944336, 0.1543683558702469, 0.2250880002975464, 99.16458129882812], [0.13899953663349152, 2.672861099243164, -0.1871659755706787, -105.13819122314453], [0.23352646827697754, 0.17343804240226746, 2.6840834617614746, -89.83116149902344], [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': ['093601.082500', '093601.542500', '093602.002500', '093602.462500', '093602.922500', '093603.382500', '093603.842500', '093604.302500', '093604.762500', '093605.222500', '093605.682500', '093606.142500', '093606.602500', '093607.062500', '093607.522500', '093607.982500', '093608.442500', '093608.902500', '093609.362500', '093609.822500', '093610.282500', '093610.742500', '093611.202500', '093611.662500', '093612.122500', '093612.582500', '093613.042500', '093613.502500', '093613.962500', '093614.422500', '093614.882500', '093615.342500', '093615.802500', '093616.262500', '093616.722500', '093617.182500', '093617.642500', '093618.102500', '093618.562500', '093619.022500', '093619.482500', '093619.942500', '093620.402500', '093620.862500', '093621.322500', '093621.782500', '093622.242500', '093622.702500', '093623.162500', '093623.622500', '093624.082500', '093624.542500', '093625.002500', '093625.462500', '093625.922500', '093626.382500', '093626.842500', '093627.302500', '093627.762500', '093628.222500', '093628.682500', '093629.142500', '093629.602500', '093630.062500', '093630.522500', '093630.982500', '093631.442500', '093631.902500', '093632.362500', '093632.822500', '093633.282500', '093633.742500', '093634.202500', '093634.662500', '093635.122500', '093635.582500', '093636.042500', '093636.502500', '093636.962500', '093637.422500', '093637.882500', '093638.342500', '093638.802500', '093639.262500', '093639.722500', '093640.182500', '093640.642500', '093641.102500', '093641.562500', '093642.022500', '093642.482500', '093642.942500', '093643.402500', '093643.862500', '093644.322500', '093644.782500', '093645.242500', '093645.702500', '093646.162500', '093646.622500', '093647.082500', '093647.542500', '093648.002500', '093648.462500', '093648.922500', '093649.382500', '093649.842500', '093650.302500', '093650.762500', '093651.222500', '093651.682500', '093652.142500', '093652.602500', '093653.062500', '093653.522500', '093653.982500', '093654.442500', '093654.902500', '093655.362500', '093655.822500', '093656.282500', '093656.742500', '093657.202500', '093657.662500', '093658.122500', '093658.582500', '093659.042500', '093659.502500', '093659.962500', '093700.422500', '093700.882500', '093701.342500', '093701.802500', '093702.262500', '093702.722500', '093703.182500', '093703.642500', '093704.102500', '093704.562500', '093705.022500', '093705.482500', '093705.942500', '093706.402500', '093706.862500', '093707.322500', '093707.782500', '093708.242500', '093708.702500', '093709.162500', '093709.622500', '093710.082500', '093710.542500', '093711.002500', '093711.462500', '093711.922500', '093712.382500', '093712.842500', '093713.302500', '093713.762500', '093714.222500', '093714.682500', '093715.142500', '093715.602500', '093716.062500', '093716.522500', '093716.982500', '093717.442500', '093717.902500', '093718.362500', '093718.822500', '093719.282500', '093719.742500', '093720.202500', '093720.662500', '093721.122500', '093721.582500', '093722.042500', '093722.502500', '093722.962500', '093723.422500', '093723.882500', '093724.342500', '093724.802500', '093725.262500', '093725.722500', '093726.182500', '093726.642500', '093727.102500', '093727.562500', '093728.022500', '093728.482500', '093728.942500', '093729.402500', '093729.862500', '093730.322500', '093730.782500', '093731.242500', '093731.702500', '093732.162500', '093732.622500', '093733.082500', '093733.542500', '093734.002500', '093734.462500', '093734.922500', '093735.382500', '093735.842500', '093736.302500', '093736.762500', '093737.222500', '093737.682500', '093738.142500', '093738.602500', '093739.062500', '093739.522500', '093739.982500', '093740.442500', '093740.902500', '093741.362500', '093741.822500', '093742.282500', '093742.742500', '093743.202500', '093743.662500', '093744.122500', '093744.582500', '093745.042500', '093745.502500', '093745.962500', '093746.422500', '093746.882500', '093747.342500', '093747.802500', '093748.262500', '093748.722500', '093749.182500', '093749.642500', '093750.102500', '093750.562500', '093751.022500', '093751.482500', '093751.942500', '093752.402500', '093752.862500', '093753.322500', '093753.782500', '093754.242500', '093754.702500', '093755.162500', '093755.622500', '093756.082500', '093756.542500', '093757.002500', '093757.462500', '093757.922500', '093758.382500', '093758.842500', '093759.302500', '093759.762500', '093800.222500', '093800.682500', '093801.142500', '093801.602500', '093802.062500', '093802.522500', '093802.982500', '093803.442500', '093803.902500', '093804.362500', '093804.822500', '093805.282500', '093805.742500', '093806.202500', '093806.662500', '093807.122500', '093807.582500', '093808.042500', '093808.502500', '093808.962500', '093809.422500', '093809.882500', '093810.342500', '093810.802500', '093811.262500', '093811.722500', '093812.182500', '093812.642500', '093813.102500', '093813.562500', '093814.022500', '093814.482500', '093814.942500', '093815.402500', '093815.862500', '093816.322500', '093816.782500', '093817.242500', '093817.702500', '093818.162500', '093818.622500', '093819.082500', '093819.542500', '093820.002500', '093820.462500', '093820.922500', '093821.382500', '093821.842500', '093822.302500', '093822.762500', '093823.222500', '093823.682500', '093824.142500', '093824.602500', '093825.062500', '093825.522500', '093825.982500', '093826.442500', '093826.902500', '093827.362500', '093827.822500', '093828.282500', '093828.742500', '093829.202500', '093829.662500', '093830.122500', '093830.582500', '093831.042500', '093831.502500', '093831.962500', '093832.422500', '093832.882500', '093833.342500', '093833.802500', '093834.262500', '093834.722500', '093835.182500', '093835.642500', '093836.102500', '093836.562500', '093837.022500', '093837.482500', '093837.942500', '093838.402500', '093838.862500', '093839.322500', '093839.782500', '093840.242500', '093840.702500', '093841.162500', '093841.622500', '093842.082500', '093842.542500', '093843.002500', '093843.462500', '093843.922500', '093844.382500', '093844.842500', '093845.302500', '093845.762500', '093846.222500', '093846.682500', '093847.142500', '093847.602500', '093848.062500', '093848.522500', '093848.982500', '093849.442500', '093849.902500', '093850.362500', '093850.822500', '093851.282500', '093851.742500', '093852.202500', '093852.662500', '093853.122500', '093853.582500', '093854.042500', '093854.502500', '093854.962500', '093855.422500', '093855.882500', '093856.342500', '093856.802500', '093857.262500', '093857.722500', '093858.182500', '093858.642500', '093859.102500', '093859.562500', '093900.022500', '093900.482500', '093900.942500', '093901.402500', '093901.862500', '093902.322500', '093902.782500', '093903.242500', '093903.702500', '093904.162500', '093904.622500', '093905.082500', '093905.542500', '093906.002500', '093906.462500', '093906.922500', '093907.382500', '093907.842500', '093908.302500', '093908.762500', '093909.222500', '093909.682500', '093910.142500', '093910.602500', '093911.062500', '093911.522500', '093911.982500', '093912.442500', '093912.902500', '093913.362500', '093913.822500', '093914.282500', '093914.742500', '093915.202500', '093915.662500', '093916.122500', '093916.582500', '093917.042500', '093917.502500', '093917.962500', '093918.422500', '093918.882500', '093919.342500', '093919.802500', '093920.262500', '093920.722500', '093921.182500', '093921.642500', '093922.102500', '093922.562500', '093923.022500', '093923.482500', '093923.942500', '093924.402500', '093924.862500', '093925.322500', '093925.782500', '093926.242500', '093926.702500', '093927.162500', '093927.622500', '093928.082500', '093928.542500', '093929.002500', '093929.462500', '093929.922500', '093930.382500', '093930.842500', '093931.302500', '093931.762500', '093932.222500', '093932.682500', '093933.142500', '093933.602500', '093934.062500', '093934.522500', '093934.982500', '093935.442500', '093935.902500', '093936.362500', '093936.822500', '093937.282500', '093937.742500', '093938.202500', '093938.662500', '093939.122500', '093939.582500', '093940.042500', '093940.502500', '093940.962500', '093941.422500', '093941.882500', '093942.342500', '093942.802500', '093943.262500', '093943.722500', '093944.182500', '093944.642500', '093945.102500', '093945.562500', '093946.022500', '093946.482500', '093946.942500', '093947.402500', '093947.862500', '093948.322500', '093948.782500', '093949.242500', '093949.702500', '093950.162500', '093950.622500', '093951.082500', '093951.542500', '093952.002500', '093952.462500', '093952.922500', '093953.382500', '093953.842500', '093954.302500', '093954.762500', '093955.222500', '093955.682500', '093956.142500', '093956.602500', '093957.062500', '093957.522500', '093957.982500', '093958.442500', '093958.902500', '093959.362500', '093959.822500', '094000.282500', '094000.742500', '094001.202500', '094001.662500', '094002.122500', '094002.582500', '094003.042500', '094003.502500', '094003.962500', '094004.422500', '094004.882500', '094005.342500', '094005.802500', '094006.262500', '094006.722500', '094007.182500', '094007.642500', '094008.102500', '094008.562500', '094009.022500', '094009.482500', '094009.942500', '094010.402500', '094010.862500', '094011.322500', '094011.782500', '094012.242500', '094012.702500', '094013.162500', '094013.622500', '094014.082500', '094014.542500', '094015.002500', '094015.462500', '094015.922500', '094016.382500', '094016.842500', '094017.302500', '094017.762500', '094018.222500', '094018.682500', '094019.142500', '094019.602500', '094020.062500', '094020.522500', '094020.982500', '094021.442500', '094021.902500', '094022.362500', '094022.822500', '094023.282500', '094023.742500', '094024.202500', '094024.662500', '094025.122500', '094025.582500', '094026.042500', '094026.502500', '094026.962500', '094027.422500', '094027.882500', '094028.342500', '094028.802500', '094029.262500', '094029.722500', '094030.182500', '094030.642500', '094031.102500', '094031.562500', '094032.022500', '094032.482500', '094032.942500', '094033.402500', '094033.862500', '094034.322500', '094034.782500', '094035.242500', '094035.702500', '094036.162500', '094036.622500', '094037.082500', '094037.542500', '094038.002500', '094038.462500', '094038.922500', '094039.382500', '094039.842500', '094040.302500', '094040.762500', '094041.222500', '094041.682500', '094042.142500', '094042.602500', '094043.062500', '094043.522500', '094043.982500', '094044.442500', '094044.902500', '094045.362500', '094045.822500', '094046.282500', '094046.742500', '094047.202500', '094047.662500', '094048.122500', '094048.582500', '094049.042500', '094049.502500', '094049.962500', '094050.422500', '094050.882500', '094051.342500', '094051.802500', '094052.262500', '094052.722500', '094053.182500', '094053.642500', '094054.102500', '094054.562500', '094055.022500', '094055.482500', '094055.942500', '094056.402500', '094056.862500', '094057.322500', '094057.782500', '094058.242500', '094058.702500', '094059.162500', '094059.622500', '094100.082500', '094100.542500', '094101.002500', '094101.462500', '094101.922500', '094102.382500', '094102.842500', '094103.302500', '094103.762500', '094104.222500', '094104.682500', '094105.142500', '094105.602500', '094106.062500', '094106.522500', '094106.982500', '094107.442500', '094107.902500', '094108.362500', '094108.822500', '094109.282500', '094109.742500', '094110.202500', '094110.662500', '094111.122500', '094111.582500', '094112.042500', '094112.502500', '094112.962500', '094113.422500', '094113.882500', '094114.342500', '094114.802500', '094115.262500', '094115.722500', '094116.182500', '094116.642500', '094117.102500', '094117.562500', '094118.022500', '094118.482500', '094118.942500', '094119.402500', '094119.862500', '094120.322500', '094120.782500', '094121.242500', '094121.702500', '094122.162500', '094122.622500', '094123.082500', '094123.542500', '094124.002500', '094124.462500', '094124.922500', '094125.382500', '094125.842500', '094126.302500', '094126.762500', '094127.222500', '094127.682500', '094128.142500', '094128.602500', '094129.062500', '094129.522500', '094129.982500', '094130.442500', '094130.902500', '094131.362500', '094131.822500', '094132.282500', '094132.742500', '094133.202500', '094133.662500', '094134.122500', '094134.582500', '094135.042500', '094135.502500', '094135.962500', '094136.422500', '094136.882500', '094137.342500', '094137.802500', '094138.262500', '094138.722500', '094139.182500', '094139.642500', '094140.102500', '094140.562500', '094141.022500', '094141.482500', '094141.942500', '094142.402500', '094142.862500', '094143.322500', '094143.782500', '094144.242500', '094144.702500', '094145.162500', '094145.622500', '094146.082500', '094146.542500', '094147.002500', '094147.462500', '094147.922500', '094148.382500', '094148.842500', '094149.302500', '094149.762500', '094150.222500', '094150.682500', '094151.142500', '094151.602500', '094152.062500', '094152.522500', '094152.982500', '094153.442500', '094153.902500', '094154.362500', '094154.822500', '094155.282500', '094155.742500', '094156.202500', '094156.662500', '094157.122500', '094157.582500', '094158.042500', '094158.502500', '094158.962500', '094159.422500', '094159.882500', '094200.342500', '094200.802500', '094201.262500', '094201.722500', '094202.182500', '094202.642500', '094203.102500', '094203.562500', '094204.022500', '094204.482500', '094204.942500', '094205.402500', '094205.862500', '094206.322500', '094206.782500', '094207.242500', '094207.702500', '094208.162500', '094208.622500', '094209.082500', '094209.542500', '094210.002500', '094210.462500', '094210.922500', '094211.382500', '094211.842500', '094212.302500', '094212.762500', '094213.222500', '094213.682500', '094214.142500', '094214.602500', '094215.062500', '094215.522500', '094215.982500', '094216.442500', '094216.902500', '094217.362500', '094217.822500', '094218.282500', '094218.742500', '094219.202500', '094219.662500', '094220.122500', '094220.582500', '094221.042500', '094221.502500', '094221.962500', '094222.422500', '094222.882500', '094223.342500', '094223.802500', '094224.262500', '094224.722500', '094225.182500', '094225.642500', '094226.102500', '094226.562500', '094227.022500', '094227.482500', '094227.942500', '094228.402500', '094228.862500', '094229.322500', '094229.782500', '094230.242500', '094230.702500', '094231.162500', '094231.622500', '094232.082500', '094232.542500', '094233.002500', '094233.462500', '094233.922500', '094234.382500', '094234.842500', '094235.302500', '094235.762500', '094236.222500', '094236.682500', '094237.142500', '094237.602500', '094238.062500', '094238.522500', '094238.982500', '094239.442500', '094239.902500', '094240.362500', '094240.822500', '094241.282500', '094241.742500'], 'ContentTime': ['093621.529000', '093621.532000', '093621.535000', '093621.538000', '093621.545000', '093621.547000', '093621.550000', '093621.553000', '093621.555000', '093621.558000', '093621.560000', '093621.563000', '093621.565000', '093621.568000', '093621.570000', '093621.573000', '093621.575000', '093621.578000', '093621.581000', '093621.583000', '093621.586000', '093621.588000', '093621.591000', '093621.594000', '093621.596000', '093621.599000', '093621.601000', '093621.604000', '093621.606000', '093621.609000', '093621.612000', '093621.614000', '093621.617000', '093621.619000', '093621.622000', '093621.624000', '093621.627000', '093621.629000', '093621.632000', '093621.634000', '093621.637000', '093621.640000', '093621.642000', '093641.491000', '093641.494000', '093641.497000', '093641.499000', '093641.502000', '093641.504000', '093641.507000', '093641.509000', '093641.512000', '093641.514000', '093641.517000', '093641.519000', '093641.522000', '093641.525000', '093641.527000', '093641.530000', '093641.532000', '093641.535000', '093641.537000', '093641.540000', '093641.543000', '093641.545000', '093641.548000', '093641.550000', '093641.553000', '093641.555000', '093641.558000', '093641.560000', '093641.563000', '093641.566000', '093641.568000', '093641.571000', '093641.573000', '093641.576000', '093641.578000', '093641.581000', '093641.583000', '093641.586000', '093641.588000', '093641.591000', '093641.594000', '093641.596000', '093641.599000', '093701.493000', '093701.495000', '093701.498000', '093701.500000', '093701.503000', '093701.505000', '093701.508000', '093701.510000', '093701.513000', '093701.516000', '093701.518000', '093701.521000', '093701.523000', '093701.526000', '093701.528000', '093701.531000', '093701.533000', '093701.536000', '093701.538000', '093701.542000', '093701.544000', '093701.547000', '093701.550000', '093701.553000', '093701.556000', '093701.559000', '093701.561000', '093701.564000', '093701.567000', '093701.569000', '093701.572000', '093701.574000', '093701.577000', '093701.580000', '093701.582000', '093701.585000', '093701.587000', '093701.590000', '093701.593000', '093701.595000', '093701.598000', '093701.601000', '093701.603000', '093721.492000', '093721.495000', '093721.498000', '093721.500000', '093721.503000', '093721.505000', '093721.508000', '093721.511000', '093721.513000', '093721.516000', '093721.518000', '093721.521000', '093721.524000', '093721.526000', '093721.529000', '093721.531000', '093721.534000', '093721.536000', '093721.539000', '093721.541000', '093721.544000', '093721.547000', '093721.549000', '093721.552000', '093721.554000', '093721.557000', '093721.570000', '093721.573000', '093721.575000', '093721.578000', '093721.580000', '093721.583000', '093721.586000', '093721.588000', '093721.591000', '093721.593000', '093721.596000', '093721.598000', '093721.601000', '093721.603000', '093721.606000', '093721.609000', '093721.611000', '093721.614000', '093741.492000', '093741.495000', '093741.498000', '093741.500000', '093741.503000', '093741.505000', '093741.508000', '093741.511000', '093741.513000', '093741.516000', '093741.519000', '093741.522000', '093741.525000', '093741.527000', '093741.530000', '093741.533000', '093741.535000', '093741.538000', '093741.540000', '093741.543000', '093741.546000', '093741.548000', '093741.551000', '093741.553000', '093741.556000', '093741.558000', '093741.561000', '093741.563000', '093741.566000', '093741.569000', '093741.571000', '093741.574000', '093741.576000', '093741.579000', '093741.581000', '093741.584000', '093741.586000', '093741.589000', '093741.592000', '093741.594000', '093741.597000', '093741.599000', '093741.602000', '093801.492000', '093801.495000', '093801.498000', '093801.500000', '093801.503000', '093801.505000', '093801.508000', '093801.511000', '093801.513000', '093801.516000', '093801.518000', '093801.521000', '093801.523000', '093801.526000', '093801.528000', '093801.531000', '093801.534000', '093801.536000', '093801.539000', '093801.541000', '093801.544000', '093801.546000', '093801.549000', '093801.551000', '093801.554000', '093801.557000', '093801.559000', '093801.562000', '093801.564000', '093801.567000', '093801.569000', '093801.572000', '093801.575000', '093801.577000', '093801.580000', '093801.582000', '093801.585000', '093801.587000', '093801.590000', '093801.593000', '093801.595000', '093801.598000', '093801.600000', '093801.603000', '093821.492000', '093821.495000', '093821.498000', '093821.500000', '093821.503000', '093821.505000', '093821.508000', '093821.511000', '093821.513000', '093821.516000', '093821.519000', '093821.521000', '093821.524000', '093821.527000', '093821.530000', '093821.532000', '093821.535000', '093821.538000', '093821.540000', '093821.543000', '093821.545000', '093821.548000', '093821.551000', '093821.553000', '093821.556000', '093821.558000', '093821.561000', '093821.563000', '093821.566000', '093821.569000', '093821.571000', '093821.574000', '093821.576000', '093821.579000', '093821.582000', '093821.585000', '093821.587000', '093821.590000', '093821.593000', '093821.595000', '093821.598000', '093821.600000', '093821.603000', '093841.491000', '093841.494000', '093841.497000', '093841.499000', '093841.502000', '093841.505000', '093841.507000', '093841.510000', '093841.512000', '093841.515000', '093841.517000', '093841.520000', '093841.522000', '093841.525000', '093841.528000', '093841.530000', '093841.533000', '093841.535000', '093841.538000', '093841.540000', '093841.543000', '093841.546000', '093841.548000', '093841.551000', '093841.554000', '093841.556000', '093841.559000', '093841.561000', '093841.564000', '093841.566000', '093841.569000', '093841.572000', '093841.584000', '093841.586000', '093841.589000', '093841.592000', '093841.594000', '093841.597000', '093841.599000', '093841.602000', '093841.605000', '093841.607000', '093841.610000', '093841.612000', '093901.491000', '093901.494000', '093901.497000', '093901.499000', '093901.502000', '093901.504000', '093901.507000', '093901.510000', '093901.512000', '093901.515000', '093901.517000', '093901.520000', '093901.522000', '093901.525000', '093901.527000', '093901.530000', '093901.533000', '093901.535000', '093901.538000', '093901.540000', '093901.543000', '093901.569000', '093901.572000', '093901.574000', '093901.577000', '093901.579000', '093901.582000', '093901.585000', '093901.587000', '093901.591000', '093901.594000', '093901.597000', '093901.600000', '093901.602000', '093901.605000', '093901.608000', '093901.610000', '093901.613000', '093901.615000', '093901.618000', '093901.621000', '093901.623000', '093901.626000', '093921.493000', '093921.495000', '093921.498000', '093921.501000', '093921.503000', '093921.506000', '093921.508000', '093921.511000', '093921.514000', '093921.516000', '093921.519000', '093921.521000', '093921.524000', '093921.526000', '093921.529000', '093921.531000', '093921.534000', '093921.537000', '093921.539000', '093921.542000', '093921.544000', '093921.547000', '093921.549000', '093921.552000', '093921.555000', '093921.557000', '093921.560000', '093921.562000', '093921.565000', '093921.567000', '093921.570000', '093921.573000', '093921.575000', '093921.578000', '093921.580000', '093921.583000', '093921.585000', '093921.588000', '093921.591000', '093921.593000', '093921.596000', '093921.598000', '093921.601000', '093921.603000', '093941.492000', '093941.495000', '093941.498000', '093941.500000', '093941.503000', '093941.505000', '093941.508000', '093941.510000', '093941.513000', '093941.516000', '093941.518000', '093941.521000', '093941.523000', '093941.526000', '093941.529000', '093941.531000', '093941.534000', '093941.536000', '093941.539000', '093941.541000', '093941.544000', '093941.547000', '093941.549000', '093941.552000', '093941.554000', '093941.557000', '093941.559000', '093941.562000', '093941.565000', '093941.567000', '093941.570000', '093941.572000', '093941.575000', '093941.577000', '093941.580000', '093941.583000', '093941.585000', '093941.588000', '093941.590000', '093941.593000', '093941.595000', '093941.598000', '093941.601000', '094001.493000', '094001.495000', '094001.498000', '094001.500000', '094001.503000', '094001.506000', '094001.508000', '094001.511000', '094001.513000', '094001.516000', '094001.518000', '094001.521000', '094001.523000', '094001.526000', '094001.529000', '094001.531000', '094001.534000', '094001.536000', '094001.539000', '094001.542000', '094001.544000', '094001.547000', '094001.549000', '094001.552000', '094001.555000', '094001.557000', '094001.560000', '094001.563000', '094001.565000', '094001.568000', '094001.570000', '094001.573000', '094001.575000', '094001.578000', '094001.581000', '094001.583000', '094001.586000', '094001.588000', '094001.591000', '094001.594000', '094001.596000', '094001.599000', '094001.601000', '094001.604000', '094021.492000', '094021.495000', '094021.498000', '094021.500000', '094021.503000', '094021.505000', '094021.508000', '094021.511000', '094021.513000', '094021.516000', '094021.518000', '094021.521000', '094021.523000', '094021.526000', '094021.528000', '094021.531000', '094021.534000', '094021.536000', '094021.539000', '094021.541000', '094021.544000', '094021.546000', '094021.549000', '094021.551000', '094021.554000', '094021.557000', '094021.559000', '094021.562000', '094021.564000', '094021.567000', '094021.569000', '094021.581000', '094021.583000', '094021.586000', '094021.588000', '094021.591000', '094021.593000', '094021.596000', '094021.599000', '094021.601000', '094021.604000', '094021.606000', '094021.609000', '094041.492000', '094041.495000', '094041.498000', '094041.500000', '094041.503000', '094041.505000', '094041.508000', '094041.511000', '094041.513000', '094041.516000', '094041.518000', '094041.521000', '094041.523000', '094041.526000', '094041.528000', '094041.531000', '094041.533000', '094041.536000', '094041.539000', '094041.541000', '094041.544000', '094041.546000', '094041.549000', '094041.551000', '094041.554000', '094041.557000', '094041.559000', '094041.562000', '094041.564000', '094041.567000', '094041.569000', '094041.572000', '094041.575000', '094041.577000', '094041.580000', '094041.582000', '094041.585000', '094041.587000', '094041.590000', '094041.592000', '094041.595000', '094041.598000', '094041.600000', '094041.603000', '094101.492000', '094101.494000', '094101.497000', '094101.499000', '094101.502000', '094101.505000', '094101.507000', '094101.510000', '094101.512000', '094101.515000', '094101.517000', '094101.520000', '094101.522000', '094101.525000', '094101.528000', '094101.530000', '094101.533000', '094101.535000', '094101.538000', '094101.540000', '094101.543000', '094101.546000', '094101.548000', '094101.551000', '094101.553000', '094101.556000', '094101.558000', '094101.561000', '094101.563000', '094101.566000', '094101.568000', '094101.571000', '094101.574000', '094101.576000', '094101.579000', '094101.581000', '094101.584000', '094101.586000', '094101.589000', '094101.591000', '094101.594000', '094101.597000', '094101.599000', '094121.491000', '094121.494000', '094121.497000', '094121.499000', '094121.502000', '094121.505000', '094121.508000', '094121.511000', '094121.513000', '094121.516000', '094121.519000', '094121.521000', '094121.524000', '094121.527000', '094121.529000', '094121.532000', '094121.535000', '094121.537000', '094121.540000', '094121.542000', '094121.545000', '094121.547000', '094121.550000', '094121.553000', '094121.555000', '094121.558000', '094121.560000', '094121.563000', '094121.565000', '094121.568000', '094121.570000', '094121.573000', '094121.576000', '094121.578000', '094121.581000', '094121.583000', '094121.586000', '094121.588000', '094121.591000', '094121.594000', '094121.596000', '094121.599000', '094121.601000', '094141.493000', '094141.495000', '094141.498000', '094141.501000', '094141.503000', '094141.506000', '094141.508000', '094141.511000', '094141.513000', '094141.516000', '094141.518000', '094141.521000', '094141.524000', '094141.526000', '094141.529000', '094141.531000', '094141.534000', '094141.537000', '094141.539000', '094141.542000', '094141.544000', '094141.547000', '094141.549000', '094141.552000', '094141.554000', '094141.557000', '094141.560000', '094141.562000', '094141.565000', '094141.567000', '094141.570000', '094141.572000', '094141.575000', '094141.577000', '094141.580000', '094141.583000', '094141.585000', '094141.588000', '094141.590000', '094141.593000', '094141.595000', '094141.598000', '094141.600000', '094141.603000', '094201.492000', '094201.495000', '094201.498000', '094201.501000', '094201.503000', '094201.506000', '094201.508000', '094201.511000', '094201.513000', '094201.516000', '094201.519000', '094201.521000', '094201.524000', '094201.527000', '094201.529000', '094201.532000', '094201.534000', '094201.537000', '094201.539000', '094201.542000', '094201.545000', '094201.547000', '094201.550000', '094201.552000', '094201.555000', '094201.557000', '094201.560000', '094201.563000', '094201.565000', '094201.568000', '094201.570000', '094201.573000', '094201.575000', '094201.578000', '094201.580000', '094201.583000', '094201.586000', '094201.588000', '094201.591000', '094201.593000', '094201.596000', '094201.598000', '094201.601000', '094201.604000', '094221.492000', '094221.495000', '094221.498000', '094221.500000', '094221.503000', '094221.506000', '094221.508000', '094221.511000', '094221.513000', '094221.516000', '094221.519000', '094221.522000', '094221.525000', '094221.527000', '094221.530000', '094221.532000', '094221.535000', '094221.537000', '094221.540000', '094221.543000', '094221.545000', '094221.548000', '094221.550000', '094221.553000', '094221.555000', '094221.558000', '094221.561000', '094221.563000', '094221.566000', '094221.568000', '094221.571000', '094221.574000', '094221.576000', '094221.579000', '094221.581000', '094221.584000', '094221.586000', '094221.589000', '094221.592000', '094221.594000', '094221.597000', '094221.599000', '094221.602000', '094241.493000', '094241.495000', '094241.498000', '094241.501000', '094241.503000', '094241.506000', '094241.508000', '094241.511000', '094241.513000', '094241.516000', '094241.518000', '094241.521000', '094241.524000', '094241.526000', '094241.529000', '094241.531000', '094241.534000', '094241.536000', '094241.539000', '094241.541000', '094241.544000', '094241.547000', '094241.549000', '094241.552000', '094241.554000', '094241.557000', '094241.559000', '094241.562000', '094241.565000', '094241.567000', '094241.570000', '094241.573000', '094241.575000', '094241.578000', '094241.580000', '094241.583000', '094241.585000', '094241.588000', '094241.591000', '094241.593000', '094241.596000', '094241.598000', '094241.601000', '094241.603000', '094242.820000', '094242.824000', '094242.826000'], 'InstanceCreationTime': ['093621.529000', '093621.532000', '093621.535000', '093621.538000', '093621.545000', '093621.547000', '093621.550000', '093621.553000', '093621.555000', '093621.558000', '093621.560000', '093621.563000', '093621.565000', '093621.568000', '093621.570000', '093621.573000', '093621.575000', '093621.578000', '093621.581000', '093621.583000', '093621.586000', '093621.588000', '093621.591000', '093621.594000', '093621.596000', '093621.599000', '093621.601000', '093621.604000', '093621.606000', '093621.609000', '093621.612000', '093621.614000', '093621.617000', '093621.619000', '093621.622000', '093621.624000', '093621.627000', '093621.629000', '093621.632000', '093621.634000', '093621.637000', '093621.640000', '093621.642000', '093641.491000', '093641.494000', '093641.497000', '093641.499000', '093641.502000', '093641.504000', '093641.507000', '093641.509000', '093641.512000', '093641.514000', '093641.517000', '093641.519000', '093641.522000', '093641.525000', '093641.527000', '093641.530000', '093641.532000', '093641.535000', '093641.537000', '093641.540000', '093641.543000', '093641.545000', '093641.548000', '093641.550000', '093641.553000', '093641.555000', '093641.558000', '093641.560000', '093641.563000', '093641.566000', '093641.568000', '093641.571000', '093641.573000', '093641.576000', '093641.578000', '093641.581000', '093641.583000', '093641.586000', '093641.588000', '093641.591000', '093641.594000', '093641.596000', '093641.599000', '093701.493000', '093701.495000', '093701.498000', '093701.500000', '093701.503000', '093701.505000', '093701.508000', '093701.510000', '093701.513000', '093701.516000', '093701.518000', '093701.521000', '093701.523000', '093701.526000', '093701.528000', '093701.531000', '093701.533000', '093701.536000', '093701.538000', '093701.542000', '093701.544000', '093701.547000', '093701.550000', '093701.553000', '093701.556000', '093701.559000', '093701.561000', '093701.564000', '093701.567000', '093701.569000', '093701.572000', '093701.574000', '093701.577000', '093701.580000', '093701.582000', '093701.585000', '093701.587000', '093701.590000', '093701.593000', '093701.595000', '093701.598000', '093701.601000', '093701.603000', '093721.492000', '093721.495000', '093721.498000', '093721.500000', '093721.503000', '093721.505000', '093721.508000', '093721.511000', '093721.513000', '093721.516000', '093721.518000', '093721.521000', '093721.524000', '093721.526000', '093721.529000', '093721.531000', '093721.534000', '093721.536000', '093721.539000', '093721.541000', '093721.544000', '093721.547000', '093721.549000', '093721.552000', '093721.554000', '093721.557000', '093721.570000', '093721.573000', '093721.575000', '093721.578000', '093721.580000', '093721.583000', '093721.586000', '093721.588000', '093721.591000', '093721.593000', '093721.596000', '093721.598000', '093721.601000', '093721.603000', '093721.606000', '093721.609000', '093721.611000', '093721.614000', '093741.492000', '093741.495000', '093741.498000', '093741.500000', '093741.503000', '093741.505000', '093741.508000', '093741.511000', '093741.513000', '093741.516000', '093741.519000', '093741.522000', '093741.525000', '093741.527000', '093741.530000', '093741.533000', '093741.535000', '093741.538000', '093741.540000', '093741.543000', '093741.546000', '093741.548000', '093741.551000', '093741.553000', '093741.556000', '093741.558000', '093741.561000', '093741.563000', '093741.566000', '093741.569000', '093741.571000', '093741.574000', '093741.576000', '093741.579000', '093741.581000', '093741.584000', '093741.586000', '093741.589000', '093741.592000', '093741.594000', '093741.597000', '093741.599000', '093741.602000', '093801.492000', '093801.495000', '093801.498000', '093801.500000', '093801.503000', '093801.505000', '093801.508000', '093801.511000', '093801.513000', '093801.516000', '093801.518000', '093801.521000', '093801.523000', '093801.526000', '093801.528000', '093801.531000', '093801.534000', '093801.536000', '093801.539000', '093801.541000', '093801.544000', '093801.546000', '093801.549000', '093801.551000', '093801.554000', '093801.557000', '093801.559000', '093801.562000', '093801.564000', '093801.567000', '093801.569000', '093801.572000', '093801.575000', '093801.577000', '093801.580000', '093801.582000', '093801.585000', '093801.587000', '093801.590000', '093801.593000', '093801.595000', '093801.598000', '093801.600000', '093801.603000', '093821.492000', '093821.495000', '093821.498000', '093821.500000', '093821.503000', '093821.505000', '093821.508000', '093821.511000', '093821.513000', '093821.516000', '093821.519000', '093821.521000', '093821.524000', '093821.527000', '093821.530000', '093821.532000', '093821.535000', '093821.538000', '093821.540000', '093821.543000', '093821.545000', '093821.548000', '093821.551000', '093821.553000', '093821.556000', '093821.558000', '093821.561000', '093821.563000', '093821.566000', '093821.569000', '093821.571000', '093821.574000', '093821.576000', '093821.579000', '093821.582000', '093821.585000', '093821.587000', '093821.590000', '093821.593000', '093821.595000', '093821.598000', '093821.600000', '093821.603000', '093841.491000', '093841.494000', '093841.497000', '093841.499000', '093841.502000', '093841.505000', '093841.507000', '093841.510000', '093841.512000', '093841.515000', '093841.517000', '093841.520000', '093841.522000', '093841.525000', '093841.528000', '093841.530000', '093841.533000', '093841.535000', '093841.538000', '093841.540000', '093841.543000', '093841.546000', '093841.548000', '093841.551000', '093841.554000', '093841.556000', '093841.559000', '093841.561000', '093841.564000', '093841.566000', '093841.569000', '093841.572000', '093841.584000', '093841.586000', '093841.589000', '093841.592000', '093841.594000', '093841.597000', '093841.599000', '093841.602000', '093841.605000', '093841.607000', '093841.610000', '093841.612000', '093901.491000', '093901.494000', '093901.497000', '093901.499000', '093901.502000', '093901.504000', '093901.507000', '093901.510000', '093901.512000', '093901.515000', '093901.517000', '093901.520000', '093901.522000', '093901.525000', '093901.527000', '093901.530000', '093901.533000', '093901.535000', '093901.538000', '093901.540000', '093901.543000', '093901.569000', '093901.572000', '093901.574000', '093901.577000', '093901.579000', '093901.582000', '093901.585000', '093901.587000', '093901.591000', '093901.594000', '093901.597000', '093901.600000', '093901.602000', '093901.605000', '093901.608000', '093901.610000', '093901.613000', '093901.615000', '093901.618000', '093901.621000', '093901.623000', '093901.626000', '093921.493000', '093921.495000', '093921.498000', '093921.501000', '093921.503000', '093921.506000', '093921.508000', '093921.511000', '093921.514000', '093921.516000', '093921.519000', '093921.521000', '093921.524000', '093921.526000', '093921.529000', '093921.531000', '093921.534000', '093921.537000', '093921.539000', '093921.542000', '093921.544000', '093921.547000', '093921.549000', '093921.552000', '093921.555000', '093921.557000', '093921.560000', '093921.562000', '093921.565000', '093921.567000', '093921.570000', '093921.573000', '093921.575000', '093921.578000', '093921.580000', '093921.583000', '093921.585000', '093921.588000', '093921.591000', '093921.593000', '093921.596000', '093921.598000', '093921.601000', '093921.603000', '093941.492000', '093941.495000', '093941.498000', '093941.500000', '093941.503000', '093941.505000', '093941.508000', '093941.510000', '093941.513000', '093941.516000', '093941.518000', '093941.521000', '093941.523000', '093941.526000', '093941.529000', '093941.531000', '093941.534000', '093941.536000', '093941.539000', '093941.541000', '093941.544000', '093941.547000', '093941.549000', '093941.552000', '093941.554000', '093941.557000', '093941.559000', '093941.562000', '093941.565000', '093941.567000', '093941.570000', '093941.572000', '093941.575000', '093941.577000', '093941.580000', '093941.583000', '093941.585000', '093941.588000', '093941.590000', '093941.593000', '093941.595000', '093941.598000', '093941.601000', '094001.493000', '094001.495000', '094001.498000', '094001.500000', '094001.503000', '094001.506000', '094001.508000', '094001.511000', '094001.513000', '094001.516000', '094001.518000', '094001.521000', '094001.523000', '094001.526000', '094001.529000', '094001.531000', '094001.534000', '094001.536000', '094001.539000', '094001.542000', '094001.544000', '094001.547000', '094001.549000', '094001.552000', '094001.555000', '094001.557000', '094001.560000', '094001.563000', '094001.565000', '094001.568000', '094001.570000', '094001.573000', '094001.575000', '094001.578000', '094001.581000', '094001.583000', '094001.586000', '094001.588000', '094001.591000', '094001.594000', '094001.596000', '094001.599000', '094001.601000', '094001.604000', '094021.492000', '094021.495000', '094021.498000', '094021.500000', '094021.503000', '094021.505000', '094021.508000', '094021.511000', '094021.513000', '094021.516000', '094021.518000', '094021.521000', '094021.523000', '094021.526000', '094021.528000', '094021.531000', '094021.534000', '094021.536000', '094021.539000', '094021.541000', '094021.544000', '094021.546000', '094021.549000', '094021.551000', '094021.554000', '094021.557000', '094021.559000', '094021.562000', '094021.564000', '094021.567000', '094021.569000', '094021.581000', '094021.583000', '094021.586000', '094021.588000', '094021.591000', '094021.593000', '094021.596000', '094021.599000', '094021.601000', '094021.604000', '094021.606000', '094021.609000', '094041.492000', '094041.495000', '094041.498000', '094041.500000', '094041.503000', '094041.505000', '094041.508000', '094041.511000', '094041.513000', '094041.516000', '094041.518000', '094041.521000', '094041.523000', '094041.526000', '094041.528000', '094041.531000', '094041.533000', '094041.536000', '094041.539000', '094041.541000', '094041.544000', '094041.546000', '094041.549000', '094041.551000', '094041.554000', '094041.557000', '094041.559000', '094041.562000', '094041.564000', '094041.567000', '094041.569000', '094041.572000', '094041.575000', '094041.577000', '094041.580000', '094041.582000', '094041.585000', '094041.587000', '094041.590000', '094041.592000', '094041.595000', '094041.598000', '094041.600000', '094041.603000', '094101.492000', '094101.494000', '094101.497000', '094101.499000', '094101.502000', '094101.505000', '094101.507000', '094101.510000', '094101.512000', '094101.515000', '094101.517000', '094101.520000', '094101.522000', '094101.525000', '094101.528000', '094101.530000', '094101.533000', '094101.535000', '094101.538000', '094101.540000', '094101.543000', '094101.546000', '094101.548000', '094101.551000', '094101.553000', '094101.556000', '094101.558000', '094101.561000', '094101.563000', '094101.566000', '094101.568000', '094101.571000', '094101.574000', '094101.576000', '094101.579000', '094101.581000', '094101.584000', '094101.586000', '094101.589000', '094101.591000', '094101.594000', '094101.597000', '094101.599000', '094121.491000', '094121.494000', '094121.497000', '094121.499000', '094121.502000', '094121.505000', '094121.508000', '094121.511000', '094121.513000', '094121.516000', '094121.519000', '094121.521000', '094121.524000', '094121.527000', '094121.529000', '094121.532000', '094121.535000', '094121.537000', '094121.540000', '094121.542000', '094121.545000', '094121.547000', '094121.550000', '094121.553000', '094121.555000', '094121.558000', '094121.560000', '094121.563000', '094121.565000', '094121.568000', '094121.570000', '094121.573000', '094121.576000', '094121.578000', '094121.581000', '094121.583000', '094121.586000', '094121.588000', '094121.591000', '094121.594000', '094121.596000', '094121.599000', '094121.601000', '094141.493000', '094141.495000', '094141.498000', '094141.501000', '094141.503000', '094141.506000', '094141.508000', '094141.511000', '094141.513000', '094141.516000', '094141.518000', '094141.521000', '094141.524000', '094141.526000', '094141.529000', '094141.531000', '094141.534000', '094141.537000', '094141.539000', '094141.542000', '094141.544000', '094141.547000', '094141.549000', '094141.552000', '094141.554000', '094141.557000', '094141.560000', '094141.562000', '094141.565000', '094141.567000', '094141.570000', '094141.572000', '094141.575000', '094141.577000', '094141.580000', '094141.583000', '094141.585000', '094141.588000', '094141.590000', '094141.593000', '094141.595000', '094141.598000', '094141.600000', '094141.603000', '094201.492000', '094201.495000', '094201.498000', '094201.501000', '094201.503000', '094201.506000', '094201.508000', '094201.511000', '094201.513000', '094201.516000', '094201.519000', '094201.521000', '094201.524000', '094201.527000', '094201.529000', '094201.532000', '094201.534000', '094201.537000', '094201.539000', '094201.542000', '094201.545000', '094201.547000', '094201.550000', '094201.552000', '094201.555000', '094201.557000', '094201.560000', '094201.563000', '094201.565000', '094201.568000', '094201.570000', '094201.573000', '094201.575000', '094201.578000', '094201.580000', '094201.583000', '094201.586000', '094201.588000', '094201.591000', '094201.593000', '094201.596000', '094201.598000', '094201.601000', '094201.604000', '094221.492000', '094221.495000', '094221.498000', '094221.500000', '094221.503000', '094221.506000', '094221.508000', '094221.511000', '094221.513000', '094221.516000', '094221.519000', '094221.522000', '094221.525000', '094221.527000', '094221.530000', '094221.532000', '094221.535000', '094221.537000', '094221.540000', '094221.543000', '094221.545000', '094221.548000', '094221.550000', '094221.553000', '094221.555000', '094221.558000', '094221.561000', '094221.563000', '094221.566000', '094221.568000', '094221.571000', '094221.574000', '094221.576000', '094221.579000', '094221.581000', '094221.584000', '094221.586000', '094221.589000', '094221.592000', '094221.594000', '094221.597000', '094221.599000', '094221.602000', '094241.493000', '094241.495000', '094241.498000', '094241.501000', '094241.503000', '094241.506000', '094241.508000', '094241.511000', '094241.513000', '094241.516000', '094241.518000', '094241.521000', '094241.524000', '094241.526000', '094241.529000', '094241.531000', '094241.534000', '094241.536000', '094241.539000', '094241.541000', '094241.544000', '094241.547000', '094241.549000', '094241.552000', '094241.554000', '094241.557000', '094241.559000', '094241.562000', '094241.565000', '094241.567000', '094241.570000', '094241.573000', '094241.575000', '094241.578000', '094241.580000', '094241.583000', '094241.585000', '094241.588000', '094241.591000', '094241.593000', '094241.596000', '094241.598000', '094241.601000', '094241.603000', '094242.820000', '094242.824000', '094242.826000'], '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': [7109, 9782, 7030, 8429, 6613, 10649, 7096, 11592, 7039, 9523, 6443, 10911, 12478, 10427, 14371, 7533, 13209, 7051, 12770, 8190, 14286, 6916, 9096, 6172, 8031, 6548, 7915, 7362, 7101, 11148, 6504, 9147, 6550, 9634, 6970, 8694, 6738, 8596, 6308, 8902, 9094, 8271, 13529, 6806, 10298, 6517, 10230, 6722, 9246, 6516, 7945, 6366, 8307, 8206, 8444, 13404, 7024, 10899, 6449, 10983, 6968, 9613, 6665, 7926, 6435, 8014, 13912, 6566, 11130, 6305, 8721, 6333, 9610, 6861, 7956, 6153, 7113, 9423, 7324, 10421, 7134, 9435, 6739, 8183, 6174, 8288, 11320, 8105, 12965, 6279, 9983, 6608, 10644, 7143, 8277, 13663, 6873, 9854, 6633, 9381, 6925, 7732, 6090, 7604, 6223, 7603, 7292, 7556, 10407, 7399, 11951, 7635, 14242, 9064, 13757, 7143, 9470, 6542, 9445, 13800, 9314, 13571, 6531, 12597, 6603, 10892, 6800, 8854, 6342, 7617, 10329, 6973, 9584, 6537, 8284, 6164, 8692, 6384, 7962, 8868, 7477, 10498, 6443, 9133, 6714, 10600, 7190, 11670, 6482, 8331, 13613, 8430, 14692, 10199, 12771, 6799, 9135, 6443, 8291, 10175, 7516, 10751, 7180, 10514, 7039, 11052, 6793, 10748, 6702, 8787, 6309, 8373, 13638, 7772, 12190, 6455, 9142, 6543, 9401, 6824, 8111, 6393, 7870, 10644, 7103, 11293, 7099, 10174, 6332, 7996, 11070, 7761, 12375, 7784, 10825, 6441, 8523, 6415, 9772, 8594, 7897, 14399, 6413, 11069, 6350, 10185, 6607, 8181, 6167, 7687, 10520, 7492, 11676, 7003, 9477, 6532, 8686, 6196, 8007, 9713, 7627, 10151, 6608, 9246, 6441, 9897, 6854, 10140, 6563, 8405, 6151, 8251, 6889, 8433, 14631, 7342, 12308, 6656, 9448, 6741, 9783, 6754, 8471, 6470, 7582, 10198, 7256, 10112, 6845, 9282, 6616, 8602, 6187, 8156, 12188, 7489, 11516, 6608, 9285, 6434, 10008, 6895, 8863, 6515, 7436, 11278, 7189, 10275, 6986, 8703, 6545, 8344, 6703, 9819, 6894, 8633, 6208, 8218, 6664, 8528, 13763, 9518, 13550, 6899, 12158, 7068, 12524, 7789, 12355, 6921, 8694, 6316, 11257, 7123, 10044, 6440, 8369, 7149, 9004, 13284, 8518, 11526, 6903, 8872, 6736, 9105, 6721, 8435, 6548, 8400, 6412, 9706, 6964, 9566, 6567, 9197, 8241, 10418, 14092, 11685, 14861, 7290, 13256, 6573, 13134, 8666, 12767, 6733, 10630, 6366, 10643, 7006, 9447, 11805, 7492, 11526, 7270, 10635, 6628, 9142, 6585, 8591, 6418, 9287, 6912, 8314, 7070, 7834, 10264, 7493, 11377, 7427, 11488, 6740, 9168, 6587, 10239, 6899, 10146, 6362, 7827, 6726, 7976, 13280, 8107, 13092, 6511, 11119, 6675, 10277, 6875, 9769, 6391, 7783, 7570, 8150, 13944, 7424, 12202, 6460, 9261, 6462, 9375, 6775, 7816, 6568, 7217, 6178, 7988, 11964, 7904, 11030, 7330, 10758, 8748, 13133, 8910, 13835, 6635, 12140, 6413, 12906, 7809, 13675, 6687, 9654, 6463, 11015, 7053, 10768, 6490, 8558, 6485, 9335, 6690, 9296, 6547, 8334, 6837, 8714, 7099, 8271, 6833, 8039, 6417, 8532, 10113, 8661, 9744, 8004, 11071, 8749, 13768, 8850, 13708, 6781, 12291, 6460, 12105, 7160, 11943, 6753, 8306, 6392, 10485, 7175, 10269, 6754, 8554, 7773, 8573, 13609, 7987, 12350, 6893, 10053, 6530, 9362, 6867, 10355, 6840, 8470, 6702, 8064, 11416, 7338, 11431, 7019, 9311, 6459, 8045, 6394, 9324, 7103, 7844, 6683, 7612, 10549, 8153, 12917, 8491, 12661, 6449, 9755, 6419, 10955, 7211, 9782, 6525, 7967, 10115, 7561, 12012, 6758, 11186, 6667, 9657, 6575, 10968, 7291, 9866, 6472, 8130, 6508, 8237, 12126, 7989, 11561, 6729, 9264, 6778, 9984, 6678, 10989, 6887, 8321, 6694, 11795, 6667, 8024, 6691, 10489, 7290, 7376, 6305, 10788, 7025, 11651, 8623, 13144, 9178, 14456, 9678, 11862, 7438, 8226, 6432, 9964, 8789, 8480, 10539, 7520, 10662, 7319, 11486, 6776, 9708, 6621, 8751, 6614, 8635, 6795, 8220, 6866, 8630, 6649, 9591, 7224, 8794, 6270, 8597, 6965, 10121, 10926, 9054, 12677, 8089, 13448, 7013, 12971, 8592, 13566, 7262, 9359, 6310, 9626, 6937, 8466, 7960, 7343, 9614, 6640, 9619, 6865, 8918, 6664, 8065, 6669, 8491, 7171, 8535, 6493, 8641, 6860, 11167, 9721, 11487, 11216, 7904, 12860, 7351, 12892, 8044, 12319, 6745, 10911, 6747, 9823, 6806, 9114, 6851, 8318, 6432, 10396, 7173, 8501, 6321, 8261, 6401, 9112, 6947, 9177, 6814, 8534, 6695, 8543, 11718, 8883, 11141, 7293, 10887, 7789, 11392, 7001, 10469, 6706, 8890, 6691, 10420, 6845, 8054, 6279, 8148, 6245, 8420, 6720, 8387, 6428, 7829, 10494, 7634, 11764, 7296, 11428, 6668, 9656, 6566, 9038, 7045, 8681, 6234, 8392, 6194, 8750, 9031, 8640, 11427, 7400, 11464, 7288, 12066, 7915, 11317, 6603, 8598, 6541, 9321, 6932, 8274, 6290, 8147, 6607, 8157, 9657, 7957, 11456, 7096, 10063, 6594, 10336, 6727, 10811, 6934, 8152, 6338, 8047, 6963, 8098, 6399, 7153, 8467, 7634, 12287, 7904, 13974, 6968, 11656, 6848, 10098, 7424, 8464, 6539, 7508, 8178, 8078, 13351, 6941, 11230, 6667, 8655, 6700, 9275, 6907, 8066, 6445, 8131, 6483, 8253, 8953, 8937, 11695, 7346, 9931, 7121, 11017, 7160, 11924, 6988, 8893, 6466, 9082, 7142, 7738, 9255, 7139, 10617, 6654, 10299, 6738, 8515, 6728, 8468, 6345, 9046, 6744, 8482, 6532, 7888, 7853, 7450, 11166, 6632, 10655, 6737, 9660, 6644, 10531, 7310, 9399, 6328, 7751, 6555, 8103, 13733, 7969, 12135, 6472, 9694, 6839, 9742, 7392, 8568, 6430, 8106, 6757, 8239, 13038, 7541, 11606, 6584, 8902, 7023, 9124, 6909, 7829, 6448, 8262, 6688, 8010, 8343, 8186, 10547, 7504, 10068, 7906, 11736, 7798, 12734, 6586, 11919, 6634, 13036, 7556, 12466, 6691, 8668, 6763, 11112, 7497, 9614, 6557, 8039, 6430, 8639, 13257, 8807, 12593, 6915, 11196, 6814, 10024, 7125, 8587, 6432, 8580, 6427, 8594, 7061, 7923, 6787, 7333, 9458, 6885, 10639, 6855, 11945, 6571, 9699, 6688, 10357, 9692, 8995, 14172, 6736, 12544, 6702, 11177, 7302, 8279, 6390, 7286, 8417, 7222, 10025, 6613, 9582, 6950, 8610, 6760, 10026, 6870, 8466], 'WindowCenter': [3826.0, 3842.0, 3797.0, 3817.0, 3784.0, 3836.0, 3783.0, 3836.0, 3783.0, 3815.0, 3771.0, 3823.0, 3831.0, 3813.0, 3832.0, 3790.0, 3830.0, 3769.0, 3830.0, 3789.0, 3831.0, 3768.0, 3799.0, 3757.0, 3788.0, 3756.0, 3788.0, 3777.0, 3779.0, 3820.0, 3770.0, 3809.0, 3770.0, 3811.0, 3781.0, 3801.0, 3770.0, 3801.0, 3768.0, 3812.0, 3801.0, 3802.0, 3832.0, 3770.0, 3810.0, 3769.0, 3811.0, 3769.0, 3801.0, 3769.0, 3790.0, 3769.0, 3801.0, 3789.0, 3802.0, 3832.0, 3780.0, 3821.0, 3768.0, 3820.0, 3778.0, 3811.0, 3767.0, 3790.0, 3757.0, 3790.0, 3830.0, 3769.0, 3808.0, 3757.0, 3788.0, 3768.0, 3810.0, 3768.0, 3789.0, 3757.0, 3780.0, 3800.0, 3790.0, 3821.0, 3781.0, 3811.0, 3780.0, 3801.0, 3769.0, 3804.0, 3821.0, 3802.0, 3843.0, 3771.0, 3811.0, 3770.0, 3823.0, 3780.0, 3802.0, 3831.0, 3768.0, 3809.0, 3769.0, 3811.0, 3779.0, 3790.0, 3759.0, 3791.0, 3770.0, 3803.0, 3792.0, 3804.0, 3834.0, 3794.0, 3835.0, 3803.0, 3845.0, 3814.0, 3845.0, 3781.0, 3812.0, 3769.0, 3812.0, 3830.0, 3800.0, 3832.0, 3758.0, 3819.0, 3767.0, 3810.0, 3756.0, 3799.0, 3755.0, 3777.0, 3796.0, 3766.0, 3796.0, 3756.0, 3787.0, 3756.0, 3800.0, 3768.0, 3801.0, 3810.0, 3791.0, 3822.0, 3782.0, 3812.0, 3782.0, 3825.0, 3781.0, 3836.0, 3770.0, 3802.0, 3832.0, 3791.0, 3842.0, 3812.0, 3832.0, 3768.0, 3799.0, 3756.0, 3788.0, 3808.0, 3778.0, 3809.0, 3779.0, 3809.0, 3778.0, 3819.0, 3769.0, 3820.0, 3767.0, 3800.0, 3756.0, 3800.0, 3830.0, 3777.0, 3819.0, 3757.0, 3798.0, 3756.0, 3798.0, 3767.0, 3790.0, 3758.0, 3790.0, 3820.0, 3780.0, 3821.0, 3780.0, 3811.0, 3768.0, 3789.0, 3819.0, 3790.0, 3831.0, 3790.0, 3821.0, 3769.0, 3799.0, 3768.0, 3811.0, 3799.0, 3790.0, 3840.0, 3769.0, 3819.0, 3768.0, 3809.0, 3767.0, 3790.0, 3756.0, 3788.0, 3808.0, 3777.0, 3819.0, 3779.0, 3798.0, 3768.0, 3798.0, 3758.0, 3790.0, 3809.0, 3790.0, 3809.0, 3779.0, 3812.0, 3770.0, 3811.0, 3780.0, 3823.0, 3779.0, 3802.0, 3758.0, 3801.0, 3779.0, 3801.0, 3843.0, 3791.0, 3831.0, 3779.0, 3809.0, 3768.0, 3810.0, 3768.0, 3800.0, 3768.0, 3791.0, 3809.0, 3789.0, 3810.0, 3779.0, 3810.0, 3769.0, 3801.0, 3758.0, 3801.0, 3831.0, 3792.0, 3821.0, 3781.0, 3812.0, 3768.0, 3822.0, 3780.0, 3812.0, 3769.0, 3792.0, 3821.0, 3780.0, 3810.0, 3780.0, 3801.0, 3769.0, 3802.0, 3782.0, 3823.0, 3793.0, 3813.0, 3770.0, 3803.0, 3780.0, 3813.0, 3844.0, 3824.0, 3843.0, 3781.0, 3833.0, 3781.0, 3832.0, 3791.0, 3832.0, 3780.0, 3801.0, 3768.0, 3822.0, 3779.0, 3812.0, 3758.0, 3789.0, 3767.0, 3800.0, 3829.0, 3800.0, 3820.0, 3778.0, 3797.0, 3768.0, 3799.0, 3779.0, 3801.0, 3769.0, 3801.0, 3771.0, 3823.0, 3791.0, 3825.0, 3782.0, 3815.0, 3801.0, 3835.0, 3843.0, 3834.0, 3844.0, 3781.0, 3832.0, 3769.0, 3831.0, 3801.0, 3831.0, 3769.0, 3822.0, 3767.0, 3821.0, 3778.0, 3810.0, 3818.0, 3777.0, 3817.0, 3777.0, 3807.0, 3767.0, 3797.0, 3767.0, 3799.0, 3768.0, 3810.0, 3778.0, 3802.0, 3779.0, 3789.0, 3811.0, 3791.0, 3820.0, 3780.0, 3821.0, 3780.0, 3810.0, 3780.0, 3821.0, 3779.0, 3823.0, 3769.0, 3790.0, 3768.0, 3790.0, 3832.0, 3791.0, 3832.0, 3769.0, 3821.0, 3770.0, 3810.0, 3768.0, 3810.0, 3767.0, 3789.0, 3778.0, 3789.0, 3830.0, 3779.0, 3819.0, 3758.0, 3798.0, 3768.0, 3798.0, 3768.0, 3789.0, 3767.0, 3778.0, 3756.0, 3802.0, 3831.0, 3802.0, 3822.0, 3793.0, 3823.0, 3812.0, 3843.0, 3813.0, 3844.0, 3782.0, 3832.0, 3769.0, 3833.0, 3791.0, 3831.0, 3769.0, 3799.0, 3769.0, 3821.0, 3768.0, 3809.0, 3756.0, 3788.0, 3755.0, 3798.0, 3765.0, 3798.0, 3755.0, 3787.0, 3767.0, 3798.0, 3765.0, 3789.0, 3768.0, 3790.0, 3768.0, 3800.0, 3810.0, 3801.0, 3810.0, 3802.0, 3823.0, 3812.0, 3842.0, 3813.0, 3843.0, 3781.0, 3831.0, 3768.0, 3821.0, 3779.0, 3820.0, 3767.0, 3788.0, 3766.0, 3811.0, 3766.0, 3810.0, 3766.0, 3798.0, 3775.0, 3787.0, 3828.0, 3777.0, 3818.0, 3767.0, 3797.0, 3756.0, 3795.0, 3756.0, 3808.0, 3765.0, 3787.0, 3765.0, 3787.0, 3817.0, 3777.0, 3818.0, 3767.0, 3797.0, 3756.0, 3788.0, 3769.0, 3799.0, 3778.0, 3790.0, 3768.0, 3790.0, 3820.0, 3791.0, 3831.0, 3802.0, 3831.0, 3769.0, 3809.0, 3768.0, 3821.0, 3779.0, 3811.0, 3758.0, 3790.0, 3808.0, 3790.0, 3819.0, 3770.0, 3819.0, 3768.0, 3809.0, 3767.0, 3809.0, 3779.0, 3811.0, 3757.0, 3789.0, 3756.0, 3800.0, 3819.0, 3789.0, 3820.0, 3767.0, 3809.0, 3779.0, 3810.0, 3780.0, 3832.0, 3780.0, 3801.0, 3780.0, 3834.0, 3780.0, 3802.0, 3780.0, 3823.0, 3791.0, 3793.0, 3783.0, 3834.0, 3793.0, 3834.0, 3814.0, 3844.0, 3813.0, 3846.0, 3812.0, 3822.0, 3778.0, 3791.0, 3758.0, 3811.0, 3788.0, 3789.0, 3809.0, 3778.0, 3808.0, 3778.0, 3819.0, 3769.0, 3798.0, 3768.0, 3787.0, 3770.0, 3799.0, 3769.0, 3789.0, 3780.0, 3800.0, 3779.0, 3812.0, 3791.0, 3802.0, 3770.0, 3803.0, 3779.0, 3823.0, 3823.0, 3813.0, 3832.0, 3792.0, 3831.0, 3780.0, 3831.0, 3800.0, 3831.0, 3779.0, 3799.0, 3756.0, 3799.0, 3766.0, 3788.0, 3777.0, 3777.0, 3797.0, 3768.0, 3797.0, 3768.0, 3798.0, 3769.0, 3791.0, 3779.0, 3801.0, 3781.0, 3802.0, 3769.0, 3803.0, 3769.0, 3823.0, 3812.0, 3823.0, 3822.0, 3791.0, 3832.0, 3778.0, 3830.0, 3790.0, 3821.0, 3769.0, 3809.0, 3768.0, 3808.0, 3767.0, 3798.0, 3766.0, 3788.0, 3756.0, 3809.0, 3768.0, 3799.0, 3768.0, 3788.0, 3756.0, 3799.0, 3767.0, 3799.0, 3767.0, 3799.0, 3766.0, 3798.0, 3818.0, 3799.0, 3810.0, 3777.0, 3809.0, 3778.0, 3818.0, 3766.0, 3808.0, 3767.0, 3798.0, 3768.0, 3810.0, 3767.0, 3789.0, 3757.0, 3789.0, 3756.0, 3801.0, 3766.0, 3800.0, 3767.0, 3790.0, 3820.0, 3790.0, 3832.0, 3780.0, 3821.0, 3769.0, 3810.0, 3768.0, 3799.0, 3779.0, 3801.0, 3758.0, 3801.0, 3758.0, 3800.0, 3800.0, 3800.0, 3819.0, 3779.0, 3819.0, 3779.0, 3819.0, 3789.0, 3819.0, 3767.0, 3788.0, 3756.0, 3798.0, 3778.0, 3791.0, 3757.0, 3789.0, 3765.0, 3790.0, 3798.0, 3789.0, 3820.0, 3779.0, 3809.0, 3768.0, 3810.0, 3768.0, 3809.0, 3778.0, 3789.0, 3756.0, 3789.0, 3768.0, 3789.0, 3767.0, 3779.0, 3788.0, 3789.0, 3830.0, 3791.0, 3841.0, 3770.0, 3820.0, 3767.0, 3811.0, 3778.0, 3788.0, 3756.0, 3778.0, 3786.0, 3788.0, 3829.0, 3767.0, 3819.0, 3768.0, 3787.0, 3766.0, 3799.0, 3765.0, 3787.0, 3756.0, 3789.0, 3756.0, 3789.0, 3797.0, 3798.0, 3821.0, 3779.0, 3809.0, 3778.0, 3820.0, 3779.0, 3820.0, 3769.0, 3799.0, 3757.0, 3800.0, 3766.0, 3778.0, 3796.0, 3767.0, 3809.0, 3767.0, 3810.0, 3767.0, 3788.0, 3767.0, 3799.0, 3766.0, 3801.0, 3766.0, 3799.0, 3757.0, 3790.0, 3788.0, 3779.0, 3820.0, 3780.0, 3822.0, 3780.0, 3811.0, 3769.0, 3821.0, 3780.0, 3811.0, 3769.0, 3790.0, 3756.0, 3790.0, 3831.0, 3789.0, 3820.0, 3769.0, 3808.0, 3768.0, 3800.0, 3778.0, 3799.0, 3755.0, 3789.0, 3768.0, 3789.0, 3830.0, 3779.0, 3818.0, 3768.0, 3797.0, 3768.0, 3798.0, 3779.0, 3779.0, 3757.0, 3790.0, 3768.0, 3790.0, 3788.0, 3801.0, 3821.0, 3792.0, 3811.0, 3801.0, 3833.0, 3792.0, 3842.0, 3781.0, 3832.0, 3781.0, 3833.0, 3790.0, 3833.0, 3769.0, 3801.0, 3770.0, 3821.0, 3779.0, 3812.0, 3768.0, 3790.0, 3757.0, 3800.0, 3829.0, 3800.0, 3819.0, 3779.0, 3819.0, 3766.0, 3799.0, 3767.0, 3787.0, 3755.0, 3788.0, 3757.0, 3799.0, 3765.0, 3788.0, 3767.0, 3779.0, 3809.0, 3779.0, 3820.0, 3769.0, 3821.0, 3770.0, 3812.0, 3768.0, 3811.0, 3798.0, 3801.0, 3831.0, 3768.0, 3819.0, 3766.0, 3819.0, 3765.0, 3788.0, 3755.0, 3778.0, 3788.0, 3779.0, 3808.0, 3769.0, 3811.0, 3780.0, 3799.0, 3779.0, 3811.0, 3767.0, 3801.0], 'WindowWidth': [8601.0, 8611.0, 8545.0, 8567.0, 8521.0, 8593.0, 8517.0, 8593.0, 8516.0, 8561.0, 8496.0, 8568.0, 8576.0, 8555.0, 8577.0, 8519.0, 8571.0, 8490.0, 8571.0, 8516.0, 8577.0, 8487.0, 8529.0, 8471.0, 8514.0, 8469.0, 8516.0, 8498.0, 8507.0, 8558.0, 8494.0, 8543.0, 8496.0, 8549.0, 8510.0, 8537.0, 8493.0, 8536.0, 8491.0, 8552.0, 8534.0, 8539.0, 8577.0, 8494.0, 8547.0, 8493.0, 8548.0, 8491.0, 8536.0, 8490.0, 8520.0, 8490.0, 8536.0, 8517.0, 8538.0, 8576.0, 8507.0, 8560.0, 8489.0, 8561.0, 8501.0, 8549.0, 8486.0, 8520.0, 8472.0, 8519.0, 8572.0, 8489.0, 8539.0, 8471.0, 8514.0, 8488.0, 8547.0, 8488.0, 8519.0, 8473.0, 8507.0, 8532.0, 8521.0, 8563.0, 8511.0, 8551.0, 8508.0, 8537.0, 8494.0, 8546.0, 8564.0, 8541.0, 8595.0, 8498.0, 8550.0, 8495.0, 8570.0, 8506.0, 8539.0, 8575.0, 8490.0, 8542.0, 8492.0, 8549.0, 8504.0, 8520.0, 8480.0, 8525.0, 8498.0, 8545.0, 8528.0, 8549.0, 8585.0, 8535.0, 8590.0, 8546.0, 8602.0, 8560.0, 8604.0, 8510.0, 8552.0, 8492.0, 8552.0, 8574.0, 8535.0, 8577.0, 8476.0, 8555.0, 8486.0, 8546.0, 8468.0, 8528.0, 8464.0, 8498.0, 8520.0, 8481.0, 8520.0, 8469.0, 8510.0, 8471.0, 8533.0, 8489.0, 8539.0, 8547.0, 8525.0, 8566.0, 8516.0, 8554.0, 8516.0, 8576.0, 8512.0, 8592.0, 8496.0, 8539.0, 8577.0, 8522.0, 8593.0, 8551.0, 8578.0, 8488.0, 8532.0, 8469.0, 8517.0, 8541.0, 8503.0, 8542.0, 8505.0, 8543.0, 8502.0, 8557.0, 8493.0, 8560.0, 8487.0, 8533.0, 8469.0, 8533.0, 8570.0, 8499.0, 8555.0, 8472.0, 8525.0, 8470.0, 8528.0, 8485.0, 8521.0, 8475.0, 8521.0, 8560.0, 8507.0, 8562.0, 8508.0, 8550.0, 8489.0, 8519.0, 8557.0, 8520.0, 8575.0, 8522.0, 8561.0, 8493.0, 8533.0, 8489.0, 8549.0, 8530.0, 8521.0, 8587.0, 8490.0, 8556.0, 8490.0, 8546.0, 8487.0, 8520.0, 8470.0, 8516.0, 8541.0, 8500.0, 8557.0, 8504.0, 8527.0, 8488.0, 8529.0, 8474.0, 8521.0, 8544.0, 8521.0, 8544.0, 8508.0, 8551.0, 8498.0, 8550.0, 8511.0, 8570.0, 8507.0, 8539.0, 8477.0, 8539.0, 8507.0, 8537.0, 8595.0, 8524.0, 8576.0, 8506.0, 8543.0, 8490.0, 8549.0, 8490.0, 8536.0, 8489.0, 8523.0, 8543.0, 8519.0, 8547.0, 8506.0, 8549.0, 8492.0, 8538.0, 8478.0, 8538.0, 8575.0, 8526.0, 8564.0, 8510.0, 8552.0, 8492.0, 8567.0, 8508.0, 8553.0, 8492.0, 8526.0, 8563.0, 8510.0, 8547.0, 8511.0, 8537.0, 8495.0, 8541.0, 8515.0, 8572.0, 8530.0, 8559.0, 8498.0, 8545.0, 8511.0, 8557.0, 8598.0, 8573.0, 8595.0, 8511.0, 8581.0, 8513.0, 8580.0, 8526.0, 8580.0, 8508.0, 8536.0, 8489.0, 8565.0, 8503.0, 8552.0, 8475.0, 8518.0, 8486.0, 8532.0, 8570.0, 8533.0, 8558.0, 8502.0, 8526.0, 8490.0, 8532.0, 8507.0, 8536.0, 8494.0, 8540.0, 8499.0, 8572.0, 8527.0, 8577.0, 8515.0, 8562.0, 8539.0, 8589.0, 8596.0, 8587.0, 8599.0, 8510.0, 8580.0, 8492.0, 8575.0, 8537.0, 8577.0, 8494.0, 8566.0, 8487.0, 8564.0, 8500.0, 8545.0, 8552.0, 8499.0, 8552.0, 8498.0, 8538.0, 8486.0, 8526.0, 8486.0, 8531.0, 8488.0, 8547.0, 8503.0, 8539.0, 8504.0, 8519.0, 8548.0, 8524.0, 8562.0, 8508.0, 8562.0, 8510.0, 8548.0, 8509.0, 8566.0, 8505.0, 8568.0, 8492.0, 8522.0, 8490.0, 8522.0, 8579.0, 8525.0, 8580.0, 8493.0, 8561.0, 8494.0, 8550.0, 8488.0, 8549.0, 8486.0, 8519.0, 8501.0, 8517.0, 8572.0, 8505.0, 8556.0, 8475.0, 8528.0, 8488.0, 8529.0, 8489.0, 8519.0, 8485.0, 8503.0, 8473.0, 8541.0, 8577.0, 8542.0, 8566.0, 8532.0, 8569.0, 8556.0, 8596.0, 8558.0, 8599.0, 8513.0, 8579.0, 8494.0, 8580.0, 8524.0, 8576.0, 8491.0, 8530.0, 8490.0, 8563.0, 8487.0, 8545.0, 8470.0, 8515.0, 8467.0, 8527.0, 8480.0, 8528.0, 8466.0, 8511.0, 8483.0, 8528.0, 8481.0, 8517.0, 8486.0, 8521.0, 8489.0, 8534.0, 8547.0, 8537.0, 8546.0, 8541.0, 8567.0, 8554.0, 8594.0, 8556.0, 8595.0, 8511.0, 8575.0, 8491.0, 8561.0, 8504.0, 8560.0, 8486.0, 8515.0, 8484.0, 8548.0, 8483.0, 8545.0, 8481.0, 8528.0, 8492.0, 8512.0, 8565.0, 8498.0, 8552.0, 8484.0, 8522.0, 8468.0, 8520.0, 8469.0, 8539.0, 8479.0, 8512.0, 8479.0, 8511.0, 8550.0, 8498.0, 8553.0, 8484.0, 8523.0, 8471.0, 8514.0, 8491.0, 8532.0, 8500.0, 8520.0, 8488.0, 8521.0, 8559.0, 8524.0, 8576.0, 8538.0, 8575.0, 8491.0, 8544.0, 8488.0, 8562.0, 8502.0, 8550.0, 8474.0, 8520.0, 8540.0, 8518.0, 8557.0, 8494.0, 8556.0, 8490.0, 8543.0, 8487.0, 8545.0, 8503.0, 8549.0, 8472.0, 8518.0, 8470.0, 8532.0, 8558.0, 8519.0, 8559.0, 8488.0, 8544.0, 8507.0, 8549.0, 8510.0, 8582.0, 8510.0, 8540.0, 8507.0, 8585.0, 8509.0, 8540.0, 8510.0, 8570.0, 8527.0, 8530.0, 8517.0, 8585.0, 8532.0, 8586.0, 8562.0, 8600.0, 8559.0, 8608.0, 8554.0, 8567.0, 8502.0, 8521.0, 8473.0, 8548.0, 8513.0, 8517.0, 8540.0, 8499.0, 8538.0, 8499.0, 8555.0, 8489.0, 8527.0, 8488.0, 8511.0, 8494.0, 8530.0, 8492.0, 8518.0, 8508.0, 8534.0, 8507.0, 8555.0, 8524.0, 8542.0, 8496.0, 8542.0, 8507.0, 8570.0, 8566.0, 8557.0, 8577.0, 8526.0, 8577.0, 8506.0, 8577.0, 8534.0, 8577.0, 8503.0, 8530.0, 8468.0, 8529.0, 8481.0, 8513.0, 8496.0, 8497.0, 8523.0, 8487.0, 8523.0, 8489.0, 8526.0, 8491.0, 8521.0, 8507.0, 8536.0, 8510.0, 8541.0, 8495.0, 8543.0, 8493.0, 8570.0, 8551.0, 8570.0, 8563.0, 8522.0, 8576.0, 8502.0, 8571.0, 8519.0, 8560.0, 8492.0, 8542.0, 8490.0, 8541.0, 8487.0, 8528.0, 8484.0, 8515.0, 8470.0, 8543.0, 8487.0, 8530.0, 8486.0, 8514.0, 8469.0, 8530.0, 8485.0, 8531.0, 8484.0, 8531.0, 8482.0, 8527.0, 8553.0, 8529.0, 8543.0, 8500.0, 8541.0, 8500.0, 8554.0, 8484.0, 8539.0, 8487.0, 8527.0, 8487.0, 8547.0, 8486.0, 8517.0, 8472.0, 8516.0, 8470.0, 8536.0, 8483.0, 8533.0, 8487.0, 8522.0, 8559.0, 8521.0, 8577.0, 8507.0, 8561.0, 8491.0, 8547.0, 8491.0, 8532.0, 8505.0, 8535.0, 8476.0, 8537.0, 8475.0, 8536.0, 8532.0, 8535.0, 8557.0, 8505.0, 8556.0, 8503.0, 8557.0, 8517.0, 8554.0, 8485.0, 8514.0, 8470.0, 8529.0, 8503.0, 8523.0, 8472.0, 8518.0, 8483.0, 8520.0, 8527.0, 8518.0, 8558.0, 8504.0, 8542.0, 8488.0, 8545.0, 8489.0, 8544.0, 8501.0, 8517.0, 8470.0, 8516.0, 8486.0, 8519.0, 8487.0, 8506.0, 8516.0, 8520.0, 8575.0, 8523.0, 8589.0, 8494.0, 8559.0, 8486.0, 8549.0, 8499.0, 8514.0, 8468.0, 8501.0, 8509.0, 8514.0, 8568.0, 8487.0, 8556.0, 8488.0, 8510.0, 8484.0, 8530.0, 8481.0, 8513.0, 8469.0, 8516.0, 8469.0, 8518.0, 8526.0, 8529.0, 8560.0, 8504.0, 8543.0, 8504.0, 8560.0, 8505.0, 8559.0, 8491.0, 8532.0, 8472.0, 8531.0, 8483.0, 8502.0, 8522.0, 8487.0, 8541.0, 8485.0, 8543.0, 8486.0, 8513.0, 8487.0, 8531.0, 8485.0, 8535.0, 8484.0, 8532.0, 8473.0, 8522.0, 8515.0, 8507.0, 8560.0, 8509.0, 8565.0, 8509.0, 8549.0, 8493.0, 8565.0, 8507.0, 8551.0, 8491.0, 8521.0, 8471.0, 8520.0, 8574.0, 8519.0, 8560.0, 8491.0, 8541.0, 8489.0, 8532.0, 8502.0, 8531.0, 8469.0, 8517.0, 8487.0, 8518.0, 8572.0, 8504.0, 8553.0, 8488.0, 8523.0, 8489.0, 8528.0, 8503.0, 8504.0, 8473.0, 8520.0, 8490.0, 8521.0, 8517.0, 8537.0, 8562.0, 8526.0, 8550.0, 8539.0, 8581.0, 8528.0, 8593.0, 8514.0, 8580.0, 8512.0, 8583.0, 8522.0, 8580.0, 8492.0, 8538.0, 8495.0, 8564.0, 8504.0, 8553.0, 8488.0, 8522.0, 8473.0, 8535.0, 8570.0, 8533.0, 8556.0, 8504.0, 8556.0, 8484.0, 8530.0, 8484.0, 8511.0, 8467.0, 8513.0, 8471.0, 8531.0, 8481.0, 8516.0, 8485.0, 8507.0, 8545.0, 8507.0, 8560.0, 8494.0, 8562.0, 8494.0, 8552.0, 8488.0, 8549.0, 8528.0, 8535.0, 8576.0, 8488.0, 8555.0, 8482.0, 8558.0, 8479.0, 8513.0, 8466.0, 8500.0, 8513.0, 8505.0, 8540.0, 8492.0, 8550.0, 8510.0, 8532.0, 8507.0, 8551.0, 8488.0, 8537.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.0002730955120828539</td></tr>
<tr><td colspan=3>aqi</td><td>0.01882988181818182</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.09151776050694</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.242219732822581</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9990671720046088</td></tr>
<tr><td colspan=3>efc</td><td>0.4471</td></tr>
<tr><td colspan=3>fber</td><td>6445.1123</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07938863424141561</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4818615674199633</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.44289175993874</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.66390039103312</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3387925512880297</td></tr>
<tr><td colspan=3>gcor</td><td>0.00771692</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01743246056139469</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023159462958574295</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.602400122119806</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.9609</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8045</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.5962</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308774.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>652.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.8009</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8583</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.3266</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3020.6167</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3265.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67770.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.3335</td></tr>
<tr><td colspan=3>tsnr</td><td>46.57873616670258</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>