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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-03/func/sub-0088_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>41690651755bcc9856c9dd4787142f26</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>14:59:7.120000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998781, 0.0301899, 0.0390562, -0.0315625, 0.998888, 0.0350189]</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0856444</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7779, -7193, 525, 4, -124, 30, 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.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.132</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>95f98b8f-8660-4b50-92af-2087fd264061||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.6796560287475586, -0.08467990159988403, 0.10248000919818878, 116.60674285888672], [-0.0809972733259201, 2.679943799972534, 0.09776397049427032, -94.74284362792969], [0.10478492826223373, -0.09395303577184677, 2.6962826251983643, -62.48627853393555], [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': ['145907.120000', '145907.580000', '145908.040000', '145908.500000', '145908.960000', '145909.420000', '145909.880000', '145910.340000', '145910.800000', '145911.260000', '145911.720000', '145912.180000', '145912.640000', '145913.100000', '145913.560000', '145914.020000', '145914.480000', '145914.940000', '145915.400000', '145915.860000', '145916.320000', '145916.780000', '145917.240000', '145917.700000', '145918.160000', '145918.620000', '145919.080000', '145919.540000', '145920.000000', '145920.460000', '145920.920000', '145921.380000', '145921.840000', '145922.300000', '145922.760000', '145923.220000', '145923.680000', '145924.140000', '145924.600000', '145925.060000', '145925.520000', '145925.980000', '145926.440000', '145926.900000', '145927.360000', '145927.820000', '145928.280000', '145928.740000', '145929.200000', '145929.660000', '145930.120000', '145930.580000', '145931.040000', '145931.500000', '145931.960000', '145932.420000', '145932.880000', '145933.340000', '145933.800000', '145934.260000', '145934.720000', '145935.180000', '145935.640000', '145936.100000', '145936.560000', '145937.020000', '145937.480000', '145937.940000', '145938.400000', '145938.860000', '145939.320000', '145939.780000', '145940.240000', '145940.700000', '145941.160000', '145941.620000', '145942.080000', '145942.540000', '145943.000000', '145943.460000', '145943.920000', '145944.380000', '145944.840000', '145945.300000', '145945.760000', '145946.220000', '145946.680000', '145947.140000', '145947.600000', '145948.060000', '145948.520000', '145948.980000', '145949.440000', '145949.900000', '145950.360000', '145950.820000', '145951.280000', '145951.740000', '145952.200000', '145952.660000', '145953.120000', '145953.580000', '145954.040000', '145954.500000', '145954.960000', '145955.420000', '145955.880000', '145956.340000', '145956.800000', '145957.260000', '145957.720000', '145958.180000', '145958.640000', '145959.100000', '145959.560000', '150000.020000', '150000.480000', '150000.940000', '150001.400000', '150001.860000', '150002.320000', '150002.780000', '150003.240000', '150003.700000', '150004.160000', '150004.620000', '150005.080000', '150005.540000', '150006.000000', '150006.460000', '150006.920000', '150007.380000', '150007.840000', '150008.300000', '150008.760000', '150009.220000', '150009.680000', '150010.140000', '150010.600000', '150011.060000', '150011.520000', '150011.980000', '150012.440000', '150012.900000', '150013.360000', '150013.820000', '150014.280000', '150014.740000', '150015.200000', '150015.660000', '150016.120000', '150016.580000', '150017.040000', '150017.500000', '150017.960000', '150018.420000', '150018.880000', '150019.340000', '150019.800000', '150020.260000', '150020.720000', '150021.180000', '150021.640000', '150022.100000', '150022.560000', '150023.020000', '150023.480000', '150023.940000', '150024.400000', '150024.860000', '150025.320000', '150025.780000', '150026.240000', '150026.700000', '150027.160000', '150027.620000', '150028.080000', '150028.540000', '150029.000000', '150029.460000', '150029.920000', '150030.380000', '150030.840000', '150031.300000', '150031.760000', '150032.220000', '150032.680000', '150033.140000', '150033.600000', '150034.060000', '150034.520000', '150034.980000', '150035.440000', '150035.900000', '150036.360000', '150036.820000', '150037.280000', '150037.740000', '150038.200000', '150038.660000', '150039.120000', '150039.580000', '150040.040000', '150040.500000', '150040.960000', '150041.420000', '150041.880000', '150042.340000', '150042.800000', '150043.260000', '150043.720000', '150044.180000', '150044.640000', '150045.100000', '150045.560000', '150046.020000', '150046.480000', '150046.940000', '150047.400000', '150047.860000', '150048.320000', '150048.780000', '150049.240000', '150049.700000', '150050.160000', '150050.620000', '150051.080000', '150051.540000', '150052.000000', '150052.460000', '150052.920000', '150053.380000', '150053.840000', '150054.300000', '150054.760000', '150055.220000', '150055.680000', '150056.140000', '150056.600000', '150057.060000', '150057.520000', '150057.980000', '150058.440000', '150058.900000', '150059.360000', '150059.820000', '150100.280000', '150100.740000', '150101.200000', '150101.660000', '150102.120000', '150102.580000', '150103.040000', '150103.500000', '150103.960000', '150104.420000', '150104.880000', '150105.340000', '150105.800000', '150106.260000', '150106.720000', '150107.180000', '150107.640000', '150108.100000', '150108.560000', '150109.020000', '150109.480000', '150109.940000', '150110.400000', '150110.860000', '150111.320000', '150111.780000', '150112.240000', '150112.700000', '150113.160000', '150113.620000', '150114.080000', '150114.540000', '150115.000000', '150115.460000', '150115.920000', '150116.380000', '150116.840000', '150117.300000', '150117.760000', '150118.220000', '150118.680000', '150119.140000', '150119.600000', '150120.060000', '150120.520000', '150120.980000', '150121.440000', '150121.900000', '150122.360000', '150122.820000', '150123.280000', '150123.740000', '150124.200000', '150124.660000', '150125.120000', '150125.580000', '150126.040000', '150126.500000', '150126.960000', '150127.420000', '150127.880000', '150128.340000', '150128.800000', '150129.260000', '150129.720000', '150130.180000', '150130.640000', '150131.100000', '150131.560000', '150132.020000', '150132.480000', '150132.940000', '150133.400000', '150133.860000', '150134.320000', '150134.780000', '150135.240000', '150135.700000', '150136.160000', '150136.620000', '150137.080000', '150137.540000', '150138.000000', '150138.460000', '150138.920000', '150139.380000', '150139.840000', '150140.300000', '150140.760000', '150141.220000', '150141.680000', '150142.140000', '150142.600000', '150143.060000', '150143.520000', '150143.980000', '150144.440000', '150144.900000', '150145.360000', '150145.820000', '150146.280000', '150146.740000', '150147.200000', '150147.660000', '150148.120000', '150148.580000', '150149.040000', '150149.500000', '150149.960000', '150150.420000', '150150.880000', '150151.340000', '150151.800000', '150152.260000', '150152.720000', '150153.180000', '150153.640000', '150154.100000', '150154.560000', '150155.020000', '150155.480000', '150155.940000', '150156.400000', '150156.860000', '150157.320000', '150157.780000', '150158.240000', '150158.700000', '150159.160000', '150159.620000', '150200.080000', '150200.540000', '150201.000000', '150201.460000', '150201.920000', '150202.380000', '150202.840000', '150203.300000', '150203.760000', '150204.220000', '150204.680000', '150205.140000', '150205.600000', '150206.060000', '150206.520000', '150206.980000', '150207.440000', '150207.900000', '150208.360000', '150208.820000', '150209.280000', '150209.740000', '150210.200000', '150210.660000', '150211.120000', '150211.580000', '150212.040000', '150212.500000', '150212.960000', '150213.420000', '150213.880000', '150214.340000', '150214.800000', '150215.260000', '150215.720000', '150216.180000', '150216.640000', '150217.100000', '150217.560000', '150218.020000', '150218.480000', '150218.940000', '150219.400000', '150219.860000', '150220.320000', '150220.780000', '150221.240000', '150221.700000', '150222.160000', '150222.620000', '150223.080000', '150223.540000', '150224.000000', '150224.460000', '150224.920000', '150225.380000', '150225.840000', '150226.300000', '150226.760000', '150227.220000', '150227.680000', '150228.140000', '150228.600000', '150229.060000', '150229.520000', '150229.980000', '150230.440000', '150230.900000', '150231.360000', '150231.820000', '150232.280000', '150232.740000', '150233.200000', '150233.660000', '150234.120000', '150234.580000', '150235.040000', '150235.500000', '150235.960000', '150236.420000', '150236.880000', '150237.340000', '150237.800000', '150238.260000', '150238.720000', '150239.180000', '150239.640000', '150240.100000', '150240.560000', '150241.020000', '150241.480000', '150241.940000', '150242.400000', '150242.860000', '150243.320000', '150243.780000', '150244.240000', '150244.700000', '150245.160000', '150245.620000', '150246.080000', '150246.540000', '150247.000000', '150247.460000', '150247.920000', '150248.380000', '150248.840000', '150249.300000', '150249.760000', '150250.220000', '150250.680000', '150251.140000', '150251.600000', '150252.060000', '150252.520000', '150252.980000', '150253.440000', '150253.900000', '150254.360000', '150254.820000', '150255.280000', '150255.740000', '150256.200000', '150256.660000', '150257.120000', '150257.580000', '150258.040000', '150258.500000', '150258.960000', '150259.420000', '150259.880000', '150300.340000', '150300.800000', '150301.260000', '150301.720000', '150302.180000', '150302.640000', '150303.100000', '150303.560000', '150304.020000', '150304.480000', '150304.940000', '150305.400000', '150305.860000', '150306.320000', '150306.780000', '150307.240000', '150307.700000', '150308.160000', '150308.620000', '150309.080000', '150309.540000', '150310.000000', '150310.460000', '150310.920000', '150311.380000', '150311.840000', '150312.300000', '150312.760000', '150313.220000', '150313.680000', '150314.140000', '150314.600000', '150315.060000', '150315.520000', '150315.980000', '150316.440000', '150316.900000', '150317.360000', '150317.820000', '150318.280000', '150318.740000', '150319.200000', '150319.660000', '150320.120000', '150320.580000', '150321.040000', '150321.500000', '150321.960000', '150322.420000', '150322.880000', '150323.340000', '150323.800000', '150324.260000', '150324.720000', '150325.180000', '150325.640000', '150326.100000', '150326.560000', '150327.020000', '150327.480000', '150327.940000', '150328.400000', '150328.860000', '150329.320000', '150329.780000', '150330.240000', '150330.700000', '150331.160000', '150331.620000', '150332.080000', '150332.540000', '150333.000000', '150333.460000', '150333.920000', '150334.380000', '150334.840000', '150335.300000', '150335.760000', '150336.220000', '150336.680000', '150337.140000', '150337.600000', '150338.060000', '150338.520000', '150338.980000', '150339.440000', '150339.900000', '150340.360000', '150340.820000', '150341.280000', '150341.740000', '150342.200000', '150342.660000', '150343.120000', '150343.580000', '150344.040000', '150344.500000', '150344.960000', '150345.420000', '150345.880000', '150346.340000', '150346.800000', '150347.260000', '150347.720000', '150348.180000', '150348.640000', '150349.100000', '150349.560000', '150350.020000', '150350.480000', '150350.940000', '150351.400000', '150351.860000', '150352.320000', '150352.780000', '150353.240000', '150353.700000', '150354.160000', '150354.620000', '150355.080000', '150355.540000', '150356.000000', '150356.460000', '150356.920000', '150357.380000', '150357.840000', '150358.300000', '150358.760000', '150359.220000', '150359.680000', '150400.140000', '150400.600000', '150401.060000', '150401.520000', '150401.980000', '150402.440000', '150402.900000', '150403.360000', '150403.820000', '150404.280000', '150404.740000', '150405.200000', '150405.660000', '150406.120000', '150406.580000', '150407.040000', '150407.500000', '150407.960000', '150408.420000', '150408.880000', '150409.340000', '150409.800000', '150410.260000', '150410.720000', '150411.180000', '150411.640000', '150412.100000', '150412.560000', '150413.020000', '150413.480000', '150413.940000', '150414.400000', '150414.860000', '150415.320000', '150415.780000', '150416.240000', '150416.700000', '150417.160000', '150417.620000', '150418.080000', '150418.540000', '150419.000000', '150419.460000', '150419.920000', '150420.380000', '150420.840000', '150421.300000', '150421.760000', '150422.220000', '150422.680000', '150423.140000', '150423.600000', '150424.060000', '150424.520000', '150424.980000', '150425.440000', '150425.900000', '150426.360000', '150426.820000', '150427.280000', '150427.740000', '150428.200000', '150428.660000', '150429.120000', '150429.580000', '150430.040000', '150430.500000', '150430.960000', '150431.420000', '150431.880000', '150432.340000', '150432.800000', '150433.260000', '150433.720000', '150434.180000', '150434.640000', '150435.100000', '150435.560000', '150436.020000', '150436.480000', '150436.940000', '150437.400000', '150437.860000', '150438.320000', '150438.780000', '150439.240000', '150439.700000', '150440.160000', '150440.620000', '150441.080000', '150441.540000', '150442.000000', '150442.460000', '150442.920000', '150443.380000', '150443.840000', '150444.300000', '150444.760000', '150445.220000', '150445.680000', '150446.140000', '150446.600000', '150447.060000', '150447.520000', '150447.980000', '150448.440000', '150448.900000', '150449.360000', '150449.820000', '150450.280000', '150450.740000', '150451.200000', '150451.660000', '150452.120000', '150452.580000', '150453.040000', '150453.500000', '150453.960000', '150454.420000', '150454.880000', '150455.340000', '150455.800000', '150456.260000', '150456.720000', '150457.180000', '150457.640000', '150458.100000', '150458.560000', '150459.020000', '150459.480000', '150459.940000', '150500.400000', '150500.860000', '150501.320000', '150501.780000', '150502.240000', '150502.700000', '150503.160000', '150503.620000', '150504.080000', '150504.540000', '150505.000000', '150505.460000', '150505.920000', '150506.380000', '150506.840000', '150507.300000', '150507.760000', '150508.220000', '150508.680000', '150509.140000', '150509.600000', '150510.060000', '150510.520000', '150510.980000', '150511.440000', '150511.900000', '150512.360000', '150512.820000', '150513.280000', '150513.740000', '150514.200000', '150514.660000', '150515.120000', '150515.580000', '150516.040000', '150516.500000', '150516.960000', '150517.420000', '150517.880000', '150518.340000', '150518.800000', '150519.260000', '150519.720000', '150520.180000', '150520.640000', '150521.100000', '150521.560000', '150522.020000', '150522.480000', '150522.940000', '150523.400000', '150523.860000', '150524.320000', '150524.780000', '150525.240000', '150525.700000', '150526.160000', '150526.620000', '150527.080000', '150527.540000', '150528.000000', '150528.460000', '150528.920000', '150529.380000', '150529.840000', '150530.300000', '150530.760000', '150531.220000', '150531.680000', '150532.140000', '150532.600000', '150533.060000', '150533.520000', '150533.980000', '150534.440000', '150534.900000', '150535.360000', '150535.820000', '150536.280000', '150536.740000', '150537.200000', '150537.660000', '150538.120000', '150538.580000', '150539.040000', '150539.500000', '150539.960000', '150540.420000', '150540.880000', '150541.340000', '150541.800000', '150542.260000', '150542.720000', '150543.180000', '150543.640000', '150544.100000', '150544.560000', '150545.020000', '150545.480000', '150545.940000', '150546.400000', '150546.860000', '150547.320000', '150547.780000'], 'ContentTime': ['145924.767000', '145924.770000', '145924.773000', '145924.775000', '145924.778000', '145924.780000', '145924.783000', '145924.786000', '145924.788000', '145924.791000', '145924.802000', '145924.805000', '145924.807000', '145924.810000', '145924.812000', '145924.815000', '145924.817000', '145924.822000', '145924.825000', '145924.828000', '145924.831000', '145924.833000', '145924.836000', '145924.839000', '145924.841000', '145924.844000', '145924.847000', '145924.849000', '145924.852000', '145924.854000', '145924.857000', '145924.859000', '145924.862000', '145924.864000', '145924.867000', '145944.742000', '145944.745000', '145944.748000', '145944.750000', '145944.753000', '145944.756000', '145944.758000', '145944.761000', '145944.763000', '145944.766000', '145944.769000', '145944.771000', '145944.774000', '145944.776000', '145944.779000', '145944.781000', '145944.784000', '145944.787000', '145944.789000', '145944.792000', '145944.812000', '145944.814000', '145944.817000', '145944.819000', '145944.822000', '145944.824000', '145944.827000', '145944.829000', '145944.832000', '145944.835000', '145944.837000', '145944.840000', '145944.842000', '145944.845000', '145944.847000', '145944.850000', '145944.853000', '145944.855000', '145944.858000', '145944.860000', '145944.863000', '145944.865000', '145944.868000', '145944.871000', '150004.742000', '150004.745000', '150004.748000', '150004.750000', '150004.753000', '150004.756000', '150004.758000', '150004.761000', '150004.763000', '150004.766000', '150004.769000', '150004.771000', '150004.774000', '150004.776000', '150004.779000', '150004.781000', '150004.784000', '150004.788000', '150004.790000', '150004.793000', '150004.795000', '150004.798000', '150004.825000', '150004.829000', '150004.832000', '150004.834000', '150004.837000', '150004.839000', '150004.842000', '150004.845000', '150004.847000', '150004.850000', '150004.852000', '150004.879000', '150004.882000', '150004.884000', '150004.887000', '150004.902000', '150004.904000', '150004.907000', '150004.909000', '150004.912000', '150004.914000', '150024.743000', '150024.746000', '150024.748000', '150024.751000', '150024.753000', '150024.756000', '150024.758000', '150024.761000', '150024.764000', '150024.766000', '150024.769000', '150024.771000', '150024.774000', '150024.776000', '150024.779000', '150024.781000', '150024.784000', '150024.787000', '150024.789000', '150024.792000', '150024.794000', '150024.797000', '150024.800000', '150024.802000', '150024.805000', '150024.807000', '150024.810000', '150024.813000', '150024.815000', '150024.818000', '150024.820000', '150024.823000', '150024.825000', '150024.828000', '150024.830000', '150024.833000', '150024.836000', '150024.838000', '150024.841000', '150024.843000', '150024.846000', '150024.848000', '150024.851000', '150024.854000', '150044.743000', '150044.746000', '150044.748000', '150044.751000', '150044.753000', '150044.756000', '150044.759000', '150044.761000', '150044.764000', '150044.766000', '150044.769000', '150044.771000', '150044.774000', '150044.777000', '150044.779000', '150044.782000', '150044.784000', '150044.787000', '150044.789000', '150044.792000', '150044.795000', '150044.797000', '150044.800000', '150044.802000', '150044.805000', '150044.808000', '150044.810000', '150044.813000', '150044.815000', '150044.818000', '150044.821000', '150044.823000', '150044.826000', '150044.828000', '150044.831000', '150044.833000', '150044.836000', '150044.838000', '150044.841000', '150044.843000', '150044.846000', '150044.849000', '150044.851000', '150104.743000', '150104.746000', '150104.749000', '150104.751000', '150104.754000', '150104.757000', '150104.759000', '150104.762000', '150104.764000', '150104.767000', '150104.769000', '150104.772000', '150104.774000', '150104.777000', '150104.780000', '150104.782000', '150104.785000', '150104.787000', '150104.790000', '150104.792000', '150104.795000', '150104.798000', '150104.820000', '150104.822000', '150104.825000', '150104.827000', '150104.830000', '150104.832000', '150104.835000', '150104.838000', '150104.840000', '150104.843000', '150104.845000', '150104.848000', '150104.851000', '150104.853000', '150104.856000', '150104.858000', '150104.861000', '150104.863000', '150104.866000', '150104.869000', '150104.871000', '150104.881000', '150124.743000', '150124.746000', '150124.749000', '150124.751000', '150124.754000', '150124.757000', '150124.759000', '150124.762000', '150124.764000', '150124.767000', '150124.770000', '150124.772000', '150124.775000', '150124.777000', '150124.780000', '150124.793000', '150124.795000', '150124.798000', '150124.854000', '150124.856000', '150124.859000', '150124.862000', '150124.864000', '150124.867000', '150124.869000', '150124.872000', '150124.874000', '150124.877000', '150124.879000', '150124.882000', '150124.885000', '150124.887000', '150124.890000', '150124.892000', '150124.895000', '150124.897000', '150124.900000', '150124.902000', '150124.905000', '150124.908000', '150124.910000', '150124.913000', '150124.916000', '150144.742000', '150144.745000', '150144.748000', '150144.751000', '150144.754000', '150144.757000', '150144.760000', '150144.763000', '150144.765000', '150144.768000', '150144.771000', '150144.773000', '150144.776000', '150144.778000', '150144.781000', '150144.784000', '150144.786000', '150144.789000', '150144.791000', '150144.794000', '150144.796000', '150144.799000', '150144.802000', '150144.804000', '150144.807000', '150144.809000', '150144.812000', '150144.814000', '150144.817000', '150144.820000', '150144.822000', '150144.825000', '150144.827000', '150144.830000', '150144.832000', '150144.835000', '150144.837000', '150144.840000', '150144.843000', '150144.845000', '150144.848000', '150144.850000', '150144.853000', '150204.742000', '150204.745000', '150204.748000', '150204.751000', '150204.753000', '150204.756000', '150204.758000', '150204.761000', '150204.763000', '150204.766000', '150204.769000', '150204.771000', '150204.774000', '150204.776000', '150204.779000', '150204.781000', '150204.784000', '150204.786000', '150204.789000', '150204.792000', '150204.794000', '150204.797000', '150204.867000', '150204.870000', '150204.872000', '150204.875000', '150204.877000', '150204.880000', '150204.893000', '150204.896000', '150204.899000', '150204.901000', '150204.904000', '150204.906000', '150204.909000', '150204.911000', '150204.914000', '150204.917000', '150204.919000', '150204.922000', '150204.924000', '150204.927000', '150204.929000', '150204.932000', '150224.743000', '150224.745000', '150224.748000', '150224.750000', '150224.753000', '150224.756000', '150224.758000', '150224.761000', '150224.763000', '150224.766000', '150224.769000', '150224.771000', '150224.774000', '150224.776000', '150224.788000', '150224.791000', '150224.794000', '150224.796000', '150224.799000', '150224.836000', '150224.839000', '150224.841000', '150224.844000', '150224.846000', '150224.849000', '150224.851000', '150224.854000', '150224.857000', '150224.859000', '150224.862000', '150224.864000', '150224.867000', '150224.869000', '150224.872000', '150224.874000', '150224.877000', '150224.880000', '150224.882000', '150224.885000', '150224.887000', '150224.890000', '150224.892000', '150224.895000', '150224.898000', '150244.743000', '150244.745000', '150244.748000', '150244.751000', '150244.753000', '150244.756000', '150244.758000', '150244.761000', '150244.763000', '150244.766000', '150244.769000', '150244.771000', '150244.774000', '150244.776000', '150244.779000', '150244.782000', '150244.784000', '150244.787000', '150244.789000', '150244.792000', '150244.794000', '150244.797000', '150244.843000', '150244.845000', '150244.848000', '150244.850000', '150244.853000', '150244.856000', '150244.858000', '150244.861000', '150244.863000', '150244.866000', '150244.868000', '150244.871000', '150244.873000', '150244.876000', '150244.879000', '150244.881000', '150244.884000', '150244.886000', '150244.889000', '150244.891000', '150244.894000', '150304.742000', '150304.745000', '150304.748000', '150304.751000', '150304.754000', '150304.757000', '150304.759000', '150304.762000', '150304.764000', '150304.767000', '150304.770000', '150304.772000', '150304.775000', '150304.777000', '150304.781000', '150304.783000', '150304.786000', '150304.789000', '150304.791000', '150304.794000', '150304.796000', '150304.799000', '150304.882000', '150304.884000', '150304.887000', '150304.889000', '150304.892000', '150304.894000', '150304.897000', '150304.900000', '150304.902000', '150304.905000', '150304.907000', '150304.910000', '150304.912000', '150304.915000', '150304.918000', '150304.920000', '150304.923000', '150304.925000', '150304.928000', '150304.931000', '150304.933000', '150304.936000', '150324.743000', '150324.746000', '150324.749000', '150324.751000', '150324.754000', '150324.756000', '150324.759000', '150324.762000', '150324.764000', '150324.767000', '150324.769000', '150324.772000', '150324.774000', '150324.777000', '150324.780000', '150324.782000', '150324.785000', '150324.787000', '150324.790000', '150324.792000', '150324.795000', '150324.797000', '150324.800000', '150324.863000', '150324.865000', '150324.868000', '150324.870000', '150324.873000', '150324.875000', '150324.878000', '150324.881000', '150324.883000', '150324.886000', '150324.888000', '150324.891000', '150324.893000', '150324.896000', '150324.898000', '150324.901000', '150324.903000', '150324.906000', '150324.909000', '150324.911000', '150344.743000', '150344.746000', '150344.748000', '150344.751000', '150344.754000', '150344.756000', '150344.759000', '150344.761000', '150344.764000', '150344.766000', '150344.769000', '150344.771000', '150344.774000', '150344.777000', '150344.779000', '150344.782000', '150344.784000', '150344.787000', '150344.789000', '150344.792000', '150344.795000', '150344.797000', '150344.857000', '150344.859000', '150344.862000', '150344.864000', '150344.867000', '150344.869000', '150344.872000', '150344.875000', '150344.877000', '150344.880000', '150344.882000', '150344.885000', '150344.887000', '150344.890000', '150344.893000', '150344.895000', '150344.898000', '150344.900000', '150344.903000', '150344.906000', '150344.908000', '150344.911000', '150404.742000', '150404.745000', '150404.748000', '150404.751000', '150404.753000', '150404.756000', '150404.758000', '150404.761000', '150404.764000', '150404.766000', '150404.769000', '150404.772000', '150404.774000', '150404.777000', '150404.779000', '150404.782000', '150404.785000', '150404.787000', '150404.790000', '150404.792000', '150404.795000', '150404.797000', '150404.847000', '150404.849000', '150404.852000', '150404.854000', '150404.857000', '150404.859000', '150404.862000', '150404.865000', '150404.867000', '150404.870000', '150404.872000', '150404.875000', '150404.877000', '150404.880000', '150404.883000', '150404.885000', '150404.888000', '150404.890000', '150404.893000', '150404.895000', '150404.898000', '150424.743000', '150424.746000', '150424.748000', '150424.751000', '150424.754000', '150424.762000', '150424.764000', '150424.767000', '150424.770000', '150424.772000', '150424.775000', '150424.778000', '150424.780000', '150424.783000', '150424.785000', '150424.788000', '150424.791000', '150424.794000', '150424.797000', '150424.799000', '150424.838000', '150424.840000', '150424.856000', '150424.859000', '150424.862000', '150424.864000', '150424.867000', '150424.870000', '150424.873000', '150424.875000', '150424.878000', '150424.880000', '150424.883000', '150424.886000', '150424.888000', '150424.891000', '150424.893000', '150424.896000', '150424.899000', '150424.901000', '150424.904000', '150424.906000', '150424.909000', '150444.743000', '150444.746000', '150444.748000', '150444.751000', '150444.753000', '150444.756000', '150444.759000', '150444.761000', '150444.764000', '150444.767000', '150444.769000', '150444.772000', '150444.774000', '150444.777000', '150444.780000', '150444.782000', '150444.785000', '150444.787000', '150444.790000', '150444.792000', '150444.795000', '150444.798000', '150444.860000', '150444.862000', '150444.865000', '150444.867000', '150444.870000', '150444.873000', '150444.875000', '150444.878000', '150444.880000', '150444.883000', '150444.885000', '150444.888000', '150444.890000', '150444.893000', '150444.896000', '150444.898000', '150444.901000', '150444.903000', '150444.906000', '150444.909000', '150444.911000', '150444.914000', '150504.743000', '150504.746000', '150504.748000', '150504.751000', '150504.753000', '150504.756000', '150504.759000', '150504.761000', '150504.764000', '150504.766000', '150504.769000', '150504.772000', '150504.774000', '150504.777000', '150504.779000', '150504.782000', '150504.785000', '150504.788000', '150504.790000', '150504.793000', '150504.796000', '150504.798000', '150504.877000', '150504.879000', '150504.882000', '150504.884000', '150504.887000', '150504.889000', '150504.892000', '150504.895000', '150504.897000', '150504.900000', '150504.902000', '150504.905000', '150504.908000', '150504.910000', '150504.913000', '150504.915000', '150504.918000', '150504.920000', '150504.923000', '150504.926000', '150504.928000', '150524.744000', '150524.746000', '150524.749000', '150524.751000', '150524.754000', '150524.757000', '150524.759000', '150524.763000', '150524.766000', '150524.768000', '150524.771000', '150524.773000', '150524.776000', '150524.778000', '150524.781000', '150524.783000', '150524.786000', '150524.789000', '150524.791000', '150524.794000', '150524.796000', '150524.799000', '150524.846000', '150524.848000', '150524.851000', '150524.853000', '150524.856000', '150524.859000', '150524.861000', '150524.864000', '150524.866000', '150524.869000', '150524.871000', '150524.874000', '150524.876000', '150524.879000', '150524.882000', '150524.884000', '150524.887000', '150524.889000', '150524.892000', '150524.895000', '150524.897000', '150524.900000', '150544.743000', '150544.746000', '150544.749000', '150544.752000', '150544.754000', '150544.757000', '150544.760000', '150544.762000', '150544.765000', '150544.767000', '150544.770000', '150544.773000', '150544.776000', '150544.778000', '150544.781000', '150544.783000', '150544.786000', '150544.789000', '150544.791000', '150544.794000', '150544.796000', '150544.799000', '150544.871000', '150544.873000', '150544.876000', '150544.878000', '150544.881000', '150544.884000', '150544.886000', '150544.889000', '150544.892000', '150544.894000', '150544.897000', '150544.912000', '150544.914000', '150544.917000', '150544.919000', '150544.922000', '150544.925000', '150544.927000', '150544.930000', '150544.932000', '150544.935000', '150549.401000', '150549.404000', '150549.407000', '150549.410000', '150549.413000', '150549.416000', '150549.418000', '150549.421000', '150549.424000', '150549.426000', '150549.429000'], 'InstanceCreationTime': ['145924.767000', '145924.770000', '145924.773000', '145924.775000', '145924.778000', '145924.780000', '145924.783000', '145924.786000', '145924.788000', '145924.791000', '145924.802000', '145924.805000', '145924.807000', '145924.810000', '145924.812000', '145924.815000', '145924.817000', '145924.822000', '145924.825000', '145924.828000', '145924.831000', '145924.833000', '145924.836000', '145924.839000', '145924.841000', '145924.844000', '145924.847000', '145924.849000', '145924.852000', '145924.854000', '145924.857000', '145924.859000', '145924.862000', '145924.864000', '145924.867000', '145944.742000', '145944.745000', '145944.748000', '145944.750000', '145944.753000', '145944.756000', '145944.758000', '145944.761000', '145944.763000', '145944.766000', '145944.769000', '145944.771000', '145944.774000', '145944.776000', '145944.779000', '145944.781000', '145944.784000', '145944.787000', '145944.789000', '145944.792000', '145944.812000', '145944.814000', '145944.817000', '145944.819000', '145944.822000', '145944.824000', '145944.827000', '145944.829000', '145944.832000', '145944.835000', '145944.837000', '145944.840000', '145944.842000', '145944.845000', '145944.847000', '145944.850000', '145944.853000', '145944.855000', '145944.858000', '145944.860000', '145944.863000', '145944.865000', '145944.868000', '145944.871000', '150004.742000', '150004.745000', '150004.748000', '150004.750000', '150004.753000', '150004.756000', '150004.758000', '150004.761000', '150004.763000', '150004.766000', '150004.769000', '150004.771000', '150004.774000', '150004.776000', '150004.779000', '150004.781000', '150004.784000', '150004.788000', '150004.790000', '150004.793000', '150004.795000', '150004.798000', '150004.825000', '150004.829000', '150004.832000', '150004.834000', '150004.837000', '150004.839000', '150004.842000', '150004.845000', '150004.847000', '150004.850000', '150004.852000', '150004.879000', '150004.882000', '150004.884000', '150004.887000', '150004.902000', '150004.904000', '150004.907000', '150004.909000', '150004.912000', '150004.914000', '150024.743000', '150024.746000', '150024.748000', '150024.751000', '150024.753000', '150024.756000', '150024.758000', '150024.761000', '150024.764000', '150024.766000', '150024.769000', '150024.771000', '150024.774000', '150024.776000', '150024.779000', '150024.781000', '150024.784000', '150024.787000', '150024.789000', '150024.792000', '150024.794000', '150024.797000', '150024.800000', '150024.802000', '150024.805000', '150024.807000', '150024.810000', '150024.813000', '150024.815000', '150024.818000', '150024.820000', '150024.823000', '150024.825000', '150024.828000', '150024.830000', '150024.833000', '150024.836000', '150024.838000', '150024.841000', '150024.843000', '150024.846000', '150024.848000', '150024.851000', '150024.854000', '150044.743000', '150044.746000', '150044.748000', '150044.751000', '150044.753000', '150044.756000', '150044.759000', '150044.761000', '150044.764000', '150044.766000', '150044.769000', '150044.771000', '150044.774000', '150044.777000', '150044.779000', '150044.782000', '150044.784000', '150044.787000', '150044.789000', '150044.792000', '150044.795000', '150044.797000', '150044.800000', '150044.802000', '150044.805000', '150044.808000', '150044.810000', '150044.813000', '150044.815000', '150044.818000', '150044.821000', '150044.823000', '150044.826000', '150044.828000', '150044.831000', '150044.833000', '150044.836000', '150044.838000', '150044.841000', '150044.843000', '150044.846000', '150044.849000', '150044.851000', '150104.743000', '150104.746000', '150104.749000', '150104.751000', '150104.754000', '150104.757000', '150104.759000', '150104.762000', '150104.764000', '150104.767000', '150104.769000', '150104.772000', '150104.774000', '150104.777000', '150104.780000', '150104.782000', '150104.785000', '150104.787000', '150104.790000', '150104.792000', '150104.795000', '150104.798000', '150104.820000', '150104.822000', '150104.825000', '150104.827000', '150104.830000', '150104.832000', '150104.835000', '150104.838000', '150104.840000', '150104.843000', '150104.845000', '150104.848000', '150104.851000', '150104.853000', '150104.856000', '150104.858000', '150104.861000', '150104.863000', '150104.866000', '150104.869000', '150104.871000', '150104.881000', '150124.743000', '150124.746000', '150124.749000', '150124.751000', '150124.754000', '150124.757000', '150124.759000', '150124.762000', '150124.764000', '150124.767000', '150124.770000', '150124.772000', '150124.775000', '150124.777000', '150124.780000', '150124.793000', '150124.795000', '150124.798000', '150124.854000', '150124.856000', '150124.859000', '150124.862000', '150124.864000', '150124.867000', '150124.869000', '150124.872000', '150124.874000', '150124.877000', '150124.879000', '150124.882000', '150124.885000', '150124.887000', '150124.890000', '150124.892000', '150124.895000', '150124.897000', '150124.900000', '150124.902000', '150124.905000', '150124.908000', '150124.910000', '150124.913000', '150124.916000', '150144.742000', '150144.745000', '150144.748000', '150144.751000', '150144.754000', '150144.757000', '150144.760000', '150144.763000', '150144.765000', '150144.768000', '150144.771000', '150144.773000', '150144.776000', '150144.778000', '150144.781000', '150144.784000', '150144.786000', '150144.789000', '150144.791000', '150144.794000', '150144.796000', '150144.799000', '150144.802000', '150144.804000', '150144.807000', '150144.809000', '150144.812000', '150144.814000', '150144.817000', '150144.820000', '150144.822000', '150144.825000', '150144.827000', '150144.830000', '150144.832000', '150144.835000', '150144.837000', '150144.840000', '150144.843000', '150144.845000', '150144.848000', '150144.850000', '150144.853000', '150204.742000', '150204.745000', '150204.748000', '150204.751000', '150204.753000', '150204.756000', '150204.758000', '150204.761000', '150204.763000', '150204.766000', '150204.769000', '150204.771000', '150204.774000', '150204.776000', '150204.779000', '150204.781000', '150204.784000', '150204.786000', '150204.789000', '150204.792000', '150204.794000', '150204.797000', '150204.867000', '150204.870000', '150204.872000', '150204.875000', '150204.877000', '150204.880000', '150204.893000', '150204.896000', '150204.899000', '150204.901000', '150204.904000', '150204.906000', '150204.909000', '150204.911000', '150204.914000', '150204.917000', '150204.919000', '150204.922000', '150204.924000', '150204.927000', '150204.929000', '150204.932000', '150224.743000', '150224.745000', '150224.748000', '150224.750000', '150224.753000', '150224.756000', '150224.758000', '150224.761000', '150224.763000', '150224.766000', '150224.769000', '150224.771000', '150224.774000', '150224.776000', '150224.788000', '150224.791000', '150224.794000', '150224.796000', '150224.799000', '150224.836000', '150224.839000', '150224.841000', '150224.844000', '150224.846000', '150224.849000', '150224.851000', '150224.854000', '150224.857000', '150224.859000', '150224.862000', '150224.864000', '150224.867000', '150224.869000', '150224.872000', '150224.874000', '150224.877000', '150224.880000', '150224.882000', '150224.885000', '150224.887000', '150224.890000', '150224.892000', '150224.895000', '150224.898000', '150244.743000', '150244.745000', '150244.748000', '150244.751000', '150244.753000', '150244.756000', '150244.758000', '150244.761000', '150244.763000', '150244.766000', '150244.769000', '150244.771000', '150244.774000', '150244.776000', '150244.779000', '150244.782000', '150244.784000', '150244.787000', '150244.789000', '150244.792000', '150244.794000', '150244.797000', '150244.843000', '150244.845000', '150244.848000', '150244.850000', '150244.853000', '150244.856000', '150244.858000', '150244.861000', '150244.863000', '150244.866000', '150244.868000', '150244.871000', '150244.873000', '150244.876000', '150244.879000', '150244.881000', '150244.884000', '150244.886000', '150244.889000', '150244.891000', '150244.894000', '150304.742000', '150304.745000', '150304.748000', '150304.751000', '150304.754000', '150304.757000', '150304.759000', '150304.762000', '150304.764000', '150304.767000', '150304.770000', '150304.772000', '150304.775000', '150304.777000', '150304.781000', '150304.783000', '150304.786000', '150304.789000', '150304.791000', '150304.794000', '150304.796000', '150304.799000', '150304.882000', '150304.884000', '150304.887000', '150304.889000', '150304.892000', '150304.894000', '150304.897000', '150304.900000', '150304.902000', '150304.905000', '150304.907000', '150304.910000', '150304.912000', '150304.915000', '150304.918000', '150304.920000', '150304.923000', '150304.925000', '150304.928000', '150304.931000', '150304.933000', '150304.936000', '150324.743000', '150324.746000', '150324.749000', '150324.751000', '150324.754000', '150324.756000', '150324.759000', '150324.762000', '150324.764000', '150324.767000', '150324.769000', '150324.772000', '150324.774000', '150324.777000', '150324.780000', '150324.782000', '150324.785000', '150324.787000', '150324.790000', '150324.792000', '150324.795000', '150324.797000', '150324.800000', '150324.863000', '150324.865000', '150324.868000', '150324.870000', '150324.873000', '150324.875000', '150324.878000', '150324.881000', '150324.883000', '150324.886000', '150324.888000', '150324.891000', '150324.893000', '150324.896000', '150324.898000', '150324.901000', '150324.903000', '150324.906000', '150324.909000', '150324.911000', '150344.743000', '150344.746000', '150344.748000', '150344.751000', '150344.754000', '150344.756000', '150344.759000', '150344.761000', '150344.764000', '150344.766000', '150344.769000', '150344.771000', '150344.774000', '150344.777000', '150344.779000', '150344.782000', '150344.784000', '150344.787000', '150344.789000', '150344.792000', '150344.795000', '150344.797000', '150344.857000', '150344.859000', '150344.862000', '150344.864000', '150344.867000', '150344.869000', '150344.872000', '150344.875000', '150344.877000', '150344.880000', '150344.882000', '150344.885000', '150344.887000', '150344.890000', '150344.893000', '150344.895000', '150344.898000', '150344.900000', '150344.903000', '150344.906000', '150344.908000', '150344.911000', '150404.742000', '150404.745000', '150404.748000', '150404.751000', '150404.753000', '150404.756000', '150404.758000', '150404.761000', '150404.764000', '150404.766000', '150404.769000', '150404.772000', '150404.774000', '150404.777000', '150404.779000', '150404.782000', '150404.785000', '150404.787000', '150404.790000', '150404.792000', '150404.795000', '150404.797000', '150404.847000', '150404.849000', '150404.852000', '150404.854000', '150404.857000', '150404.859000', '150404.862000', '150404.865000', '150404.867000', '150404.870000', '150404.872000', '150404.875000', '150404.877000', '150404.880000', '150404.883000', '150404.885000', '150404.888000', '150404.890000', '150404.893000', '150404.895000', '150404.898000', '150424.743000', '150424.746000', '150424.748000', '150424.751000', '150424.754000', '150424.762000', '150424.764000', '150424.767000', '150424.770000', '150424.772000', '150424.775000', '150424.778000', '150424.780000', '150424.783000', '150424.785000', '150424.788000', '150424.791000', '150424.794000', '150424.797000', '150424.799000', '150424.838000', '150424.840000', '150424.856000', '150424.859000', '150424.862000', '150424.864000', '150424.867000', '150424.870000', '150424.873000', '150424.875000', '150424.878000', '150424.880000', '150424.883000', '150424.886000', '150424.888000', '150424.891000', '150424.893000', '150424.896000', '150424.899000', '150424.901000', '150424.904000', '150424.906000', '150424.909000', '150444.743000', '150444.746000', '150444.748000', '150444.751000', '150444.753000', '150444.756000', '150444.759000', '150444.761000', '150444.764000', '150444.767000', '150444.769000', '150444.772000', '150444.774000', '150444.777000', '150444.780000', '150444.782000', '150444.785000', '150444.787000', '150444.790000', '150444.792000', '150444.795000', '150444.798000', '150444.860000', '150444.862000', '150444.865000', '150444.867000', '150444.870000', '150444.873000', '150444.875000', '150444.878000', '150444.880000', '150444.883000', '150444.885000', '150444.888000', '150444.890000', '150444.893000', '150444.896000', '150444.898000', '150444.901000', '150444.903000', '150444.906000', '150444.909000', '150444.911000', '150444.914000', '150504.743000', '150504.746000', '150504.748000', '150504.751000', '150504.753000', '150504.756000', '150504.759000', '150504.761000', '150504.764000', '150504.766000', '150504.769000', '150504.772000', '150504.774000', '150504.777000', '150504.779000', '150504.782000', '150504.785000', '150504.788000', '150504.790000', '150504.793000', '150504.796000', '150504.798000', '150504.877000', '150504.879000', '150504.882000', '150504.884000', '150504.887000', '150504.889000', '150504.892000', '150504.895000', '150504.897000', '150504.900000', '150504.902000', '150504.905000', '150504.908000', '150504.910000', '150504.913000', '150504.915000', '150504.918000', '150504.920000', '150504.923000', '150504.926000', '150504.928000', '150524.744000', '150524.746000', '150524.749000', '150524.751000', '150524.754000', '150524.757000', '150524.759000', '150524.763000', '150524.766000', '150524.768000', '150524.771000', '150524.773000', '150524.776000', '150524.778000', '150524.781000', '150524.783000', '150524.786000', '150524.789000', '150524.791000', '150524.794000', '150524.796000', '150524.799000', '150524.846000', '150524.848000', '150524.851000', '150524.853000', '150524.856000', '150524.859000', '150524.861000', '150524.864000', '150524.866000', '150524.869000', '150524.871000', '150524.874000', '150524.876000', '150524.879000', '150524.882000', '150524.884000', '150524.887000', '150524.889000', '150524.892000', '150524.895000', '150524.897000', '150524.900000', '150544.743000', '150544.746000', '150544.749000', '150544.752000', '150544.754000', '150544.757000', '150544.760000', '150544.762000', '150544.765000', '150544.767000', '150544.770000', '150544.773000', '150544.776000', '150544.778000', '150544.781000', '150544.783000', '150544.786000', '150544.789000', '150544.791000', '150544.794000', '150544.796000', '150544.799000', '150544.871000', '150544.873000', '150544.876000', '150544.878000', '150544.881000', '150544.884000', '150544.886000', '150544.889000', '150544.892000', '150544.894000', '150544.897000', '150544.912000', '150544.914000', '150544.917000', '150544.919000', '150544.922000', '150544.925000', '150544.927000', '150544.930000', '150544.932000', '150544.935000', '150549.401000', '150549.404000', '150549.407000', '150549.410000', '150549.413000', '150549.416000', '150549.418000', '150549.421000', '150549.424000', '150549.426000', '150549.429000'], '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': [18551, 13269, 18081, 11249, 12064, 15994, 11640, 8326, 11333, 8141, 14779, 11581, 7447, 15094, 9469, 8092, 13281, 9709, 8119, 10664, 7534, 13768, 9097, 7369, 11958, 8509, 8441, 12142, 8618, 9658, 12032, 8400, 16193, 11423, 9137, 15885, 9953, 12587, 11973, 8871, 17409, 11930, 8121, 13801, 8519, 10978, 13401, 8925, 15648, 9777, 8234, 14960, 10301, 10104, 9981, 7178, 15286, 9764, 9379, 12742, 8091, 16472, 10821, 7998, 13779, 9023, 14187, 11545, 8875, 16960, 10199, 10174, 14739, 9707, 16464, 9766, 7736, 14197, 10246, 8148, 14343, 9408, 15908, 11515, 10013, 17031, 10130, 9325, 13528, 9878, 15669, 10780, 7550, 14580, 9304, 8360, 14074, 8822, 10437, 11858, 8585, 17425, 11243, 7955, 15657, 10061, 11755, 16032, 10422, 12344, 12191, 9181, 17495, 11930, 8139, 12877, 8359, 13856, 11490, 7317, 12905, 10706, 8579, 9090, 14941, 11334, 12527, 14418, 8992, 17855, 11036, 7592, 11996, 8340, 9529, 12737, 9585, 8739, 10991, 7669, 17104, 11104, 7691, 14369, 8750, 11776, 13072, 8685, 15440, 9619, 8034, 15460, 9367, 7621, 14422, 9263, 15087, 12994, 9431, 16841, 9606, 10370, 13574, 9320, 17597, 10567, 7983, 14167, 9070, 12670, 13047, 8811, 16961, 9574, 9245, 13895, 9591, 16426, 9687, 8925, 13787, 9735, 16663, 10071, 7396, 12164, 8411, 7661, 13815, 10337, 7658, 9234, 10887, 9083, 15421, 11282, 7717, 16135, 9242, 9236, 16805, 10645, 9959, 13401, 8436, 17348, 11378, 7819, 15111, 9363, 15872, 11467, 7839, 15522, 9236, 9173, 14107, 10462, 14201, 11158, 7880, 17266, 11481, 10914, 13430, 8249, 16855, 11011, 8266, 14017, 8636, 15015, 10005, 8228, 15312, 8941, 8806, 12061, 8258, 16722, 11620, 8235, 15096, 9368, 15521, 11470, 7453, 15145, 9287, 11700, 12517, 7718, 15575, 8978, 10000, 14124, 9400, 13154, 9959, 8261, 17031, 10358, 7824, 15352, 10229, 11870, 14571, 9520, 14212, 10350, 8683, 15059, 8989, 8024, 14232, 10090, 8521, 13211, 8727, 16500, 11537, 8487, 16786, 10184, 11221, 14368, 10574, 13810, 10979, 7700, 16325, 10543, 8842, 15553, 9877, 13849, 12219, 8465, 16187, 9536, 7499, 15456, 10759, 8827, 13553, 8588, 17357, 10462, 7794, 14273, 8908, 9941, 13787, 10110, 9471, 12192, 7985, 16474, 11033, 7260, 14434, 8879, 10397, 13985, 8470, 10543, 12644, 8953, 7745, 15374, 11567, 7540, 15411, 9516, 12712, 14133, 8541, 12731, 9111, 7626, 15634, 10292, 7720, 14099, 8964, 11640, 14241, 9764, 18522, 11107, 8983, 14030, 8803, 17177, 11487, 7767, 14100, 8698, 12854, 11036, 7145, 13660, 8507, 10709, 12086, 8056, 15370, 8821, 7555, 14769, 10306, 9312, 13142, 8231, 17271, 10754, 8104, 15277, 9263, 13594, 11938, 7672, 16016, 8907, 8039, 15458, 10629, 9929, 14524, 9592, 17427, 11326, 12102, 13847, 8873, 8870, 13363, 8954, 15270, 9374, 7684, 14398, 9350, 8926, 14342, 8863, 13528, 11950, 9032, 17505, 10972, 8154, 14811, 9354, 10416, 14892, 9232, 10377, 11002, 8316, 16815, 10881, 7861, 14323, 8967, 16892, 11367, 8332, 14108, 8503, 11175, 12494, 8829, 16008, 9871, 9100, 14200, 9064, 16082, 10010, 8831, 11579, 7860, 15286, 9595, 8588, 12417, 8352, 15831, 10405, 8971, 12243, 8222, 16138, 11002, 13019, 9336, 7014, 13398, 8735, 7265, 13620, 8652, 7015, 11311, 11098, 8970, 18256, 11873, 8897, 15128, 9823, 15366, 9673, 7166, 13133, 8619, 10091, 11795, 8241, 15111, 8908, 6969, 12921, 8596, 11181, 10915, 7040, 14703, 8949, 10292, 14242, 9168, 11610, 12543, 8623, 16971, 10928, 8576, 15813, 11524, 12359, 10102, 7250, 16165, 10338, 10028, 11357, 7708, 15805, 9590, 7342, 13753, 8431, 10068, 12721, 8626, 15376, 9853, 8484, 15316, 10488, 9871, 12586, 8140, 17301, 11327, 8210, 13252, 8232, 12915, 11394, 7488, 15055, 9575, 7862, 15642, 10957, 7849, 13954, 8985, 16399, 10552, 7889, 13786, 8807, 12580, 10324, 6884, 14164, 9140, 7842, 9765, 13098, 10249, 8684, 15160, 9549, 17630, 11035, 10894, 12986, 8547, 15658, 8993, 7986, 13985, 8297, 7938, 12117, 8275, 15839, 11249, 8112, 15052, 9604, 17316, 11229, 7867, 14526, 8900, 10440, 12141, 8087, 15638, 9966, 8128, 14353, 9777, 12305, 11911, 7649, 16482, 10619, 10043, 10977, 7329, 15881, 9938, 8167, 14340, 8885, 11789, 11975, 8193, 16399, 9793, 8003, 14710, 9879, 10981, 11552, 7444, 16306, 10587, 8480, 12296, 7922, 14688, 11422, 7573, 15883, 9916, 9635, 15050, 10217, 11042, 12429, 8105, 17703, 11158, 7742, 14333, 8907, 11924, 13236, 8724, 15936, 9520, 8203, 15374, 10243, 10385, 12080, 8085, 16047, 10339, 7435, 13075, 8666, 12058, 12240, 7778, 15810, 9781, 8830, 15749, 10410, 9777, 13041, 8681, 16896, 10057, 7556, 13101, 9056, 8593, 14095, 9332, 15142, 11295, 8589, 16119, 10450, 9959, 13921, 9594, 13709, 10594, 7509, 15508, 10093, 8692, 14380, 8977, 16330, 10154, 8937, 14479, 8998, 11732, 9826, 7169, 15085, 9583, 8485, 13726, 9457, 16954, 10466, 8160, 14006, 9254, 15981, 10656, 7667, 14542, 8980, 10981, 11593, 7176, 15274, 9491, 7107, 13093, 8380, 11470, 10746, 7512, 15695, 9825, 8350, 15546, 11017, 9354, 14039, 8936, 18360, 11620, 7963, 14526, 8944, 10874, 13061, 7981, 15394, 9432, 8378, 14556, 9898, 7871, 13710, 9061, 14070, 11938, 7438, 16389, 9857, 8483, 14188, 8418, 7743, 13325, 9252, 11154, 12572, 8002, 17027, 10560, 8386, 16072, 10220, 8834, 14581, 10260, 10113, 13089, 8469, 17175, 10122, 8557, 15439, 9901, 9764, 11654, 8058, 16353, 10410, 7846, 14397, 8891, 14834, 10568, 7716, 14606, 8795, 8923, 11568, 7635, 15685, 10879, 7636, 13243, 7569, 10061, 11896, 8421, 7051, 14515, 8834, 7829, 15181, 9946, 9261, 16272, 10733, 8575, 9654, 7800, 7149, 13276, 8964, 11666, 11622, 8787, 16722, 10117, 10070, 13140, 9065, 18664, 11548, 8717, 13612, 8019, 16949, 10177, 8178, 11826, 7391, 14942, 9709, 8652, 10765, 7179, 14813, 9593, 7165, 13447, 8643, 12277, 11818, 7470, 15697, 9795, 7929, 15129, 10208, 12298, 11043, 7628, 15683, 9674, 11532, 11190, 7221, 15750, 9621, 11472, 13955, 8361, 15051, 8994, 8659, 14615, 9056, 11066, 9751, 7086, 15460, 9873, 8333], 'WindowCenter': [4264.0, 4203.0, 4206.0, 4160.0, 4156.0, 4176.0, 4145.0, 4111.0, 4130.0, 4101.0, 4161.0, 4143.0, 4100.0, 4162.0, 4122.0, 4110.0, 4163.0, 4134.0, 4112.0, 4145.0, 4116.0, 4178.0, 4138.0, 4118.0, 4169.0, 4150.0, 4141.0, 4182.0, 4153.0, 4162.0, 4183.0, 4142.0, 4204.0, 4184.0, 4152.0, 4202.0, 4162.0, 4170.0, 4169.0, 4150.0, 4202.0, 4172.0, 4128.0, 4180.0, 4140.0, 4170.0, 4192.0, 4152.0, 4191.0, 4161.0, 4139.0, 4203.0, 4174.0, 4161.0, 4162.0, 4122.0, 4205.0, 4175.0, 4163.0, 4194.0, 4143.0, 4204.0, 4185.0, 4143.0, 4194.0, 4165.0, 4193.0, 4186.0, 4165.0, 4215.0, 4175.0, 4175.0, 4205.0, 4164.0, 4203.0, 4164.0, 4142.0, 4204.0, 4176.0, 4155.0, 4206.0, 4166.0, 4205.0, 4186.0, 4176.0, 4216.0, 4174.0, 4163.0, 4193.0, 4175.0, 4205.0, 4174.0, 4143.0, 4205.0, 4165.0, 4155.0, 4205.0, 4164.0, 4174.0, 4196.0, 4166.0, 4217.0, 4187.0, 4145.0, 4205.0, 4175.0, 4185.0, 4216.0, 4175.0, 4184.0, 4184.0, 4163.0, 4215.0, 4185.0, 4142.0, 4181.0, 4142.0, 4193.0, 4183.0, 4134.0, 4193.0, 4173.0, 4154.0, 4164.0, 4217.0, 4187.0, 4196.0, 4194.0, 4154.0, 4203.0, 4173.0, 4129.0, 4170.0, 4140.0, 4159.0, 4181.0, 4164.0, 4152.0, 4172.0, 4143.0, 4214.0, 4186.0, 4143.0, 4205.0, 4155.0, 4195.0, 4195.0, 4165.0, 4204.0, 4176.0, 4155.0, 4216.0, 4176.0, 4156.0, 4206.0, 4166.0, 4206.0, 4198.0, 4165.0, 4215.0, 4164.0, 4161.0, 4193.0, 4163.0, 4203.0, 4172.0, 4141.0, 4191.0, 4152.0, 4192.0, 4193.0, 4152.0, 4201.0, 4162.0, 4164.0, 4206.0, 4163.0, 4202.0, 4162.0, 4150.0, 4190.0, 4160.0, 4202.0, 4160.0, 4131.0, 4182.0, 4141.0, 4143.0, 4205.0, 4187.0, 4157.0, 4176.0, 4197.0, 4179.0, 4216.0, 4184.0, 4143.0, 4204.0, 4163.0, 4164.0, 4214.0, 4174.0, 4162.0, 4193.0, 4153.0, 4212.0, 4171.0, 4130.0, 4191.0, 4151.0, 4201.0, 4172.0, 4131.0, 4202.0, 4151.0, 4150.0, 4193.0, 4173.0, 4192.0, 4172.0, 4141.0, 4203.0, 4173.0, 4172.0, 4182.0, 4140.0, 4202.0, 4170.0, 4139.0, 4190.0, 4139.0, 4190.0, 4161.0, 4141.0, 4202.0, 4151.0, 4150.0, 4182.0, 4153.0, 4202.0, 4183.0, 4141.0, 4202.0, 4162.0, 4202.0, 4171.0, 4130.0, 4191.0, 4162.0, 4181.0, 4181.0, 4130.0, 4202.0, 4163.0, 4172.0, 4204.0, 4164.0, 4193.0, 4163.0, 4153.0, 4215.0, 4175.0, 4143.0, 4215.0, 4186.0, 4183.0, 4204.0, 4162.0, 4192.0, 4173.0, 4152.0, 4203.0, 4163.0, 4141.0, 4204.0, 4173.0, 4153.0, 4193.0, 4154.0, 4215.0, 4185.0, 4154.0, 4215.0, 4173.0, 4173.0, 4193.0, 4173.0, 4192.0, 4171.0, 4129.0, 4202.0, 4172.0, 4150.0, 4202.0, 4161.0, 4192.0, 4182.0, 4141.0, 4200.0, 4149.0, 4131.0, 4203.0, 4173.0, 4151.0, 4191.0, 4150.0, 4201.0, 4172.0, 4129.0, 4190.0, 4152.0, 4161.0, 4193.0, 4173.0, 4162.0, 4182.0, 4143.0, 4214.0, 4183.0, 4131.0, 4203.0, 4164.0, 4173.0, 4207.0, 4153.0, 4173.0, 4195.0, 4164.0, 4157.0, 4219.0, 4198.0, 4155.0, 4216.0, 4175.0, 4194.0, 4205.0, 4152.0, 4192.0, 4151.0, 4143.0, 4204.0, 4174.0, 4141.0, 4193.0, 4152.0, 4182.0, 4204.0, 4164.0, 4214.0, 4173.0, 4150.0, 4191.0, 4150.0, 4200.0, 4171.0, 4128.0, 4190.0, 4151.0, 4180.0, 4171.0, 4121.0, 4192.0, 4153.0, 4172.0, 4194.0, 4154.0, 4203.0, 4162.0, 4144.0, 4204.0, 4175.0, 4163.0, 4194.0, 4154.0, 4216.0, 4186.0, 4143.0, 4205.0, 4166.0, 4205.0, 4185.0, 4144.0, 4214.0, 4163.0, 4155.0, 4216.0, 4188.0, 4174.0, 4204.0, 4164.0, 4214.0, 4185.0, 4183.0, 4192.0, 4151.0, 4151.0, 4193.0, 4163.0, 4202.0, 4162.0, 4141.0, 4203.0, 4163.0, 4164.0, 4204.0, 4164.0, 4193.0, 4184.0, 4153.0, 4215.0, 4172.0, 4140.0, 4192.0, 4164.0, 4174.0, 4205.0, 4165.0, 4172.0, 4184.0, 4153.0, 4215.0, 4185.0, 4142.0, 4193.0, 4162.0, 4203.0, 4184.0, 4141.0, 4192.0, 4152.0, 4181.0, 4192.0, 4163.0, 4203.0, 4161.0, 4150.0, 4193.0, 4153.0, 4203.0, 4162.0, 4150.0, 4171.0, 4140.0, 4201.0, 4161.0, 4150.0, 4192.0, 4152.0, 4204.0, 4174.0, 4151.0, 4181.0, 4152.0, 4203.0, 4173.0, 4181.0, 4150.0, 4119.0, 4205.0, 4165.0, 4143.0, 4203.0, 4166.0, 4145.0, 4196.0, 4197.0, 4166.0, 4227.0, 4187.0, 4153.0, 4205.0, 4174.0, 4191.0, 4150.0, 4118.0, 4178.0, 4139.0, 4158.0, 4181.0, 4141.0, 4192.0, 4150.0, 4132.0, 4193.0, 4164.0, 4185.0, 4184.0, 4132.0, 4203.0, 4166.0, 4175.0, 4206.0, 4165.0, 4185.0, 4195.0, 4164.0, 4215.0, 4174.0, 4153.0, 4204.0, 4185.0, 4183.0, 4162.0, 4130.0, 4202.0, 4173.0, 4161.0, 4171.0, 4130.0, 4202.0, 4162.0, 4131.0, 4191.0, 4152.0, 4174.0, 4194.0, 4153.0, 4203.0, 4173.0, 4153.0, 4205.0, 4175.0, 4161.0, 4182.0, 4142.0, 4214.0, 4173.0, 4140.0, 4180.0, 4140.0, 4180.0, 4183.0, 4133.0, 4202.0, 4163.0, 4154.0, 4216.0, 4184.0, 4153.0, 4203.0, 4164.0, 4215.0, 4173.0, 4141.0, 4194.0, 4165.0, 4194.0, 4185.0, 4134.0, 4203.0, 4176.0, 4157.0, 4187.0, 4208.0, 4189.0, 4166.0, 4216.0, 4165.0, 4215.0, 4175.0, 4172.0, 4181.0, 4151.0, 4201.0, 4152.0, 4141.0, 4192.0, 4151.0, 4140.0, 4183.0, 4154.0, 4215.0, 4185.0, 4143.0, 4205.0, 4175.0, 4215.0, 4185.0, 4142.0, 4202.0, 4152.0, 4171.0, 4193.0, 4152.0, 4204.0, 4172.0, 4141.0, 4204.0, 4174.0, 4193.0, 4183.0, 4142.0, 4213.0, 4173.0, 4162.0, 4171.0, 4131.0, 4203.0, 4174.0, 4152.0, 4203.0, 4163.0, 4182.0, 4194.0, 4154.0, 4214.0, 4172.0, 4153.0, 4205.0, 4174.0, 4183.0, 4183.0, 4144.0, 4214.0, 4186.0, 4163.0, 4193.0, 4154.0, 4204.0, 4195.0, 4144.0, 4215.0, 4176.0, 4174.0, 4205.0, 4174.0, 4182.0, 4182.0, 4144.0, 4215.0, 4183.0, 4130.0, 4192.0, 4151.0, 4181.0, 4192.0, 4152.0, 4201.0, 4160.0, 4152.0, 4203.0, 4172.0, 4160.0, 4180.0, 4139.0, 4201.0, 4171.0, 4131.0, 4190.0, 4152.0, 4181.0, 4192.0, 4143.0, 4203.0, 4173.0, 4162.0, 4205.0, 4173.0, 4161.0, 4193.0, 4151.0, 4213.0, 4161.0, 4129.0, 4191.0, 4162.0, 4162.0, 4204.0, 4163.0, 4205.0, 4184.0, 4152.0, 4203.0, 4172.0, 4160.0, 4191.0, 4161.0, 4191.0, 4171.0, 4131.0, 4202.0, 4172.0, 4151.0, 4192.0, 4151.0, 4201.0, 4172.0, 4150.0, 4192.0, 4150.0, 4180.0, 4172.0, 4132.0, 4203.0, 4164.0, 4153.0, 4204.0, 4174.0, 4214.0, 4173.0, 4142.0, 4193.0, 4162.0, 4202.0, 4172.0, 4129.0, 4202.0, 4163.0, 4171.0, 4181.0, 4131.0, 4214.0, 4175.0, 4133.0, 4204.0, 4155.0, 4195.0, 4197.0, 4146.0, 4216.0, 4186.0, 4166.0, 4218.0, 4186.0, 4164.0, 4204.0, 4164.0, 4215.0, 4184.0, 4143.0, 4202.0, 4164.0, 4183.0, 4193.0, 4142.0, 4202.0, 4161.0, 4151.0, 4203.0, 4175.0, 4141.0, 4192.0, 4164.0, 4203.0, 4183.0, 4132.0, 4213.0, 4174.0, 4155.0, 4205.0, 4152.0, 4141.0, 4204.0, 4164.0, 4185.0, 4195.0, 4154.0, 4215.0, 4185.0, 4154.0, 4205.0, 4173.0, 4152.0, 4204.0, 4173.0, 4172.0, 4192.0, 4141.0, 4212.0, 4173.0, 4152.0, 4204.0, 4164.0, 4161.0, 4182.0, 4142.0, 4203.0, 4172.0, 4141.0, 4192.0, 4153.0, 4202.0, 4173.0, 4142.0, 4204.0, 4152.0, 4151.0, 4182.0, 4143.0, 4204.0, 4185.0, 4144.0, 4207.0, 4143.0, 4174.0, 4195.0, 4167.0, 4147.0, 4217.0, 4177.0, 4157.0, 4218.0, 4188.0, 4177.0, 4242.0, 4211.0, 4180.0, 4186.0, 4155.0, 4145.0, 4206.0, 4178.0, 4185.0, 4198.0, 4166.0, 4217.0, 4175.0, 4174.0, 4193.0, 4151.0, 4214.0, 4172.0, 4138.0, 4179.0, 4128.0, 4200.0, 4160.0, 4138.0, 4168.0, 4129.0, 4192.0, 4160.0, 4137.0, 4168.0, 4117.0, 4189.0, 4162.0, 4130.0, 4192.0, 4153.0, 4183.0, 4183.0, 4132.0, 4202.0, 4162.0, 4142.0, 4204.0, 4174.0, 4182.0, 4172.0, 4131.0, 4203.0, 4162.0, 4181.0, 4171.0, 4130.0, 4202.0, 4163.0, 4183.0, 4205.0, 4153.0, 4202.0, 4152.0, 4152.0, 4205.0, 4163.0, 4171.0, 4163.0, 4132.0, 4204.0, 4175.0, 4154.0], 'WindowWidth': [9436.0, 9326.0, 9316.0, 9240.0, 9227.0, 9255.0, 9209.0, 9155.0, 9180.0, 9143.0, 9224.0, 9202.0, 9144.0, 9226.0, 9173.0, 9157.0, 9230.0, 9195.0, 9162.0, 9209.0, 9175.0, 9258.0, 9206.0, 9180.0, 9248.0, 9226.0, 9219.0, 9273.0, 9237.0, 9247.0, 9273.0, 9219.0, 9304.0, 9277.0, 9232.0, 9299.0, 9243.0, 9251.0, 9251.0, 9225.0, 9300.0, 9259.0, 9195.0, 9264.0, 9214.0, 9252.0, 9285.0, 9232.0, 9283.0, 9241.0, 9211.0, 9302.0, 9263.0, 9242.0, 9244.0, 9193.0, 9307.0, 9268.0, 9249.0, 9290.0, 9221.0, 9305.0, 9282.0, 9222.0, 9291.0, 9254.0, 9290.0, 9284.0, 9257.0, 9323.0, 9268.0, 9266.0, 9308.0, 9252.0, 9303.0, 9250.0, 9220.0, 9305.0, 9273.0, 9243.0, 9310.0, 9258.0, 9308.0, 9286.0, 9271.0, 9326.0, 9264.0, 9248.0, 9289.0, 9269.0, 9308.0, 9265.0, 9223.0, 9309.0, 9258.0, 9243.0, 9309.0, 9254.0, 9266.0, 9297.0, 9260.0, 9331.0, 9287.0, 9230.0, 9309.0, 9268.0, 9282.0, 9326.0, 9268.0, 9278.0, 9277.0, 9249.0, 9324.0, 9281.0, 9219.0, 9269.0, 9220.0, 9290.0, 9277.0, 9212.0, 9290.0, 9264.0, 9241.0, 9254.0, 9329.0, 9289.0, 9297.0, 9293.0, 9238.0, 9305.0, 9261.0, 9199.0, 9253.0, 9214.0, 9238.0, 9271.0, 9252.0, 9233.0, 9261.0, 9223.0, 9322.0, 9285.0, 9224.0, 9307.0, 9242.0, 9297.0, 9296.0, 9256.0, 9307.0, 9271.0, 9244.0, 9326.0, 9274.0, 9247.0, 9312.0, 9258.0, 9311.0, 9306.0, 9255.0, 9322.0, 9251.0, 9243.0, 9290.0, 9248.0, 9304.0, 9257.0, 9217.0, 9283.0, 9235.0, 9288.0, 9291.0, 9234.0, 9298.0, 9246.0, 9253.0, 9314.0, 9251.0, 9300.0, 9245.0, 9226.0, 9281.0, 9242.0, 9299.0, 9241.0, 9204.0, 9272.0, 9218.0, 9228.0, 9313.0, 9293.0, 9252.0, 9273.0, 9306.0, 9282.0, 9329.0, 9282.0, 9224.0, 9305.0, 9250.0, 9253.0, 9323.0, 9266.0, 9245.0, 9288.0, 9238.0, 9317.0, 9259.0, 9201.0, 9283.0, 9230.0, 9298.0, 9262.0, 9204.0, 9298.0, 9231.0, 9227.0, 9291.0, 9264.0, 9288.0, 9260.0, 9218.0, 9302.0, 9263.0, 9258.0, 9271.0, 9214.0, 9299.0, 9254.0, 9212.0, 9279.0, 9212.0, 9280.0, 9243.0, 9217.0, 9300.0, 9230.0, 9228.0, 9271.0, 9237.0, 9304.0, 9277.0, 9217.0, 9299.0, 9247.0, 9299.0, 9258.0, 9201.0, 9282.0, 9247.0, 9271.0, 9271.0, 9204.0, 9300.0, 9251.0, 9262.0, 9307.0, 9253.0, 9288.0, 9250.0, 9237.0, 9325.0, 9270.0, 9226.0, 9323.0, 9288.0, 9279.0, 9305.0, 9248.0, 9287.0, 9265.0, 9234.0, 9304.0, 9250.0, 9219.0, 9305.0, 9266.0, 9239.0, 9290.0, 9241.0, 9324.0, 9283.0, 9241.0, 9323.0, 9262.0, 9262.0, 9291.0, 9262.0, 9285.0, 9255.0, 9200.0, 9300.0, 9261.0, 9229.0, 9299.0, 9245.0, 9287.0, 9275.0, 9218.0, 9294.0, 9225.0, 9204.0, 9304.0, 9263.0, 9230.0, 9284.0, 9228.0, 9299.0, 9260.0, 9201.0, 9282.0, 9233.0, 9245.0, 9291.0, 9263.0, 9246.0, 9274.0, 9226.0, 9321.0, 9280.0, 9208.0, 9305.0, 9255.0, 9265.0, 9317.0, 9238.0, 9264.0, 9295.0, 9254.0, 9250.0, 9337.0, 9306.0, 9247.0, 9328.0, 9272.0, 9295.0, 9309.0, 9235.0, 9287.0, 9232.0, 9223.0, 9307.0, 9267.0, 9220.0, 9289.0, 9234.0, 9273.0, 9307.0, 9252.0, 9323.0, 9262.0, 9228.0, 9282.0, 9229.0, 9298.0, 9256.0, 9195.0, 9278.0, 9232.0, 9270.0, 9258.0, 9191.0, 9285.0, 9237.0, 9261.0, 9296.0, 9242.0, 9303.0, 9248.0, 9227.0, 9308.0, 9271.0, 9252.0, 9293.0, 9242.0, 9327.0, 9285.0, 9225.0, 9309.0, 9259.0, 9311.0, 9283.0, 9228.0, 9321.0, 9254.0, 9246.0, 9329.0, 9292.0, 9270.0, 9309.0, 9252.0, 9323.0, 9285.0, 9278.0, 9287.0, 9231.0, 9233.0, 9290.0, 9251.0, 9302.0, 9247.0, 9221.0, 9305.0, 9254.0, 9254.0, 9307.0, 9253.0, 9290.0, 9281.0, 9239.0, 9324.0, 9260.0, 9217.0, 9286.0, 9255.0, 9266.0, 9309.0, 9255.0, 9261.0, 9279.0, 9240.0, 9326.0, 9283.0, 9222.0, 9290.0, 9250.0, 9306.0, 9279.0, 9218.0, 9286.0, 9234.0, 9273.0, 9290.0, 9250.0, 9304.0, 9246.0, 9230.0, 9291.0, 9237.0, 9305.0, 9247.0, 9227.0, 9258.0, 9216.0, 9300.0, 9247.0, 9231.0, 9288.0, 9236.0, 9307.0, 9266.0, 9232.0, 9271.0, 9234.0, 9305.0, 9264.0, 9270.0, 9228.0, 9187.0, 9312.0, 9260.0, 9225.0, 9305.0, 9261.0, 9233.0, 9301.0, 9304.0, 9261.0, 9349.0, 9290.0, 9239.0, 9311.0, 9267.0, 9288.0, 9227.0, 9183.0, 9261.0, 9212.0, 9235.0, 9272.0, 9219.0, 9288.0, 9230.0, 9208.0, 9292.0, 9256.0, 9285.0, 9282.0, 9210.0, 9305.0, 9262.0, 9272.0, 9314.0, 9257.0, 9285.0, 9299.0, 9257.0, 9327.0, 9269.0, 9237.0, 9310.0, 9282.0, 9276.0, 9246.0, 9202.0, 9302.0, 9265.0, 9245.0, 9258.0, 9203.0, 9301.0, 9251.0, 9206.0, 9285.0, 9237.0, 9267.0, 9295.0, 9240.0, 9306.0, 9266.0, 9240.0, 9312.0, 9270.0, 9247.0, 9274.0, 9222.0, 9322.0, 9265.0, 9215.0, 9268.0, 9216.0, 9270.0, 9276.0, 9211.0, 9302.0, 9251.0, 9241.0, 9328.0, 9283.0, 9239.0, 9305.0, 9257.0, 9323.0, 9266.0, 9220.0, 9292.0, 9257.0, 9295.0, 9283.0, 9217.0, 9304.0, 9272.0, 9251.0, 9293.0, 9322.0, 9297.0, 9262.0, 9329.0, 9257.0, 9326.0, 9270.0, 9261.0, 9272.0, 9230.0, 9299.0, 9235.0, 9220.0, 9287.0, 9233.0, 9217.0, 9277.0, 9244.0, 9326.0, 9285.0, 9226.0, 9309.0, 9269.0, 9326.0, 9283.0, 9222.0, 9301.0, 9237.0, 9260.0, 9292.0, 9238.0, 9309.0, 9263.0, 9220.0, 9309.0, 9268.0, 9292.0, 9279.0, 9224.0, 9321.0, 9265.0, 9248.0, 9259.0, 9205.0, 9305.0, 9269.0, 9237.0, 9305.0, 9251.0, 9274.0, 9295.0, 9242.0, 9322.0, 9264.0, 9240.0, 9311.0, 9271.0, 9280.0, 9279.0, 9232.0, 9324.0, 9288.0, 9252.0, 9291.0, 9243.0, 9310.0, 9300.0, 9230.0, 9324.0, 9274.0, 9268.0, 9312.0, 9269.0, 9276.0, 9275.0, 9228.0, 9326.0, 9278.0, 9205.0, 9288.0, 9235.0, 9273.0, 9291.0, 9236.0, 9300.0, 9244.0, 9237.0, 9306.0, 9262.0, 9242.0, 9269.0, 9214.0, 9299.0, 9258.0, 9204.0, 9281.0, 9237.0, 9273.0, 9290.0, 9225.0, 9305.0, 9266.0, 9251.0, 9312.0, 9266.0, 9244.0, 9292.0, 9233.0, 9320.0, 9246.0, 9202.0, 9286.0, 9251.0, 9252.0, 9307.0, 9254.0, 9312.0, 9283.0, 9237.0, 9307.0, 9261.0, 9243.0, 9287.0, 9245.0, 9284.0, 9258.0, 9204.0, 9301.0, 9263.0, 9233.0, 9287.0, 9233.0, 9301.0, 9263.0, 9231.0, 9288.0, 9231.0, 9269.0, 9264.0, 9210.0, 9305.0, 9253.0, 9238.0, 9310.0, 9268.0, 9323.0, 9265.0, 9220.0, 9289.0, 9250.0, 9305.0, 9263.0, 9201.0, 9300.0, 9253.0, 9259.0, 9273.0, 9209.0, 9322.0, 9272.0, 9213.0, 9307.0, 9247.0, 9298.0, 9304.0, 9237.0, 9328.0, 9288.0, 9264.0, 9335.0, 9290.0, 9255.0, 9308.0, 9254.0, 9328.0, 9281.0, 9225.0, 9303.0, 9255.0, 9280.0, 9293.0, 9224.0, 9301.0, 9247.0, 9233.0, 9305.0, 9270.0, 9221.0, 9290.0, 9256.0, 9306.0, 9281.0, 9210.0, 9321.0, 9268.0, 9243.0, 9311.0, 9238.0, 9221.0, 9307.0, 9258.0, 9284.0, 9298.0, 9242.0, 9326.0, 9287.0, 9241.0, 9313.0, 9265.0, 9235.0, 9307.0, 9264.0, 9261.0, 9288.0, 9220.0, 9317.0, 9264.0, 9237.0, 9308.0, 9253.0, 9246.0, 9274.0, 9222.0, 9305.0, 9264.0, 9218.0, 9287.0, 9237.0, 9303.0, 9266.0, 9223.0, 9307.0, 9237.0, 9233.0, 9276.0, 9227.0, 9309.0, 9285.0, 9230.0, 9317.0, 9226.0, 9269.0, 9301.0, 9267.0, 9241.0, 9334.0, 9281.0, 9254.0, 9337.0, 9296.0, 9281.0, 9378.0, 9335.0, 9292.0, 9291.0, 9249.0, 9232.0, 9314.0, 9281.0, 9287.0, 9308.0, 9262.0, 9331.0, 9271.0, 9266.0, 9292.0, 9234.0, 9322.0, 9262.0, 9210.0, 9264.0, 9197.0, 9296.0, 9241.0, 9208.0, 9249.0, 9201.0, 9287.0, 9242.0, 9206.0, 9248.0, 9182.0, 9281.0, 9249.0, 9205.0, 9287.0, 9240.0, 9278.0, 9278.0, 9210.0, 9302.0, 9248.0, 9222.0, 9310.0, 9267.0, 9275.0, 9262.0, 9206.0, 9304.0, 9250.0, 9272.0, 9259.0, 9202.0, 9301.0, 9252.0, 9277.0, 9312.0, 9238.0, 9303.0, 9236.0, 9236.0, 9310.0, 9253.0, 9259.0, 9250.0, 9208.0, 9308.0, 9270.0, 9242.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.0011287715269804822</td></tr>
<tr><td colspan=3>aqi</td><td>0.024783362342135472</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.439819765632215</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2698923479770092</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0053160891264366</td></tr>
<tr><td colspan=3>efc</td><td>0.4804</td></tr>
<tr><td colspan=3>fber</td><td>5551.0654</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10044364936193298</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.133180252583237</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4726561816012933</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3138312175612374</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7435484800432524</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3605888471993897</td></tr>
<tr><td colspan=3>gcor</td><td>0.011701</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011287395842373371</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028960803523659706</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.892952680639115</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.1254</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4296</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.7699</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>799.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.3619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5628</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.7377</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3356.0788</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.2927</td></tr>
<tr><td colspan=3>tsnr</td><td>39.99496606178582</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>