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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-03/func/sub-0077_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d70bfaac784dc4a4bea70218d6e219c9</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>19:21:42.590000</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.999879, 0.014073, -0.00656595, -0.0139618, 0.999763, 0.0166756]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0793763</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7720, -7213, 759, -23, -61, -65, 12]</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>229.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>12215f36-a42b-45db-9d8b-251dd5e79a54||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.682603359222412, -0.03745853900909424, -0.018357496708631516, 117.05907440185547], [-0.03775671124458313, 2.6822922229766846, 0.04477105289697647, -89.07964324951172], [-0.017615968361496925, -0.04473929479718208, 2.69956636428833, -56.42960739135742], [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': ['192142.590000', '192143.050000', '192143.510000', '192143.970000', '192144.430000', '192144.890000', '192145.350000', '192145.810000', '192146.270000', '192146.730000', '192147.190000', '192147.650000', '192148.110000', '192148.570000', '192149.030000', '192149.490000', '192149.950000', '192150.410000', '192150.870000', '192151.330000', '192151.790000', '192152.250000', '192152.710000', '192153.170000', '192153.630000', '192154.090000', '192154.550000', '192155.010000', '192155.470000', '192155.930000', '192156.390000', '192156.850000', '192157.310000', '192157.770000', '192158.230000', '192158.690000', '192159.150000', '192159.610000', '192200.070000', '192200.530000', '192200.990000', '192201.450000', '192201.910000', '192202.370000', '192202.830000', '192203.290000', '192203.750000', '192204.210000', '192204.670000', '192205.130000', '192205.590000', '192206.050000', '192206.510000', '192206.970000', '192207.430000', '192207.890000', '192208.350000', '192208.810000', '192209.270000', '192209.730000', '192210.190000', '192210.650000', '192211.110000', '192211.570000', '192212.030000', '192212.490000', '192212.950000', '192213.410000', '192213.870000', '192214.330000', '192214.790000', '192215.250000', '192215.710000', '192216.170000', '192216.630000', '192217.090000', '192217.550000', '192218.010000', '192218.470000', '192218.930000', '192219.390000', '192219.850000', '192220.310000', '192220.770000', '192221.230000', '192221.690000', '192222.150000', '192222.610000', '192223.070000', '192223.530000', '192223.990000', '192224.450000', '192224.910000', '192225.370000', '192225.830000', '192226.290000', '192226.750000', '192227.210000', '192227.670000', '192228.130000', '192228.590000', '192229.050000', '192229.510000', '192229.970000', '192230.430000', '192230.890000', '192231.350000', '192231.810000', '192232.270000', '192232.730000', '192233.190000', '192233.650000', '192234.110000', '192234.570000', '192235.030000', '192235.490000', '192235.950000', '192236.410000', '192236.870000', '192237.330000', '192237.790000', '192238.250000', '192238.710000', '192239.170000', '192239.630000', '192240.090000', '192240.550000', '192241.010000', '192241.470000', '192241.930000', '192242.390000', '192242.850000', '192243.310000', '192243.770000', '192244.230000', '192244.690000', '192245.150000', '192245.610000', '192246.070000', '192246.530000', '192246.990000', '192247.450000', '192247.910000', '192248.370000', '192248.830000', '192249.290000', '192249.750000', '192250.210000', '192250.670000', '192251.130000', '192251.590000', '192252.050000', '192252.510000', '192252.970000', '192253.430000', '192253.890000', '192254.350000', '192254.810000', '192255.270000', '192255.730000', '192256.190000', '192256.650000', '192257.110000', '192257.570000', '192258.030000', '192258.490000', '192258.950000', '192259.410000', '192259.870000', '192300.330000', '192300.790000', '192301.250000', '192301.710000', '192302.170000', '192302.630000', '192303.090000', '192303.550000', '192304.010000', '192304.470000', '192304.930000', '192305.390000', '192305.850000', '192306.310000', '192306.770000', '192307.230000', '192307.690000', '192308.150000', '192308.610000', '192309.070000', '192309.530000', '192309.990000', '192310.450000', '192310.910000', '192311.370000', '192311.830000', '192312.290000', '192312.750000', '192313.210000', '192313.670000', '192314.130000', '192314.590000', '192315.050000', '192315.510000', '192315.970000', '192316.430000', '192316.890000', '192317.350000', '192317.810000', '192318.270000', '192318.730000', '192319.190000', '192319.650000', '192320.110000', '192320.570000', '192321.030000', '192321.490000', '192321.950000', '192322.410000', '192322.870000', '192323.330000', '192323.790000', '192324.250000', '192324.710000', '192325.170000', '192325.630000', '192326.090000', '192326.550000', '192327.010000', '192327.470000', '192327.930000', '192328.390000', '192328.850000', '192329.310000', '192329.770000', '192330.230000', '192330.690000', '192331.150000', '192331.610000', '192332.070000', '192332.530000', '192332.990000', '192333.450000', '192333.910000', '192334.370000', '192334.830000', '192335.290000', '192335.750000', '192336.210000', '192336.670000', '192337.130000', '192337.590000', '192338.050000', '192338.510000', '192338.970000', '192339.430000', '192339.890000', '192340.350000', '192340.810000', '192341.270000', '192341.730000', '192342.190000', '192342.650000', '192343.110000', '192343.570000', '192344.030000', '192344.490000', '192344.950000', '192345.410000', '192345.870000', '192346.330000', '192346.790000', '192347.250000', '192347.710000', '192348.170000', '192348.630000', '192349.090000', '192349.550000', '192350.010000', '192350.470000', '192350.930000', '192351.390000', '192351.850000', '192352.310000', '192352.770000', '192353.230000', '192353.690000', '192354.150000', '192354.610000', '192355.070000', '192355.530000', '192355.990000', '192356.450000', '192356.910000', '192357.370000', '192357.830000', '192358.290000', '192358.750000', '192359.210000', '192359.670000', '192400.130000', '192400.590000', '192401.050000', '192401.510000', '192401.970000', '192402.430000', '192402.890000', '192403.350000', '192403.810000', '192404.270000', '192404.730000', '192405.190000', '192405.650000', '192406.110000', '192406.570000', '192407.030000', '192407.490000', '192407.950000', '192408.410000', '192408.870000', '192409.330000', '192409.790000', '192410.250000', '192410.710000', '192411.170000', '192411.630000', '192412.090000', '192412.550000', '192413.010000', '192413.470000', '192413.930000', '192414.390000', '192414.850000', '192415.310000', '192415.770000', '192416.230000', '192416.690000', '192417.150000', '192417.610000', '192418.070000', '192418.530000', '192418.990000', '192419.450000', '192419.910000', '192420.370000', '192420.830000', '192421.290000', '192421.750000', '192422.210000', '192422.670000', '192423.130000', '192423.590000', '192424.050000', '192424.510000', '192424.970000', '192425.430000', '192425.890000', '192426.350000', '192426.810000', '192427.270000', '192427.730000', '192428.190000', '192428.650000', '192429.110000', '192429.570000', '192430.030000', '192430.490000', '192430.950000', '192431.410000', '192431.870000', '192432.330000', '192432.790000', '192433.250000', '192433.710000', '192434.170000', '192434.630000', '192435.090000', '192435.550000', '192436.010000', '192436.470000', '192436.930000', '192437.390000', '192437.850000', '192438.310000', '192438.770000', '192439.230000', '192439.690000', '192440.150000', '192440.610000', '192441.070000', '192441.530000', '192441.990000', '192442.450000', '192442.910000', '192443.370000', '192443.830000', '192444.290000', '192444.750000', '192445.210000', '192445.670000', '192446.130000', '192446.590000', '192447.050000', '192447.510000', '192447.970000', '192448.430000', '192448.890000', '192449.350000', '192449.810000', '192450.270000', '192450.730000', '192451.190000', '192451.650000', '192452.110000', '192452.570000', '192453.030000', '192453.490000', '192453.950000', '192454.410000', '192454.870000', '192455.330000', '192455.790000', '192456.250000', '192456.710000', '192457.170000', '192457.630000', '192458.090000', '192458.550000', '192459.010000', '192459.470000', '192459.930000', '192500.390000', '192500.850000', '192501.310000', '192501.770000', '192502.230000', '192502.690000', '192503.150000', '192503.610000', '192504.070000', '192504.530000', '192504.990000', '192505.450000', '192505.910000', '192506.370000', '192506.830000', '192507.290000', '192507.750000', '192508.210000', '192508.670000', '192509.130000', '192509.590000', '192510.050000', '192510.510000', '192510.970000', '192511.430000', '192511.890000', '192512.350000', '192512.810000', '192513.270000', '192513.730000', '192514.190000', '192514.650000', '192515.110000', '192515.570000', '192516.030000', '192516.490000', '192516.950000', '192517.410000', '192517.870000', '192518.330000', '192518.790000', '192519.250000', '192519.710000', '192520.170000', '192520.630000', '192521.090000', '192521.550000', '192522.010000', '192522.470000', '192522.930000', '192523.390000', '192523.850000', '192524.310000', '192524.770000', '192525.230000', '192525.690000', '192526.150000', '192526.610000', '192527.070000', '192527.530000', '192527.990000', '192528.450000', '192528.910000', '192529.370000', '192529.830000', '192530.290000', '192530.750000', '192531.210000', '192531.670000', '192532.130000', '192532.590000', '192533.050000', '192533.510000', '192533.970000', '192534.430000', '192534.890000', '192535.350000', '192535.810000', '192536.270000', '192536.730000', '192537.190000', '192537.650000', '192538.110000', '192538.570000', '192539.030000', '192539.490000', '192539.950000', '192540.410000', '192540.870000', '192541.330000', '192541.790000', '192542.250000', '192542.710000', '192543.170000', '192543.630000', '192544.090000', '192544.550000', '192545.010000', '192545.470000', '192545.930000', '192546.390000', '192546.850000', '192547.310000', '192547.770000', '192548.230000', '192548.690000', '192549.150000', '192549.610000', '192550.070000', '192550.530000', '192550.990000', '192551.450000', '192551.910000', '192552.370000', '192552.830000', '192553.290000', '192553.750000', '192554.210000', '192554.670000', '192555.130000', '192555.590000', '192556.050000', '192556.510000', '192556.970000', '192557.430000', '192557.890000', '192558.350000', '192558.810000', '192559.270000', '192559.730000', '192600.190000', '192600.650000', '192601.110000', '192601.570000', '192602.030000', '192602.490000', '192602.950000', '192603.410000', '192603.870000', '192604.330000', '192604.790000', '192605.250000', '192605.710000', '192606.170000', '192606.630000', '192607.090000', '192607.550000', '192608.010000', '192608.470000', '192608.930000', '192609.390000', '192609.850000', '192610.310000', '192610.770000', '192611.230000', '192611.690000', '192612.150000', '192612.610000', '192613.070000', '192613.530000', '192613.990000', '192614.450000', '192614.910000', '192615.370000', '192615.830000', '192616.290000', '192616.750000', '192617.210000', '192617.670000', '192618.130000', '192618.590000', '192619.050000', '192619.510000', '192619.970000', '192620.430000', '192620.890000', '192621.350000', '192621.810000', '192622.270000', '192622.730000', '192623.190000', '192623.650000', '192624.110000', '192624.570000', '192625.030000', '192625.490000', '192625.950000', '192626.410000', '192626.870000', '192627.330000', '192627.790000', '192628.250000', '192628.710000', '192629.170000', '192629.630000', '192630.090000', '192630.550000', '192631.010000', '192631.470000', '192631.930000', '192632.390000', '192632.850000', '192633.310000', '192633.770000', '192634.230000', '192634.690000', '192635.150000', '192635.610000', '192636.070000', '192636.530000', '192636.990000', '192637.450000', '192637.910000', '192638.370000', '192638.830000', '192639.290000', '192639.750000', '192640.210000', '192640.670000', '192641.130000', '192641.590000', '192642.050000', '192642.510000', '192642.970000', '192643.430000', '192643.890000', '192644.350000', '192644.810000', '192645.270000', '192645.730000', '192646.190000', '192646.650000', '192647.110000', '192647.570000', '192648.030000', '192648.490000', '192648.950000', '192649.410000', '192649.870000', '192650.330000', '192650.790000', '192651.250000', '192651.710000', '192652.170000', '192652.630000', '192653.090000', '192653.550000', '192654.010000', '192654.470000', '192654.930000', '192655.390000', '192655.850000', '192656.310000', '192656.770000', '192657.230000', '192657.690000', '192658.150000', '192658.610000', '192659.070000', '192659.530000', '192659.990000', '192700.450000', '192700.910000', '192701.370000', '192701.830000', '192702.290000', '192702.750000', '192703.210000', '192703.670000', '192704.130000', '192704.590000', '192705.050000', '192705.510000', '192705.970000', '192706.430000', '192706.890000', '192707.350000', '192707.810000', '192708.270000', '192708.730000', '192709.190000', '192709.650000', '192710.110000', '192710.570000', '192711.030000', '192711.490000', '192711.950000', '192712.410000', '192712.870000', '192713.330000', '192713.790000', '192714.250000', '192714.710000', '192715.170000', '192715.630000', '192716.090000', '192716.550000', '192717.010000', '192717.470000', '192717.930000', '192718.390000', '192718.850000', '192719.310000', '192719.770000', '192720.230000', '192720.690000', '192721.150000', '192721.610000', '192722.070000', '192722.530000', '192722.990000', '192723.450000', '192723.910000', '192724.370000', '192724.830000', '192725.290000', '192725.750000', '192726.210000', '192726.670000', '192727.130000', '192727.590000', '192728.050000', '192728.510000', '192728.970000', '192729.430000', '192729.890000', '192730.350000', '192730.810000', '192731.270000', '192731.730000', '192732.190000', '192732.650000', '192733.110000', '192733.570000', '192734.030000', '192734.490000', '192734.950000', '192735.410000', '192735.870000', '192736.330000', '192736.790000', '192737.250000', '192737.710000', '192738.170000', '192738.630000', '192739.090000', '192739.550000', '192740.010000', '192740.470000', '192740.930000', '192741.390000', '192741.850000', '192742.310000', '192742.770000', '192743.230000', '192743.690000', '192744.150000', '192744.610000', '192745.070000', '192745.530000', '192745.990000', '192746.450000', '192746.910000', '192747.370000', '192747.830000', '192748.290000', '192748.750000', '192749.210000', '192749.670000', '192750.130000', '192750.590000', '192751.050000', '192751.510000', '192751.970000', '192752.430000', '192752.890000', '192753.350000', '192753.810000', '192754.270000', '192754.730000', '192755.190000', '192755.650000', '192756.110000', '192756.570000', '192757.030000', '192757.490000', '192757.950000', '192758.410000', '192758.870000', '192759.330000', '192759.790000', '192800.250000', '192800.710000', '192801.170000', '192801.630000', '192802.090000', '192802.550000', '192803.010000', '192803.470000', '192803.930000', '192804.390000', '192804.850000', '192805.310000', '192805.770000', '192806.230000', '192806.690000', '192807.150000', '192807.610000', '192808.070000', '192808.530000', '192808.990000', '192809.450000', '192809.910000', '192810.370000', '192810.830000', '192811.290000', '192811.750000', '192812.210000', '192812.670000', '192813.130000', '192813.590000', '192814.050000', '192814.510000', '192814.970000', '192815.430000', '192815.890000', '192816.350000', '192816.810000', '192817.270000', '192817.730000', '192818.190000', '192818.650000', '192819.110000', '192819.570000', '192820.030000', '192820.490000', '192820.950000', '192821.410000', '192821.870000', '192822.330000', '192822.790000', '192823.250000'], 'ContentTime': ['192206.666000', '192206.669000', '192206.672000', '192206.675000', '192206.677000', '192206.686000', '192206.689000', '192206.691000', '192206.694000', '192206.696000', '192206.699000', '192206.701000', '192206.704000', '192206.707000', '192206.709000', '192206.712000', '192206.714000', '192206.717000', '192206.719000', '192206.722000', '192206.724000', '192206.727000', '192206.730000', '192206.732000', '192206.735000', '192206.737000', '192206.740000', '192206.749000', '192206.752000', '192206.754000', '192206.757000', '192206.759000', '192206.762000', '192206.765000', '192206.767000', '192206.770000', '192206.772000', '192206.775000', '192206.777000', '192206.780000', '192206.783000', '192206.785000', '192206.788000', '192206.790000', '192206.793000', '192206.795000', '192206.798000', '192206.801000', '192206.803000', '192226.641000', '192226.643000', '192226.646000', '192226.649000', '192226.651000', '192226.654000', '192226.657000', '192226.659000', '192226.662000', '192226.664000', '192226.667000', '192226.669000', '192226.672000', '192226.675000', '192226.677000', '192226.680000', '192226.682000', '192226.685000', '192226.687000', '192226.690000', '192226.700000', '192226.703000', '192226.706000', '192226.708000', '192226.711000', '192226.713000', '192226.716000', '192226.718000', '192226.729000', '192226.732000', '192226.735000', '192226.737000', '192226.740000', '192226.743000', '192226.745000', '192226.748000', '192226.750000', '192226.753000', '192226.755000', '192226.758000', '192226.761000', '192226.763000', '192226.766000', '192246.640000', '192246.643000', '192246.645000', '192246.648000', '192246.650000', '192246.653000', '192246.656000', '192246.658000', '192246.661000', '192246.663000', '192246.671000', '192246.673000', '192246.676000', '192246.678000', '192246.681000', '192246.684000', '192246.686000', '192246.689000', '192246.691000', '192246.694000', '192246.697000', '192246.699000', '192246.702000', '192246.704000', '192246.707000', '192246.709000', '192246.712000', '192246.715000', '192246.717000', '192246.720000', '192246.722000', '192246.725000', '192246.727000', '192246.730000', '192246.733000', '192246.735000', '192246.738000', '192246.740000', '192246.743000', '192246.745000', '192246.748000', '192246.751000', '192246.753000', '192246.756000', '192306.640000', '192306.643000', '192306.646000', '192306.649000', '192306.651000', '192306.654000', '192306.661000', '192306.664000', '192306.666000', '192306.669000', '192306.672000', '192306.674000', '192306.677000', '192306.679000', '192306.682000', '192306.685000', '192306.687000', '192306.690000', '192306.692000', '192306.695000', '192306.697000', '192306.700000', '192306.703000', '192306.705000', '192306.708000', '192306.710000', '192306.713000', '192306.716000', '192306.718000', '192306.721000', '192306.723000', '192306.726000', '192306.729000', '192306.731000', '192306.734000', '192306.736000', '192306.739000', '192306.742000', '192306.744000', '192306.747000', '192306.749000', '192306.752000', '192306.754000', '192326.641000', '192326.643000', '192326.646000', '192326.649000', '192326.651000', '192326.654000', '192326.657000', '192326.659000', '192326.662000', '192326.664000', '192326.667000', '192326.669000', '192326.672000', '192326.674000', '192326.677000', '192326.680000', '192326.682000', '192326.685000', '192326.687000', '192326.696000', '192326.699000', '192326.702000', '192326.704000', '192326.707000', '192326.709000', '192326.712000', '192326.714000', '192326.717000', '192326.719000', '192326.722000', '192326.725000', '192326.727000', '192326.730000', '192326.733000', '192326.735000', '192326.738000', '192326.740000', '192326.743000', '192326.745000', '192326.748000', '192326.750000', '192326.753000', '192326.756000', '192326.758000', '192346.640000', '192346.643000', '192346.646000', '192346.648000', '192346.651000', '192346.653000', '192346.656000', '192346.659000', '192346.661000', '192346.664000', '192346.666000', '192346.669000', '192346.672000', '192346.674000', '192346.677000', '192346.679000', '192346.682000', '192346.685000', '192346.687000', '192346.690000', '192346.692000', '192346.695000', '192346.698000', '192346.700000', '192346.703000', '192346.705000', '192346.708000', '192346.711000', '192346.713000', '192346.716000', '192346.718000', '192346.721000', '192346.724000', '192346.726000', '192346.729000', '192346.731000', '192346.734000', '192346.736000', '192346.739000', '192346.742000', '192346.744000', '192346.747000', '192346.749000', '192406.641000', '192406.643000', '192406.646000', '192406.649000', '192406.651000', '192406.654000', '192406.656000', '192406.659000', '192406.661000', '192406.664000', '192406.666000', '192406.669000', '192406.672000', '192406.674000', '192406.677000', '192406.679000', '192406.693000', '192406.695000', '192406.698000', '192406.701000', '192406.703000', '192406.706000', '192406.708000', '192406.711000', '192406.713000', '192406.716000', '192406.719000', '192406.721000', '192406.724000', '192406.726000', '192406.729000', '192406.732000', '192406.734000', '192406.737000', '192406.739000', '192406.742000', '192406.744000', '192406.747000', '192406.750000', '192406.752000', '192406.755000', '192406.757000', '192406.760000', '192406.762000', '192426.641000', '192426.667000', '192426.669000', '192426.672000', '192426.675000', '192426.677000', '192426.680000', '192426.682000', '192426.685000', '192426.687000', '192426.690000', '192426.693000', '192426.695000', '192426.698000', '192426.701000', '192426.703000', '192426.706000', '192426.709000', '192426.711000', '192426.714000', '192426.716000', '192426.719000', '192426.722000', '192426.724000', '192426.727000', '192426.729000', '192426.732000', '192426.735000', '192426.737000', '192426.740000', '192426.742000', '192426.745000', '192426.748000', '192426.750000', '192426.753000', '192426.755000', '192426.758000', '192426.761000', '192426.763000', '192426.766000', '192426.768000', '192426.771000', '192426.774000', '192446.640000', '192446.643000', '192446.646000', '192446.648000', '192446.651000', '192446.654000', '192446.656000', '192446.659000', '192446.661000', '192446.664000', '192446.666000', '192446.669000', '192446.672000', '192446.674000', '192446.677000', '192446.679000', '192446.682000', '192446.685000', '192446.687000', '192446.690000', '192446.692000', '192446.695000', '192446.698000', '192446.700000', '192446.703000', '192446.705000', '192446.708000', '192446.711000', '192446.713000', '192446.716000', '192446.718000', '192446.721000', '192446.724000', '192446.726000', '192446.729000', '192446.731000', '192446.734000', '192446.736000', '192446.739000', '192446.742000', '192446.744000', '192446.747000', '192446.749000', '192446.752000', '192506.639000', '192506.642000', '192506.645000', '192506.647000', '192506.650000', '192506.653000', '192506.655000', '192506.658000', '192506.660000', '192506.663000', '192506.666000', '192506.668000', '192506.671000', '192506.674000', '192506.676000', '192506.679000', '192506.681000', '192506.684000', '192506.686000', '192506.689000', '192506.692000', '192506.694000', '192506.697000', '192506.706000', '192506.709000', '192506.711000', '192506.714000', '192506.716000', '192506.719000', '192506.722000', '192506.724000', '192506.727000', '192506.729000', '192506.732000', '192506.734000', '192506.737000', '192506.740000', '192506.742000', '192506.745000', '192506.747000', '192506.750000', '192506.753000', '192506.755000', '192526.641000', '192526.643000', '192526.646000', '192526.648000', '192526.651000', '192526.654000', '192526.656000', '192526.659000', '192526.661000', '192526.664000', '192526.666000', '192526.669000', '192526.674000', '192526.677000', '192526.679000', '192526.682000', '192526.685000', '192526.687000', '192526.690000', '192526.692000', '192526.695000', '192526.697000', '192526.700000', '192526.703000', '192526.705000', '192526.708000', '192526.710000', '192526.713000', '192526.715000', '192526.718000', '192526.721000', '192526.723000', '192526.726000', '192526.729000', '192526.731000', '192526.734000', '192526.736000', '192526.739000', '192526.741000', '192526.744000', '192526.747000', '192526.749000', '192526.752000', '192526.754000', '192546.641000', '192546.643000', '192546.646000', '192546.649000', '192546.651000', '192546.654000', '192546.656000', '192546.659000', '192546.661000', '192546.664000', '192546.667000', '192546.669000', '192546.672000', '192546.675000', '192546.677000', '192546.680000', '192546.682000', '192546.685000', '192546.688000', '192546.690000', '192546.693000', '192546.695000', '192546.698000', '192546.701000', '192546.703000', '192546.706000', '192546.708000', '192546.711000', '192546.714000', '192546.716000', '192546.719000', '192546.722000', '192546.724000', '192546.727000', '192546.730000', '192546.732000', '192546.735000', '192546.737000', '192546.740000', '192546.742000', '192546.745000', '192546.748000', '192546.750000', '192606.640000', '192606.643000', '192606.646000', '192606.648000', '192606.651000', '192606.654000', '192606.656000', '192606.659000', '192606.661000', '192606.664000', '192606.667000', '192606.669000', '192606.672000', '192606.674000', '192606.677000', '192606.680000', '192606.682000', '192606.685000', '192606.687000', '192606.690000', '192606.693000', '192606.695000', '192606.698000', '192606.700000', '192606.703000', '192606.706000', '192606.708000', '192606.711000', '192606.713000', '192606.716000', '192606.719000', '192606.721000', '192606.724000', '192606.726000', '192606.729000', '192606.732000', '192606.734000', '192606.737000', '192606.739000', '192606.742000', '192606.744000', '192606.747000', '192606.750000', '192626.641000', '192626.643000', '192626.646000', '192626.649000', '192626.651000', '192626.654000', '192626.656000', '192626.659000', '192626.662000', '192626.664000', '192626.667000', '192626.669000', '192626.672000', '192626.675000', '192626.677000', '192626.680000', '192626.682000', '192626.685000', '192626.688000', '192626.690000', '192626.693000', '192626.695000', '192626.698000', '192626.700000', '192626.703000', '192626.706000', '192626.708000', '192626.711000', '192626.713000', '192626.716000', '192626.719000', '192626.721000', '192626.724000', '192626.726000', '192626.729000', '192626.732000', '192626.734000', '192626.737000', '192626.739000', '192626.742000', '192626.745000', '192626.747000', '192626.750000', '192626.752000', '192646.640000', '192646.643000', '192646.646000', '192646.649000', '192646.651000', '192646.654000', '192646.656000', '192646.659000', '192646.662000', '192646.664000', '192646.667000', '192646.669000', '192646.672000', '192646.675000', '192646.677000', '192646.680000', '192646.682000', '192646.685000', '192646.688000', '192646.690000', '192646.693000', '192646.695000', '192646.698000', '192646.701000', '192646.703000', '192646.706000', '192646.708000', '192646.712000', '192646.715000', '192646.717000', '192646.720000', '192646.722000', '192646.725000', '192646.728000', '192646.730000', '192646.733000', '192646.735000', '192646.738000', '192646.741000', '192646.743000', '192646.746000', '192646.748000', '192646.751000', '192706.641000', '192706.643000', '192706.646000', '192706.649000', '192706.651000', '192706.654000', '192706.656000', '192706.659000', '192706.662000', '192706.664000', '192706.667000', '192706.670000', '192706.672000', '192706.675000', '192706.677000', '192706.680000', '192706.683000', '192706.685000', '192706.688000', '192706.691000', '192706.693000', '192706.696000', '192706.698000', '192706.735000', '192706.738000', '192706.740000', '192706.753000', '192706.756000', '192706.758000', '192706.761000', '192706.763000', '192706.766000', '192706.768000', '192706.771000', '192706.774000', '192706.776000', '192706.779000', '192706.781000', '192706.784000', '192706.787000', '192706.789000', '192706.792000', '192706.794000', '192706.797000', '192726.640000', '192726.642000', '192726.645000', '192726.648000', '192726.650000', '192726.653000', '192726.655000', '192726.658000', '192726.660000', '192726.663000', '192726.666000', '192726.668000', '192726.671000', '192726.673000', '192726.676000', '192726.678000', '192726.681000', '192726.684000', '192726.686000', '192726.689000', '192726.691000', '192726.694000', '192726.697000', '192726.699000', '192726.702000', '192726.704000', '192726.707000', '192726.710000', '192726.712000', '192726.715000', '192726.717000', '192726.720000', '192726.723000', '192726.725000', '192726.728000', '192726.730000', '192726.733000', '192726.736000', '192726.738000', '192726.741000', '192726.743000', '192726.746000', '192726.748000', '192746.640000', '192746.643000', '192746.646000', '192746.648000', '192746.651000', '192746.654000', '192746.656000', '192746.659000', '192746.662000', '192746.664000', '192746.668000', '192746.671000', '192746.674000', '192746.676000', '192746.679000', '192746.682000', '192746.684000', '192746.687000', '192746.689000', '192746.692000', '192746.694000', '192746.697000', '192746.700000', '192746.702000', '192746.705000', '192746.707000', '192746.710000', '192746.713000', '192746.715000', '192746.718000', '192746.720000', '192746.723000', '192746.726000', '192746.728000', '192746.731000', '192746.733000', '192746.736000', '192746.739000', '192746.741000', '192746.744000', '192746.746000', '192746.749000', '192746.752000', '192746.754000', '192806.640000', '192806.643000', '192806.646000', '192806.648000', '192806.651000', '192806.653000', '192806.656000', '192806.659000', '192806.661000', '192806.664000', '192806.666000', '192806.669000', '192806.672000', '192806.674000', '192806.677000', '192806.679000', '192806.682000', '192806.684000', '192806.687000', '192806.689000', '192806.692000', '192806.695000', '192806.697000', '192806.700000', '192806.702000', '192806.705000', '192806.708000', '192806.710000', '192806.713000', '192806.715000', '192806.718000', '192806.721000', '192806.723000', '192806.726000', '192806.729000', '192806.731000', '192806.734000', '192806.736000', '192806.739000', '192806.741000', '192806.744000', '192806.747000', '192806.749000', '192825.103000', '192825.107000', '192825.110000', '192825.112000', '192825.115000', '192825.118000', '192825.121000', '192825.123000', '192825.126000', '192825.129000', '192825.131000', '192825.134000', '192825.137000', '192825.140000', '192825.142000', '192825.145000', '192825.148000', '192825.150000', '192825.153000', '192825.155000', '192825.158000', '192825.161000', '192825.163000', '192825.166000', '192825.169000', '192825.172000', '192825.175000', '192825.177000', '192825.180000', '192825.183000', '192825.187000', '192825.191000', '192825.194000', '192825.196000', '192825.207000', '192825.210000', '192825.216000', '192825.225000', '192825.229000', '192825.234000', '192825.237000'], 'InstanceCreationTime': ['192206.666000', '192206.669000', '192206.672000', '192206.675000', '192206.677000', '192206.686000', '192206.689000', '192206.691000', '192206.694000', '192206.696000', '192206.699000', '192206.701000', '192206.704000', '192206.707000', '192206.709000', '192206.712000', '192206.714000', '192206.717000', '192206.719000', '192206.722000', '192206.724000', '192206.727000', '192206.730000', '192206.732000', '192206.735000', '192206.737000', '192206.740000', '192206.749000', '192206.752000', '192206.754000', '192206.757000', '192206.759000', '192206.762000', '192206.765000', '192206.767000', '192206.770000', '192206.772000', '192206.775000', '192206.777000', '192206.780000', '192206.783000', '192206.785000', '192206.788000', '192206.790000', '192206.793000', '192206.795000', '192206.798000', '192206.801000', '192206.803000', '192226.641000', '192226.643000', '192226.646000', '192226.649000', '192226.651000', '192226.654000', '192226.657000', '192226.659000', '192226.662000', '192226.664000', '192226.667000', '192226.669000', '192226.672000', '192226.675000', '192226.677000', '192226.680000', '192226.682000', '192226.685000', '192226.687000', '192226.690000', '192226.700000', '192226.703000', '192226.706000', '192226.708000', '192226.711000', '192226.713000', '192226.716000', '192226.718000', '192226.729000', '192226.732000', '192226.735000', '192226.737000', '192226.740000', '192226.743000', '192226.745000', '192226.748000', '192226.750000', '192226.753000', '192226.755000', '192226.758000', '192226.761000', '192226.763000', '192226.766000', '192246.640000', '192246.643000', '192246.645000', '192246.648000', '192246.650000', '192246.653000', '192246.656000', '192246.658000', '192246.661000', '192246.663000', '192246.671000', '192246.673000', '192246.676000', '192246.678000', '192246.681000', '192246.684000', '192246.686000', '192246.689000', '192246.691000', '192246.694000', '192246.697000', '192246.699000', '192246.702000', '192246.704000', '192246.707000', '192246.709000', '192246.712000', '192246.715000', '192246.717000', '192246.720000', '192246.722000', '192246.725000', '192246.727000', '192246.730000', '192246.733000', '192246.735000', '192246.738000', '192246.740000', '192246.743000', '192246.745000', '192246.748000', '192246.751000', '192246.753000', '192246.756000', '192306.640000', '192306.643000', '192306.646000', '192306.649000', '192306.651000', '192306.654000', '192306.661000', '192306.664000', '192306.666000', '192306.669000', '192306.672000', '192306.674000', '192306.677000', '192306.679000', '192306.682000', '192306.685000', '192306.687000', '192306.690000', '192306.692000', '192306.695000', '192306.697000', '192306.700000', '192306.703000', '192306.705000', '192306.708000', '192306.710000', '192306.713000', '192306.716000', '192306.718000', '192306.721000', '192306.723000', '192306.726000', '192306.729000', '192306.731000', '192306.734000', '192306.736000', '192306.739000', '192306.742000', '192306.744000', '192306.747000', '192306.749000', '192306.752000', '192306.754000', '192326.641000', '192326.643000', '192326.646000', '192326.649000', '192326.651000', '192326.654000', '192326.657000', '192326.659000', '192326.662000', '192326.664000', '192326.667000', '192326.669000', '192326.672000', '192326.674000', '192326.677000', '192326.680000', '192326.682000', '192326.685000', '192326.687000', '192326.696000', '192326.699000', '192326.702000', '192326.704000', '192326.707000', '192326.709000', '192326.712000', '192326.714000', '192326.717000', '192326.719000', '192326.722000', '192326.725000', '192326.727000', '192326.730000', '192326.733000', '192326.735000', '192326.738000', '192326.740000', '192326.743000', '192326.745000', '192326.748000', '192326.750000', '192326.753000', '192326.756000', '192326.758000', '192346.640000', '192346.643000', '192346.646000', '192346.648000', '192346.651000', '192346.653000', '192346.656000', '192346.659000', '192346.661000', '192346.664000', '192346.666000', '192346.669000', '192346.672000', '192346.674000', '192346.677000', '192346.679000', '192346.682000', '192346.685000', '192346.687000', '192346.690000', '192346.692000', '192346.695000', '192346.698000', '192346.700000', '192346.703000', '192346.705000', '192346.708000', '192346.711000', '192346.713000', '192346.716000', '192346.718000', '192346.721000', '192346.724000', '192346.726000', '192346.729000', '192346.731000', '192346.734000', '192346.736000', '192346.739000', '192346.742000', '192346.744000', '192346.747000', '192346.749000', '192406.641000', '192406.643000', '192406.646000', '192406.649000', '192406.651000', '192406.654000', '192406.656000', '192406.659000', '192406.661000', '192406.664000', '192406.666000', '192406.669000', '192406.672000', '192406.674000', '192406.677000', '192406.679000', '192406.693000', '192406.695000', '192406.698000', '192406.701000', '192406.703000', '192406.706000', '192406.708000', '192406.711000', '192406.713000', '192406.716000', '192406.719000', '192406.721000', '192406.724000', '192406.726000', '192406.729000', '192406.732000', '192406.734000', '192406.737000', '192406.739000', '192406.742000', '192406.744000', '192406.747000', '192406.750000', '192406.752000', '192406.755000', '192406.757000', '192406.760000', '192406.762000', '192426.641000', '192426.667000', '192426.669000', '192426.672000', '192426.675000', '192426.677000', '192426.680000', '192426.682000', '192426.685000', '192426.687000', '192426.690000', '192426.693000', '192426.695000', '192426.698000', '192426.701000', '192426.703000', '192426.706000', '192426.709000', '192426.711000', '192426.714000', '192426.716000', '192426.719000', '192426.722000', '192426.724000', '192426.727000', '192426.729000', '192426.732000', '192426.735000', '192426.737000', '192426.740000', '192426.742000', '192426.745000', '192426.748000', '192426.750000', '192426.753000', '192426.755000', '192426.758000', '192426.761000', '192426.763000', '192426.766000', '192426.768000', '192426.771000', '192426.774000', '192446.640000', '192446.643000', '192446.646000', '192446.648000', '192446.651000', '192446.654000', '192446.656000', '192446.659000', '192446.661000', '192446.664000', '192446.666000', '192446.669000', '192446.672000', '192446.674000', '192446.677000', '192446.679000', '192446.682000', '192446.685000', '192446.687000', '192446.690000', '192446.692000', '192446.695000', '192446.698000', '192446.700000', '192446.703000', '192446.705000', '192446.708000', '192446.711000', '192446.713000', '192446.716000', '192446.718000', '192446.721000', '192446.724000', '192446.726000', '192446.729000', '192446.731000', '192446.734000', '192446.736000', '192446.739000', '192446.742000', '192446.744000', '192446.747000', '192446.749000', '192446.752000', '192506.639000', '192506.642000', '192506.645000', '192506.647000', '192506.650000', '192506.653000', '192506.655000', '192506.658000', '192506.660000', '192506.663000', '192506.666000', '192506.668000', '192506.671000', '192506.674000', '192506.676000', '192506.679000', '192506.681000', '192506.684000', '192506.686000', '192506.689000', '192506.692000', '192506.694000', '192506.697000', '192506.706000', '192506.709000', '192506.711000', '192506.714000', '192506.716000', '192506.719000', '192506.722000', '192506.724000', '192506.727000', '192506.729000', '192506.732000', '192506.734000', '192506.737000', '192506.740000', '192506.742000', '192506.745000', '192506.747000', '192506.750000', '192506.753000', '192506.755000', '192526.641000', '192526.643000', '192526.646000', '192526.648000', '192526.651000', '192526.654000', '192526.656000', '192526.659000', '192526.661000', '192526.664000', '192526.666000', '192526.669000', '192526.674000', '192526.677000', '192526.679000', '192526.682000', '192526.685000', '192526.687000', '192526.690000', '192526.692000', '192526.695000', '192526.697000', '192526.700000', '192526.703000', '192526.705000', '192526.708000', '192526.710000', '192526.713000', '192526.715000', '192526.718000', '192526.721000', '192526.723000', '192526.726000', '192526.729000', '192526.731000', '192526.734000', '192526.736000', '192526.739000', '192526.741000', '192526.744000', '192526.747000', '192526.749000', '192526.752000', '192526.754000', '192546.641000', '192546.643000', '192546.646000', '192546.649000', '192546.651000', '192546.654000', '192546.656000', '192546.659000', '192546.661000', '192546.664000', '192546.667000', '192546.669000', '192546.672000', '192546.675000', '192546.677000', '192546.680000', '192546.682000', '192546.685000', '192546.688000', '192546.690000', '192546.693000', '192546.695000', '192546.698000', '192546.701000', '192546.703000', '192546.706000', '192546.708000', '192546.711000', '192546.714000', '192546.716000', '192546.719000', '192546.722000', '192546.724000', '192546.727000', '192546.730000', '192546.732000', '192546.735000', '192546.737000', '192546.740000', '192546.742000', '192546.745000', '192546.748000', '192546.750000', '192606.640000', '192606.643000', '192606.646000', '192606.648000', '192606.651000', '192606.654000', '192606.656000', '192606.659000', '192606.661000', '192606.664000', '192606.667000', '192606.669000', '192606.672000', '192606.674000', '192606.677000', '192606.680000', '192606.682000', '192606.685000', '192606.687000', '192606.690000', '192606.693000', '192606.695000', '192606.698000', '192606.700000', '192606.703000', '192606.706000', '192606.708000', '192606.711000', '192606.713000', '192606.716000', '192606.719000', '192606.721000', '192606.724000', '192606.726000', '192606.729000', '192606.732000', '192606.734000', '192606.737000', '192606.739000', '192606.742000', '192606.744000', '192606.747000', '192606.750000', '192626.641000', '192626.643000', '192626.646000', '192626.649000', '192626.651000', '192626.654000', '192626.656000', '192626.659000', '192626.662000', '192626.664000', '192626.667000', '192626.669000', '192626.672000', '192626.675000', '192626.677000', '192626.680000', '192626.682000', '192626.685000', '192626.688000', '192626.690000', '192626.693000', '192626.695000', '192626.698000', '192626.700000', '192626.703000', '192626.706000', '192626.708000', '192626.711000', '192626.713000', '192626.716000', '192626.719000', '192626.721000', '192626.724000', '192626.726000', '192626.729000', '192626.732000', '192626.734000', '192626.737000', '192626.739000', '192626.742000', '192626.745000', '192626.747000', '192626.750000', '192626.752000', '192646.640000', '192646.643000', '192646.646000', '192646.649000', '192646.651000', '192646.654000', '192646.656000', '192646.659000', '192646.662000', '192646.664000', '192646.667000', '192646.669000', '192646.672000', '192646.675000', '192646.677000', '192646.680000', '192646.682000', '192646.685000', '192646.688000', '192646.690000', '192646.693000', '192646.695000', '192646.698000', '192646.701000', '192646.703000', '192646.706000', '192646.708000', '192646.712000', '192646.715000', '192646.717000', '192646.720000', '192646.722000', '192646.725000', '192646.728000', '192646.730000', '192646.733000', '192646.735000', '192646.738000', '192646.741000', '192646.743000', '192646.746000', '192646.748000', '192646.751000', '192706.641000', '192706.643000', '192706.646000', '192706.649000', '192706.651000', '192706.654000', '192706.656000', '192706.659000', '192706.662000', '192706.664000', '192706.667000', '192706.670000', '192706.672000', '192706.675000', '192706.677000', '192706.680000', '192706.683000', '192706.685000', '192706.688000', '192706.691000', '192706.693000', '192706.696000', '192706.698000', '192706.735000', '192706.738000', '192706.740000', '192706.753000', '192706.756000', '192706.758000', '192706.761000', '192706.763000', '192706.766000', '192706.768000', '192706.771000', '192706.774000', '192706.776000', '192706.779000', '192706.781000', '192706.784000', '192706.787000', '192706.789000', '192706.792000', '192706.794000', '192706.797000', '192726.640000', '192726.642000', '192726.645000', '192726.648000', '192726.650000', '192726.653000', '192726.655000', '192726.658000', '192726.660000', '192726.663000', '192726.666000', '192726.668000', '192726.671000', '192726.673000', '192726.676000', '192726.678000', '192726.681000', '192726.684000', '192726.686000', '192726.689000', '192726.691000', '192726.694000', '192726.697000', '192726.699000', '192726.702000', '192726.704000', '192726.707000', '192726.710000', '192726.712000', '192726.715000', '192726.717000', '192726.720000', '192726.723000', '192726.725000', '192726.728000', '192726.730000', '192726.733000', '192726.736000', '192726.738000', '192726.741000', '192726.743000', '192726.746000', '192726.748000', '192746.640000', '192746.643000', '192746.646000', '192746.648000', '192746.651000', '192746.654000', '192746.656000', '192746.659000', '192746.662000', '192746.664000', '192746.668000', '192746.671000', '192746.674000', '192746.676000', '192746.679000', '192746.682000', '192746.684000', '192746.687000', '192746.689000', '192746.692000', '192746.694000', '192746.697000', '192746.700000', '192746.702000', '192746.705000', '192746.707000', '192746.710000', '192746.713000', '192746.715000', '192746.718000', '192746.720000', '192746.723000', '192746.726000', '192746.728000', '192746.731000', '192746.733000', '192746.736000', '192746.739000', '192746.741000', '192746.744000', '192746.746000', '192746.749000', '192746.752000', '192746.754000', '192806.640000', '192806.643000', '192806.646000', '192806.648000', '192806.651000', '192806.653000', '192806.656000', '192806.659000', '192806.661000', '192806.664000', '192806.666000', '192806.669000', '192806.672000', '192806.674000', '192806.677000', '192806.679000', '192806.682000', '192806.684000', '192806.687000', '192806.689000', '192806.692000', '192806.695000', '192806.697000', '192806.700000', '192806.702000', '192806.705000', '192806.708000', '192806.710000', '192806.713000', '192806.715000', '192806.718000', '192806.721000', '192806.723000', '192806.726000', '192806.729000', '192806.731000', '192806.734000', '192806.736000', '192806.739000', '192806.741000', '192806.744000', '192806.747000', '192806.749000', '192825.103000', '192825.107000', '192825.110000', '192825.112000', '192825.115000', '192825.118000', '192825.121000', '192825.123000', '192825.126000', '192825.129000', '192825.131000', '192825.134000', '192825.137000', '192825.140000', '192825.142000', '192825.145000', '192825.148000', '192825.150000', '192825.153000', '192825.155000', '192825.158000', '192825.161000', '192825.163000', '192825.166000', '192825.169000', '192825.172000', '192825.175000', '192825.177000', '192825.180000', '192825.183000', '192825.187000', '192825.191000', '192825.194000', '192825.196000', '192825.207000', '192825.210000', '192825.216000', '192825.225000', '192825.229000', '192825.234000', '192825.237000'], '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': [14718, 13148, 10465, 11414, 15005, 12782, 17011, 14210, 16379, 11301, 18652, 14655, 16013, 17518, 15254, 19008, 11965, 18457, 10843, 16529, 11578, 18446, 12595, 19215, 14576, 18465, 10454, 14012, 10805, 15878, 13825, 11786, 17220, 9553, 17127, 12869, 18705, 14713, 15862, 12260, 11902, 17134, 11172, 19246, 14771, 17690, 17432, 11228, 18762, 13369, 19322, 14782, 19658, 15098, 12174, 11700, 12375, 14682, 17744, 14476, 16635, 13980, 9209, 13916, 8939, 18534, 14452, 18551, 14381, 11923, 13703, 10528, 18795, 14510, 18986, 15034, 17334, 14008, 18012, 15313, 11161, 16488, 9016, 17423, 10268, 18702, 13284, 18631, 13373, 16893, 12706, 18032, 13661, 19157, 14666, 14859, 11624, 16430, 13112, 17499, 14800, 11008, 10923, 11440, 14817, 14818, 17459, 10466, 17258, 9117, 17049, 10459, 18533, 13708, 18735, 14744, 18424, 13955, 18542, 15026, 17493, 14524, 11775, 13323, 11943, 17784, 11466, 18112, 11514, 18361, 13472, 16069, 14885, 11743, 19135, 15627, 15805, 11694, 11721, 16077, 13899, 18971, 13057, 18502, 13837, 18873, 14987, 19328, 15335, 15503, 12518, 15653, 14958, 16116, 17195, 9849, 16678, 9390, 18510, 11615, 18428, 11099, 17490, 9651, 16594, 10048, 18100, 13079, 18402, 12939, 14796, 11726, 15009, 16266, 13086, 18345, 12124, 18086, 13501, 18972, 14070, 18848, 14795, 15737, 12165, 11850, 13916, 14565, 18291, 12242, 17711, 8711, 16352, 10490, 17670, 11724, 18206, 14568, 16213, 12132, 10346, 17894, 13541, 19518, 15409, 14083, 12447, 13656, 18378, 16309, 18321, 10759, 14896, 9677, 16045, 16026, 16071, 10768, 11435, 11923, 14167, 16737, 15462, 10734, 14928, 8597, 16081, 9742, 18339, 14227, 18682, 12759, 14682, 11838, 16711, 14553, 15335, 16565, 9533, 16878, 10269, 18806, 12328, 18848, 14922, 17901, 12430, 16429, 13109, 17357, 15052, 9892, 14909, 8590, 17478, 13829, 18476, 15291, 11083, 10475, 12042, 18184, 13281, 17827, 15060, 10810, 17561, 12058, 18963, 14196, 19108, 15430, 15564, 11642, 10712, 14398, 15381, 16669, 10139, 17461, 10585, 17386, 12302, 19111, 14419, 16096, 14134, 9736, 15841, 10474, 18260, 12674, 18813, 10905, 16314, 9191, 16481, 10360, 18542, 13362, 18820, 13610, 16673, 12823, 18027, 13249, 17967, 13767, 16253, 10678, 13820, 11165, 16805, 15484, 12301, 17532, 9564, 17794, 13077, 19131, 15055, 18080, 14676, 11177, 10871, 11072, 17104, 11749, 18673, 12135, 17183, 13046, 18168, 13940, 17134, 12383, 9724, 11380, 10715, 15687, 14979, 19590, 16067, 11214, 10212, 12495, 9615, 8680, 14135, 12384, 13077, 11789, 8618, 17372, 11910, 19131, 14361, 18959, 13920, 9887, 10712, 8772, 8795, 10015, 9265, 9506, 17370, 16140, 14206, 18423, 13981, 16618, 13419, 16949, 11649, 17411, 11466, 14540, 8726, 14456, 10152, 18505, 13291, 12964, 16259, 10483, 17053, 11553, 16966, 13213, 9485, 11649, 8708, 16930, 12213, 18431, 14444, 16233, 12062, 15247, 12281, 17571, 16422, 11188, 17709, 9943, 18088, 12850, 18519, 15180, 18375, 12779, 17647, 12759, 18413, 14423, 15647, 11357, 14428, 10801, 16931, 13864, 12705, 14758, 9454, 16745, 11480, 18537, 12274, 18742, 13494, 17875, 12796, 18736, 14180, 16806, 12624, 11172, 12852, 12980, 16493, 15163, 17028, 9946, 16510, 9132, 17237, 9842, 18501, 11666, 17966, 13732, 17762, 12498, 15667, 12472, 16224, 16016, 9509, 16790, 9392, 18235, 13404, 18436, 14970, 15965, 11987, 14791, 11837, 17451, 14596, 11620, 14915, 9233, 16764, 9818, 17999, 11825, 17552, 9615, 16642, 8970, 16954, 10882, 18234, 14293, 18397, 14287, 12845, 10322, 10123, 17049, 11423, 18335, 12893, 14237, 11620, 14171, 18368, 12564, 18141, 13877, 18915, 13672, 17013, 14274, 10359, 15739, 8971, 18158, 15014, 16601, 13313, 13211, 11039, 14585, 17602, 10651, 17874, 11094, 16949, 13006, 18492, 14737, 11475, 10092, 10464, 16258, 12779, 18696, 10793, 16649, 11568, 17175, 12853, 18214, 13973, 16526, 12096, 14808, 12008, 16827, 14301, 10146, 14354, 8997, 15590, 9291, 17650, 10567, 17865, 12573, 17367, 12834, 17455, 13143, 16402, 15745, 10207, 17463, 10905, 18484, 14251, 18281, 14220, 15721, 12225, 12553, 15438, 13101, 18508, 12136, 18458, 13099, 18236, 13388, 16889, 13535, 14726, 14143, 9016, 14258, 8695, 17723, 11612, 18173, 14189, 16476, 11514, 14877, 12210, 14800, 17653, 10099, 18098, 11661, 18532, 14808, 17505, 14868, 13319, 11579, 15873, 14463, 15216, 15953, 8938, 15253, 8892, 17916, 12723, 17933, 11109, 15351, 11616, 17831, 14293, 12037, 12449, 8853, 16376, 9160, 17944, 13391, 18654, 13880, 13674, 10783, 13826, 13102, 16506, 15028, 10764, 15332, 8813, 15785, 9295, 17626, 10923, 17539, 10195, 16508, 8690, 15716, 10787, 17874, 14126, 14292, 11269, 12614, 14336, 12409, 17344, 11300, 16962, 12631, 17805, 14663, 11788, 14224, 10171, 18178, 13229, 18814, 13317, 16870, 12400, 15880, 12368, 18544, 13692, 11337, 9365, 13233, 13343, 15819, 17853, 10288, 15908, 8996, 17634, 10786, 18909, 13786, 16612, 11679, 17596, 13024, 16343, 13591, 10296, 11209, 11590, 17648, 12774, 18499, 10038, 16625, 10800, 18338, 13341, 19220, 14722, 12446, 10598, 12731, 17962, 11628, 18370, 13041, 15736, 12680, 16768, 16745, 10451, 17014, 11635, 17615, 13403, 13717, 19212, 14358, 19174, 11990, 13891, 11809, 17253, 16573, 11405, 15697, 9162, 16734, 10443, 18859, 14714, 19009, 13187, 13090, 10604, 10543, 17588, 11901, 18927, 12549, 11237, 11529, 9090, 17856, 13726, 17337, 17409, 11035, 18438, 13786, 18978, 14786, 19009, 15165, 14834, 10982, 10129, 11308, 12082, 15958, 12720, 18188, 9740, 16287, 10282, 17111, 12538, 18004, 13581, 17911, 13343, 16871, 12050, 15065, 11949, 13837, 13120, 9248, 14532, 9448, 16393, 12845, 17364, 14367, 11505, 14599, 9986, 18274, 13045, 18720, 13057, 16868, 11749, 16420, 11094, 17620, 12790, 16519, 12213, 15901, 12348, 18217, 13383, 11312, 10001, 11638, 16659, 11472, 18171, 12060, 17639, 13275, 18601, 14885, 17490, 13856, 13599, 11519, 15250, 15049, 13396, 17515, 9265, 16457, 10206, 17805, 13361, 18391, 14478, 13872, 11124, 15193, 13198, 16655, 15892, 10335, 15008, 9159, 15104, 9552, 17306, 10771, 17868, 13374, 18334, 12790, 15258, 12828, 14148, 16312, 9532, 16574, 11416, 17895, 13905, 18516, 14773, 14555, 11419, 12648, 11397, 15668, 15957, 10732, 16764, 9745, 16497, 12247], 'WindowCenter': [4001.0, 3987.0, 3966.0, 3962.0, 3972.0, 3948.0, 3969.0, 3958.0, 3969.0, 3937.0, 3979.0, 3969.0, 3965.0, 3968.0, 3943.0, 3955.0, 3921.0, 3941.0, 3919.0, 3941.0, 3922.0, 3951.0, 3921.0, 3940.0, 3930.0, 3938.0, 3908.0, 3928.0, 3920.0, 3940.0, 3930.0, 3920.0, 3952.0, 3912.0, 3953.0, 3944.0, 3965.0, 3956.0, 3955.0, 3935.0, 3934.0, 3967.0, 3937.0, 3966.0, 3958.0, 3967.0, 3967.0, 3936.0, 3966.0, 3945.0, 3965.0, 3946.0, 3965.0, 3945.0, 3934.0, 3935.0, 3945.0, 3945.0, 3954.0, 3945.0, 3954.0, 3945.0, 3913.0, 3944.0, 3913.0, 3966.0, 3957.0, 3966.0, 3956.0, 3945.0, 3958.0, 3936.0, 3969.0, 3958.0, 3968.0, 3958.0, 3967.0, 3957.0, 3967.0, 3956.0, 3934.0, 3956.0, 3913.0, 3955.0, 3924.0, 3966.0, 3945.0, 3964.0, 3945.0, 3954.0, 3945.0, 3955.0, 3945.0, 3965.0, 3955.0, 3943.0, 3934.0, 3954.0, 3945.0, 3954.0, 3944.0, 3923.0, 3923.0, 3933.0, 3945.0, 3944.0, 3954.0, 3923.0, 3956.0, 3913.0, 3954.0, 3934.0, 3966.0, 3944.0, 3965.0, 3945.0, 3956.0, 3946.0, 3954.0, 3945.0, 3955.0, 3944.0, 3934.0, 3946.0, 3935.0, 3967.0, 3935.0, 3967.0, 3949.0, 3967.0, 3957.0, 3957.0, 3958.0, 3947.0, 3968.0, 3958.0, 3967.0, 3947.0, 3947.0, 3970.0, 3957.0, 3980.0, 3958.0, 3968.0, 3958.0, 3968.0, 3958.0, 3968.0, 3958.0, 3956.0, 3946.0, 3956.0, 3957.0, 3956.0, 3957.0, 3925.0, 3956.0, 3914.0, 3956.0, 3934.0, 3953.0, 3923.0, 3954.0, 3912.0, 3954.0, 3925.0, 3954.0, 3931.0, 3954.0, 3934.0, 3943.0, 3934.0, 3943.0, 3956.0, 3944.0, 3967.0, 3935.0, 3965.0, 3945.0, 3964.0, 3945.0, 3955.0, 3946.0, 3955.0, 3946.0, 3946.0, 3945.0, 3955.0, 3967.0, 3935.0, 3956.0, 3914.0, 3956.0, 3935.0, 3967.0, 3946.0, 3966.0, 3956.0, 3956.0, 3946.0, 3925.0, 3967.0, 3946.0, 3968.0, 3956.0, 3945.0, 3945.0, 3945.0, 3967.0, 3955.0, 3956.0, 3923.0, 3944.0, 3911.0, 3954.0, 3954.0, 3942.0, 3921.0, 3932.0, 3932.0, 3945.0, 3953.0, 3944.0, 3922.0, 3942.0, 3912.0, 3955.0, 3923.0, 3956.0, 3945.0, 3965.0, 3944.0, 3954.0, 3944.0, 3955.0, 3956.0, 3955.0, 3956.0, 3924.0, 3956.0, 3925.0, 3967.0, 3935.0, 3965.0, 3945.0, 3955.0, 3945.0, 3954.0, 3945.0, 3954.0, 3946.0, 3923.0, 3956.0, 3914.0, 3955.0, 3946.0, 3966.0, 3956.0, 3936.0, 3935.0, 3945.0, 3967.0, 3957.0, 3968.0, 3957.0, 3936.0, 3968.0, 3947.0, 3966.0, 3957.0, 3967.0, 3958.0, 3955.0, 3935.0, 3924.0, 3957.0, 3955.0, 3954.0, 3923.0, 3965.0, 3935.0, 3967.0, 3946.0, 3967.0, 3957.0, 3956.0, 3946.0, 3924.0, 3956.0, 3924.0, 3967.0, 3934.0, 3966.0, 3923.0, 3955.0, 3913.0, 3956.0, 3924.0, 3955.0, 3945.0, 3955.0, 3944.0, 3954.0, 3932.0, 3954.0, 3933.0, 3953.0, 3946.0, 3955.0, 3935.0, 3945.0, 3935.0, 3956.0, 3956.0, 3935.0, 3967.0, 3926.0, 3966.0, 3946.0, 3967.0, 3958.0, 3956.0, 3946.0, 3934.0, 3935.0, 3934.0, 3957.0, 3935.0, 3967.0, 3935.0, 3956.0, 3945.0, 3968.0, 3971.0, 3968.0, 3935.0, 3913.0, 3923.0, 3936.0, 3957.0, 3971.0, 3985.0, 3974.0, 3937.0, 3924.0, 3933.0, 3926.0, 3915.0, 3945.0, 3934.0, 3934.0, 3923.0, 3901.0, 3955.0, 3922.0, 3955.0, 3957.0, 3954.0, 3942.0, 3911.0, 3921.0, 3913.0, 3925.0, 3933.0, 3938.0, 3937.0, 3982.0, 3971.0, 3959.0, 3971.0, 3947.0, 3945.0, 3933.0, 3945.0, 3910.0, 3931.0, 3909.0, 3930.0, 3886.0, 3928.0, 3908.0, 3939.0, 3918.0, 3917.0, 3929.0, 3908.0, 3939.0, 3920.0, 3952.0, 3933.0, 3912.0, 3934.0, 3913.0, 3955.0, 3947.0, 3967.0, 3958.0, 3955.0, 3947.0, 3955.0, 3947.0, 3968.0, 3958.0, 3936.0, 3968.0, 3925.0, 3966.0, 3946.0, 3967.0, 3958.0, 3966.0, 3946.0, 3966.0, 3948.0, 3967.0, 3957.0, 3956.0, 3936.0, 3955.0, 3936.0, 3956.0, 3946.0, 3946.0, 3956.0, 3925.0, 3957.0, 3933.0, 3967.0, 3935.0, 3966.0, 3945.0, 3954.0, 3946.0, 3966.0, 3945.0, 3956.0, 3945.0, 3934.0, 3945.0, 3944.0, 3956.0, 3944.0, 3956.0, 3924.0, 3956.0, 3914.0, 3956.0, 3924.0, 3966.0, 3934.0, 3955.0, 3945.0, 3955.0, 3945.0, 3955.0, 3946.0, 3956.0, 3957.0, 3926.0, 3967.0, 3925.0, 3967.0, 3946.0, 3967.0, 3956.0, 3955.0, 3947.0, 3956.0, 3947.0, 3966.0, 3956.0, 3935.0, 3956.0, 3914.0, 3957.0, 3924.0, 3967.0, 3935.0, 3956.0, 3925.0, 3956.0, 3914.0, 3957.0, 3936.0, 3967.0, 3957.0, 3966.0, 3958.0, 3947.0, 3937.0, 3936.0, 3969.0, 3948.0, 3980.0, 3960.0, 3958.0, 3950.0, 3960.0, 3981.0, 3960.0, 3980.0, 3960.0, 3979.0, 3960.0, 3968.0, 3959.0, 3936.0, 3967.0, 3927.0, 3979.0, 3970.0, 3969.0, 3958.0, 3946.0, 3935.0, 3957.0, 3969.0, 3937.0, 3968.0, 3936.0, 3955.0, 3946.0, 3967.0, 3957.0, 3935.0, 3923.0, 3924.0, 3956.0, 3934.0, 3956.0, 3924.0, 3955.0, 3932.0, 3954.0, 3935.0, 3954.0, 3946.0, 3954.0, 3935.0, 3943.0, 3935.0, 3955.0, 3944.0, 3923.0, 3945.0, 3913.0, 3956.0, 3914.0, 3956.0, 3923.0, 3966.0, 3947.0, 3966.0, 3948.0, 3968.0, 3948.0, 3958.0, 3958.0, 3937.0, 3968.0, 3937.0, 3968.0, 3957.0, 3967.0, 3958.0, 3957.0, 3948.0, 3947.0, 3958.0, 3947.0, 3968.0, 3947.0, 3969.0, 3946.0, 3968.0, 3948.0, 3967.0, 3948.0, 3957.0, 3947.0, 3926.0, 3958.0, 3927.0, 3970.0, 3948.0, 3969.0, 3959.0, 3968.0, 3949.0, 3969.0, 3960.0, 3970.0, 3981.0, 3939.0, 3980.0, 3949.0, 3969.0, 3959.0, 3969.0, 3958.0, 3946.0, 3936.0, 3955.0, 3946.0, 3945.0, 3946.0, 3913.0, 3944.0, 3913.0, 3956.0, 3934.0, 3955.0, 3935.0, 3944.0, 3923.0, 3954.0, 3945.0, 3934.0, 3933.0, 3913.0, 3955.0, 3913.0, 3954.0, 3934.0, 3955.0, 3945.0, 3944.0, 3936.0, 3944.0, 3946.0, 3955.0, 3945.0, 3924.0, 3957.0, 3915.0, 3956.0, 3914.0, 3958.0, 3934.0, 3956.0, 3924.0, 3955.0, 3915.0, 3956.0, 3937.0, 3968.0, 3959.0, 3958.0, 3948.0, 3948.0, 3960.0, 3973.0, 3983.0, 3950.0, 3969.0, 3949.0, 3968.0, 3959.0, 3947.0, 3958.0, 3925.0, 3968.0, 3944.0, 3968.0, 3946.0, 3955.0, 3934.0, 3943.0, 3935.0, 3953.0, 3945.0, 3923.0, 3913.0, 3944.0, 3945.0, 3954.0, 3956.0, 3922.0, 3944.0, 3912.0, 3954.0, 3923.0, 3954.0, 3944.0, 3953.0, 3933.0, 3953.0, 3934.0, 3954.0, 3945.0, 3922.0, 3934.0, 3932.0, 3956.0, 3933.0, 3955.0, 3924.0, 3954.0, 3923.0, 3954.0, 3945.0, 3954.0, 3945.0, 3934.0, 3925.0, 3945.0, 3967.0, 3936.0, 3967.0, 3946.0, 3956.0, 3947.0, 3968.0, 3969.0, 3937.0, 3967.0, 3937.0, 3967.0, 3957.0, 3957.0, 3968.0, 3958.0, 3968.0, 3936.0, 3945.0, 3935.0, 3956.0, 3956.0, 3934.0, 3945.0, 3912.0, 3955.0, 3923.0, 3954.0, 3944.0, 3954.0, 3934.0, 3932.0, 3924.0, 3923.0, 3967.0, 3936.0, 3967.0, 3946.0, 3934.0, 3936.0, 3925.0, 3967.0, 3958.0, 3969.0, 3969.0, 3938.0, 3968.0, 3947.0, 3966.0, 3947.0, 3956.0, 3945.0, 3944.0, 3923.0, 3922.0, 3923.0, 3931.0, 3955.0, 3934.0, 3956.0, 3924.0, 3954.0, 3924.0, 3954.0, 3935.0, 3956.0, 3945.0, 3956.0, 3945.0, 3956.0, 3947.0, 3956.0, 3946.0, 3955.0, 3958.0, 3928.0, 3959.0, 3939.0, 3969.0, 3960.0, 3969.0, 3962.0, 3949.0, 3959.0, 3925.0, 3969.0, 3947.0, 3968.0, 3945.0, 3956.0, 3934.0, 3954.0, 3923.0, 3956.0, 3935.0, 3955.0, 3934.0, 3953.0, 3935.0, 3966.0, 3945.0, 3934.0, 3925.0, 3935.0, 3967.0, 3936.0, 3968.0, 3946.0, 3966.0, 3946.0, 3966.0, 3956.0, 3957.0, 3947.0, 3945.0, 3935.0, 3955.0, 3946.0, 3945.0, 3955.0, 3914.0, 3955.0, 3924.0, 3955.0, 3945.0, 3955.0, 3945.0, 3944.0, 3935.0, 3944.0, 3945.0, 3955.0, 3955.0, 3923.0, 3945.0, 3913.0, 3956.0, 3924.0, 3956.0, 3935.0, 3967.0, 3957.0, 3968.0, 3948.0, 3957.0, 3958.0, 3957.0, 3969.0, 3937.0, 3970.0, 3949.0, 3980.0, 3960.0, 3980.0, 3959.0, 3959.0, 3948.0, 3959.0, 3950.0, 3970.0, 3971.0, 3949.0, 3971.0, 3937.0, 3969.0, 3960.0], 'WindowWidth': [8908.0, 8882.0, 8849.0, 8834.0, 8848.0, 8807.0, 8839.0, 8822.0, 8838.0, 8790.0, 8852.0, 8839.0, 8829.0, 8833.0, 8789.0, 8810.0, 8756.0, 8786.0, 8753.0, 8783.0, 8761.0, 8797.0, 8756.0, 8782.0, 8767.0, 8777.0, 8736.0, 8761.0, 8753.0, 8780.0, 8768.0, 8756.0, 8802.0, 8747.0, 8805.0, 8795.0, 8824.0, 8813.0, 8812.0, 8783.0, 8781.0, 8831.0, 8788.0, 8830.0, 8819.0, 8832.0, 8833.0, 8787.0, 8828.0, 8799.0, 8825.0, 8800.0, 8827.0, 8799.0, 8781.0, 8783.0, 8797.0, 8798.0, 8808.0, 8797.0, 8808.0, 8796.0, 8752.0, 8796.0, 8752.0, 8829.0, 8815.0, 8830.0, 8815.0, 8800.0, 8819.0, 8787.0, 8839.0, 8819.0, 8836.0, 8820.0, 8830.0, 8818.0, 8830.0, 8814.0, 8782.0, 8813.0, 8753.0, 8813.0, 8766.0, 8828.0, 8796.0, 8824.0, 8797.0, 8809.0, 8797.0, 8812.0, 8798.0, 8826.0, 8811.0, 8793.0, 8782.0, 8808.0, 8797.0, 8809.0, 8796.0, 8764.0, 8765.0, 8777.0, 8798.0, 8793.0, 8810.0, 8764.0, 8813.0, 8752.0, 8810.0, 8781.0, 8829.0, 8795.0, 8826.0, 8797.0, 8812.0, 8799.0, 8809.0, 8798.0, 8810.0, 8796.0, 8781.0, 8800.0, 8783.0, 8832.0, 8784.0, 8829.0, 8809.0, 8832.0, 8817.0, 8816.0, 8820.0, 8802.0, 8835.0, 8821.0, 8832.0, 8804.0, 8803.0, 8839.0, 8817.0, 8855.0, 8820.0, 8834.0, 8819.0, 8833.0, 8821.0, 8834.0, 8819.0, 8813.0, 8801.0, 8812.0, 8815.0, 8814.0, 8817.0, 8769.0, 8813.0, 8753.0, 8814.0, 8778.0, 8808.0, 8763.0, 8807.0, 8749.0, 8806.0, 8768.0, 8809.0, 8773.0, 8806.0, 8780.0, 8790.0, 8780.0, 8792.0, 8814.0, 8794.0, 8830.0, 8784.0, 8825.0, 8799.0, 8823.0, 8799.0, 8811.0, 8800.0, 8810.0, 8800.0, 8800.0, 8798.0, 8810.0, 8832.0, 8782.0, 8813.0, 8752.0, 8813.0, 8783.0, 8831.0, 8802.0, 8829.0, 8814.0, 8814.0, 8801.0, 8771.0, 8832.0, 8800.0, 8834.0, 8815.0, 8797.0, 8798.0, 8797.0, 8832.0, 8810.0, 8815.0, 8764.0, 8794.0, 8746.0, 8808.0, 8807.0, 8790.0, 8758.0, 8775.0, 8774.0, 8795.0, 8805.0, 8793.0, 8760.0, 8790.0, 8748.0, 8809.0, 8763.0, 8814.0, 8797.0, 8826.0, 8796.0, 8809.0, 8796.0, 8811.0, 8814.0, 8812.0, 8815.0, 8767.0, 8814.0, 8769.0, 8832.0, 8782.0, 8826.0, 8797.0, 8812.0, 8797.0, 8808.0, 8797.0, 8808.0, 8799.0, 8766.0, 8814.0, 8754.0, 8812.0, 8800.0, 8828.0, 8814.0, 8788.0, 8786.0, 8798.0, 8833.0, 8817.0, 8834.0, 8818.0, 8789.0, 8833.0, 8803.0, 8829.0, 8818.0, 8831.0, 8820.0, 8810.0, 8782.0, 8768.0, 8817.0, 8810.0, 8810.0, 8765.0, 8824.0, 8785.0, 8830.0, 8802.0, 8833.0, 8817.0, 8814.0, 8801.0, 8769.0, 8814.0, 8766.0, 8830.0, 8780.0, 8829.0, 8765.0, 8809.0, 8752.0, 8812.0, 8767.0, 8812.0, 8795.0, 8810.0, 8794.0, 8806.0, 8777.0, 8806.0, 8778.0, 8804.0, 8798.0, 8810.0, 8785.0, 8796.0, 8784.0, 8814.0, 8814.0, 8782.0, 8830.0, 8771.0, 8827.0, 8800.0, 8831.0, 8820.0, 8816.0, 8800.0, 8781.0, 8782.0, 8782.0, 8818.0, 8783.0, 8831.0, 8785.0, 8813.0, 8798.0, 8836.0, 8844.0, 8835.0, 8782.0, 8749.0, 8760.0, 8785.0, 8819.0, 8844.0, 8883.0, 8857.0, 8788.0, 8767.0, 8777.0, 8776.0, 8757.0, 8796.0, 8781.0, 8779.0, 8762.0, 8732.0, 8808.0, 8760.0, 8813.0, 8817.0, 8811.0, 8790.0, 8744.0, 8759.0, 8754.0, 8776.0, 8785.0, 8799.0, 8796.0, 8866.0, 8851.0, 8825.0, 8852.0, 8804.0, 8802.0, 8777.0, 8799.0, 8738.0, 8773.0, 8735.0, 8768.0, 8701.0, 8762.0, 8735.0, 8779.0, 8748.0, 8745.0, 8765.0, 8733.0, 8779.0, 8755.0, 8802.0, 8778.0, 8748.0, 8781.0, 8751.0, 8812.0, 8804.0, 8832.0, 8819.0, 8812.0, 8802.0, 8812.0, 8805.0, 8835.0, 8821.0, 8786.0, 8833.0, 8769.0, 8829.0, 8801.0, 8833.0, 8820.0, 8829.0, 8801.0, 8829.0, 8806.0, 8830.0, 8819.0, 8814.0, 8788.0, 8811.0, 8786.0, 8815.0, 8801.0, 8800.0, 8816.0, 8771.0, 8817.0, 8779.0, 8832.0, 8784.0, 8828.0, 8798.0, 8810.0, 8800.0, 8828.0, 8799.0, 8812.0, 8798.0, 8782.0, 8797.0, 8795.0, 8813.0, 8795.0, 8814.0, 8767.0, 8813.0, 8754.0, 8814.0, 8767.0, 8830.0, 8780.0, 8812.0, 8799.0, 8812.0, 8798.0, 8812.0, 8801.0, 8816.0, 8818.0, 8775.0, 8831.0, 8772.0, 8832.0, 8802.0, 8830.0, 8815.0, 8813.0, 8803.0, 8814.0, 8803.0, 8828.0, 8814.0, 8783.0, 8813.0, 8754.0, 8816.0, 8768.0, 8830.0, 8782.0, 8815.0, 8770.0, 8815.0, 8755.0, 8818.0, 8786.0, 8831.0, 8818.0, 8830.0, 8820.0, 8804.0, 8790.0, 8789.0, 8840.0, 8808.0, 8855.0, 8826.0, 8822.0, 8814.0, 8827.0, 8860.0, 8828.0, 8856.0, 8827.0, 8853.0, 8827.0, 8837.0, 8825.0, 8789.0, 8833.0, 8778.0, 8853.0, 8840.0, 8838.0, 8822.0, 8802.0, 8787.0, 8817.0, 8839.0, 8789.0, 8833.0, 8788.0, 8812.0, 8801.0, 8831.0, 8817.0, 8784.0, 8767.0, 8768.0, 8815.0, 8781.0, 8816.0, 8767.0, 8809.0, 8776.0, 8808.0, 8782.0, 8808.0, 8798.0, 8810.0, 8783.0, 8791.0, 8783.0, 8809.0, 8795.0, 8764.0, 8797.0, 8750.0, 8813.0, 8753.0, 8816.0, 8767.0, 8828.0, 8802.0, 8828.0, 8807.0, 8834.0, 8807.0, 8819.0, 8821.0, 8790.0, 8835.0, 8790.0, 8833.0, 8817.0, 8832.0, 8819.0, 8818.0, 8806.0, 8804.0, 8820.0, 8802.0, 8836.0, 8803.0, 8837.0, 8801.0, 8836.0, 8806.0, 8831.0, 8805.0, 8817.0, 8804.0, 8774.0, 8820.0, 8778.0, 8840.0, 8807.0, 8836.0, 8824.0, 8838.0, 8811.0, 8837.0, 8826.0, 8840.0, 8859.0, 8797.0, 8854.0, 8808.0, 8838.0, 8824.0, 8837.0, 8820.0, 8801.0, 8787.0, 8811.0, 8800.0, 8798.0, 8800.0, 8750.0, 8795.0, 8751.0, 8815.0, 8781.0, 8810.0, 8782.0, 8793.0, 8764.0, 8809.0, 8796.0, 8779.0, 8778.0, 8750.0, 8810.0, 8750.0, 8810.0, 8781.0, 8813.0, 8797.0, 8794.0, 8785.0, 8795.0, 8799.0, 8812.0, 8799.0, 8768.0, 8815.0, 8757.0, 8814.0, 8755.0, 8820.0, 8780.0, 8816.0, 8767.0, 8812.0, 8757.0, 8815.0, 8791.0, 8834.0, 8823.0, 8820.0, 8808.0, 8807.0, 8827.0, 8851.0, 8866.0, 8814.0, 8838.0, 8811.0, 8835.0, 8822.0, 8804.0, 8819.0, 8770.0, 8836.0, 8795.0, 8835.0, 8798.0, 8812.0, 8780.0, 8791.0, 8782.0, 8808.0, 8797.0, 8763.0, 8752.0, 8793.0, 8797.0, 8808.0, 8815.0, 8762.0, 8795.0, 8746.0, 8808.0, 8762.0, 8807.0, 8793.0, 8806.0, 8778.0, 8807.0, 8782.0, 8808.0, 8795.0, 8763.0, 8780.0, 8776.0, 8813.0, 8778.0, 8813.0, 8766.0, 8808.0, 8764.0, 8810.0, 8796.0, 8808.0, 8798.0, 8780.0, 8770.0, 8798.0, 8834.0, 8786.0, 8833.0, 8802.0, 8815.0, 8805.0, 8834.0, 8839.0, 8791.0, 8832.0, 8790.0, 8833.0, 8817.0, 8817.0, 8838.0, 8817.0, 8837.0, 8787.0, 8797.0, 8783.0, 8812.0, 8813.0, 8780.0, 8796.0, 8747.0, 8809.0, 8763.0, 8810.0, 8793.0, 8809.0, 8780.0, 8775.0, 8765.0, 8765.0, 8831.0, 8786.0, 8831.0, 8800.0, 8781.0, 8785.0, 8772.0, 8832.0, 8820.0, 8836.0, 8837.0, 8791.0, 8834.0, 8804.0, 8831.0, 8801.0, 8814.0, 8796.0, 8793.0, 8763.0, 8761.0, 8764.0, 8772.0, 8810.0, 8778.0, 8815.0, 8765.0, 8808.0, 8767.0, 8810.0, 8783.0, 8814.0, 8797.0, 8812.0, 8798.0, 8814.0, 8803.0, 8814.0, 8802.0, 8813.0, 8820.0, 8781.0, 8824.0, 8797.0, 8839.0, 8827.0, 8840.0, 8831.0, 8808.0, 8823.0, 8771.0, 8839.0, 8800.0, 8836.0, 8797.0, 8812.0, 8779.0, 8810.0, 8765.0, 8814.0, 8782.0, 8810.0, 8780.0, 8805.0, 8784.0, 8828.0, 8798.0, 8782.0, 8773.0, 8786.0, 8834.0, 8789.0, 8835.0, 8802.0, 8830.0, 8801.0, 8830.0, 8816.0, 8817.0, 8803.0, 8798.0, 8783.0, 8810.0, 8800.0, 8796.0, 8812.0, 8753.0, 8812.0, 8768.0, 8812.0, 8797.0, 8811.0, 8797.0, 8794.0, 8784.0, 8795.0, 8797.0, 8812.0, 8811.0, 8763.0, 8798.0, 8751.0, 8813.0, 8768.0, 8815.0, 8784.0, 8832.0, 8818.0, 8835.0, 8808.0, 8820.0, 8821.0, 8819.0, 8839.0, 8792.0, 8841.0, 8811.0, 8855.0, 8829.0, 8854.0, 8826.0, 8824.0, 8809.0, 8823.0, 8814.0, 8843.0, 8844.0, 8810.0, 8843.0, 8793.0, 8841.0, 8828.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.0025269610091743122</td></tr>
<tr><td colspan=3>aqi</td><td>0.02812654266055046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.10560592143517</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1857228231458088</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008801047037888</td></tr>
<tr><td colspan=3>efc</td><td>0.4463</td></tr>
<tr><td colspan=3>fber</td><td>7006.9775</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09733271873085972</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.73394495412844</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.562980425175077</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4413337599758855</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9180631122461356</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3295444033032098</td></tr>
<tr><td colspan=3>gcor</td><td>0.00772983</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021022096276283264</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02204323001205921</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.8714250586258325</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>65.4254</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.3336</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.8192</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>692.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.899</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4063</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.8908</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3169.9633</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3394.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67831.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>998.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.6733</td></tr>
<tr><td colspan=3>tsnr</td><td>38.74087913939729</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>