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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-01/func/sub-0102_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>145a1e4f36c93bf86e6f9e37ac75c344</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>16:26:31.120000</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.995653, -0.0102174, -0.0925763, 0.00590837, 0.998891, -0.0467004]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106945</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4210, -7805, -7282, 233, -94, -77, -62, 105]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9227d6db-451b-457c-9fbb-295c53cb35ae||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.6712646484375, 0.01585172303020954, -0.2509673237800598, 116.727783203125], [0.02741243690252304, 2.67995285987854, -0.12406609207391739, -96.28411865234375], [-0.2483755499124527, 0.12529370188713074, 2.6854465007781982, -70.35465240478516], [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': ['162631.120000', '162631.580000', '162632.040000', '162632.500000', '162632.960000', '162633.420000', '162633.880000', '162634.340000', '162634.800000', '162635.260000', '162635.720000', '162636.180000', '162636.640000', '162637.100000', '162637.560000', '162638.020000', '162638.480000', '162638.940000', '162639.400000', '162639.860000', '162640.320000', '162640.780000', '162641.240000', '162641.700000', '162642.160000', '162642.620000', '162643.080000', '162643.540000', '162644.000000', '162644.460000', '162644.920000', '162645.380000', '162645.840000', '162646.300000', '162646.760000', '162647.220000', '162647.680000', '162648.140000', '162648.600000', '162649.060000', '162649.520000', '162649.980000', '162650.440000', '162650.900000', '162651.360000', '162651.820000', '162652.280000', '162652.740000', '162653.200000', '162653.660000', '162654.120000', '162654.580000', '162655.040000', '162655.500000', '162655.960000', '162656.420000', '162656.880000', '162657.340000', '162657.800000', '162658.260000', '162658.720000', '162659.180000', '162659.640000', '162700.100000', '162700.560000', '162701.020000', '162701.480000', '162701.940000', '162702.400000', '162702.860000', '162703.320000', '162703.780000', '162704.240000', '162704.700000', '162705.160000', '162705.620000', '162706.080000', '162706.540000', '162707.000000', '162707.460000', '162707.920000', '162708.380000', '162708.840000', '162709.300000', '162709.760000', '162710.220000', '162710.680000', '162711.140000', '162711.600000', '162712.060000', '162712.520000', '162712.980000', '162713.440000', '162713.900000', '162714.360000', '162714.820000', '162715.280000', '162715.740000', '162716.200000', '162716.660000', '162717.120000', '162717.580000', '162718.040000', '162718.500000', '162718.960000', '162719.420000', '162719.880000', '162720.340000', '162720.800000', '162721.260000', '162721.720000', '162722.180000', '162722.640000', '162723.100000', '162723.560000', '162724.020000', '162724.480000', '162724.940000', '162725.400000', '162725.860000', '162726.320000', '162726.780000', '162727.240000', '162727.700000', '162728.160000', '162728.620000', '162729.080000', '162729.540000', '162730.000000', '162730.460000', '162730.920000', '162731.380000', '162731.840000', '162732.300000', '162732.760000', '162733.220000', '162733.680000', '162734.140000', '162734.600000', '162735.060000', '162735.520000', '162735.980000', '162736.440000', '162736.900000', '162737.360000', '162737.820000', '162738.280000', '162738.740000', '162739.200000', '162739.660000', '162740.120000', '162740.580000', '162741.040000', '162741.500000', '162741.960000', '162742.420000', '162742.880000', '162743.340000', '162743.800000', '162744.260000', '162744.720000', '162745.180000', '162745.640000', '162746.100000', '162746.560000', '162747.020000', '162747.480000', '162747.940000', '162748.400000', '162748.860000', '162749.320000', '162749.780000', '162750.240000', '162750.700000', '162751.160000', '162751.620000', '162752.080000', '162752.540000', '162753.000000', '162753.460000', '162753.920000', '162754.380000', '162754.840000', '162755.300000', '162755.760000', '162756.220000', '162756.680000', '162757.140000', '162757.600000', '162758.060000', '162758.520000', '162758.980000', '162759.440000', '162759.900000', '162800.360000', '162800.820000', '162801.280000', '162801.740000', '162802.200000', '162802.660000', '162803.120000', '162803.580000', '162804.040000', '162804.500000', '162804.960000', '162805.420000', '162805.880000', '162806.340000', '162806.800000', '162807.260000', '162807.720000', '162808.180000', '162808.640000', '162809.100000', '162809.560000', '162810.020000', '162810.480000', '162810.940000', '162811.400000', '162811.860000', '162812.320000', '162812.780000', '162813.240000', '162813.700000', '162814.160000', '162814.620000', '162815.080000', '162815.540000', '162816.000000', '162816.460000', '162816.920000', '162817.380000', '162817.840000', '162818.300000', '162818.760000', '162819.220000', '162819.680000', '162820.140000', '162820.600000', '162821.060000', '162821.520000', '162821.980000', '162822.440000', '162822.900000', '162823.360000', '162823.820000', '162824.280000', '162824.740000', '162825.200000', '162825.660000', '162826.120000', '162826.580000', '162827.040000', '162827.500000', '162827.960000', '162828.420000', '162828.880000', '162829.340000', '162829.800000', '162830.260000', '162830.720000', '162831.180000', '162831.640000', '162832.100000', '162832.560000', '162833.020000', '162833.480000', '162833.940000', '162834.400000', '162834.860000', '162835.320000', '162835.780000', '162836.240000', '162836.700000', '162837.160000', '162837.620000', '162838.080000', '162838.540000', '162839.000000', '162839.460000', '162839.920000', '162840.380000', '162840.840000', '162841.300000', '162841.760000', '162842.220000', '162842.680000', '162843.140000', '162843.600000', '162844.060000', '162844.520000', '162844.980000', '162845.440000', '162845.900000', '162846.360000', '162846.820000', '162847.280000', '162847.740000', '162848.200000', '162848.660000', '162849.120000', '162849.580000', '162850.040000', '162850.500000', '162850.960000', '162851.420000', '162851.880000', '162852.340000', '162852.800000', '162853.260000', '162853.720000', '162854.180000', '162854.640000', '162855.100000', '162855.560000', '162856.020000', '162856.480000', '162856.940000', '162857.400000', '162857.860000', '162858.320000', '162858.780000', '162859.240000', '162859.700000', '162900.160000', '162900.620000', '162901.080000', '162901.540000', '162902.000000', '162902.460000', '162902.920000', '162903.380000', '162903.840000', '162904.300000', '162904.760000', '162905.220000', '162905.680000', '162906.140000', '162906.600000', '162907.060000', '162907.520000', '162907.980000', '162908.440000', '162908.900000', '162909.360000', '162909.820000', '162910.280000', '162910.740000', '162911.200000', '162911.660000', '162912.120000', '162912.580000', '162913.040000', '162913.500000', '162913.960000', '162914.420000', '162914.880000', '162915.340000', '162915.800000', '162916.260000', '162916.720000', '162917.180000', '162917.640000', '162918.100000', '162918.560000', '162919.020000', '162919.480000', '162919.940000', '162920.400000', '162920.860000', '162921.320000', '162921.780000', '162922.240000', '162922.700000', '162923.160000', '162923.620000', '162924.080000', '162924.540000', '162925.000000', '162925.460000', '162925.920000', '162926.380000', '162926.840000', '162927.300000', '162927.760000', '162928.220000', '162928.680000', '162929.140000', '162929.600000', '162930.060000', '162930.520000', '162930.980000', '162931.440000', '162931.900000', '162932.360000', '162932.820000', '162933.280000', '162933.740000', '162934.200000', '162934.660000', '162935.120000', '162935.580000', '162936.040000', '162936.500000', '162936.960000', '162937.420000', '162937.880000', '162938.340000', '162938.800000', '162939.260000', '162939.720000', '162940.180000', '162940.640000', '162941.100000', '162941.560000', '162942.020000', '162942.480000', '162942.940000', '162943.400000', '162943.860000', '162944.320000', '162944.780000', '162945.240000', '162945.700000', '162946.160000', '162946.620000', '162947.080000', '162947.540000', '162948.000000', '162948.460000', '162948.920000', '162949.380000', '162949.840000', '162950.300000', '162950.760000', '162951.220000', '162951.680000', '162952.140000', '162952.600000', '162953.060000', '162953.520000', '162953.980000', '162954.440000', '162954.900000', '162955.360000', '162955.820000', '162956.280000', '162956.740000', '162957.200000', '162957.660000', '162958.120000', '162958.580000', '162959.040000', '162959.500000', '162959.960000', '163000.420000', '163000.880000', '163001.340000', '163001.800000', '163002.260000', '163002.720000', '163003.180000', '163003.640000', '163004.100000', '163004.560000', '163005.020000', '163005.480000', '163005.940000', '163006.400000', '163006.860000', '163007.320000', '163007.780000', '163008.240000', '163008.700000', '163009.160000', '163009.620000', '163010.080000', '163010.540000', '163011.000000', '163011.460000', '163011.920000', '163012.380000', '163012.840000', '163013.300000', '163013.760000', '163014.220000', '163014.680000', '163015.140000', '163015.600000', '163016.060000', '163016.520000', '163016.980000', '163017.440000', '163017.900000', '163018.360000', '163018.820000', '163019.280000', '163019.740000', '163020.200000', '163020.660000', '163021.120000', '163021.580000', '163022.040000', '163022.500000', '163022.960000', '163023.420000', '163023.880000', '163024.340000', '163024.800000', '163025.260000', '163025.720000', '163026.180000', '163026.640000', '163027.100000', '163027.560000', '163028.020000', '163028.480000', '163028.940000', '163029.400000', '163029.860000', '163030.320000', '163030.780000', '163031.240000', '163031.700000', '163032.160000', '163032.620000', '163033.080000', '163033.540000', '163034.000000', '163034.460000', '163034.920000', '163035.380000', '163035.840000', '163036.300000', '163036.760000', '163037.220000', '163037.680000', '163038.140000', '163038.600000', '163039.060000', '163039.520000', '163039.980000', '163040.440000', '163040.900000', '163041.360000', '163041.820000', '163042.280000', '163042.740000', '163043.200000', '163043.660000', '163044.120000', '163044.580000', '163045.040000', '163045.500000', '163045.960000', '163046.420000', '163046.880000', '163047.340000', '163047.800000', '163048.260000', '163048.720000', '163049.180000', '163049.640000', '163050.100000', '163050.560000', '163051.020000', '163051.480000', '163051.940000', '163052.400000', '163052.860000', '163053.320000', '163053.780000', '163054.240000', '163054.700000', '163055.160000', '163055.620000', '163056.080000', '163056.540000', '163057.000000', '163057.460000', '163057.920000', '163058.380000', '163058.840000', '163059.300000', '163059.760000', '163100.220000', '163100.680000', '163101.140000', '163101.600000', '163102.060000', '163102.520000', '163102.980000', '163103.440000', '163103.900000', '163104.360000', '163104.820000', '163105.280000', '163105.740000', '163106.200000', '163106.660000', '163107.120000', '163107.580000', '163108.040000', '163108.500000', '163108.960000', '163109.420000', '163109.880000', '163110.340000', '163110.800000', '163111.260000', '163111.720000', '163112.180000', '163112.640000', '163113.100000', '163113.560000', '163114.020000', '163114.480000', '163114.940000', '163115.400000', '163115.860000', '163116.320000', '163116.780000', '163117.240000', '163117.700000', '163118.160000', '163118.620000', '163119.080000', '163119.540000', '163120.000000', '163120.460000', '163120.920000', '163121.380000', '163121.840000', '163122.300000', '163122.760000', '163123.220000', '163123.680000', '163124.140000', '163124.600000', '163125.060000', '163125.520000', '163125.980000', '163126.440000', '163126.900000', '163127.360000', '163127.820000', '163128.280000', '163128.740000', '163129.200000', '163129.660000', '163130.120000', '163130.580000', '163131.040000', '163131.500000', '163131.960000', '163132.420000', '163132.880000', '163133.340000', '163133.800000', '163134.260000', '163134.720000', '163135.180000', '163135.640000', '163136.100000', '163136.560000', '163137.020000', '163137.480000', '163137.940000', '163138.400000', '163138.860000', '163139.320000', '163139.780000', '163140.240000', '163140.700000', '163141.160000', '163141.620000', '163142.080000', '163142.540000', '163143.000000', '163143.460000', '163143.920000', '163144.380000', '163144.840000', '163145.300000', '163145.760000', '163146.220000', '163146.680000', '163147.140000', '163147.600000', '163148.060000', '163148.520000', '163148.980000', '163149.440000', '163149.900000', '163150.360000', '163150.820000', '163151.280000', '163151.740000', '163152.200000', '163152.660000', '163153.120000', '163153.580000', '163154.040000', '163154.500000', '163154.960000', '163155.420000', '163155.880000', '163156.340000', '163156.800000', '163157.260000', '163157.720000', '163158.180000', '163158.640000', '163159.100000', '163159.560000', '163200.020000', '163200.480000', '163200.940000', '163201.400000', '163201.860000', '163202.320000', '163202.780000', '163203.240000', '163203.700000', '163204.160000', '163204.620000', '163205.080000', '163205.540000', '163206.000000', '163206.460000', '163206.920000', '163207.380000', '163207.840000', '163208.300000', '163208.760000', '163209.220000', '163209.680000', '163210.140000', '163210.600000', '163211.060000', '163211.520000', '163211.980000', '163212.440000', '163212.900000', '163213.360000', '163213.820000', '163214.280000', '163214.740000', '163215.200000', '163215.660000', '163216.120000', '163216.580000', '163217.040000', '163217.500000', '163217.960000', '163218.420000', '163218.880000', '163219.340000', '163219.800000', '163220.260000', '163220.720000', '163221.180000', '163221.640000', '163222.100000', '163222.560000', '163223.020000', '163223.480000', '163223.940000', '163224.400000', '163224.860000', '163225.320000', '163225.780000', '163226.240000', '163226.700000', '163227.160000', '163227.620000', '163228.080000', '163228.540000', '163229.000000', '163229.460000', '163229.920000', '163230.380000', '163230.840000', '163231.300000', '163231.760000', '163232.220000', '163232.680000', '163233.140000', '163233.600000', '163234.060000', '163234.520000', '163234.980000', '163235.440000', '163235.900000', '163236.360000', '163236.820000', '163237.280000', '163237.740000', '163238.200000', '163238.660000', '163239.120000', '163239.580000', '163240.040000', '163240.500000', '163240.960000', '163241.420000', '163241.880000', '163242.340000', '163242.800000', '163243.260000', '163243.720000', '163244.180000', '163244.640000', '163245.100000', '163245.560000', '163246.020000', '163246.480000', '163246.940000', '163247.400000', '163247.860000', '163248.320000', '163248.780000', '163249.240000', '163249.700000', '163250.160000', '163250.620000', '163251.080000', '163251.540000', '163252.000000', '163252.460000', '163252.920000', '163253.380000', '163253.840000', '163254.300000', '163254.760000', '163255.220000', '163255.680000', '163256.140000', '163256.600000', '163257.060000', '163257.520000', '163257.980000', '163258.440000', '163258.900000', '163259.360000', '163259.820000', '163300.280000', '163300.740000', '163301.200000', '163301.660000', '163302.120000', '163302.580000', '163303.040000', '163303.500000', '163303.960000', '163304.420000', '163304.880000', '163305.340000', '163305.800000', '163306.260000', '163306.720000', '163307.180000', '163307.640000', '163308.100000', '163308.560000', '163309.020000', '163309.480000', '163309.940000', '163310.400000', '163310.860000', '163311.320000', '163311.780000'], 'ContentTime': ['162657.443000', '162657.446000', '162657.449000', '162657.452000', '162657.455000', '162657.457000', '162657.460000', '162657.463000', '162657.465000', '162657.468000', '162657.470000', '162657.473000', '162657.476000', '162657.478000', '162657.481000', '162657.484000', '162657.486000', '162657.489000', '162657.492000', '162657.494000', '162657.497000', '162657.499000', '162657.502000', '162657.505000', '162657.507000', '162657.510000', '162657.512000', '162657.515000', '162657.518000', '162657.520000', '162657.523000', '162657.534000', '162657.537000', '162657.539000', '162657.542000', '162657.544000', '162657.547000', '162657.549000', '162657.552000', '162657.555000', '162657.557000', '162657.560000', '162657.563000', '162657.565000', '162657.568000', '162657.570000', '162657.573000', '162657.576000', '162657.578000', '162657.581000', '162657.584000', '162657.586000', '162657.589000', '162657.591000', '162657.594000', '162717.397000', '162717.399000', '162717.402000', '162717.405000', '162717.407000', '162717.410000', '162717.412000', '162717.415000', '162717.418000', '162717.430000', '162717.432000', '162717.435000', '162717.438000', '162717.440000', '162717.443000', '162717.445000', '162717.448000', '162717.451000', '162717.453000', '162717.456000', '162717.459000', '162717.461000', '162717.464000', '162717.466000', '162717.469000', '162717.472000', '162717.475000', '162717.477000', '162717.480000', '162717.483000', '162717.485000', '162717.488000', '162717.491000', '162717.493000', '162717.496000', '162717.498000', '162717.501000', '162717.503000', '162717.507000', '162717.509000', '162717.512000', '162717.514000', '162717.517000', '162737.396000', '162737.399000', '162737.402000', '162737.405000', '162737.407000', '162737.410000', '162737.413000', '162737.415000', '162737.418000', '162737.421000', '162737.423000', '162737.426000', '162737.428000', '162737.431000', '162737.434000', '162737.436000', '162737.439000', '162737.442000', '162737.444000', '162737.447000', '162737.450000', '162737.452000', '162737.455000', '162737.458000', '162737.460000', '162737.463000', '162737.465000', '162737.468000', '162737.471000', '162737.474000', '162737.476000', '162737.479000', '162737.481000', '162737.484000', '162737.487000', '162737.489000', '162737.502000', '162737.505000', '162737.508000', '162737.510000', '162737.513000', '162737.516000', '162737.518000', '162737.521000', '162757.396000', '162757.399000', '162757.402000', '162757.405000', '162757.407000', '162757.410000', '162757.412000', '162757.415000', '162757.418000', '162757.420000', '162757.423000', '162757.426000', '162757.428000', '162757.431000', '162757.437000', '162757.440000', '162757.442000', '162757.445000', '162757.448000', '162757.450000', '162757.453000', '162757.455000', '162757.458000', '162757.461000', '162757.463000', '162757.466000', '162757.468000', '162757.471000', '162757.474000', '162757.476000', '162757.479000', '162757.482000', '162757.484000', '162757.487000', '162757.489000', '162757.492000', '162757.495000', '162757.497000', '162757.500000', '162757.503000', '162757.505000', '162757.509000', '162757.512000', '162817.396000', '162817.399000', '162817.402000', '162817.404000', '162817.407000', '162817.410000', '162817.412000', '162817.415000', '162817.418000', '162817.420000', '162817.423000', '162817.426000', '162817.428000', '162817.431000', '162817.434000', '162817.436000', '162817.439000', '162817.441000', '162817.444000', '162817.447000', '162817.449000', '162817.452000', '162817.455000', '162817.457000', '162817.460000', '162817.463000', '162817.479000', '162817.482000', '162817.484000', '162817.487000', '162817.489000', '162817.492000', '162817.495000', '162817.497000', '162817.500000', '162817.503000', '162817.505000', '162817.508000', '162817.511000', '162817.513000', '162817.516000', '162817.519000', '162817.521000', '162817.524000', '162837.397000', '162837.400000', '162837.403000', '162837.406000', '162837.408000', '162837.411000', '162837.414000', '162837.416000', '162837.419000', '162837.422000', '162837.424000', '162837.427000', '162837.430000', '162837.432000', '162837.435000', '162837.437000', '162837.440000', '162837.443000', '162837.445000', '162837.448000', '162837.451000', '162837.453000', '162837.456000', '162837.458000', '162837.461000', '162837.464000', '162837.466000', '162837.469000', '162837.472000', '162837.474000', '162837.477000', '162837.479000', '162837.482000', '162837.485000', '162837.487000', '162837.490000', '162837.492000', '162837.495000', '162837.498000', '162837.500000', '162837.503000', '162837.513000', '162837.516000', '162857.397000', '162857.400000', '162857.403000', '162857.406000', '162857.409000', '162857.412000', '162857.414000', '162857.417000', '162857.419000', '162857.422000', '162857.425000', '162857.427000', '162857.430000', '162857.433000', '162857.435000', '162857.438000', '162857.440000', '162857.443000', '162857.446000', '162857.448000', '162857.451000', '162857.454000', '162857.456000', '162857.459000', '162857.461000', '162857.464000', '162857.467000', '162857.470000', '162857.472000', '162857.475000', '162857.477000', '162857.480000', '162857.483000', '162857.485000', '162857.488000', '162857.491000', '162857.493000', '162857.496000', '162857.498000', '162857.501000', '162857.504000', '162857.506000', '162857.509000', '162917.398000', '162917.401000', '162917.403000', '162917.406000', '162917.408000', '162917.411000', '162917.414000', '162917.416000', '162917.419000', '162917.422000', '162917.424000', '162917.427000', '162917.430000', '162917.432000', '162917.435000', '162917.438000', '162917.440000', '162917.443000', '162917.446000', '162917.448000', '162917.451000', '162917.454000', '162917.456000', '162917.459000', '162917.462000', '162917.464000', '162917.467000', '162917.470000', '162917.472000', '162917.475000', '162917.478000', '162917.480000', '162917.483000', '162917.485000', '162917.488000', '162917.491000', '162917.493000', '162917.496000', '162917.499000', '162917.501000', '162917.504000', '162917.506000', '162917.509000', '162917.512000', '162937.397000', '162937.399000', '162937.402000', '162937.405000', '162937.407000', '162937.410000', '162937.413000', '162937.416000', '162937.418000', '162937.421000', '162937.424000', '162937.426000', '162937.429000', '162937.431000', '162937.434000', '162937.437000', '162937.439000', '162937.442000', '162937.445000', '162937.447000', '162937.450000', '162937.452000', '162937.455000', '162937.458000', '162937.461000', '162937.463000', '162937.466000', '162937.469000', '162937.471000', '162937.474000', '162937.477000', '162937.479000', '162937.482000', '162937.484000', '162937.487000', '162937.490000', '162937.492000', '162937.495000', '162937.498000', '162937.500000', '162937.503000', '162937.505000', '162937.508000', '162937.511000', '162957.396000', '162957.399000', '162957.402000', '162957.404000', '162957.407000', '162957.410000', '162957.412000', '162957.421000', '162957.424000', '162957.427000', '162957.429000', '162957.432000', '162957.435000', '162957.437000', '162957.440000', '162957.443000', '162957.445000', '162957.448000', '162957.451000', '162957.453000', '162957.456000', '162957.458000', '162957.461000', '162957.464000', '162957.466000', '162957.469000', '162957.472000', '162957.474000', '162957.477000', '162957.479000', '162957.482000', '162957.485000', '162957.488000', '162957.490000', '162957.493000', '162957.496000', '162957.498000', '162957.501000', '162957.504000', '162957.506000', '162957.509000', '162957.511000', '162957.514000', '163017.396000', '163017.399000', '163017.402000', '163017.405000', '163017.407000', '163017.410000', '163017.413000', '163017.415000', '163017.418000', '163017.421000', '163017.423000', '163017.426000', '163017.429000', '163017.431000', '163017.434000', '163017.437000', '163017.439000', '163017.442000', '163017.445000', '163017.448000', '163017.450000', '163017.453000', '163017.456000', '163017.458000', '163017.461000', '163017.463000', '163017.466000', '163017.469000', '163017.471000', '163017.474000', '163017.477000', '163017.479000', '163017.482000', '163017.484000', '163017.487000', '163017.490000', '163017.492000', '163017.495000', '163017.498000', '163017.500000', '163017.503000', '163017.506000', '163017.508000', '163017.511000', '163037.397000', '163037.400000', '163037.402000', '163037.405000', '163037.407000', '163037.410000', '163037.413000', '163037.415000', '163037.418000', '163037.420000', '163037.423000', '163037.426000', '163037.428000', '163037.431000', '163037.434000', '163037.436000', '163037.439000', '163037.441000', '163037.444000', '163037.447000', '163037.449000', '163037.452000', '163037.455000', '163037.458000', '163037.460000', '163037.463000', '163037.465000', '163037.468000', '163037.471000', '163037.473000', '163037.476000', '163037.479000', '163037.481000', '163037.484000', '163037.486000', '163037.489000', '163037.492000', '163037.494000', '163037.497000', '163037.500000', '163037.502000', '163037.505000', '163037.508000', '163057.397000', '163057.400000', '163057.403000', '163057.406000', '163057.409000', '163057.411000', '163057.414000', '163057.416000', '163057.419000', '163057.422000', '163057.424000', '163057.427000', '163057.430000', '163057.432000', '163057.435000', '163057.437000', '163057.440000', '163057.443000', '163057.445000', '163057.448000', '163057.451000', '163057.453000', '163057.456000', '163057.459000', '163057.461000', '163057.464000', '163057.466000', '163057.469000', '163057.472000', '163057.474000', '163057.477000', '163057.480000', '163057.482000', '163057.485000', '163057.488000', '163057.490000', '163057.493000', '163057.495000', '163057.498000', '163057.501000', '163057.503000', '163057.506000', '163057.508000', '163057.511000', '163117.397000', '163117.400000', '163117.403000', '163117.406000', '163117.408000', '163117.411000', '163117.414000', '163117.416000', '163117.419000', '163117.422000', '163117.424000', '163117.427000', '163117.429000', '163117.432000', '163117.435000', '163117.437000', '163117.440000', '163117.442000', '163117.445000', '163117.448000', '163117.451000', '163117.453000', '163117.456000', '163117.458000', '163117.461000', '163117.463000', '163117.466000', '163117.469000', '163117.472000', '163117.474000', '163117.477000', '163117.487000', '163117.510000', '163117.512000', '163117.515000', '163117.518000', '163117.520000', '163117.523000', '163117.526000', '163117.528000', '163117.531000', '163117.533000', '163117.536000', '163137.397000', '163137.400000', '163137.403000', '163137.406000', '163137.408000', '163137.411000', '163137.413000', '163137.416000', '163137.419000', '163137.421000', '163137.424000', '163137.427000', '163137.430000', '163137.433000', '163137.436000', '163137.439000', '163137.441000', '163137.444000', '163137.447000', '163137.450000', '163137.452000', '163137.455000', '163137.457000', '163137.460000', '163137.463000', '163137.465000', '163137.468000', '163137.471000', '163137.473000', '163137.476000', '163137.478000', '163137.481000', '163137.484000', '163137.487000', '163137.489000', '163137.492000', '163137.495000', '163137.497000', '163137.500000', '163137.503000', '163137.505000', '163137.508000', '163137.510000', '163137.513000', '163157.396000', '163157.400000', '163157.403000', '163157.406000', '163157.409000', '163157.411000', '163157.414000', '163157.417000', '163157.419000', '163157.422000', '163157.424000', '163157.427000', '163157.430000', '163157.433000', '163157.435000', '163157.438000', '163157.441000', '163157.443000', '163157.446000', '163157.449000', '163157.451000', '163157.454000', '163157.457000', '163157.459000', '163157.462000', '163157.464000', '163157.467000', '163157.470000', '163157.472000', '163157.475000', '163157.477000', '163157.480000', '163157.483000', '163157.485000', '163157.488000', '163157.491000', '163157.493000', '163157.496000', '163157.498000', '163157.501000', '163157.504000', '163157.506000', '163157.509000', '163217.397000', '163217.399000', '163217.402000', '163217.405000', '163217.408000', '163217.410000', '163217.413000', '163217.416000', '163217.418000', '163217.421000', '163217.425000', '163217.428000', '163217.430000', '163217.433000', '163217.435000', '163217.438000', '163217.441000', '163217.443000', '163217.446000', '163217.448000', '163217.451000', '163217.454000', '163217.456000', '163217.459000', '163217.462000', '163217.464000', '163217.467000', '163217.469000', '163217.472000', '163217.475000', '163217.477000', '163217.480000', '163217.483000', '163217.485000', '163217.488000', '163217.491000', '163217.493000', '163217.496000', '163217.498000', '163217.501000', '163217.504000', '163217.506000', '163217.509000', '163237.397000', '163237.400000', '163237.402000', '163237.405000', '163237.408000', '163237.410000', '163237.413000', '163237.415000', '163237.418000', '163237.421000', '163237.423000', '163237.426000', '163237.429000', '163237.431000', '163237.434000', '163237.436000', '163237.439000', '163237.442000', '163237.445000', '163237.447000', '163237.450000', '163237.452000', '163237.455000', '163237.458000', '163237.460000', '163237.463000', '163237.466000', '163237.468000', '163237.471000', '163237.473000', '163237.476000', '163237.479000', '163237.481000', '163237.484000', '163237.487000', '163237.489000', '163237.492000', '163237.495000', '163237.497000', '163237.500000', '163237.502000', '163237.505000', '163237.508000', '163237.510000', '163257.404000', '163257.407000', '163257.409000', '163257.412000', '163257.415000', '163257.417000', '163257.420000', '163257.423000', '163257.425000', '163257.428000', '163257.430000', '163257.433000', '163257.436000', '163257.438000', '163257.441000', '163257.444000', '163257.447000', '163257.449000', '163257.452000', '163257.455000', '163257.457000', '163257.460000', '163257.463000', '163257.465000', '163257.468000', '163257.471000', '163257.474000', '163257.477000', '163257.480000', '163257.482000', '163257.485000', '163257.488000', '163257.490000', '163257.493000', '163257.496000', '163257.498000', '163257.501000', '163257.504000', '163257.506000', '163257.509000', '163257.511000', '163257.514000', '163257.517000', '163313.058000', '163313.061000', '163313.064000', '163313.067000', '163313.069000', '163313.072000', '163313.075000', '163313.078000', '163313.080000', '163313.083000', '163313.086000', '163313.088000', '163313.091000', '163313.093000', '163313.102000', '163313.105000', '163313.107000', '163313.110000', '163313.113000', '163313.115000', '163313.118000', '163313.121000', '163313.124000', '163313.127000', '163313.130000', '163313.133000', '163313.136000', '163313.139000', '163313.142000', '163313.145000', '163313.148000', '163313.151000', '163313.154000', '163313.156000', '163313.160000'], 'InstanceCreationTime': ['162657.443000', '162657.446000', '162657.449000', '162657.452000', '162657.455000', '162657.457000', '162657.460000', '162657.463000', '162657.465000', '162657.468000', '162657.470000', '162657.473000', '162657.476000', '162657.478000', '162657.481000', '162657.484000', '162657.486000', '162657.489000', '162657.492000', '162657.494000', '162657.497000', '162657.499000', '162657.502000', '162657.505000', '162657.507000', '162657.510000', '162657.512000', '162657.515000', '162657.518000', '162657.520000', '162657.523000', '162657.534000', '162657.537000', '162657.539000', '162657.542000', '162657.544000', '162657.547000', '162657.549000', '162657.552000', '162657.555000', '162657.557000', '162657.560000', '162657.563000', '162657.565000', '162657.568000', '162657.570000', '162657.573000', '162657.576000', '162657.578000', '162657.581000', '162657.584000', '162657.586000', '162657.589000', '162657.591000', '162657.594000', '162717.397000', '162717.399000', '162717.402000', '162717.405000', '162717.407000', '162717.410000', '162717.412000', '162717.415000', '162717.418000', '162717.430000', '162717.432000', '162717.435000', '162717.438000', '162717.440000', '162717.443000', '162717.445000', '162717.448000', '162717.451000', '162717.453000', '162717.456000', '162717.459000', '162717.461000', '162717.464000', '162717.466000', '162717.469000', '162717.472000', '162717.475000', '162717.477000', '162717.480000', '162717.483000', '162717.485000', '162717.488000', '162717.491000', '162717.493000', '162717.496000', '162717.498000', '162717.501000', '162717.503000', '162717.507000', '162717.509000', '162717.512000', '162717.514000', '162717.517000', '162737.396000', '162737.399000', '162737.402000', '162737.405000', '162737.407000', '162737.410000', '162737.413000', '162737.415000', '162737.418000', '162737.421000', '162737.423000', '162737.426000', '162737.428000', '162737.431000', '162737.434000', '162737.436000', '162737.439000', '162737.442000', '162737.444000', '162737.447000', '162737.450000', '162737.452000', '162737.455000', '162737.458000', '162737.460000', '162737.463000', '162737.465000', '162737.468000', '162737.471000', '162737.474000', '162737.476000', '162737.479000', '162737.481000', '162737.484000', '162737.487000', '162737.489000', '162737.502000', '162737.505000', '162737.508000', '162737.510000', '162737.513000', '162737.516000', '162737.518000', '162737.521000', '162757.396000', '162757.399000', '162757.402000', '162757.405000', '162757.407000', '162757.410000', '162757.412000', '162757.415000', '162757.418000', '162757.420000', '162757.423000', '162757.426000', '162757.428000', '162757.431000', '162757.437000', '162757.440000', '162757.442000', '162757.445000', '162757.448000', '162757.450000', '162757.453000', '162757.455000', '162757.458000', '162757.461000', '162757.463000', '162757.466000', '162757.468000', '162757.471000', '162757.474000', '162757.476000', '162757.479000', '162757.482000', '162757.484000', '162757.487000', '162757.489000', '162757.492000', '162757.495000', '162757.497000', '162757.500000', '162757.503000', '162757.505000', '162757.509000', '162757.512000', '162817.396000', '162817.399000', '162817.402000', '162817.404000', '162817.407000', '162817.410000', '162817.412000', '162817.415000', '162817.418000', '162817.420000', '162817.423000', '162817.426000', '162817.428000', '162817.431000', '162817.434000', '162817.436000', '162817.439000', '162817.441000', '162817.444000', '162817.447000', '162817.449000', '162817.452000', '162817.455000', '162817.457000', '162817.460000', '162817.463000', '162817.479000', '162817.482000', '162817.484000', '162817.487000', '162817.489000', '162817.492000', '162817.495000', '162817.497000', '162817.500000', '162817.503000', '162817.505000', '162817.508000', '162817.511000', '162817.513000', '162817.516000', '162817.519000', '162817.521000', '162817.524000', '162837.397000', '162837.400000', '162837.403000', '162837.406000', '162837.408000', '162837.411000', '162837.414000', '162837.416000', '162837.419000', '162837.422000', '162837.424000', '162837.427000', '162837.430000', '162837.432000', '162837.435000', '162837.437000', '162837.440000', '162837.443000', '162837.445000', '162837.448000', '162837.451000', '162837.453000', '162837.456000', '162837.458000', '162837.461000', '162837.464000', '162837.466000', '162837.469000', '162837.472000', '162837.474000', '162837.477000', '162837.479000', '162837.482000', '162837.485000', '162837.487000', '162837.490000', '162837.492000', '162837.495000', '162837.498000', '162837.500000', '162837.503000', '162837.513000', '162837.516000', '162857.397000', '162857.400000', '162857.403000', '162857.406000', '162857.409000', '162857.412000', '162857.414000', '162857.417000', '162857.419000', '162857.422000', '162857.425000', '162857.427000', '162857.430000', '162857.433000', '162857.435000', '162857.438000', '162857.440000', '162857.443000', '162857.446000', '162857.448000', '162857.451000', '162857.454000', '162857.456000', '162857.459000', '162857.461000', '162857.464000', '162857.467000', '162857.470000', '162857.472000', '162857.475000', '162857.477000', '162857.480000', '162857.483000', '162857.485000', '162857.488000', '162857.491000', '162857.493000', '162857.496000', '162857.498000', '162857.501000', '162857.504000', '162857.506000', '162857.509000', '162917.398000', '162917.401000', '162917.403000', '162917.406000', '162917.408000', '162917.411000', '162917.414000', '162917.416000', '162917.419000', '162917.422000', '162917.424000', '162917.427000', '162917.430000', '162917.432000', '162917.435000', '162917.438000', '162917.440000', '162917.443000', '162917.446000', '162917.448000', '162917.451000', '162917.454000', '162917.456000', '162917.459000', '162917.462000', '162917.464000', '162917.467000', '162917.470000', '162917.472000', '162917.475000', '162917.478000', '162917.480000', '162917.483000', '162917.485000', '162917.488000', '162917.491000', '162917.493000', '162917.496000', '162917.499000', '162917.501000', '162917.504000', '162917.506000', '162917.509000', '162917.512000', '162937.397000', '162937.399000', '162937.402000', '162937.405000', '162937.407000', '162937.410000', '162937.413000', '162937.416000', '162937.418000', '162937.421000', '162937.424000', '162937.426000', '162937.429000', '162937.431000', '162937.434000', '162937.437000', '162937.439000', '162937.442000', '162937.445000', '162937.447000', '162937.450000', '162937.452000', '162937.455000', '162937.458000', '162937.461000', '162937.463000', '162937.466000', '162937.469000', '162937.471000', '162937.474000', '162937.477000', '162937.479000', '162937.482000', '162937.484000', '162937.487000', '162937.490000', '162937.492000', '162937.495000', '162937.498000', '162937.500000', '162937.503000', '162937.505000', '162937.508000', '162937.511000', '162957.396000', '162957.399000', '162957.402000', '162957.404000', '162957.407000', '162957.410000', '162957.412000', '162957.421000', '162957.424000', '162957.427000', '162957.429000', '162957.432000', '162957.435000', '162957.437000', '162957.440000', '162957.443000', '162957.445000', '162957.448000', '162957.451000', '162957.453000', '162957.456000', '162957.458000', '162957.461000', '162957.464000', '162957.466000', '162957.469000', '162957.472000', '162957.474000', '162957.477000', '162957.479000', '162957.482000', '162957.485000', '162957.488000', '162957.490000', '162957.493000', '162957.496000', '162957.498000', '162957.501000', '162957.504000', '162957.506000', '162957.509000', '162957.511000', '162957.514000', '163017.396000', '163017.399000', '163017.402000', '163017.405000', '163017.407000', '163017.410000', '163017.413000', '163017.415000', '163017.418000', '163017.421000', '163017.423000', '163017.426000', '163017.429000', '163017.431000', '163017.434000', '163017.437000', '163017.439000', '163017.442000', '163017.445000', '163017.448000', '163017.450000', '163017.453000', '163017.456000', '163017.458000', '163017.461000', '163017.463000', '163017.466000', '163017.469000', '163017.471000', '163017.474000', '163017.477000', '163017.479000', '163017.482000', '163017.484000', '163017.487000', '163017.490000', '163017.492000', '163017.495000', '163017.498000', '163017.500000', '163017.503000', '163017.506000', '163017.508000', '163017.511000', '163037.397000', '163037.400000', '163037.402000', '163037.405000', '163037.407000', '163037.410000', '163037.413000', '163037.415000', '163037.418000', '163037.420000', '163037.423000', '163037.426000', '163037.428000', '163037.431000', '163037.434000', '163037.436000', '163037.439000', '163037.441000', '163037.444000', '163037.447000', '163037.449000', '163037.452000', '163037.455000', '163037.458000', '163037.460000', '163037.463000', '163037.465000', '163037.468000', '163037.471000', '163037.473000', '163037.476000', '163037.479000', '163037.481000', '163037.484000', '163037.486000', '163037.489000', '163037.492000', '163037.494000', '163037.497000', '163037.500000', '163037.502000', '163037.505000', '163037.508000', '163057.397000', '163057.400000', '163057.403000', '163057.406000', '163057.409000', '163057.411000', '163057.414000', '163057.416000', '163057.419000', '163057.422000', '163057.424000', '163057.427000', '163057.430000', '163057.432000', '163057.435000', '163057.437000', '163057.440000', '163057.443000', '163057.445000', '163057.448000', '163057.451000', '163057.453000', '163057.456000', '163057.459000', '163057.461000', '163057.464000', '163057.466000', '163057.469000', '163057.472000', '163057.474000', '163057.477000', '163057.480000', '163057.482000', '163057.485000', '163057.488000', '163057.490000', '163057.493000', '163057.495000', '163057.498000', '163057.501000', '163057.503000', '163057.506000', '163057.508000', '163057.511000', '163117.397000', '163117.400000', '163117.403000', '163117.406000', '163117.408000', '163117.411000', '163117.414000', '163117.416000', '163117.419000', '163117.422000', '163117.424000', '163117.427000', '163117.429000', '163117.432000', '163117.435000', '163117.437000', '163117.440000', '163117.442000', '163117.445000', '163117.448000', '163117.451000', '163117.453000', '163117.456000', '163117.458000', '163117.461000', '163117.463000', '163117.466000', '163117.469000', '163117.472000', '163117.474000', '163117.477000', '163117.487000', '163117.510000', '163117.512000', '163117.515000', '163117.518000', '163117.520000', '163117.523000', '163117.526000', '163117.528000', '163117.531000', '163117.533000', '163117.536000', '163137.397000', '163137.400000', '163137.403000', '163137.406000', '163137.408000', '163137.411000', '163137.413000', '163137.416000', '163137.419000', '163137.421000', '163137.424000', '163137.427000', '163137.430000', '163137.433000', '163137.436000', '163137.439000', '163137.441000', '163137.444000', '163137.447000', '163137.450000', '163137.452000', '163137.455000', '163137.457000', '163137.460000', '163137.463000', '163137.465000', '163137.468000', '163137.471000', '163137.473000', '163137.476000', '163137.478000', '163137.481000', '163137.484000', '163137.487000', '163137.489000', '163137.492000', '163137.495000', '163137.497000', '163137.500000', '163137.503000', '163137.505000', '163137.508000', '163137.510000', '163137.513000', '163157.396000', '163157.400000', '163157.403000', '163157.406000', '163157.409000', '163157.411000', '163157.414000', '163157.417000', '163157.419000', '163157.422000', '163157.424000', '163157.427000', '163157.430000', '163157.433000', '163157.435000', '163157.438000', '163157.441000', '163157.443000', '163157.446000', '163157.449000', '163157.451000', '163157.454000', '163157.457000', '163157.459000', '163157.462000', '163157.464000', '163157.467000', '163157.470000', '163157.472000', '163157.475000', '163157.477000', '163157.480000', '163157.483000', '163157.485000', '163157.488000', '163157.491000', '163157.493000', '163157.496000', '163157.498000', '163157.501000', '163157.504000', '163157.506000', '163157.509000', '163217.397000', '163217.399000', '163217.402000', '163217.405000', '163217.408000', '163217.410000', '163217.413000', '163217.416000', '163217.418000', '163217.421000', '163217.425000', '163217.428000', '163217.430000', '163217.433000', '163217.435000', '163217.438000', '163217.441000', '163217.443000', '163217.446000', '163217.448000', '163217.451000', '163217.454000', '163217.456000', '163217.459000', '163217.462000', '163217.464000', '163217.467000', '163217.469000', '163217.472000', '163217.475000', '163217.477000', '163217.480000', '163217.483000', '163217.485000', '163217.488000', '163217.491000', '163217.493000', '163217.496000', '163217.498000', '163217.501000', '163217.504000', '163217.506000', '163217.509000', '163237.397000', '163237.400000', '163237.402000', '163237.405000', '163237.408000', '163237.410000', '163237.413000', '163237.415000', '163237.418000', '163237.421000', '163237.423000', '163237.426000', '163237.429000', '163237.431000', '163237.434000', '163237.436000', '163237.439000', '163237.442000', '163237.445000', '163237.447000', '163237.450000', '163237.452000', '163237.455000', '163237.458000', '163237.460000', '163237.463000', '163237.466000', '163237.468000', '163237.471000', '163237.473000', '163237.476000', '163237.479000', '163237.481000', '163237.484000', '163237.487000', '163237.489000', '163237.492000', '163237.495000', '163237.497000', '163237.500000', '163237.502000', '163237.505000', '163237.508000', '163237.510000', '163257.404000', '163257.407000', '163257.409000', '163257.412000', '163257.415000', '163257.417000', '163257.420000', '163257.423000', '163257.425000', '163257.428000', '163257.430000', '163257.433000', '163257.436000', '163257.438000', '163257.441000', '163257.444000', '163257.447000', '163257.449000', '163257.452000', '163257.455000', '163257.457000', '163257.460000', '163257.463000', '163257.465000', '163257.468000', '163257.471000', '163257.474000', '163257.477000', '163257.480000', '163257.482000', '163257.485000', '163257.488000', '163257.490000', '163257.493000', '163257.496000', '163257.498000', '163257.501000', '163257.504000', '163257.506000', '163257.509000', '163257.511000', '163257.514000', '163257.517000', '163313.058000', '163313.061000', '163313.064000', '163313.067000', '163313.069000', '163313.072000', '163313.075000', '163313.078000', '163313.080000', '163313.083000', '163313.086000', '163313.088000', '163313.091000', '163313.093000', '163313.102000', '163313.105000', '163313.107000', '163313.110000', '163313.113000', '163313.115000', '163313.118000', '163313.121000', '163313.124000', '163313.127000', '163313.130000', '163313.133000', '163313.136000', '163313.139000', '163313.142000', '163313.145000', '163313.148000', '163313.151000', '163313.154000', '163313.156000', '163313.160000'], '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': [13818, 13313, 9719, 14528, 12225, 11579, 12756, 9160, 12741, 10596, 11333, 9940, 8758, 11437, 8846, 9633, 11555, 8377, 11716, 9102, 8260, 11561, 10223, 9783, 11808, 9163, 11035, 10884, 8363, 14591, 11403, 7983, 11326, 9209, 9391, 12360, 10202, 9780, 12987, 10438, 9021, 10418, 8683, 9797, 11999, 9718, 9796, 13016, 10361, 10719, 15519, 11809, 9387, 10433, 9883, 8127, 6643, 7431, 9824, 8662, 7948, 13246, 11126, 10783, 15460, 12391, 12933, 17318, 13066, 9465, 15654, 12426, 10592, 10985, 12484, 11111, 9024, 12028, 9099, 8081, 10455, 8377, 9116, 10266, 8027, 7968, 11236, 9845, 8646, 10739, 8698, 8927, 11501, 10559, 9340, 12476, 10671, 8949, 12257, 11596, 9283, 12040, 10120, 8692, 13385, 11291, 10002, 13544, 11850, 14089, 12282, 9575, 15112, 11531, 14641, 11620, 9931, 15406, 9460, 8714, 10052, 9057, 12894, 10305, 9979, 12440, 10439, 9351, 10788, 8043, 11350, 8596, 8138, 9983, 8453, 11106, 8829, 9103, 9376, 8609, 12081, 10385, 11445, 10170, 9399, 11565, 8699, 11784, 10098, 12760, 9500, 10011, 11669, 9095, 11620, 8682, 8533, 8442, 8560, 13008, 10441, 8743, 8270, 8128, 11061, 8320, 9271, 8272, 11658, 9249, 12761, 10300, 15897, 11497, 16037, 12901, 14080, 13671, 11802, 15375, 11657, 11683, 14341, 9658, 8691, 12323, 8241, 8342, 7302, 8511, 6769, 7172, 10592, 8212, 9435, 12802, 9582, 13735, 14508, 16734, 15215, 12624, 9625, 12094, 10208, 10458, 10534, 8397, 10934, 9032, 8866, 9838, 8354, 10223, 8664, 8487, 9216, 7951, 9614, 7951, 10045, 9245, 8555, 11020, 9137, 11129, 8934, 9216, 10347, 8594, 11804, 10817, 9422, 10399, 8582, 11498, 9425, 12237, 10366, 11771, 9875, 9503, 11396, 9165, 12159, 9554, 9335, 9526, 8311, 12539, 8634, 9213, 9876, 8815, 12492, 9691, 12402, 10507, 8911, 10800, 9157, 12514, 9833, 8905, 11367, 10046, 8462, 9933, 8282, 10008, 8033, 8601, 8731, 9045, 11388, 9493, 12956, 9661, 12731, 10113, 10045, 10970, 10008, 12264, 9594, 13051, 9878, 10921, 11280, 8837, 11825, 9435, 10400, 9337, 8433, 11392, 9420, 9868, 10492, 9430, 11302, 8694, 10847, 10711, 9197, 13885, 11543, 9342, 8447, 10409, 8429, 7948, 8760, 8396, 12842, 9789, 9725, 13445, 9955, 14757, 11445, 9458, 16885, 12652, 13110, 17284, 13746, 9907, 14535, 10427, 8447, 10945, 8642, 7742, 11894, 9644, 9488, 11457, 9833, 10425, 9469, 8874, 11492, 10068, 13085, 10431, 8299, 11153, 7539, 9874, 8240, 7404, 10604, 8924, 8031, 9461, 8183, 9221, 8535, 8684, 9932, 9302, 11253, 9412, 12416, 9778, 9467, 10182, 9028, 11416, 9286, 11770, 10678, 8140, 11035, 9035, 7436, 10451, 8148, 7513, 8806, 8130, 9529, 8487, 10088, 8912, 10383, 9616, 11388, 11747, 12028, 11421, 12463, 9056, 11936, 8878, 11626, 8240, 11960, 8369, 12183, 9478, 9419, 6825, 7203, 7156, 10272, 9197, 7581, 9068, 8741, 7271, 10848, 10078, 7257, 10716, 7633, 7690, 7741, 8664, 6998, 8677, 11000, 7870, 6993, 9223, 7595, 7362, 10941, 8577, 6763, 12943, 13832, 9700, 8271, 9972, 7568, 7906, 10200, 8717, 13729, 10745, 8531, 11372, 7885, 8305, 11700, 14845, 13595, 13373, 10821, 9318, 11488, 9847, 8899, 10338, 8784, 8647, 10544, 9221, 9084, 8638, 8749, 10889, 8697, 13395, 8934, 8150, 7494, 7679, 6816, 11882, 12132, 9697, 10772, 9372, 8278, 12146, 10055, 9077, 11971, 12563, 14241, 11917, 10330, 12510, 11053, 12556, 11183, 9631, 15430, 9618, 12481, 10938, 11211, 11726, 8938, 11737, 10615, 12694, 10663, 10170, 12309, 8325, 9639, 7915, 8141, 8100, 7815, 11408, 9740, 11770, 12438, 9776, 8443, 9971, 7088, 10313, 7691, 8965, 8970, 8410, 10622, 9342, 13205, 11253, 14819, 11601, 11933, 16357, 12836, 16128, 13008, 9601, 14867, 9385, 8452, 11171, 8308, 11091, 9522, 9648, 10105, 8692, 10803, 9744, 8387, 9809, 9138, 11819, 8210, 7709, 9454, 8130, 9450, 7982, 7412, 9743, 8044, 10873, 8832, 8434, 8727, 8452, 10813, 9550, 8430, 12040, 8808, 8346, 10673, 9539, 10683, 10973, 8451, 10322, 7860, 7302, 8301, 8145, 11006, 9436, 10548, 10246, 8207, 12170, 9120, 12416, 10418, 9616, 11731, 8515, 12286, 11233, 15463, 16697, 17337, 10679, 10550, 8602, 7107, 7863, 7216, 10546, 8865, 11890, 12363, 10399, 10220, 8784, 13463, 11849, 8722, 13086, 11347, 11146, 16042, 13702, 10399, 12191, 8117, 7983, 9175, 10859, 7972, 7364, 7675, 7229, 7235, 9016, 8188, 11318, 9984, 11962, 10271, 9640, 11235, 7988, 12046, 8272, 7781, 8271, 7152, 8616, 8154, 7892, 8636, 7851, 10748, 7691, 7957, 10032, 8376, 7315, 10936, 9852, 8432, 11988, 8983, 12778, 9814, 10547, 11390, 8132, 12000, 9784, 11700, 10165, 8863, 12389, 8371, 12138, 8361, 8125, 9450, 7924, 11760, 9534, 8628, 9237, 8023, 11108, 8447, 9819, 9159, 8255, 11458, 8930, 8373, 8900, 8152, 11460, 9683, 7791, 11207, 8982, 8163, 9190, 7980, 9375, 10271, 8287, 11449, 10374, 8033, 11375, 10540, 9635, 10949, 9584, 7275, 11326, 10077, 7714, 10226, 8817, 9593, 11976, 8603, 7739, 11735, 9210, 12689, 10978, 8947, 13786, 10342, 12509, 10566, 8524, 12734, 10335, 11788, 11985, 8099, 12060, 9316, 10363, 11010, 8561, 12752, 8827, 12019, 9581, 8019, 11683, 9292, 12902, 9105, 8317, 11381, 8374, 12047, 10652, 7811, 11502, 10172, 7976, 9948, 8690, 10509, 8466, 11151, 8640, 9068, 10835, 8602, 11683, 10208, 10044, 13972, 12369, 13155, 7941, 11184, 8318, 7511, 10886, 8679, 8029, 13380, 16250, 16836, 11645, 8049, 14547, 10382, 15138, 15457, 11413, 16873, 17111, 15663, 14702, 10911, 7790, 7820, 9504, 7934, 13147, 10088, 7949, 11863, 9689, 11891, 10284, 7930, 11913, 10469, 7460, 9996, 8250, 11291, 7929, 6793, 9375, 7594, 8931, 8637, 7770, 9431, 7673, 7573, 9824, 9360, 9332, 9100, 8324, 9579, 7307, 7391, 10881, 9231, 13851, 11033, 8475, 8469, 8751, 7491, 9816, 7444, 11104, 9160, 12108, 11815, 10505, 15806, 15547, 14918, 11683, 15486, 15935, 13140, 8454, 11419, 9449, 7614, 8529, 9680, 8219, 13159, 17199, 9297, 7590, 6978, 7654, 7325, 7638, 7307, 7064, 10626, 9530], 'WindowCenter': [4330.0, 4310.0, 4261.0, 4273.0, 4254.0, 4236.0, 4263.0, 4221.0, 4250.0, 4228.0, 4238.0, 4229.0, 4208.0, 4233.0, 4233.0, 4233.0, 4241.0, 4211.0, 4250.0, 4233.0, 4221.0, 4264.0, 4255.0, 4243.0, 4255.0, 4234.0, 4254.0, 4254.0, 4237.0, 4285.0, 4266.0, 4224.0, 4253.0, 4234.0, 4230.0, 4275.0, 4259.0, 4258.0, 4278.0, 4257.0, 4236.0, 4255.0, 4227.0, 4231.0, 4267.0, 4247.0, 4246.0, 4266.0, 4246.0, 4244.0, 4290.0, 4246.0, 4220.0, 4240.0, 4234.0, 4187.0, 4194.0, 4189.0, 4209.0, 4196.0, 4197.0, 4250.0, 4239.0, 4237.0, 4257.0, 4237.0, 4236.0, 4257.0, 4235.0, 4204.0, 4256.0, 4220.0, 4210.0, 4211.0, 4220.0, 4211.0, 4190.0, 4233.0, 4231.0, 4196.0, 4224.0, 4179.0, 4191.0, 4212.0, 4193.0, 4196.0, 4237.0, 4229.0, 4223.0, 4238.0, 4220.0, 4220.0, 4253.0, 4253.0, 4233.0, 4263.0, 4253.0, 4234.0, 4254.0, 4243.0, 4220.0, 4237.0, 4218.0, 4212.0, 4249.0, 4231.0, 4226.0, 4253.0, 4247.0, 4254.0, 4233.0, 4213.0, 4251.0, 4213.0, 4239.0, 4216.0, 4202.0, 4244.0, 4202.0, 4184.0, 4202.0, 4190.0, 4221.0, 4200.0, 4188.0, 4209.0, 4196.0, 4175.0, 4197.0, 4167.0, 4208.0, 4190.0, 4194.0, 4213.0, 4194.0, 4223.0, 4205.0, 4204.0, 4215.0, 4207.0, 4237.0, 4227.0, 4236.0, 4226.0, 4215.0, 4236.0, 4207.0, 4238.0, 4227.0, 4246.0, 4228.0, 4228.0, 4238.0, 4217.0, 4236.0, 4217.0, 4218.0, 4220.0, 4232.0, 4272.0, 4242.0, 4222.0, 4211.0, 4198.0, 4241.0, 4208.0, 4219.0, 4210.0, 4251.0, 4220.0, 4251.0, 4228.0, 4270.0, 4240.0, 4268.0, 4239.0, 4239.0, 4237.0, 4214.0, 4237.0, 4204.0, 4201.0, 4202.0, 4169.0, 4162.0, 4197.0, 4144.0, 4149.0, 4148.0, 4166.0, 4147.0, 4144.0, 4186.0, 4166.0, 4163.0, 4209.0, 4187.0, 4217.0, 4218.0, 4242.0, 4215.0, 4194.0, 4173.0, 4191.0, 4169.0, 4170.0, 4171.0, 4150.0, 4180.0, 4172.0, 4173.0, 4182.0, 4175.0, 4197.0, 4189.0, 4177.0, 4187.0, 4178.0, 4198.0, 4179.0, 4201.0, 4200.0, 4203.0, 4216.0, 4204.0, 4223.0, 4196.0, 4203.0, 4224.0, 4207.0, 4236.0, 4225.0, 4215.0, 4223.0, 4205.0, 4234.0, 4216.0, 4235.0, 4226.0, 4235.0, 4226.0, 4215.0, 4236.0, 4216.0, 4239.0, 4221.0, 4207.0, 4217.0, 4198.0, 4238.0, 4220.0, 4230.0, 4229.0, 4218.0, 4259.0, 4242.0, 4261.0, 4242.0, 4218.0, 4236.0, 4215.0, 4246.0, 4226.0, 4214.0, 4247.0, 4228.0, 4205.0, 4226.0, 4206.0, 4226.0, 4208.0, 4218.0, 4230.0, 4230.0, 4250.0, 4230.0, 4259.0, 4231.0, 4259.0, 4239.0, 4228.0, 4239.0, 4228.0, 4248.0, 4228.0, 4247.0, 4228.0, 4239.0, 4239.0, 4218.0, 4238.0, 4228.0, 4237.0, 4228.0, 4218.0, 4250.0, 4231.0, 4228.0, 4239.0, 4230.0, 4250.0, 4221.0, 4253.0, 4253.0, 4244.0, 4273.0, 4253.0, 4232.0, 4220.0, 4238.0, 4209.0, 4209.0, 4220.0, 4221.0, 4259.0, 4231.0, 4234.0, 4268.0, 4216.0, 4252.0, 4230.0, 4197.0, 4246.0, 4217.0, 4209.0, 4229.0, 4219.0, 4198.0, 4232.0, 4204.0, 4182.0, 4210.0, 4178.0, 4169.0, 4209.0, 4188.0, 4187.0, 4211.0, 4189.0, 4199.0, 4189.0, 4190.0, 4210.0, 4200.0, 4219.0, 4199.0, 4178.0, 4209.0, 4180.0, 4199.0, 4190.0, 4180.0, 4224.0, 4203.0, 4192.0, 4212.0, 4194.0, 4204.0, 4205.0, 4206.0, 4227.0, 4213.0, 4237.0, 4215.0, 4235.0, 4216.0, 4215.0, 4224.0, 4203.0, 4234.0, 4218.0, 4248.0, 4237.0, 4207.0, 4238.0, 4218.0, 4197.0, 4226.0, 4206.0, 4195.0, 4217.0, 4207.0, 4227.0, 4207.0, 4227.0, 4206.0, 4227.0, 4216.0, 4236.0, 4236.0, 4236.0, 4222.0, 4233.0, 4190.0, 4221.0, 4190.0, 4220.0, 4180.0, 4213.0, 4182.0, 4228.0, 4210.0, 4197.0, 4175.0, 4173.0, 4162.0, 4215.0, 4209.0, 4190.0, 4212.0, 4209.0, 4190.0, 4213.0, 4200.0, 4172.0, 4212.0, 4182.0, 4183.0, 4195.0, 4218.0, 4199.0, 4221.0, 4254.0, 4209.0, 4184.0, 4216.0, 4209.0, 4209.0, 4250.0, 4218.0, 4188.0, 4259.0, 4270.0, 4229.0, 4206.0, 4213.0, 4196.0, 4195.0, 4226.0, 4218.0, 4258.0, 4226.0, 4206.0, 4249.0, 4207.0, 4204.0, 4240.0, 4255.0, 4241.0, 4240.0, 4220.0, 4208.0, 4241.0, 4208.0, 4193.0, 4199.0, 4174.0, 4175.0, 4193.0, 4177.0, 4168.0, 4181.0, 4181.0, 4214.0, 4197.0, 4249.0, 4208.0, 4197.0, 4188.0, 4201.0, 4204.0, 4254.0, 4264.0, 4236.0, 4243.0, 4219.0, 4208.0, 4237.0, 4230.0, 4208.0, 4239.0, 4251.0, 4259.0, 4240.0, 4230.0, 4250.0, 4227.0, 4224.0, 4215.0, 4203.0, 4246.0, 4193.0, 4222.0, 4213.0, 4214.0, 4224.0, 4191.0, 4212.0, 4200.0, 4209.0, 4212.0, 4199.0, 4221.0, 4181.0, 4201.0, 4180.0, 4182.0, 4195.0, 4182.0, 4225.0, 4202.0, 4210.0, 4210.0, 4174.0, 4181.0, 4199.0, 4158.0, 4209.0, 4181.0, 4201.0, 4204.0, 4193.0, 4212.0, 4204.0, 4233.0, 4212.0, 4231.0, 4211.0, 4209.0, 4239.0, 4206.0, 4214.0, 4191.0, 4157.0, 4187.0, 4147.0, 4138.0, 4178.0, 4149.0, 4181.0, 4171.0, 4162.0, 4163.0, 4153.0, 4174.0, 4176.0, 4143.0, 4162.0, 4161.0, 4208.0, 4179.0, 4165.0, 4185.0, 4164.0, 4186.0, 4179.0, 4168.0, 4184.0, 4167.0, 4197.0, 4187.0, 4177.0, 4176.0, 4178.0, 4210.0, 4201.0, 4191.0, 4232.0, 4203.0, 4193.0, 4225.0, 4216.0, 4224.0, 4224.0, 4193.0, 4212.0, 4192.0, 4182.0, 4194.0, 4194.0, 4225.0, 4215.0, 4226.0, 4227.0, 4205.0, 4246.0, 4215.0, 4233.0, 4224.0, 4212.0, 4235.0, 4204.0, 4235.0, 4238.0, 4269.0, 4271.0, 4268.0, 4213.0, 4208.0, 4189.0, 4170.0, 4192.0, 4181.0, 4222.0, 4205.0, 4227.0, 4241.0, 4207.0, 4205.0, 4183.0, 4228.0, 4215.0, 4173.0, 4209.0, 4192.0, 4193.0, 4213.0, 4200.0, 4179.0, 4196.0, 4141.0, 4138.0, 4148.0, 4167.0, 4137.0, 4138.0, 4139.0, 4142.0, 4142.0, 4175.0, 4164.0, 4196.0, 4187.0, 4195.0, 4185.0, 4186.0, 4195.0, 4166.0, 4206.0, 4163.0, 4154.0, 4176.0, 4159.0, 4188.0, 4178.0, 4178.0, 4189.0, 4180.0, 4211.0, 4171.0, 4183.0, 4214.0, 4195.0, 4185.0, 4239.0, 4229.0, 4206.0, 4235.0, 4203.0, 4233.0, 4213.0, 4212.0, 4224.0, 4182.0, 4224.0, 4213.0, 4223.0, 4212.0, 4204.0, 4232.0, 4190.0, 4221.0, 4192.0, 4190.0, 4214.0, 4193.0, 4235.0, 4214.0, 4202.0, 4203.0, 4190.0, 4222.0, 4193.0, 4215.0, 4215.0, 4206.0, 4234.0, 4206.0, 4205.0, 4203.0, 4206.0, 4249.0, 4228.0, 4206.0, 4236.0, 4216.0, 4206.0, 4214.0, 4196.0, 4208.0, 4229.0, 4220.0, 4240.0, 4229.0, 4200.0, 4230.0, 4229.0, 4221.0, 4211.0, 4207.0, 4177.0, 4214.0, 4198.0, 4182.0, 4223.0, 4218.0, 4228.0, 4247.0, 4204.0, 4180.0, 4222.0, 4204.0, 4232.0, 4225.0, 4217.0, 4260.0, 4227.0, 4248.0, 4226.0, 4203.0, 4234.0, 4215.0, 4224.0, 4233.0, 4193.0, 4235.0, 4216.0, 4224.0, 4237.0, 4207.0, 4246.0, 4204.0, 4234.0, 4202.0, 4191.0, 4235.0, 4216.0, 4246.0, 4204.0, 4204.0, 4235.0, 4207.0, 4248.0, 4239.0, 4205.0, 4236.0, 4225.0, 4205.0, 4227.0, 4204.0, 4224.0, 4205.0, 4236.0, 4206.0, 4217.0, 4239.0, 4236.0, 4280.0, 4254.0, 4243.0, 4272.0, 4249.0, 4246.0, 4194.0, 4224.0, 4194.0, 4185.0, 4226.0, 4210.0, 4210.0, 4253.0, 4264.0, 4273.0, 4229.0, 4201.0, 4252.0, 4185.0, 4191.0, 4212.0, 4188.0, 4205.0, 4187.0, 4201.0, 4201.0, 4186.0, 4166.0, 4168.0, 4200.0, 4181.0, 4231.0, 4212.0, 4181.0, 4222.0, 4201.0, 4211.0, 4200.0, 4180.0, 4222.0, 4201.0, 4169.0, 4198.0, 4179.0, 4211.0, 4193.0, 4173.0, 4203.0, 4183.0, 4204.0, 4205.0, 4196.0, 4215.0, 4196.0, 4198.0, 4232.0, 4231.0, 4231.0, 4219.0, 4219.0, 4230.0, 4201.0, 4212.0, 4255.0, 4235.0, 4263.0, 4243.0, 4224.0, 4222.0, 4223.0, 4214.0, 4242.0, 4213.0, 4254.0, 4235.0, 4254.0, 4255.0, 4242.0, 4274.0, 4274.0, 4272.0, 4242.0, 4264.0, 4273.0, 4265.0, 4201.0, 4227.0, 4192.0, 4140.0, 4163.0, 4194.0, 4170.0, 4223.0, 4210.0, 4159.0, 4182.0, 4182.0, 4193.0, 4196.0, 4206.0, 4209.0, 4200.0, 4241.0, 4208.0], 'WindowWidth': [9570.0, 9528.0, 9441.0, 9449.0, 9416.0, 9385.0, 9424.0, 9366.0, 9401.0, 9369.0, 9382.0, 9372.0, 9343.0, 9376.0, 9386.0, 9381.0, 9390.0, 9351.0, 9403.0, 9386.0, 9366.0, 9429.0, 9419.0, 9397.0, 9415.0, 9386.0, 9415.0, 9413.0, 9399.0, 9461.0, 9434.0, 9373.0, 9412.0, 9388.0, 9378.0, 9445.0, 9430.0, 9427.0, 9454.0, 9423.0, 9392.0, 9416.0, 9380.0, 9377.0, 9436.0, 9410.0, 9405.0, 9431.0, 9404.0, 9399.0, 9467.0, 9401.0, 9361.0, 9388.0, 9383.0, 9307.0, 9330.0, 9313.0, 9337.0, 9318.0, 9323.0, 9402.0, 9387.0, 9380.0, 9411.0, 9380.0, 9376.0, 9408.0, 9372.0, 9327.0, 9407.0, 9347.0, 9331.0, 9330.0, 9342.0, 9334.0, 9303.0, 9369.0, 9380.0, 9322.0, 9355.0, 9285.0, 9305.0, 9339.0, 9317.0, 9321.0, 9379.0, 9373.0, 9366.0, 9385.0, 9361.0, 9360.0, 9411.0, 9411.0, 9384.0, 9425.0, 9414.0, 9391.0, 9413.0, 9393.0, 9360.0, 9378.0, 9351.0, 9347.0, 9394.0, 9372.0, 9368.0, 9406.0, 9398.0, 9403.0, 9374.0, 9346.0, 9398.0, 9336.0, 9377.0, 9345.0, 9321.0, 9383.0, 9321.0, 9298.0, 9318.0, 9303.0, 9346.0, 9314.0, 9295.0, 9326.0, 9303.0, 9273.0, 9306.0, 9267.0, 9325.0, 9304.0, 9315.0, 9339.0, 9318.0, 9355.0, 9331.0, 9330.0, 9348.0, 9338.0, 9378.0, 9364.0, 9376.0, 9362.0, 9346.0, 9377.0, 9340.0, 9381.0, 9365.0, 9391.0, 9369.0, 9370.0, 9383.0, 9354.0, 9378.0, 9355.0, 9357.0, 9366.0, 9384.0, 9439.0, 9396.0, 9366.0, 9350.0, 9328.0, 9392.0, 9340.0, 9358.0, 9349.0, 9404.0, 9362.0, 9405.0, 9370.0, 9431.0, 9386.0, 9427.0, 9383.0, 9379.0, 9376.0, 9334.0, 9378.0, 9324.0, 9314.0, 9309.0, 9265.0, 9255.0, 9299.0, 9223.0, 9231.0, 9235.0, 9260.0, 9239.0, 9232.0, 9287.0, 9260.0, 9252.0, 9325.0, 9292.0, 9333.0, 9340.0, 9381.0, 9331.0, 9296.0, 9268.0, 9292.0, 9257.0, 9258.0, 9260.0, 9231.0, 9272.0, 9265.0, 9268.0, 9279.0, 9277.0, 9310.0, 9300.0, 9283.0, 9295.0, 9284.0, 9312.0, 9289.0, 9322.0, 9321.0, 9326.0, 9341.0, 9328.0, 9354.0, 9314.0, 9327.0, 9357.0, 9340.0, 9376.0, 9361.0, 9345.0, 9355.0, 9333.0, 9371.0, 9349.0, 9375.0, 9362.0, 9376.0, 9365.0, 9349.0, 9376.0, 9351.0, 9380.0, 9358.0, 9337.0, 9349.0, 9322.0, 9377.0, 9360.0, 9377.0, 9373.0, 9359.0, 9419.0, 9398.0, 9422.0, 9396.0, 9356.0, 9378.0, 9347.0, 9389.0, 9366.0, 9348.0, 9395.0, 9370.0, 9336.0, 9363.0, 9339.0, 9366.0, 9345.0, 9360.0, 9378.0, 9378.0, 9405.0, 9378.0, 9416.0, 9379.0, 9416.0, 9387.0, 9373.0, 9386.0, 9370.0, 9398.0, 9369.0, 9397.0, 9369.0, 9387.0, 9388.0, 9356.0, 9384.0, 9370.0, 9382.0, 9373.0, 9360.0, 9404.0, 9380.0, 9372.0, 9388.0, 9375.0, 9403.0, 9366.0, 9413.0, 9415.0, 9404.0, 9442.0, 9412.0, 9384.0, 9364.0, 9385.0, 9347.0, 9346.0, 9362.0, 9365.0, 9415.0, 9377.0, 9383.0, 9434.0, 9350.0, 9403.0, 9367.0, 9316.0, 9386.0, 9339.0, 9323.0, 9356.0, 9340.0, 9317.0, 9360.0, 9324.0, 9294.0, 9330.0, 9284.0, 9275.0, 9325.0, 9295.0, 9294.0, 9330.0, 9299.0, 9312.0, 9298.0, 9301.0, 9328.0, 9313.0, 9340.0, 9313.0, 9284.0, 9327.0, 9291.0, 9315.0, 9303.0, 9295.0, 9358.0, 9326.0, 9312.0, 9338.0, 9315.0, 9330.0, 9332.0, 9335.0, 9364.0, 9342.0, 9378.0, 9350.0, 9374.0, 9346.0, 9344.0, 9357.0, 9327.0, 9372.0, 9357.0, 9397.0, 9380.0, 9342.0, 9385.0, 9358.0, 9327.0, 9364.0, 9339.0, 9323.0, 9353.0, 9341.0, 9368.0, 9339.0, 9368.0, 9337.0, 9366.0, 9351.0, 9378.0, 9375.0, 9375.0, 9354.0, 9366.0, 9305.0, 9348.0, 9304.0, 9345.0, 9289.0, 9333.0, 9292.0, 9360.0, 9339.0, 9316.0, 9289.0, 9281.0, 9265.0, 9342.0, 9340.0, 9316.0, 9349.0, 9341.0, 9315.0, 9336.0, 9317.0, 9284.0, 9337.0, 9297.0, 9300.0, 9322.0, 9358.0, 9333.0, 9367.0, 9414.0, 9347.0, 9304.0, 9348.0, 9348.0, 9351.0, 9408.0, 9361.0, 9320.0, 9413.0, 9431.0, 9375.0, 9339.0, 9342.0, 9324.0, 9322.0, 9365.0, 9356.0, 9412.0, 9364.0, 9339.0, 9402.0, 9342.0, 9335.0, 9382.0, 9421.0, 9383.0, 9388.0, 9354.0, 9335.0, 9386.0, 9335.0, 9307.0, 9313.0, 9273.0, 9275.0, 9301.0, 9275.0, 9261.0, 9284.0, 9288.0, 9340.0, 9321.0, 9398.0, 9341.0, 9324.0, 9314.0, 9334.0, 9346.0, 9413.0, 9426.0, 9388.0, 9396.0, 9355.0, 9340.0, 9378.0, 9371.0, 9339.0, 9385.0, 9403.0, 9413.0, 9386.0, 9371.0, 9398.0, 9363.0, 9356.0, 9342.0, 9325.0, 9387.0, 9308.0, 9348.0, 9335.0, 9340.0, 9352.0, 9302.0, 9331.0, 9315.0, 9326.0, 9335.0, 9313.0, 9344.0, 9291.0, 9318.0, 9292.0, 9296.0, 9322.0, 9300.0, 9361.0, 9324.0, 9326.0, 9328.0, 9269.0, 9293.0, 9315.0, 9260.0, 9330.0, 9296.0, 9324.0, 9330.0, 9313.0, 9336.0, 9325.0, 9368.0, 9338.0, 9362.0, 9335.0, 9326.0, 9371.0, 9318.0, 9328.0, 9289.0, 9237.0, 9277.0, 9222.0, 9210.0, 9267.0, 9229.0, 9275.0, 9263.0, 9249.0, 9248.0, 9235.0, 9265.0, 9271.0, 9222.0, 9244.0, 9248.0, 9323.0, 9285.0, 9264.0, 9287.0, 9260.0, 9293.0, 9290.0, 9271.0, 9289.0, 9267.0, 9307.0, 9295.0, 9279.0, 9277.0, 9286.0, 9331.0, 9319.0, 9308.0, 9364.0, 9325.0, 9312.0, 9360.0, 9352.0, 9361.0, 9355.0, 9314.0, 9336.0, 9312.0, 9299.0, 9316.0, 9318.0, 9358.0, 9347.0, 9362.0, 9367.0, 9337.0, 9390.0, 9348.0, 9371.0, 9357.0, 9339.0, 9374.0, 9331.0, 9376.0, 9385.0, 9430.0, 9437.0, 9427.0, 9342.0, 9329.0, 9306.0, 9280.0, 9313.0, 9298.0, 9353.0, 9333.0, 9363.0, 9387.0, 9331.0, 9324.0, 9291.0, 9359.0, 9339.0, 9276.0, 9326.0, 9296.0, 9298.0, 9330.0, 9304.0, 9279.0, 9298.0, 9216.0, 9212.0, 9224.0, 9248.0, 9208.0, 9213.0, 9217.0, 9225.0, 9225.0, 9272.0, 9260.0, 9302.0, 9291.0, 9301.0, 9286.0, 9290.0, 9302.0, 9262.0, 9315.0, 9256.0, 9245.0, 9280.0, 9260.0, 9300.0, 9287.0, 9288.0, 9303.0, 9291.0, 9333.0, 9277.0, 9298.0, 9344.0, 9319.0, 9307.0, 9387.0, 9371.0, 9337.0, 9375.0, 9329.0, 9368.0, 9339.0, 9338.0, 9356.0, 9297.0, 9355.0, 9339.0, 9352.0, 9339.0, 9328.0, 9364.0, 9305.0, 9349.0, 9309.0, 9307.0, 9341.0, 9315.0, 9375.0, 9345.0, 9326.0, 9327.0, 9307.0, 9352.0, 9315.0, 9347.0, 9348.0, 9335.0, 9372.0, 9336.0, 9334.0, 9328.0, 9339.0, 9403.0, 9370.0, 9341.0, 9379.0, 9351.0, 9336.0, 9347.0, 9324.0, 9338.0, 9369.0, 9361.0, 9383.0, 9368.0, 9333.0, 9369.0, 9368.0, 9356.0, 9334.0, 9330.0, 9290.0, 9335.0, 9312.0, 9298.0, 9356.0, 9356.0, 9371.0, 9396.0, 9331.0, 9291.0, 9349.0, 9330.0, 9367.0, 9360.0, 9351.0, 9417.0, 9368.0, 9397.0, 9363.0, 9329.0, 9370.0, 9345.0, 9357.0, 9368.0, 9314.0, 9373.0, 9349.0, 9359.0, 9379.0, 9341.0, 9389.0, 9329.0, 9368.0, 9325.0, 9309.0, 9370.0, 9348.0, 9389.0, 9332.0, 9332.0, 9374.0, 9338.0, 9399.0, 9388.0, 9338.0, 9379.0, 9362.0, 9337.0, 9366.0, 9331.0, 9357.0, 9335.0, 9378.0, 9336.0, 9352.0, 9385.0, 9397.0, 9459.0, 9417.0, 9400.0, 9437.0, 9399.0, 9389.0, 9316.0, 9357.0, 9315.0, 9308.0, 9364.0, 9344.0, 9345.0, 9404.0, 9424.0, 9435.0, 9369.0, 9331.0, 9398.0, 9289.0, 9283.0, 9321.0, 9283.0, 9299.0, 9266.0, 9297.0, 9296.0, 9284.0, 9264.0, 9270.0, 9315.0, 9291.0, 9359.0, 9334.0, 9291.0, 9349.0, 9319.0, 9333.0, 9316.0, 9288.0, 9348.0, 9317.0, 9272.0, 9311.0, 9288.0, 9332.0, 9314.0, 9287.0, 9325.0, 9302.0, 9331.0, 9334.0, 9321.0, 9346.0, 9326.0, 9329.0, 9380.0, 9379.0, 9378.0, 9361.0, 9361.0, 9377.0, 9339.0, 9356.0, 9417.0, 9389.0, 9427.0, 9398.0, 9372.0, 9367.0, 9371.0, 9363.0, 9397.0, 9361.0, 9414.0, 9389.0, 9412.0, 9415.0, 9392.0, 9437.0, 9440.0, 9433.0, 9391.0, 9424.0, 9434.0, 9426.0, 9333.0, 9359.0, 9303.0, 9212.0, 9251.0, 9308.0, 9272.0, 9346.0, 9310.0, 9239.0, 9299.0, 9302.0, 9317.0, 9326.0, 9341.0, 9350.0, 9337.0, 9390.0, 9336.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.009711149425287354</td></tr>
<tr><td colspan=3>aqi</td><td>0.06564810195402299</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.50580175531642</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.264055268457997</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1327525622439587</td></tr>
<tr><td colspan=3>efc</td><td>0.5156</td></tr>
<tr><td colspan=3>fber</td><td>3089.3779</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24147236386150148</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>328</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>37.701149425287355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542973282576366</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4891285770181866</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6882022086355377</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.451589062075372</td></tr>
<tr><td colspan=3>gcor</td><td>0.0158054</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0028247125446796417</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03176335245370865</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.3200786195255905</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.2749</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.3586</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.472</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292584.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1050.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.3812</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1462</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.1315</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3400.1045</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83960.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4373.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>818.9617</td></tr>
<tr><td colspan=3>tsnr</td><td>24.25051058619283</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>