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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-04_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-04_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-0079/ses-04/func/sub-0079_ses-04_task-social_acq-mb8_run-04_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>2c235504d233649ea70b1b184593b3a8</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:59:11.445000</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.99958, 0.0289634, 0.000597829, -0.0289684, 0.999148, 0.0293822]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.101043</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7753, -7273, 484, 22, -95, 31, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d87b5d2f-5a0a-4fc3-93fa-3d01bfac746d||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.6818008422851562, -0.07772020995616913, -0.0006849534693174064, 115.65560913085938], [-0.07770664244890213, 2.6806421279907227, 0.07934527099132538, -92.53898620605469], [0.0016039317706599832, -0.07883016020059586, 2.698833703994751, -68.0265121459961], [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': ['125911.445000', '125911.905000', '125912.365000', '125912.825000', '125913.285000', '125913.745000', '125914.205000', '125914.665000', '125915.125000', '125915.585000', '125916.045000', '125916.505000', '125916.965000', '125917.425000', '125917.885000', '125918.345000', '125918.805000', '125919.265000', '125919.725000', '125920.185000', '125920.645000', '125921.105000', '125921.565000', '125922.025000', '125922.485000', '125922.945000', '125923.405000', '125923.865000', '125924.325000', '125924.785000', '125925.245000', '125925.705000', '125926.165000', '125926.625000', '125927.085000', '125927.545000', '125928.005000', '125928.465000', '125928.925000', '125929.385000', '125929.845000', '125930.305000', '125930.765000', '125931.225000', '125931.685000', '125932.145000', '125932.605000', '125933.065000', '125933.525000', '125933.985000', '125934.445000', '125934.905000', '125935.365000', '125935.825000', '125936.285000', '125936.745000', '125937.205000', '125937.665000', '125938.125000', '125938.585000', '125939.045000', '125939.505000', '125939.965000', '125940.425000', '125940.885000', '125941.345000', '125941.805000', '125942.265000', '125942.725000', '125943.185000', '125943.645000', '125944.105000', '125944.565000', '125945.025000', '125945.485000', '125945.945000', '125946.405000', '125946.865000', '125947.325000', '125947.785000', '125948.245000', '125948.705000', '125949.165000', '125949.625000', '125950.085000', '125950.545000', '125951.005000', '125951.465000', '125951.925000', '125952.385000', '125952.845000', '125953.305000', '125953.765000', '125954.225000', '125954.685000', '125955.145000', '125955.605000', '125956.065000', '125956.525000', '125956.985000', '125957.445000', '125957.905000', '125958.365000', '125958.825000', '125959.285000', '125959.745000', '130000.205000', '130000.665000', '130001.125000', '130001.585000', '130002.045000', '130002.505000', '130002.965000', '130003.425000', '130003.885000', '130004.345000', '130004.805000', '130005.265000', '130005.725000', '130006.185000', '130006.645000', '130007.105000', '130007.565000', '130008.025000', '130008.485000', '130008.945000', '130009.405000', '130009.865000', '130010.325000', '130010.785000', '130011.245000', '130011.705000', '130012.165000', '130012.625000', '130013.085000', '130013.545000', '130014.005000', '130014.465000', '130014.925000', '130015.385000', '130015.845000', '130016.305000', '130016.765000', '130017.225000', '130017.685000', '130018.145000', '130018.605000', '130019.065000', '130019.525000', '130019.985000', '130020.445000', '130020.905000', '130021.365000', '130021.825000', '130022.285000', '130022.745000', '130023.205000', '130023.665000', '130024.125000', '130024.585000', '130025.045000', '130025.505000', '130025.965000', '130026.425000', '130026.885000', '130027.345000', '130027.805000', '130028.265000', '130028.725000', '130029.185000', '130029.645000', '130030.105000', '130030.565000', '130031.025000', '130031.485000', '130031.945000', '130032.405000', '130032.865000', '130033.325000', '130033.785000', '130034.245000', '130034.705000', '130035.165000', '130035.625000', '130036.085000', '130036.545000', '130037.005000', '130037.465000', '130037.925000', '130038.385000', '130038.845000', '130039.305000', '130039.765000', '130040.225000', '130040.685000', '130041.145000', '130041.605000', '130042.065000', '130042.525000', '130042.985000', '130043.445000', '130043.905000', '130044.365000', '130044.825000', '130045.285000', '130045.745000', '130046.205000', '130046.665000', '130047.125000', '130047.585000', '130048.045000', '130048.505000', '130048.965000', '130049.425000', '130049.885000', '130050.345000', '130050.805000', '130051.265000', '130051.725000', '130052.185000', '130052.645000', '130053.105000', '130053.565000', '130054.025000', '130054.485000', '130054.945000', '130055.405000', '130055.865000', '130056.325000', '130056.785000', '130057.245000', '130057.705000', '130058.165000', '130058.625000', '130059.085000', '130059.545000', '130100.005000', '130100.465000', '130100.925000', '130101.385000', '130101.845000', '130102.305000', '130102.765000', '130103.225000', '130103.685000', '130104.145000', '130104.605000', '130105.065000', '130105.525000', '130105.985000', '130106.445000', '130106.905000', '130107.365000', '130107.825000', '130108.285000', '130108.745000', '130109.205000', '130109.665000', '130110.125000', '130110.585000', '130111.045000', '130111.505000', '130111.965000', '130112.425000', '130112.885000', '130113.345000', '130113.805000', '130114.265000', '130114.725000', '130115.185000', '130115.645000', '130116.105000', '130116.565000', '130117.025000', '130117.485000', '130117.945000', '130118.405000', '130118.865000', '130119.325000', '130119.785000', '130120.245000', '130120.705000', '130121.165000', '130121.625000', '130122.085000', '130122.545000', '130123.005000', '130123.465000', '130123.925000', '130124.385000', '130124.845000', '130125.305000', '130125.765000', '130126.225000', '130126.685000', '130127.145000', '130127.605000', '130128.065000', '130128.525000', '130128.985000', '130129.445000', '130129.905000', '130130.365000', '130130.825000', '130131.285000', '130131.745000', '130132.205000', '130132.665000', '130133.125000', '130133.585000', '130134.045000', '130134.505000', '130134.965000', '130135.425000', '130135.885000', '130136.345000', '130136.805000', '130137.265000', '130137.725000', '130138.185000', '130138.645000', '130139.105000', '130139.565000', '130140.025000', '130140.485000', '130140.945000', '130141.405000', '130141.865000', '130142.325000', '130142.785000', '130143.245000', '130143.705000', '130144.165000', '130144.625000', '130145.085000', '130145.545000', '130146.005000', '130146.465000', '130146.925000', '130147.385000', '130147.845000', '130148.305000', '130148.765000', '130149.225000', '130149.685000', '130150.145000', '130150.605000', '130151.065000', '130151.525000', '130151.985000', '130152.445000', '130152.905000', '130153.365000', '130153.825000', '130154.285000', '130154.745000', '130155.205000', '130155.665000', '130156.125000', '130156.585000', '130157.045000', '130157.505000', '130157.965000', '130158.425000', '130158.885000', '130159.345000', '130159.805000', '130200.265000', '130200.725000', '130201.185000', '130201.645000', '130202.105000', '130202.565000', '130203.025000', '130203.485000', '130203.945000', '130204.405000', '130204.865000', '130205.325000', '130205.785000', '130206.245000', '130206.705000', '130207.165000', '130207.625000', '130208.085000', '130208.545000', '130209.005000', '130209.465000', '130209.925000', '130210.385000', '130210.845000', '130211.305000', '130211.765000', '130212.225000', '130212.685000', '130213.145000', '130213.605000', '130214.065000', '130214.525000', '130214.985000', '130215.445000', '130215.905000', '130216.365000', '130216.825000', '130217.285000', '130217.745000', '130218.205000', '130218.665000', '130219.125000', '130219.585000', '130220.045000', '130220.505000', '130220.965000', '130221.425000', '130221.885000', '130222.345000', '130222.805000', '130223.265000', '130223.725000', '130224.185000', '130224.645000', '130225.105000', '130225.565000', '130226.025000', '130226.485000', '130226.945000', '130227.405000', '130227.865000', '130228.325000', '130228.785000', '130229.245000', '130229.705000', '130230.165000', '130230.625000', '130231.085000', '130231.545000', '130232.005000', '130232.465000', '130232.925000', '130233.385000', '130233.845000', '130234.305000', '130234.765000', '130235.225000', '130235.685000', '130236.145000', '130236.605000', '130237.065000', '130237.525000', '130237.985000', '130238.445000', '130238.905000', '130239.365000', '130239.825000', '130240.285000', '130240.745000', '130241.205000', '130241.665000', '130242.125000', '130242.585000', '130243.045000', '130243.505000', '130243.965000', '130244.425000', '130244.885000', '130245.345000', '130245.805000', '130246.265000', '130246.725000', '130247.185000', '130247.645000', '130248.105000', '130248.565000', '130249.025000', '130249.485000', '130249.945000', '130250.405000', '130250.865000', '130251.325000', '130251.785000', '130252.245000', '130252.705000', '130253.165000', '130253.625000', '130254.085000', '130254.545000', '130255.005000', '130255.465000', '130255.925000', '130256.385000', '130256.845000', '130257.305000', '130257.765000', '130258.225000', '130258.685000', '130259.145000', '130259.605000', '130300.065000', '130300.525000', '130300.985000', '130301.445000', '130301.905000', '130302.365000', '130302.825000', '130303.285000', '130303.745000', '130304.205000', '130304.665000', '130305.125000', '130305.585000', '130306.045000', '130306.505000', '130306.965000', '130307.425000', '130307.885000', '130308.345000', '130308.805000', '130309.265000', '130309.725000', '130310.185000', '130310.645000', '130311.105000', '130311.565000', '130312.025000', '130312.485000', '130312.945000', '130313.405000', '130313.865000', '130314.325000', '130314.785000', '130315.245000', '130315.705000', '130316.165000', '130316.625000', '130317.085000', '130317.545000', '130318.005000', '130318.465000', '130318.925000', '130319.385000', '130319.845000', '130320.305000', '130320.765000', '130321.225000', '130321.685000', '130322.145000', '130322.605000', '130323.065000', '130323.525000', '130323.985000', '130324.445000', '130324.905000', '130325.365000', '130325.825000', '130326.285000', '130326.745000', '130327.205000', '130327.665000', '130328.125000', '130328.585000', '130329.045000', '130329.505000', '130329.965000', '130330.425000', '130330.885000', '130331.345000', '130331.805000', '130332.265000', '130332.725000', '130333.185000', '130333.645000', '130334.105000', '130334.565000', '130335.025000', '130335.485000', '130335.945000', '130336.405000', '130336.865000', '130337.325000', '130337.785000', '130338.245000', '130338.705000', '130339.165000', '130339.625000', '130340.085000', '130340.545000', '130341.005000', '130341.465000', '130341.925000', '130342.385000', '130342.845000', '130343.305000', '130343.765000', '130344.225000', '130344.685000', '130345.145000', '130345.605000', '130346.065000', '130346.525000', '130346.985000', '130347.445000', '130347.905000', '130348.365000', '130348.825000', '130349.285000', '130349.745000', '130350.205000', '130350.665000', '130351.125000', '130351.585000', '130352.045000', '130352.505000', '130352.965000', '130353.425000', '130353.885000', '130354.345000', '130354.805000', '130355.265000', '130355.725000', '130356.185000', '130356.645000', '130357.105000', '130357.565000', '130358.025000', '130358.485000', '130358.945000', '130359.405000', '130359.865000', '130400.325000', '130400.785000', '130401.245000', '130401.705000', '130402.165000', '130402.625000', '130403.085000', '130403.545000', '130404.005000', '130404.465000', '130404.925000', '130405.385000', '130405.845000', '130406.305000', '130406.765000', '130407.225000', '130407.685000', '130408.145000', '130408.605000', '130409.065000', '130409.525000', '130409.985000', '130410.445000', '130410.905000', '130411.365000', '130411.825000', '130412.285000', '130412.745000', '130413.205000', '130413.665000', '130414.125000', '130414.585000', '130415.045000', '130415.505000', '130415.965000', '130416.425000', '130416.885000', '130417.345000', '130417.805000', '130418.265000', '130418.725000', '130419.185000', '130419.645000', '130420.105000', '130420.565000', '130421.025000', '130421.485000', '130421.945000', '130422.405000', '130422.865000', '130423.325000', '130423.785000', '130424.245000', '130424.705000', '130425.165000', '130425.625000', '130426.085000', '130426.545000', '130427.005000', '130427.465000', '130427.925000', '130428.385000', '130428.845000', '130429.305000', '130429.765000', '130430.225000', '130430.685000', '130431.145000', '130431.605000', '130432.065000', '130432.525000', '130432.985000', '130433.445000', '130433.905000', '130434.365000', '130434.825000', '130435.285000', '130435.745000', '130436.205000', '130436.665000', '130437.125000', '130437.585000', '130438.045000', '130438.505000', '130438.965000', '130439.425000', '130439.885000', '130440.345000', '130440.805000', '130441.265000', '130441.725000', '130442.185000', '130442.645000', '130443.105000', '130443.565000', '130444.025000', '130444.485000', '130444.945000', '130445.405000', '130445.865000', '130446.325000', '130446.785000', '130447.245000', '130447.705000', '130448.165000', '130448.625000', '130449.085000', '130449.545000', '130450.005000', '130450.465000', '130450.925000', '130451.385000', '130451.845000', '130452.305000', '130452.765000', '130453.225000', '130453.685000', '130454.145000', '130454.605000', '130455.065000', '130455.525000', '130455.985000', '130456.445000', '130456.905000', '130457.365000', '130457.825000', '130458.285000', '130458.745000', '130459.205000', '130459.665000', '130500.125000', '130500.585000', '130501.045000', '130501.505000', '130501.965000', '130502.425000', '130502.885000', '130503.345000', '130503.805000', '130504.265000', '130504.725000', '130505.185000', '130505.645000', '130506.105000', '130506.565000', '130507.025000', '130507.485000', '130507.945000', '130508.405000', '130508.865000', '130509.325000', '130509.785000', '130510.245000', '130510.705000', '130511.165000', '130511.625000', '130512.085000', '130512.545000', '130513.005000', '130513.465000', '130513.925000', '130514.385000', '130514.845000', '130515.305000', '130515.765000', '130516.225000', '130516.685000', '130517.145000', '130517.605000', '130518.065000', '130518.525000', '130518.985000', '130519.445000', '130519.905000', '130520.365000', '130520.825000', '130521.285000', '130521.745000', '130522.205000', '130522.665000', '130523.125000', '130523.585000', '130524.045000', '130524.505000', '130524.965000', '130525.425000', '130525.885000', '130526.345000', '130526.805000', '130527.265000', '130527.725000', '130528.185000', '130528.645000', '130529.105000', '130529.565000', '130530.025000', '130530.485000', '130530.945000', '130531.405000', '130531.865000', '130532.325000', '130532.785000', '130533.245000', '130533.705000', '130534.165000', '130534.625000', '130535.085000', '130535.545000', '130536.005000', '130536.465000', '130536.925000', '130537.385000', '130537.845000', '130538.305000', '130538.765000', '130539.225000', '130539.685000', '130540.145000', '130540.605000', '130541.065000', '130541.525000', '130541.985000', '130542.445000', '130542.905000', '130543.365000', '130543.825000', '130544.285000', '130544.745000', '130545.205000', '130545.665000', '130546.125000', '130546.585000', '130547.045000', '130547.505000', '130547.965000', '130548.425000', '130548.885000', '130549.345000', '130549.805000', '130550.265000', '130550.725000', '130551.185000', '130551.645000', '130552.105000'], 'ContentTime': ['125927.467000', '125927.470000', '125927.473000', '125927.476000', '125927.478000', '125927.481000', '125927.484000', '125927.487000', '125927.489000', '125927.492000', '125927.495000', '125927.497000', '125927.500000', '125927.503000', '125927.506000', '125927.508000', '125927.511000', '125927.513000', '125927.516000', '125927.519000', '125927.526000', '125927.529000', '125927.531000', '125927.534000', '125927.537000', '125927.539000', '125927.542000', '125927.545000', '125927.547000', '125927.550000', '125927.553000', '125927.555000', '125927.558000', '125947.438000', '125947.440000', '125947.452000', '125947.455000', '125947.457000', '125947.460000', '125947.463000', '125947.465000', '125947.468000', '125947.470000', '125947.473000', '125947.475000', '125947.478000', '125947.481000', '125947.483000', '125947.486000', '125947.489000', '125947.491000', '125947.494000', '125947.496000', '125947.499000', '125947.501000', '125947.504000', '125947.507000', '125947.509000', '125947.512000', '125947.514000', '125947.517000', '125947.519000', '125947.522000', '125947.525000', '125947.527000', '125947.530000', '125947.532000', '125947.535000', '125947.538000', '125947.540000', '125947.543000', '125947.545000', '125947.548000', '125947.551000', '125947.553000', '125947.557000', '130007.437000', '130007.440000', '130007.443000', '130007.446000', '130007.448000', '130007.451000', '130007.453000', '130007.456000', '130007.462000', '130007.465000', '130007.467000', '130007.470000', '130007.472000', '130007.475000', '130007.478000', '130007.480000', '130007.483000', '130007.486000', '130007.488000', '130007.491000', '130007.493000', '130007.496000', '130007.499000', '130007.501000', '130007.504000', '130007.506000', '130007.509000', '130007.512000', '130007.514000', '130007.517000', '130007.519000', '130007.522000', '130007.525000', '130007.527000', '130007.530000', '130007.532000', '130007.535000', '130007.538000', '130007.540000', '130007.543000', '130007.546000', '130007.549000', '130007.551000', '130007.554000', '130027.438000', '130027.440000', '130027.443000', '130027.446000', '130027.448000', '130027.451000', '130027.455000', '130027.457000', '130027.460000', '130027.462000', '130027.465000', '130027.467000', '130027.470000', '130027.473000', '130027.475000', '130027.478000', '130027.481000', '130027.483000', '130027.486000', '130027.488000', '130027.506000', '130027.509000', '130027.511000', '130027.514000', '130027.517000', '130027.519000', '130027.522000', '130027.524000', '130027.527000', '130027.529000', '130027.532000', '130027.535000', '130027.537000', '130027.540000', '130027.543000', '130027.545000', '130027.548000', '130027.551000', '130027.553000', '130027.556000', '130027.558000', '130027.561000', '130027.564000', '130047.438000', '130047.441000', '130047.444000', '130047.446000', '130047.449000', '130047.452000', '130047.454000', '130047.457000', '130047.459000', '130047.462000', '130047.465000', '130047.467000', '130047.470000', '130047.473000', '130047.475000', '130047.478000', '130047.480000', '130047.483000', '130047.486000', '130047.488000', '130047.491000', '130047.494000', '130047.496000', '130047.499000', '130047.501000', '130047.504000', '130047.506000', '130047.509000', '130047.512000', '130047.514000', '130047.517000', '130047.519000', '130047.522000', '130047.525000', '130047.527000', '130047.530000', '130047.532000', '130047.535000', '130047.538000', '130047.540000', '130047.543000', '130047.545000', '130047.548000', '130047.550000', '130107.438000', '130107.441000', '130107.444000', '130107.447000', '130107.450000', '130107.452000', '130107.455000', '130107.457000', '130107.460000', '130107.463000', '130107.465000', '130107.468000', '130107.471000', '130107.473000', '130107.476000', '130107.479000', '130107.481000', '130107.484000', '130107.487000', '130107.489000', '130107.492000', '130107.495000', '130107.497000', '130107.500000', '130107.502000', '130107.505000', '130107.508000', '130107.510000', '130107.513000', '130107.515000', '130107.518000', '130107.520000', '130107.523000', '130107.526000', '130107.529000', '130107.531000', '130107.534000', '130107.536000', '130107.539000', '130107.542000', '130107.550000', '130107.552000', '130107.555000', '130127.438000', '130127.441000', '130127.444000', '130127.447000', '130127.450000', '130127.453000', '130127.456000', '130127.458000', '130127.461000', '130127.464000', '130127.466000', '130127.469000', '130127.472000', '130127.474000', '130127.477000', '130127.480000', '130127.482000', '130127.485000', '130127.488000', '130127.490000', '130127.493000', '130127.495000', '130127.498000', '130127.501000', '130127.503000', '130127.506000', '130127.509000', '130127.511000', '130127.514000', '130127.517000', '130127.519000', '130127.522000', '130127.525000', '130127.528000', '130127.531000', '130127.534000', '130127.536000', '130127.539000', '130127.542000', '130127.544000', '130127.547000', '130127.549000', '130127.552000', '130147.438000', '130147.440000', '130147.443000', '130147.446000', '130147.449000', '130147.451000', '130147.454000', '130147.456000', '130147.459000', '130147.462000', '130147.464000', '130147.467000', '130147.470000', '130147.472000', '130147.475000', '130147.477000', '130147.480000', '130147.483000', '130147.485000', '130147.488000', '130147.491000', '130147.493000', '130147.496000', '130147.498000', '130147.501000', '130147.504000', '130147.506000', '130147.509000', '130147.511000', '130147.514000', '130147.517000', '130147.519000', '130147.522000', '130147.525000', '130147.527000', '130147.530000', '130147.532000', '130147.535000', '130147.538000', '130147.540000', '130147.543000', '130147.545000', '130147.548000', '130147.550000', '130207.437000', '130207.440000', '130207.443000', '130207.446000', '130207.448000', '130207.451000', '130207.453000', '130207.456000', '130207.459000', '130207.461000', '130207.464000', '130207.467000', '130207.469000', '130207.472000', '130207.475000', '130207.477000', '130207.492000', '130207.494000', '130207.497000', '130207.499000', '130207.502000', '130207.505000', '130207.507000', '130207.510000', '130207.513000', '130207.515000', '130207.518000', '130207.521000', '130207.524000', '130207.526000', '130207.529000', '130207.531000', '130207.534000', '130207.537000', '130207.539000', '130207.542000', '130207.545000', '130207.547000', '130207.550000', '130207.552000', '130207.555000', '130207.558000', '130207.561000', '130207.563000', '130227.437000', '130227.440000', '130227.443000', '130227.446000', '130227.449000', '130227.451000', '130227.454000', '130227.457000', '130227.459000', '130227.462000', '130227.464000', '130227.467000', '130227.470000', '130227.472000', '130227.475000', '130227.478000', '130227.480000', '130227.483000', '130227.485000', '130227.488000', '130227.491000', '130227.493000', '130227.496000', '130227.499000', '130227.501000', '130227.504000', '130227.507000', '130227.509000', '130227.512000', '130227.515000', '130227.517000', '130227.520000', '130227.523000', '130227.525000', '130227.528000', '130227.531000', '130227.533000', '130227.536000', '130227.538000', '130227.541000', '130227.544000', '130227.546000', '130227.549000', '130247.439000', '130247.441000', '130247.444000', '130247.447000', '130247.449000', '130247.452000', '130247.455000', '130247.457000', '130247.460000', '130247.462000', '130247.465000', '130247.467000', '130247.470000', '130247.473000', '130247.475000', '130247.478000', '130247.481000', '130247.483000', '130247.486000', '130247.489000', '130247.491000', '130247.494000', '130247.497000', '130247.500000', '130247.503000', '130247.506000', '130247.508000', '130247.511000', '130247.514000', '130247.517000', '130247.519000', '130247.522000', '130247.525000', '130247.527000', '130247.530000', '130247.532000', '130247.535000', '130247.538000', '130247.541000', '130247.543000', '130247.546000', '130247.549000', '130247.551000', '130307.438000', '130307.441000', '130307.444000', '130307.447000', '130307.449000', '130307.452000', '130307.455000', '130307.457000', '130307.460000', '130307.463000', '130307.465000', '130307.468000', '130307.471000', '130307.473000', '130307.476000', '130307.479000', '130307.482000', '130307.484000', '130307.487000', '130307.490000', '130307.492000', '130307.495000', '130307.497000', '130307.500000', '130307.503000', '130307.505000', '130307.508000', '130307.511000', '130307.514000', '130307.516000', '130307.519000', '130307.522000', '130307.524000', '130307.527000', '130307.530000', '130307.532000', '130307.535000', '130307.538000', '130307.540000', '130307.543000', '130307.546000', '130307.548000', '130307.551000', '130307.554000', '130327.438000', '130327.441000', '130327.444000', '130327.447000', '130327.449000', '130327.452000', '130327.455000', '130327.457000', '130327.460000', '130327.463000', '130327.465000', '130327.468000', '130327.471000', '130327.473000', '130327.476000', '130327.479000', '130327.481000', '130327.484000', '130327.487000', '130327.490000', '130327.492000', '130327.495000', '130327.498000', '130327.500000', '130327.503000', '130327.505000', '130327.508000', '130327.511000', '130327.513000', '130327.516000', '130327.519000', '130327.521000', '130327.524000', '130327.526000', '130327.529000', '130327.532000', '130327.534000', '130327.537000', '130327.539000', '130327.542000', '130327.545000', '130327.558000', '130327.561000', '130347.437000', '130347.440000', '130347.443000', '130347.446000', '130347.448000', '130347.451000', '130347.454000', '130347.457000', '130347.459000', '130347.462000', '130347.465000', '130347.467000', '130347.470000', '130347.473000', '130347.475000', '130347.478000', '130347.481000', '130347.483000', '130347.486000', '130347.489000', '130347.491000', '130347.494000', '130347.497000', '130347.499000', '130347.502000', '130347.505000', '130347.507000', '130347.510000', '130347.513000', '130347.515000', '130347.518000', '130347.520000', '130347.523000', '130347.526000', '130347.528000', '130347.531000', '130347.533000', '130347.536000', '130347.539000', '130347.541000', '130347.544000', '130347.547000', '130347.549000', '130347.552000', '130407.437000', '130407.440000', '130407.443000', '130407.446000', '130407.448000', '130407.451000', '130407.454000', '130407.457000', '130407.460000', '130407.463000', '130407.466000', '130407.468000', '130407.471000', '130407.474000', '130407.476000', '130407.479000', '130407.481000', '130407.484000', '130407.487000', '130407.489000', '130407.492000', '130407.494000', '130407.497000', '130407.500000', '130407.502000', '130407.505000', '130407.507000', '130407.510000', '130407.513000', '130407.515000', '130407.518000', '130407.520000', '130407.523000', '130407.526000', '130407.529000', '130407.532000', '130407.535000', '130407.537000', '130407.540000', '130407.542000', '130407.545000', '130407.548000', '130407.550000', '130427.438000', '130427.440000', '130427.443000', '130427.446000', '130427.449000', '130427.451000', '130427.454000', '130427.456000', '130427.459000', '130427.462000', '130427.464000', '130427.467000', '130427.470000', '130427.473000', '130427.475000', '130427.478000', '130427.481000', '130427.484000', '130427.486000', '130427.489000', '130427.492000', '130427.494000', '130427.497000', '130427.500000', '130427.502000', '130427.505000', '130427.508000', '130427.511000', '130427.513000', '130427.516000', '130427.519000', '130427.521000', '130427.524000', '130427.527000', '130427.529000', '130427.532000', '130427.535000', '130427.537000', '130427.540000', '130427.543000', '130427.546000', '130427.548000', '130427.551000', '130427.553000', '130447.438000', '130447.441000', '130447.443000', '130447.446000', '130447.449000', '130447.451000', '130447.454000', '130447.457000', '130447.459000', '130447.462000', '130447.465000', '130447.467000', '130447.470000', '130447.473000', '130447.475000', '130447.478000', '130447.481000', '130447.484000', '130447.487000', '130447.490000', '130447.493000', '130447.496000', '130447.499000', '130447.501000', '130447.504000', '130447.507000', '130447.509000', '130447.512000', '130447.515000', '130447.517000', '130447.520000', '130447.523000', '130447.526000', '130447.528000', '130447.531000', '130447.533000', '130447.536000', '130447.539000', '130447.542000', '130447.544000', '130447.547000', '130447.550000', '130447.552000', '130507.439000', '130507.443000', '130507.446000', '130507.450000', '130507.452000', '130507.455000', '130507.458000', '130507.461000', '130507.463000', '130507.477000', '130507.479000', '130507.482000', '130507.485000', '130507.487000', '130507.490000', '130507.493000', '130507.495000', '130507.498000', '130507.501000', '130507.503000', '130507.506000', '130507.509000', '130507.511000', '130507.514000', '130507.517000', '130507.519000', '130507.522000', '130507.525000', '130507.527000', '130507.530000', '130507.533000', '130507.536000', '130507.538000', '130507.541000', '130507.544000', '130507.546000', '130507.549000', '130507.552000', '130507.554000', '130507.557000', '130507.560000', '130507.562000', '130507.565000', '130507.568000', '130527.439000', '130527.441000', '130527.444000', '130527.447000', '130527.450000', '130527.452000', '130527.455000', '130527.458000', '130527.461000', '130527.463000', '130527.466000', '130527.469000', '130527.471000', '130527.474000', '130527.477000', '130527.479000', '130527.482000', '130527.484000', '130527.487000', '130527.490000', '130527.492000', '130527.495000', '130527.498000', '130527.501000', '130527.503000', '130527.506000', '130527.509000', '130527.511000', '130527.514000', '130527.516000', '130527.519000', '130527.522000', '130527.524000', '130527.527000', '130527.530000', '130527.533000', '130527.535000', '130527.538000', '130527.541000', '130527.544000', '130527.546000', '130527.549000', '130527.552000', '130547.438000', '130547.441000', '130547.444000', '130547.447000', '130547.449000', '130547.452000', '130547.455000', '130547.457000', '130547.460000', '130547.463000', '130547.465000', '130547.468000', '130547.471000', '130547.473000', '130547.476000', '130547.479000', '130547.482000', '130547.484000', '130547.487000', '130547.490000', '130547.492000', '130547.495000', '130547.498000', '130547.500000', '130547.503000', '130547.506000', '130547.508000', '130547.511000', '130547.514000', '130547.516000', '130547.519000', '130547.522000', '130547.524000', '130547.527000', '130547.529000', '130547.532000', '130547.535000', '130547.537000', '130547.540000', '130547.542000', '130547.545000', '130547.548000', '130547.550000', '130547.553000', '130553.277000', '130553.281000', '130553.283000', '130553.286000', '130553.289000', '130553.292000', '130553.294000', '130553.297000', '130553.300000', '130553.302000', '130553.305000', '130553.307000', '130553.310000'], 'InstanceCreationTime': ['125927.467000', '125927.470000', '125927.473000', '125927.476000', '125927.478000', '125927.481000', '125927.484000', '125927.487000', '125927.489000', '125927.492000', '125927.495000', '125927.497000', '125927.500000', '125927.503000', '125927.506000', '125927.508000', '125927.511000', '125927.513000', '125927.516000', '125927.519000', '125927.526000', '125927.529000', '125927.531000', '125927.534000', '125927.537000', '125927.539000', '125927.542000', '125927.545000', '125927.547000', '125927.550000', '125927.553000', '125927.555000', '125927.558000', '125947.438000', '125947.440000', '125947.452000', '125947.455000', '125947.457000', '125947.460000', '125947.463000', '125947.465000', '125947.468000', '125947.470000', '125947.473000', '125947.475000', '125947.478000', '125947.481000', '125947.483000', '125947.486000', '125947.489000', '125947.491000', '125947.494000', '125947.496000', '125947.499000', '125947.501000', '125947.504000', '125947.507000', '125947.509000', '125947.512000', '125947.514000', '125947.517000', '125947.519000', '125947.522000', '125947.525000', '125947.527000', '125947.530000', '125947.532000', '125947.535000', '125947.538000', '125947.540000', '125947.543000', '125947.545000', '125947.548000', '125947.551000', '125947.553000', '125947.557000', '130007.437000', '130007.440000', '130007.443000', '130007.446000', '130007.448000', '130007.451000', '130007.453000', '130007.456000', '130007.462000', '130007.465000', '130007.467000', '130007.470000', '130007.472000', '130007.475000', '130007.478000', '130007.480000', '130007.483000', '130007.486000', '130007.488000', '130007.491000', '130007.493000', '130007.496000', '130007.499000', '130007.501000', '130007.504000', '130007.506000', '130007.509000', '130007.512000', '130007.514000', '130007.517000', '130007.519000', '130007.522000', '130007.525000', '130007.527000', '130007.530000', '130007.532000', '130007.535000', '130007.538000', '130007.540000', '130007.543000', '130007.546000', '130007.549000', '130007.551000', '130007.554000', '130027.438000', '130027.440000', '130027.443000', '130027.446000', '130027.448000', '130027.451000', '130027.455000', '130027.457000', '130027.460000', '130027.462000', '130027.465000', '130027.467000', '130027.470000', '130027.473000', '130027.475000', '130027.478000', '130027.481000', '130027.483000', '130027.486000', '130027.488000', '130027.506000', '130027.509000', '130027.511000', '130027.514000', '130027.517000', '130027.519000', '130027.522000', '130027.524000', '130027.527000', '130027.529000', '130027.532000', '130027.535000', '130027.537000', '130027.540000', '130027.543000', '130027.545000', '130027.548000', '130027.551000', '130027.553000', '130027.556000', '130027.558000', '130027.561000', '130027.564000', '130047.438000', '130047.441000', '130047.444000', '130047.446000', '130047.449000', '130047.452000', '130047.454000', '130047.457000', '130047.459000', '130047.462000', '130047.465000', '130047.467000', '130047.470000', '130047.473000', '130047.475000', '130047.478000', '130047.480000', '130047.483000', '130047.486000', '130047.488000', '130047.491000', '130047.494000', '130047.496000', '130047.499000', '130047.501000', '130047.504000', '130047.506000', '130047.509000', '130047.512000', '130047.514000', '130047.517000', '130047.519000', '130047.522000', '130047.525000', '130047.527000', '130047.530000', '130047.532000', '130047.535000', '130047.538000', '130047.540000', '130047.543000', '130047.545000', '130047.548000', '130047.550000', '130107.438000', '130107.441000', '130107.444000', '130107.447000', '130107.450000', '130107.452000', '130107.455000', '130107.457000', '130107.460000', '130107.463000', '130107.465000', '130107.468000', '130107.471000', '130107.473000', '130107.476000', '130107.479000', '130107.481000', '130107.484000', '130107.487000', '130107.489000', '130107.492000', '130107.495000', '130107.497000', '130107.500000', '130107.502000', '130107.505000', '130107.508000', '130107.510000', '130107.513000', '130107.515000', '130107.518000', '130107.520000', '130107.523000', '130107.526000', '130107.529000', '130107.531000', '130107.534000', '130107.536000', '130107.539000', '130107.542000', '130107.550000', '130107.552000', '130107.555000', '130127.438000', '130127.441000', '130127.444000', '130127.447000', '130127.450000', '130127.453000', '130127.456000', '130127.458000', '130127.461000', '130127.464000', '130127.466000', '130127.469000', '130127.472000', '130127.474000', '130127.477000', '130127.480000', '130127.482000', '130127.485000', '130127.488000', '130127.490000', '130127.493000', '130127.495000', '130127.498000', '130127.501000', '130127.503000', '130127.506000', '130127.509000', '130127.511000', '130127.514000', '130127.517000', '130127.519000', '130127.522000', '130127.525000', '130127.528000', '130127.531000', '130127.534000', '130127.536000', '130127.539000', '130127.542000', '130127.544000', '130127.547000', '130127.549000', '130127.552000', '130147.438000', '130147.440000', '130147.443000', '130147.446000', '130147.449000', '130147.451000', '130147.454000', '130147.456000', '130147.459000', '130147.462000', '130147.464000', '130147.467000', '130147.470000', '130147.472000', '130147.475000', '130147.477000', '130147.480000', '130147.483000', '130147.485000', '130147.488000', '130147.491000', '130147.493000', '130147.496000', '130147.498000', '130147.501000', '130147.504000', '130147.506000', '130147.509000', '130147.511000', '130147.514000', '130147.517000', '130147.519000', '130147.522000', '130147.525000', '130147.527000', '130147.530000', '130147.532000', '130147.535000', '130147.538000', '130147.540000', '130147.543000', '130147.545000', '130147.548000', '130147.550000', '130207.437000', '130207.440000', '130207.443000', '130207.446000', '130207.448000', '130207.451000', '130207.453000', '130207.456000', '130207.459000', '130207.461000', '130207.464000', '130207.467000', '130207.469000', '130207.472000', '130207.475000', '130207.477000', '130207.492000', '130207.494000', '130207.497000', '130207.499000', '130207.502000', '130207.505000', '130207.507000', '130207.510000', '130207.513000', '130207.515000', '130207.518000', '130207.521000', '130207.524000', '130207.526000', '130207.529000', '130207.531000', '130207.534000', '130207.537000', '130207.539000', '130207.542000', '130207.545000', '130207.547000', '130207.550000', '130207.552000', '130207.555000', '130207.558000', '130207.561000', '130207.563000', '130227.437000', '130227.440000', '130227.443000', '130227.446000', '130227.449000', '130227.451000', '130227.454000', '130227.457000', '130227.459000', '130227.462000', '130227.464000', '130227.467000', '130227.470000', '130227.472000', '130227.475000', '130227.478000', '130227.480000', '130227.483000', '130227.485000', '130227.488000', '130227.491000', '130227.493000', '130227.496000', '130227.499000', '130227.501000', '130227.504000', '130227.507000', '130227.509000', '130227.512000', '130227.515000', '130227.517000', '130227.520000', '130227.523000', '130227.525000', '130227.528000', '130227.531000', '130227.533000', '130227.536000', '130227.538000', '130227.541000', '130227.544000', '130227.546000', '130227.549000', '130247.439000', '130247.441000', '130247.444000', '130247.447000', '130247.449000', '130247.452000', '130247.455000', '130247.457000', '130247.460000', '130247.462000', '130247.465000', '130247.467000', '130247.470000', '130247.473000', '130247.475000', '130247.478000', '130247.481000', '130247.483000', '130247.486000', '130247.489000', '130247.491000', '130247.494000', '130247.497000', '130247.500000', '130247.503000', '130247.506000', '130247.508000', '130247.511000', '130247.514000', '130247.517000', '130247.519000', '130247.522000', '130247.525000', '130247.527000', '130247.530000', '130247.532000', '130247.535000', '130247.538000', '130247.541000', '130247.543000', '130247.546000', '130247.549000', '130247.551000', '130307.438000', '130307.441000', '130307.444000', '130307.447000', '130307.449000', '130307.452000', '130307.455000', '130307.457000', '130307.460000', '130307.463000', '130307.465000', '130307.468000', '130307.471000', '130307.473000', '130307.476000', '130307.479000', '130307.482000', '130307.484000', '130307.487000', '130307.490000', '130307.492000', '130307.495000', '130307.497000', '130307.500000', '130307.503000', '130307.505000', '130307.508000', '130307.511000', '130307.514000', '130307.516000', '130307.519000', '130307.522000', '130307.524000', '130307.527000', '130307.530000', '130307.532000', '130307.535000', '130307.538000', '130307.540000', '130307.543000', '130307.546000', '130307.548000', '130307.551000', '130307.554000', '130327.438000', '130327.441000', '130327.444000', '130327.447000', '130327.449000', '130327.452000', '130327.455000', '130327.457000', '130327.460000', '130327.463000', '130327.465000', '130327.468000', '130327.471000', '130327.473000', '130327.476000', '130327.479000', '130327.481000', '130327.484000', '130327.487000', '130327.490000', '130327.492000', '130327.495000', '130327.498000', '130327.500000', '130327.503000', '130327.505000', '130327.508000', '130327.511000', '130327.513000', '130327.516000', '130327.519000', '130327.521000', '130327.524000', '130327.526000', '130327.529000', '130327.532000', '130327.534000', '130327.537000', '130327.539000', '130327.542000', '130327.545000', '130327.558000', '130327.561000', '130347.437000', '130347.440000', '130347.443000', '130347.446000', '130347.448000', '130347.451000', '130347.454000', '130347.457000', '130347.459000', '130347.462000', '130347.465000', '130347.467000', '130347.470000', '130347.473000', '130347.475000', '130347.478000', '130347.481000', '130347.483000', '130347.486000', '130347.489000', '130347.491000', '130347.494000', '130347.497000', '130347.499000', '130347.502000', '130347.505000', '130347.507000', '130347.510000', '130347.513000', '130347.515000', '130347.518000', '130347.520000', '130347.523000', '130347.526000', '130347.528000', '130347.531000', '130347.533000', '130347.536000', '130347.539000', '130347.541000', '130347.544000', '130347.547000', '130347.549000', '130347.552000', '130407.437000', '130407.440000', '130407.443000', '130407.446000', '130407.448000', '130407.451000', '130407.454000', '130407.457000', '130407.460000', '130407.463000', '130407.466000', '130407.468000', '130407.471000', '130407.474000', '130407.476000', '130407.479000', '130407.481000', '130407.484000', '130407.487000', '130407.489000', '130407.492000', '130407.494000', '130407.497000', '130407.500000', '130407.502000', '130407.505000', '130407.507000', '130407.510000', '130407.513000', '130407.515000', '130407.518000', '130407.520000', '130407.523000', '130407.526000', '130407.529000', '130407.532000', '130407.535000', '130407.537000', '130407.540000', '130407.542000', '130407.545000', '130407.548000', '130407.550000', '130427.438000', '130427.440000', '130427.443000', '130427.446000', '130427.449000', '130427.451000', '130427.454000', '130427.456000', '130427.459000', '130427.462000', '130427.464000', '130427.467000', '130427.470000', '130427.473000', '130427.475000', '130427.478000', '130427.481000', '130427.484000', '130427.486000', '130427.489000', '130427.492000', '130427.494000', '130427.497000', '130427.500000', '130427.502000', '130427.505000', '130427.508000', '130427.511000', '130427.513000', '130427.516000', '130427.519000', '130427.521000', '130427.524000', '130427.527000', '130427.529000', '130427.532000', '130427.535000', '130427.537000', '130427.540000', '130427.543000', '130427.546000', '130427.548000', '130427.551000', '130427.553000', '130447.438000', '130447.441000', '130447.443000', '130447.446000', '130447.449000', '130447.451000', '130447.454000', '130447.457000', '130447.459000', '130447.462000', '130447.465000', '130447.467000', '130447.470000', '130447.473000', '130447.475000', '130447.478000', '130447.481000', '130447.484000', '130447.487000', '130447.490000', '130447.493000', '130447.496000', '130447.499000', '130447.501000', '130447.504000', '130447.507000', '130447.509000', '130447.512000', '130447.515000', '130447.517000', '130447.520000', '130447.523000', '130447.526000', '130447.528000', '130447.531000', '130447.533000', '130447.536000', '130447.539000', '130447.542000', '130447.544000', '130447.547000', '130447.550000', '130447.552000', '130507.439000', '130507.443000', '130507.446000', '130507.450000', '130507.452000', '130507.455000', '130507.458000', '130507.461000', '130507.463000', '130507.477000', '130507.479000', '130507.482000', '130507.485000', '130507.487000', '130507.490000', '130507.493000', '130507.495000', '130507.498000', '130507.501000', '130507.503000', '130507.506000', '130507.509000', '130507.511000', '130507.514000', '130507.517000', '130507.519000', '130507.522000', '130507.525000', '130507.527000', '130507.530000', '130507.533000', '130507.536000', '130507.538000', '130507.541000', '130507.544000', '130507.546000', '130507.549000', '130507.552000', '130507.554000', '130507.557000', '130507.560000', '130507.562000', '130507.565000', '130507.568000', '130527.439000', '130527.441000', '130527.444000', '130527.447000', '130527.450000', '130527.452000', '130527.455000', '130527.458000', '130527.461000', '130527.463000', '130527.466000', '130527.469000', '130527.471000', '130527.474000', '130527.477000', '130527.479000', '130527.482000', '130527.484000', '130527.487000', '130527.490000', '130527.492000', '130527.495000', '130527.498000', '130527.501000', '130527.503000', '130527.506000', '130527.509000', '130527.511000', '130527.514000', '130527.516000', '130527.519000', '130527.522000', '130527.524000', '130527.527000', '130527.530000', '130527.533000', '130527.535000', '130527.538000', '130527.541000', '130527.544000', '130527.546000', '130527.549000', '130527.552000', '130547.438000', '130547.441000', '130547.444000', '130547.447000', '130547.449000', '130547.452000', '130547.455000', '130547.457000', '130547.460000', '130547.463000', '130547.465000', '130547.468000', '130547.471000', '130547.473000', '130547.476000', '130547.479000', '130547.482000', '130547.484000', '130547.487000', '130547.490000', '130547.492000', '130547.495000', '130547.498000', '130547.500000', '130547.503000', '130547.506000', '130547.508000', '130547.511000', '130547.514000', '130547.516000', '130547.519000', '130547.522000', '130547.524000', '130547.527000', '130547.529000', '130547.532000', '130547.535000', '130547.537000', '130547.540000', '130547.542000', '130547.545000', '130547.548000', '130547.550000', '130547.553000', '130553.277000', '130553.281000', '130553.283000', '130553.286000', '130553.289000', '130553.292000', '130553.294000', '130553.297000', '130553.300000', '130553.302000', '130553.305000', '130553.307000', '130553.310000'], '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': [10144, 7175, 9238, 7057, 10566, 7854, 15012, 8955, 13484, 7004, 11446, 8604, 10787, 9366, 15120, 8039, 10232, 7451, 8185, 8356, 7415, 10501, 6785, 9724, 6835, 9236, 7626, 13484, 7985, 10333, 7506, 12417, 9017, 11684, 9849, 7345, 8718, 6628, 9085, 6862, 9309, 7188, 12638, 9458, 13174, 7386, 11026, 8261, 11049, 9523, 12569, 15773, 10117, 10187, 7612, 10707, 7254, 13254, 8389, 17000, 15974, 15876, 8971, 6949, 9211, 7534, 7267, 9138, 7158, 12084, 7156, 11996, 7820, 12934, 9550, 6912, 8452, 7162, 9513, 7607, 9642, 8148, 7139, 14356, 7774, 7010, 7758, 7265, 10030, 10189, 17153, 15380, 14005, 9076, 11757, 7627, 10964, 7498, 8775, 8270, 6783, 8485, 6597, 8630, 6857, 8598, 7241, 10740, 8527, 10235, 7091, 9934, 7405, 10533, 8670, 8075, 9534, 6965, 9268, 7034, 10819, 9479, 17090, 9530, 12747, 7383, 13853, 9972, 14676, 7796, 10696, 7367, 7193, 8254, 7242, 9471, 7112, 6887, 8182, 8983, 13077, 8812, 12084, 8676, 13794, 8875, 8477, 9750, 7986, 7952, 9531, 6780, 8118, 7450, 10437, 7318, 10577, 6894, 10483, 7394, 10265, 8099, 11882, 8774, 10562, 7395, 7958, 7682, 9043, 7624, 8928, 8515, 7103, 7745, 6947, 8933, 7274, 9745, 7467, 12429, 6646, 10695, 6966, 9869, 8109, 12107, 8290, 10613, 7543, 7594, 7370, 7617, 9179, 7509, 10280, 6686, 9978, 8075, 11708, 9061, 7446, 8201, 7397, 11905, 8310, 9929, 12709, 8329, 9449, 9137, 7131, 9979, 6891, 12678, 8250, 16827, 10256, 7648, 8003, 7384, 9931, 7389, 9664, 7806, 15285, 7273, 9619, 7248, 8751, 8289, 7637, 10231, 6883, 10554, 6821, 9814, 6889, 10688, 8706, 7227, 8263, 7134, 8902, 7328, 10307, 8810, 16011, 11146, 16132, 10075, 12557, 7079, 12972, 10489, 10666, 12365, 7078, 9245, 7107, 9284, 7049, 10928, 7616, 11269, 8395, 7765, 9024, 7134, 9954, 7033, 9053, 8024, 12745, 8883, 6937, 7583, 10690, 7563, 14503, 12434, 10680, 9170, 7280, 8681, 7211, 9119, 7078, 8496, 7845, 7074, 9634, 7316, 7076, 8930, 7261, 8702, 7511, 10322, 8331, 12338, 13457, 6956, 10028, 6780, 11878, 7857, 11876, 6690, 8901, 7565, 10404, 8048, 7279, 8602, 7767, 9962, 9614, 7068, 9011, 7094, 11056, 8112, 10908, 7762, 8737, 8150, 6971, 10345, 7767, 15708, 15985, 9378, 8785, 7144, 10155, 8071, 14105, 9543, 13815, 7745, 9787, 6905, 6898, 7833, 7016, 8314, 7451, 11768, 9261, 13855, 11120, 11811, 8055, 15253, 9569, 12283, 9360, 13718, 9269, 12899, 6869, 9521, 6742, 8773, 7079, 8779, 7560, 9395, 7432, 6976, 7462, 7131, 7717, 7430, 10010, 7029, 9808, 6692, 10282, 7140, 11947, 9331, 15931, 8282, 9307, 7260, 6867, 7692, 7293, 10332, 7112, 11704, 6997, 10513, 8467, 10296, 9516, 12563, 9333, 11080, 7750, 11466, 8224, 11110, 9650, 10203, 10028, 7423, 7722, 7140, 6876, 8221, 7246, 9970, 8277, 12199, 7183, 11549, 7508, 11649, 9990, 9890, 8928, 6711, 7688, 8914, 7319, 13198, 8405, 7307, 7997, 7022, 9319, 7525, 9601, 7695, 10321, 8129, 7036, 9654, 7173, 11173, 8030, 14642, 10687, 17914, 13899, 18481, 10972, 15466, 8703, 13544, 11887, 14618, 9138, 6836, 7258, 6969, 8739, 7223, 8974, 9417, 7765, 10096, 7136, 7833, 8727, 14924, 12525, 16097, 11924, 8567, 7796, 8993, 7794, 7970, 11674, 7174, 10309, 7198, 9933, 7306, 9080, 7787, 7292, 7517, 8479, 7803, 10733, 10474, 7095, 9805, 7111, 9192, 7214, 9269, 8015, 11180, 8542, 7528, 7506, 7145, 8019, 7633, 9579, 7090, 11883, 7004, 9264, 6949, 10139, 7849, 8901, 7589, 7348, 7461, 7044, 7820, 7259, 10519, 7006, 10299, 7121, 9714, 7285, 10331, 9140, 8381, 8344, 6938, 7996, 7118, 8295, 7191, 11161, 7090, 10944, 7258, 10114, 7512, 11404, 9705, 9840, 7417, 7301, 8218, 7072, 9001, 7137, 8946, 7193, 12022, 8953, 16886, 7375, 8448, 7618, 7612, 7496, 7387, 9574, 6925, 10543, 7096, 9735, 7255, 10184, 9535, 9796, 8960, 7154, 8079, 7128, 7944, 7214, 8021, 7230, 10067, 7003, 8549, 6775, 8662, 7271, 9926, 7496, 11259, 7010, 10503, 7103, 9762, 9243, 9786, 8275, 7136, 7575, 7135, 7978, 7408, 8111, 7096, 9852, 7164, 9980, 8761, 7825, 8085, 7154, 11564, 9235, 15625, 10048, 18034, 11072, 13876, 10707, 14891, 10151, 15353, 7317, 11427, 7101, 8746, 7111, 9938, 8044, 8899, 7833, 7249, 7921, 7265, 7747, 7207, 8890, 7254, 10014, 6956, 8560, 6881, 8829, 7460, 12220, 7022, 11370, 7635, 8391, 8799, 9428, 15159, 7492, 13674, 7474, 15521, 11084, 14046, 8420, 12648, 7121, 8474, 7050, 9340, 7354, 8194, 7833, 7196, 7850, 7251, 8138, 7101, 11720, 6982, 10447, 6940, 10074, 9007, 11725, 9485, 7046, 7865, 7352, 7449, 7015, 8275, 7395, 7998, 6913, 8540, 6707, 7997, 6984, 8908, 6731, 9071, 6891, 8991, 6938, 8817, 7138, 10505, 8650, 6942, 7875, 6736, 8464, 6937, 9816, 8846, 14945, 8638, 12742, 7523, 13024, 11615, 17233, 12939, 14304, 7152, 12663, 7725, 11136, 11406, 15019, 10923, 10426, 8185, 9717, 7340, 9923, 8660, 9271, 8923, 7190, 8211, 7091, 8930, 7600, 10380, 8439, 6952, 8270, 7439, 7826, 7332, 10015, 8066, 12421, 7061, 11044, 8405, 10842, 10058, 7001, 8685, 7282, 8810, 6953, 10173, 7478, 15064, 7090, 12481, 7240, 11055, 8341, 10312, 8914, 7018, 7737, 7017, 7956, 7279, 8247, 7380, 10439, 6935, 9552, 6760, 9521, 7101, 9219, 8685, 10361, 7642, 11861, 7204, 10954, 8676, 10568, 9750, 6828, 7863, 6740, 7866, 7151, 8855, 7692, 11684, 7014, 11623, 10388, 14523, 8585, 7297, 13397, 16266, 13591, 9632, 15663, 7123, 10583, 7126, 10829, 8817, 15361, 8757, 9943, 7676, 9177, 7369, 8939, 8714, 7015, 7927, 7135, 8119, 7019, 8787, 6958, 9488, 6818, 8591, 6918, 8228, 9849, 7598, 15250, 10513, 10576, 8049, 9317, 8072, 10370, 7329, 10428, 7928, 9690, 7153, 6950, 7427, 7445, 7574, 7346, 9153, 6686, 8880, 6909, 8915, 7284, 10876, 9127, 15288, 6871, 11389, 6837, 8907, 7136, 9521, 8023, 9629, 7636, 9348, 7731, 9819], 'WindowCenter': [4289.0, 4218.0, 4230.0, 4185.0, 4221.0, 4189.0, 4249.0, 4185.0, 4223.0, 4150.0, 4200.0, 4171.0, 4190.0, 4182.0, 4220.0, 4159.0, 4178.0, 4147.0, 4159.0, 4169.0, 4149.0, 4189.0, 4139.0, 4178.0, 4139.0, 4168.0, 4159.0, 4211.0, 4158.0, 4177.0, 4149.0, 4199.0, 4169.0, 4188.0, 4180.0, 4136.0, 4156.0, 4137.0, 4166.0, 4138.0, 4168.0, 4137.0, 4200.0, 4179.0, 4210.0, 4137.0, 4175.0, 4156.0, 4187.0, 4181.0, 4214.0, 4221.0, 4178.0, 4179.0, 4147.0, 4192.0, 4151.0, 4211.0, 4159.0, 4221.0, 4220.0, 4217.0, 4157.0, 4137.0, 4155.0, 4147.0, 4136.0, 4155.0, 4137.0, 4188.0, 4137.0, 4188.0, 4160.0, 4200.0, 4168.0, 4124.0, 4144.0, 4137.0, 4165.0, 4143.0, 4154.0, 4147.0, 4124.0, 4208.0, 4146.0, 4136.0, 4144.0, 4146.0, 4179.0, 4180.0, 4230.0, 4208.0, 4196.0, 4155.0, 4186.0, 4136.0, 4163.0, 4121.0, 4142.0, 4131.0, 4111.0, 4141.0, 4111.0, 4141.0, 4123.0, 4144.0, 4135.0, 4176.0, 4156.0, 4165.0, 4124.0, 4153.0, 4134.0, 4176.0, 4156.0, 4146.0, 4155.0, 4124.0, 4155.0, 4137.0, 4189.0, 4182.0, 4230.0, 4168.0, 4187.0, 4137.0, 4199.0, 4168.0, 4209.0, 4148.0, 4177.0, 4134.0, 4124.0, 4144.0, 4134.0, 4166.0, 4136.0, 4149.0, 4184.0, 4182.0, 4210.0, 4168.0, 4199.0, 4159.0, 4210.0, 4156.0, 4145.0, 4166.0, 4144.0, 4144.0, 4164.0, 4125.0, 4145.0, 4138.0, 4178.0, 4135.0, 4175.0, 4138.0, 4177.0, 4135.0, 4175.0, 4157.0, 4184.0, 4156.0, 4175.0, 4134.0, 4144.0, 4145.0, 4166.0, 4147.0, 4168.0, 4168.0, 4135.0, 4146.0, 4136.0, 4166.0, 4146.0, 4166.0, 4147.0, 4196.0, 4125.0, 4176.0, 4135.0, 4175.0, 4146.0, 4198.0, 4158.0, 4177.0, 4146.0, 4146.0, 4146.0, 4147.0, 4180.0, 4148.0, 4189.0, 4138.0, 4177.0, 4172.0, 4202.0, 4182.0, 4150.0, 4171.0, 4151.0, 4202.0, 4172.0, 4193.0, 4214.0, 4171.0, 4181.0, 4181.0, 4151.0, 4192.0, 4150.0, 4211.0, 4160.0, 4231.0, 4180.0, 4147.0, 4146.0, 4137.0, 4167.0, 4148.0, 4168.0, 4149.0, 4219.0, 4137.0, 4167.0, 4136.0, 4157.0, 4157.0, 4147.0, 4179.0, 4136.0, 4177.0, 4128.0, 4166.0, 4136.0, 4178.0, 4169.0, 4148.0, 4157.0, 4138.0, 4167.0, 4148.0, 4178.0, 4170.0, 4232.0, 4190.0, 4220.0, 4179.0, 4198.0, 4137.0, 4199.0, 4189.0, 4179.0, 4186.0, 4124.0, 4166.0, 4149.0, 4179.0, 4138.0, 4177.0, 4147.0, 4177.0, 4155.0, 4147.0, 4156.0, 4137.0, 4178.0, 4137.0, 4155.0, 4146.0, 4200.0, 4156.0, 4124.0, 4135.0, 4191.0, 4149.0, 4211.0, 4188.0, 4165.0, 4154.0, 4124.0, 4155.0, 4124.0, 4157.0, 4150.0, 4155.0, 4157.0, 4148.0, 4180.0, 4148.0, 4147.0, 4167.0, 4149.0, 4167.0, 4147.0, 4178.0, 4159.0, 4213.0, 4211.0, 4135.0, 4166.0, 4126.0, 4189.0, 4146.0, 4188.0, 4137.0, 4169.0, 4160.0, 4190.0, 4147.0, 4150.0, 4170.0, 4161.0, 4182.0, 4168.0, 4124.0, 4156.0, 4137.0, 4189.0, 4174.0, 4190.0, 4148.0, 4156.0, 4145.0, 4123.0, 4177.0, 4160.0, 4233.0, 4221.0, 4167.0, 4171.0, 4151.0, 4179.0, 4147.0, 4209.0, 4167.0, 4195.0, 4134.0, 4163.0, 4123.0, 4123.0, 4132.0, 4134.0, 4155.0, 4147.0, 4188.0, 4168.0, 4222.0, 4189.0, 4186.0, 4146.0, 4207.0, 4164.0, 4174.0, 4152.0, 4193.0, 4153.0, 4181.0, 4110.0, 4151.0, 4112.0, 4141.0, 4123.0, 4142.0, 4134.0, 4154.0, 4134.0, 4134.0, 4145.0, 4137.0, 4148.0, 4148.0, 4179.0, 4135.0, 4166.0, 4127.0, 4177.0, 4137.0, 4187.0, 4168.0, 4219.0, 4146.0, 4166.0, 4135.0, 4124.0, 4145.0, 4135.0, 4178.0, 4135.0, 4187.0, 4136.0, 4175.0, 4145.0, 4165.0, 4166.0, 4186.0, 4155.0, 4174.0, 4134.0, 4173.0, 4144.0, 4173.0, 4165.0, 4178.0, 4176.0, 4147.0, 4158.0, 4147.0, 4150.0, 4170.0, 4159.0, 4180.0, 4172.0, 4200.0, 4151.0, 4189.0, 4149.0, 4189.0, 4179.0, 4179.0, 4167.0, 4137.0, 4147.0, 4169.0, 4163.0, 4200.0, 4162.0, 4111.0, 4092.0, 4095.0, 4126.0, 4119.0, 4141.0, 4123.0, 4166.0, 4157.0, 4176.0, 4220.0, 4176.0, 4201.0, 4158.0, 4233.0, 4189.0, 4240.0, 4209.0, 4240.0, 4188.0, 4219.0, 4167.0, 4208.0, 4198.0, 4207.0, 4164.0, 4136.0, 4145.0, 4147.0, 4169.0, 4172.0, 4194.0, 4203.0, 4184.0, 4214.0, 4175.0, 4172.0, 4180.0, 4231.0, 4211.0, 4232.0, 4199.0, 4168.0, 4147.0, 4169.0, 4158.0, 4158.0, 4213.0, 4148.0, 4177.0, 4136.0, 4176.0, 4148.0, 4180.0, 4159.0, 4149.0, 4159.0, 4169.0, 4158.0, 4188.0, 4189.0, 4136.0, 4166.0, 4135.0, 4165.0, 4147.0, 4166.0, 4158.0, 4188.0, 4167.0, 4158.0, 4146.0, 4134.0, 4145.0, 4146.0, 4178.0, 4147.0, 4196.0, 4136.0, 4165.0, 4147.0, 4176.0, 4158.0, 4167.0, 4158.0, 4147.0, 4146.0, 4136.0, 4157.0, 4147.0, 4190.0, 4148.0, 4188.0, 4147.0, 4176.0, 4148.0, 4188.0, 4179.0, 4168.0, 4168.0, 4148.0, 4156.0, 4148.0, 4168.0, 4148.0, 4200.0, 4148.0, 4188.0, 4147.0, 4178.0, 4147.0, 4198.0, 4177.0, 4177.0, 4148.0, 4148.0, 4171.0, 4148.0, 4166.0, 4138.0, 4181.0, 4164.0, 4214.0, 4185.0, 4243.0, 4161.0, 4172.0, 4170.0, 4160.0, 4148.0, 4148.0, 4178.0, 4136.0, 4177.0, 4136.0, 4165.0, 4147.0, 4178.0, 4178.0, 4178.0, 4166.0, 4136.0, 4156.0, 4134.0, 4145.0, 4145.0, 4145.0, 4146.0, 4177.0, 4136.0, 4156.0, 4136.0, 4166.0, 4148.0, 4179.0, 4147.0, 4187.0, 4147.0, 4177.0, 4148.0, 4178.0, 4178.0, 4180.0, 4158.0, 4137.0, 4158.0, 4147.0, 4159.0, 4148.0, 4170.0, 4149.0, 4189.0, 4163.0, 4203.0, 4195.0, 4184.0, 4182.0, 4164.0, 4215.0, 4195.0, 4232.0, 4190.0, 4241.0, 4188.0, 4210.0, 4189.0, 4219.0, 4176.0, 4217.0, 4146.0, 4187.0, 4147.0, 4165.0, 4148.0, 4176.0, 4159.0, 4168.0, 4148.0, 4148.0, 4158.0, 4148.0, 4160.0, 4150.0, 4179.0, 4149.0, 4179.0, 4148.0, 4167.0, 4148.0, 4167.0, 4149.0, 4213.0, 4148.0, 4199.0, 4159.0, 4171.0, 4185.0, 4193.0, 4233.0, 4160.0, 4210.0, 4148.0, 4230.0, 4190.0, 4210.0, 4159.0, 4209.0, 4138.0, 4158.0, 4138.0, 4165.0, 4147.0, 4157.0, 4157.0, 4136.0, 4158.0, 4148.0, 4157.0, 4149.0, 4199.0, 4148.0, 4178.0, 4137.0, 4176.0, 4169.0, 4197.0, 4179.0, 4136.0, 4156.0, 4146.0, 4148.0, 4136.0, 4158.0, 4148.0, 4157.0, 4137.0, 4167.0, 4135.0, 4155.0, 4135.0, 4167.0, 4136.0, 4167.0, 4147.0, 4166.0, 4136.0, 4167.0, 4148.0, 4189.0, 4170.0, 4148.0, 4159.0, 4151.0, 4170.0, 4151.0, 4191.0, 4183.0, 4233.0, 4182.0, 4211.0, 4159.0, 4210.0, 4199.0, 4242.0, 4209.0, 4219.0, 4148.0, 4197.0, 4146.0, 4188.0, 4199.0, 4219.0, 4189.0, 4186.0, 4156.0, 4176.0, 4146.0, 4177.0, 4168.0, 4180.0, 4168.0, 4147.0, 4157.0, 4148.0, 4168.0, 4161.0, 4191.0, 4170.0, 4149.0, 4168.0, 4149.0, 4158.0, 4159.0, 4193.0, 4172.0, 4211.0, 4150.0, 4200.0, 4170.0, 4188.0, 4191.0, 4147.0, 4167.0, 4147.0, 4166.0, 4148.0, 4179.0, 4148.0, 4220.0, 4137.0, 4198.0, 4146.0, 4188.0, 4157.0, 4178.0, 4167.0, 4135.0, 4147.0, 4136.0, 4158.0, 4147.0, 4155.0, 4146.0, 4178.0, 4137.0, 4177.0, 4136.0, 4176.0, 4148.0, 4166.0, 4168.0, 4188.0, 4159.0, 4200.0, 4148.0, 4187.0, 4168.0, 4189.0, 4193.0, 4153.0, 4171.0, 4151.0, 4168.0, 4161.0, 4181.0, 4162.0, 4213.0, 4165.0, 4223.0, 4214.0, 4247.0, 4194.0, 4173.0, 4237.0, 4244.0, 4223.0, 4191.0, 4232.0, 4150.0, 4188.0, 4149.0, 4189.0, 4181.0, 4245.0, 4170.0, 4190.0, 4158.0, 4178.0, 4148.0, 4181.0, 4170.0, 4149.0, 4159.0, 4149.0, 4158.0, 4148.0, 4168.0, 4147.0, 4179.0, 4139.0, 4168.0, 4137.0, 4158.0, 4178.0, 4148.0, 4219.0, 4178.0, 4178.0, 4145.0, 4166.0, 4145.0, 4175.0, 4146.0, 4177.0, 4158.0, 4177.0, 4136.0, 4147.0, 4149.0, 4149.0, 4159.0, 4149.0, 4180.0, 4139.0, 4170.0, 4150.0, 4182.0, 4160.0, 4190.0, 4170.0, 4220.0, 4137.0, 4188.0, 4138.0, 4168.0, 4148.0, 4179.0, 4162.0, 4179.0, 4160.0, 4167.0, 4159.0, 4178.0], 'WindowWidth': [9523.0, 9402.0, 9397.0, 9328.0, 9364.0, 9316.0, 9398.0, 9301.0, 9350.0, 9248.0, 9312.0, 9275.0, 9297.0, 9292.0, 9341.0, 9256.0, 9280.0, 9236.0, 9255.0, 9269.0, 9243.0, 9293.0, 9229.0, 9278.0, 9230.0, 9265.0, 9256.0, 9328.0, 9252.0, 9278.0, 9240.0, 9307.0, 9267.0, 9291.0, 9285.0, 9218.0, 9245.0, 9224.0, 9258.0, 9225.0, 9264.0, 9223.0, 9312.0, 9279.0, 9326.0, 9221.0, 9268.0, 9246.0, 9287.0, 9286.0, 9336.0, 9345.0, 9275.0, 9280.0, 9232.0, 9302.0, 9247.0, 9328.0, 9254.0, 9340.0, 9336.0, 9325.0, 9247.0, 9220.0, 9241.0, 9231.0, 9214.0, 9241.0, 9219.0, 9288.0, 9219.0, 9289.0, 9258.0, 9311.0, 9264.0, 9196.0, 9226.0, 9220.0, 9253.0, 9224.0, 9238.0, 9233.0, 9199.0, 9321.0, 9232.0, 9218.0, 9227.0, 9233.0, 9283.0, 9284.0, 9349.0, 9313.0, 9294.0, 9238.0, 9283.0, 9215.0, 9248.0, 9189.0, 9217.0, 9203.0, 9175.0, 9215.0, 9177.0, 9216.0, 9196.0, 9224.0, 9216.0, 9269.0, 9243.0, 9252.0, 9196.0, 9235.0, 9211.0, 9271.0, 9244.0, 9230.0, 9240.0, 9197.0, 9240.0, 9221.0, 9292.0, 9288.0, 9350.0, 9260.0, 9283.0, 9218.0, 9304.0, 9261.0, 9319.0, 9237.0, 9273.0, 9211.0, 9197.0, 9224.0, 9211.0, 9256.0, 9219.0, 9242.0, 9297.0, 9292.0, 9322.0, 9263.0, 9306.0, 9253.0, 9325.0, 9244.0, 9226.0, 9257.0, 9225.0, 9224.0, 9251.0, 9204.0, 9229.0, 9222.0, 9276.0, 9215.0, 9268.0, 9225.0, 9272.0, 9218.0, 9268.0, 9250.0, 9282.0, 9246.0, 9270.0, 9214.0, 9228.0, 9230.0, 9259.0, 9236.0, 9264.0, 9265.0, 9218.0, 9232.0, 9220.0, 9257.0, 9234.0, 9260.0, 9234.0, 9300.0, 9205.0, 9270.0, 9216.0, 9268.0, 9233.0, 9303.0, 9250.0, 9275.0, 9231.0, 9231.0, 9234.0, 9235.0, 9284.0, 9239.0, 9294.0, 9227.0, 9276.0, 9279.0, 9317.0, 9292.0, 9244.0, 9273.0, 9247.0, 9317.0, 9279.0, 9307.0, 9334.0, 9273.0, 9284.0, 9286.0, 9250.0, 9302.0, 9243.0, 9325.0, 9257.0, 9354.0, 9285.0, 9233.0, 9232.0, 9219.0, 9262.0, 9238.0, 9265.0, 9241.0, 9335.0, 9222.0, 9261.0, 9219.0, 9247.0, 9246.0, 9233.0, 9282.0, 9219.0, 9275.0, 9210.0, 9259.0, 9220.0, 9278.0, 9270.0, 9239.0, 9250.0, 9225.0, 9261.0, 9239.0, 9279.0, 9270.0, 9360.0, 9297.0, 9338.0, 9280.0, 9305.0, 9223.0, 9307.0, 9296.0, 9279.0, 9282.0, 9197.0, 9258.0, 9242.0, 9282.0, 9226.0, 9274.0, 9235.0, 9275.0, 9244.0, 9234.0, 9247.0, 9221.0, 9280.0, 9222.0, 9241.0, 9232.0, 9308.0, 9244.0, 9197.0, 9212.0, 9299.0, 9239.0, 9325.0, 9288.0, 9251.0, 9237.0, 9196.0, 9241.0, 9197.0, 9248.0, 9245.0, 9247.0, 9251.0, 9240.0, 9287.0, 9240.0, 9237.0, 9264.0, 9242.0, 9263.0, 9237.0, 9279.0, 9256.0, 9332.0, 9327.0, 9217.0, 9258.0, 9207.0, 9294.0, 9233.0, 9290.0, 9223.0, 9269.0, 9258.0, 9296.0, 9234.0, 9245.0, 9272.0, 9262.0, 9287.0, 9259.0, 9197.0, 9242.0, 9220.0, 9294.0, 9286.0, 9297.0, 9237.0, 9247.0, 9229.0, 9194.0, 9275.0, 9258.0, 9363.0, 9343.0, 9258.0, 9273.0, 9246.0, 9279.0, 9235.0, 9321.0, 9262.0, 9294.0, 9213.0, 9251.0, 9200.0, 9197.0, 9207.0, 9215.0, 9244.0, 9235.0, 9291.0, 9265.0, 9346.0, 9292.0, 9285.0, 9230.0, 9314.0, 9251.0, 9265.0, 9235.0, 9289.0, 9235.0, 9269.0, 9175.0, 9228.0, 9179.0, 9216.0, 9198.0, 9220.0, 9213.0, 9239.0, 9214.0, 9214.0, 9229.0, 9222.0, 9238.0, 9239.0, 9280.0, 9218.0, 9259.0, 9207.0, 9272.0, 9220.0, 9289.0, 9263.0, 9335.0, 9229.0, 9257.0, 9216.0, 9199.0, 9228.0, 9216.0, 9277.0, 9217.0, 9286.0, 9219.0, 9268.0, 9228.0, 9254.0, 9260.0, 9284.0, 9242.0, 9267.0, 9211.0, 9263.0, 9227.0, 9263.0, 9254.0, 9276.0, 9274.0, 9236.0, 9255.0, 9241.0, 9247.0, 9272.0, 9258.0, 9283.0, 9278.0, 9312.0, 9247.0, 9294.0, 9239.0, 9293.0, 9282.0, 9281.0, 9262.0, 9222.0, 9235.0, 9267.0, 9268.0, 9309.0, 9259.0, 9168.0, 9129.0, 9136.0, 9179.0, 9176.0, 9207.0, 9187.0, 9251.0, 9248.0, 9295.0, 9359.0, 9295.0, 9318.0, 9253.0, 9361.0, 9296.0, 9367.0, 9321.0, 9368.0, 9292.0, 9336.0, 9264.0, 9318.0, 9306.0, 9316.0, 9256.0, 9222.0, 9232.0, 9237.0, 9270.0, 9282.0, 9318.0, 9329.0, 9304.0, 9343.0, 9292.0, 9280.0, 9286.0, 9356.0, 9331.0, 9358.0, 9308.0, 9266.0, 9239.0, 9269.0, 9255.0, 9255.0, 9337.0, 9240.0, 9277.0, 9222.0, 9275.0, 9240.0, 9287.0, 9259.0, 9244.0, 9257.0, 9270.0, 9254.0, 9292.0, 9297.0, 9220.0, 9259.0, 9217.0, 9257.0, 9238.0, 9262.0, 9254.0, 9294.0, 9265.0, 9253.0, 9237.0, 9218.0, 9231.0, 9235.0, 9283.0, 9238.0, 9304.0, 9223.0, 9260.0, 9239.0, 9275.0, 9256.0, 9266.0, 9253.0, 9237.0, 9234.0, 9222.0, 9251.0, 9237.0, 9303.0, 9240.0, 9294.0, 9239.0, 9275.0, 9241.0, 9294.0, 9282.0, 9267.0, 9267.0, 9242.0, 9249.0, 9241.0, 9267.0, 9240.0, 9313.0, 9239.0, 9293.0, 9237.0, 9279.0, 9240.0, 9309.0, 9278.0, 9277.0, 9239.0, 9239.0, 9276.0, 9240.0, 9261.0, 9225.0, 9290.0, 9273.0, 9340.0, 9300.0, 9376.0, 9263.0, 9278.0, 9274.0, 9258.0, 9240.0, 9239.0, 9280.0, 9221.0, 9276.0, 9220.0, 9257.0, 9236.0, 9279.0, 9279.0, 9279.0, 9263.0, 9221.0, 9246.0, 9214.0, 9231.0, 9233.0, 9232.0, 9234.0, 9276.0, 9223.0, 9247.0, 9222.0, 9261.0, 9240.0, 9282.0, 9240.0, 9291.0, 9238.0, 9275.0, 9240.0, 9281.0, 9282.0, 9285.0, 9252.0, 9224.0, 9254.0, 9238.0, 9255.0, 9240.0, 9274.0, 9245.0, 9299.0, 9270.0, 9326.0, 9319.0, 9301.0, 9296.0, 9275.0, 9341.0, 9313.0, 9360.0, 9297.0, 9371.0, 9291.0, 9327.0, 9295.0, 9335.0, 9273.0, 9330.0, 9234.0, 9289.0, 9239.0, 9260.0, 9241.0, 9277.0, 9256.0, 9268.0, 9240.0, 9241.0, 9254.0, 9240.0, 9259.0, 9245.0, 9283.0, 9244.0, 9282.0, 9241.0, 9263.0, 9242.0, 9265.0, 9244.0, 9332.0, 9240.0, 9310.0, 9255.0, 9275.0, 9303.0, 9307.0, 9361.0, 9259.0, 9326.0, 9240.0, 9353.0, 9296.0, 9326.0, 9254.0, 9321.0, 9228.0, 9254.0, 9228.0, 9259.0, 9237.0, 9250.0, 9252.0, 9222.0, 9252.0, 9239.0, 9250.0, 9244.0, 9308.0, 9238.0, 9278.0, 9224.0, 9276.0, 9268.0, 9305.0, 9283.0, 9222.0, 9248.0, 9235.0, 9239.0, 9223.0, 9254.0, 9240.0, 9249.0, 9225.0, 9263.0, 9220.0, 9247.0, 9218.0, 9264.0, 9222.0, 9263.0, 9237.0, 9260.0, 9223.0, 9262.0, 9242.0, 9298.0, 9273.0, 9242.0, 9257.0, 9249.0, 9273.0, 9250.0, 9300.0, 9294.0, 9363.0, 9291.0, 9329.0, 9258.0, 9327.0, 9311.0, 9373.0, 9322.0, 9336.0, 9239.0, 9304.0, 9236.0, 9293.0, 9309.0, 9338.0, 9296.0, 9289.0, 9249.0, 9274.0, 9237.0, 9279.0, 9265.0, 9286.0, 9268.0, 9240.0, 9251.0, 9243.0, 9268.0, 9262.0, 9303.0, 9274.0, 9245.0, 9269.0, 9244.0, 9256.0, 9259.0, 9310.0, 9278.0, 9331.0, 9246.0, 9312.0, 9272.0, 9294.0, 9301.0, 9237.0, 9265.0, 9239.0, 9263.0, 9242.0, 9282.0, 9239.0, 9340.0, 9224.0, 9308.0, 9237.0, 9293.0, 9251.0, 9278.0, 9266.0, 9220.0, 9237.0, 9223.0, 9253.0, 9237.0, 9246.0, 9235.0, 9279.0, 9223.0, 9276.0, 9223.0, 9276.0, 9241.0, 9262.0, 9266.0, 9293.0, 9255.0, 9311.0, 9241.0, 9292.0, 9266.0, 9294.0, 9309.0, 9255.0, 9278.0, 9250.0, 9269.0, 9265.0, 9290.0, 9266.0, 9337.0, 9276.0, 9355.0, 9345.0, 9393.0, 9316.0, 9285.0, 9379.0, 9382.0, 9353.0, 9304.0, 9361.0, 9246.0, 9295.0, 9244.0, 9297.0, 9290.0, 9381.0, 9275.0, 9299.0, 9255.0, 9279.0, 9242.0, 9287.0, 9274.0, 9243.0, 9256.0, 9242.0, 9255.0, 9240.0, 9267.0, 9239.0, 9283.0, 9230.0, 9266.0, 9224.0, 9253.0, 9281.0, 9237.0, 9335.0, 9278.0, 9276.0, 9230.0, 9258.0, 9230.0, 9272.0, 9235.0, 9274.0, 9252.0, 9277.0, 9221.0, 9238.0, 9243.0, 9242.0, 9256.0, 9241.0, 9287.0, 9230.0, 9272.0, 9245.0, 9291.0, 9260.0, 9298.0, 9269.0, 9336.0, 9224.0, 9290.0, 9225.0, 9265.0, 9242.0, 9280.0, 9265.0, 9283.0, 9256.0, 9264.0, 9255.0, 9280.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.0020868092485549134</td></tr>
<tr><td colspan=3>aqi</td><td>0.03806901329479769</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.67787231787036</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1402310499999995</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9808898182986104</td></tr>
<tr><td colspan=3>efc</td><td>0.5231</td></tr>
<tr><td colspan=3>fber</td><td>3156.4275</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12953661263875085</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.410404624277456</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.45061682860225</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3062387631968013</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.679756208836906</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3658555137730435</td></tr>
<tr><td colspan=3>gcor</td><td>0.00882626</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018782485276460648</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0338817797601223</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>865</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.13855086412591</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.9918</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>60.0565</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.4056</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1275.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>456.2849</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7796</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.8606</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3373.6154</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.1106</td></tr>
<tr><td colspan=3>tsnr</td><td>30.60431676567532</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>