<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-03/func/sub-0018_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>59144a48487f81c34ff2fc5aaca0531e</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>10:05:14.380000</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_VE11C_LATEST_20160120</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.997038, -0.0204747, 0.0741382, 0.0231482, 0.999106, -0.0353839]</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.0907035</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 735, -19, -179, -34, 18]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>227.768</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>973effc0-fca8-4de2-97e4-87ef445583d7||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6749794483184814, 0.06210505589842796, 0.19803814589977264, 105.90564727783203], [0.054932091385126114, 2.680527448654175, -0.0998871773481369, -95.31631469726562], [0.19890747964382172, 0.09493240714073181, 2.6908740997314453, -67.37097930908203], [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': ['100514.380000', '100514.840000', '100515.300000', '100515.760000', '100516.220000', '100516.680000', '100517.140000', '100517.600000', '100518.060000', '100518.520000', '100518.980000', '100519.440000', '100519.900000', '100520.360000', '100520.820000', '100521.280000', '100521.740000', '100522.200000', '100522.660000', '100523.120000', '100523.580000', '100524.040000', '100524.500000', '100524.960000', '100525.420000', '100525.880000', '100526.340000', '100526.800000', '100527.260000', '100527.720000', '100528.180000', '100528.640000', '100529.100000', '100529.560000', '100530.020000', '100530.480000', '100530.940000', '100531.400000', '100531.860000', '100532.320000', '100532.780000', '100533.240000', '100533.700000', '100534.160000', '100534.620000', '100535.080000', '100535.540000', '100536.000000', '100536.460000', '100536.920000', '100537.380000', '100537.840000', '100538.300000', '100538.760000', '100539.220000', '100539.680000', '100540.140000', '100540.600000', '100541.060000', '100541.520000', '100541.980000', '100542.440000', '100542.900000', '100543.360000', '100543.820000', '100544.280000', '100544.740000', '100545.200000', '100545.660000', '100546.120000', '100546.580000', '100547.040000', '100547.500000', '100547.960000', '100548.420000', '100548.880000', '100549.340000', '100549.800000', '100550.260000', '100550.720000', '100551.180000', '100551.640000', '100552.100000', '100552.560000', '100553.020000', '100553.480000', '100553.940000', '100554.400000', '100554.860000', '100555.320000', '100555.780000', '100556.240000', '100556.700000', '100557.160000', '100557.620000', '100558.080000', '100558.540000', '100559.000000', '100559.460000', '100559.920000', '100600.380000', '100600.840000', '100601.300000', '100601.760000', '100602.220000', '100602.680000', '100603.140000', '100603.600000', '100604.060000', '100604.520000', '100604.980000', '100605.440000', '100605.900000', '100606.360000', '100606.820000', '100607.280000', '100607.740000', '100608.200000', '100608.660000', '100609.120000', '100609.580000', '100610.040000', '100610.500000', '100610.960000', '100611.420000', '100611.880000', '100612.340000', '100612.800000', '100613.260000', '100613.720000', '100614.180000', '100614.640000', '100615.100000', '100615.560000', '100616.020000', '100616.480000', '100616.940000', '100617.400000', '100617.860000', '100618.320000', '100618.780000', '100619.240000', '100619.700000', '100620.160000', '100620.620000', '100621.080000', '100621.540000', '100622.000000', '100622.460000', '100622.920000', '100623.380000', '100623.840000', '100624.300000', '100624.760000', '100625.220000', '100625.680000', '100626.140000', '100626.600000', '100627.060000', '100627.520000', '100627.980000', '100628.440000', '100628.900000', '100629.360000', '100629.820000', '100630.280000', '100630.740000', '100631.200000', '100631.660000', '100632.120000', '100632.580000', '100633.040000', '100633.500000', '100633.960000', '100634.420000', '100634.880000', '100635.340000', '100635.800000', '100636.260000', '100636.720000', '100637.180000', '100637.640000', '100638.100000', '100638.560000', '100639.020000', '100639.480000', '100639.940000', '100640.400000', '100640.860000', '100641.320000', '100641.780000', '100642.240000', '100642.700000', '100643.160000', '100643.620000', '100644.080000', '100644.540000', '100645.000000', '100645.460000', '100645.920000', '100646.380000', '100646.840000', '100647.300000', '100647.760000', '100648.220000', '100648.680000', '100649.140000', '100649.600000', '100650.060000', '100650.520000', '100650.980000', '100651.440000', '100651.900000', '100652.360000', '100652.820000', '100653.280000', '100653.740000', '100654.200000', '100654.660000', '100655.120000', '100655.580000', '100656.040000', '100656.500000', '100656.960000', '100657.420000', '100657.880000', '100658.340000', '100658.800000', '100659.260000', '100659.720000', '100700.180000', '100700.640000', '100701.100000', '100701.560000', '100702.020000', '100702.480000', '100702.940000', '100703.400000', '100703.860000', '100704.320000', '100704.780000', '100705.240000', '100705.700000', '100706.160000', '100706.620000', '100707.080000', '100707.540000', '100708.000000', '100708.460000', '100708.920000', '100709.380000', '100709.840000', '100710.300000', '100710.760000', '100711.220000', '100711.680000', '100712.140000', '100712.600000', '100713.060000', '100713.520000', '100713.980000', '100714.440000', '100714.900000', '100715.360000', '100715.820000', '100716.280000', '100716.740000', '100717.200000', '100717.660000', '100718.120000', '100718.580000', '100719.040000', '100719.500000', '100719.960000', '100720.420000', '100720.880000', '100721.340000', '100721.800000', '100722.260000', '100722.720000', '100723.180000', '100723.640000', '100724.100000', '100724.560000', '100725.020000', '100725.480000', '100725.940000', '100726.400000', '100726.860000', '100727.320000', '100727.780000', '100728.240000', '100728.700000', '100729.160000', '100729.620000', '100730.080000', '100730.540000', '100731.000000', '100731.460000', '100731.920000', '100732.380000', '100732.840000', '100733.300000', '100733.760000', '100734.220000', '100734.680000', '100735.140000', '100735.600000', '100736.060000', '100736.520000', '100736.980000', '100737.440000', '100737.900000', '100738.360000', '100738.820000', '100739.280000', '100739.740000', '100740.200000', '100740.660000', '100741.120000', '100741.580000', '100742.040000', '100742.500000', '100742.960000', '100743.420000', '100743.880000', '100744.340000', '100744.800000', '100745.260000', '100745.720000', '100746.180000', '100746.640000', '100747.100000', '100747.560000', '100748.020000', '100748.480000', '100748.940000', '100749.400000', '100749.860000', '100750.320000', '100750.780000', '100751.240000', '100751.700000', '100752.160000', '100752.620000', '100753.080000', '100753.540000', '100754.000000', '100754.460000', '100754.920000', '100755.380000', '100755.840000', '100756.300000', '100756.760000', '100757.220000', '100757.680000', '100758.140000', '100758.600000', '100759.060000', '100759.520000', '100759.980000', '100800.440000', '100800.900000', '100801.360000', '100801.820000', '100802.280000', '100802.740000', '100803.200000', '100803.660000', '100804.120000', '100804.580000', '100805.040000', '100805.500000', '100805.960000', '100806.420000', '100806.880000', '100807.340000', '100807.800000', '100808.260000', '100808.720000', '100809.180000', '100809.640000', '100810.100000', '100810.560000', '100811.020000', '100811.480000', '100811.940000', '100812.400000', '100812.860000', '100813.320000', '100813.780000', '100814.240000', '100814.700000', '100815.160000', '100815.620000', '100816.080000', '100816.540000', '100817.000000', '100817.460000', '100817.920000', '100818.380000', '100818.840000', '100819.300000', '100819.760000', '100820.220000', '100820.680000', '100821.140000', '100821.600000', '100822.060000', '100822.520000', '100822.980000', '100823.440000', '100823.900000', '100824.360000', '100824.820000', '100825.280000', '100825.740000', '100826.200000', '100826.660000', '100827.120000', '100827.580000', '100828.040000', '100828.500000', '100828.960000', '100829.420000', '100829.880000', '100830.340000', '100830.800000', '100831.260000', '100831.720000', '100832.180000', '100832.640000', '100833.100000', '100833.560000', '100834.020000', '100834.480000', '100834.940000', '100835.400000', '100835.860000', '100836.320000', '100836.780000', '100837.240000', '100837.700000', '100838.160000', '100838.620000', '100839.080000', '100839.540000', '100840.000000', '100840.460000', '100840.920000', '100841.380000', '100841.840000', '100842.300000', '100842.760000', '100843.220000', '100843.680000', '100844.140000', '100844.600000', '100845.060000', '100845.520000', '100845.980000', '100846.440000', '100846.900000', '100847.360000', '100847.820000', '100848.280000', '100848.740000', '100849.200000', '100849.660000', '100850.120000', '100850.580000', '100851.040000', '100851.500000', '100851.960000', '100852.420000', '100852.880000', '100853.340000', '100853.800000', '100854.260000', '100854.720000', '100855.180000', '100855.640000', '100856.100000', '100856.560000', '100857.020000', '100857.480000', '100857.940000', '100858.400000', '100858.860000', '100859.320000', '100859.780000', '100900.240000', '100900.700000', '100901.160000', '100901.620000', '100902.080000', '100902.540000', '100903.000000', '100903.460000', '100903.920000', '100904.380000', '100904.840000', '100905.300000', '100905.760000', '100906.220000', '100906.680000', '100907.140000', '100907.600000', '100908.060000', '100908.520000', '100908.980000', '100909.440000', '100909.900000', '100910.360000', '100910.820000', '100911.280000', '100911.740000', '100912.200000', '100912.660000', '100913.120000', '100913.580000', '100914.040000', '100914.500000', '100914.960000', '100915.420000', '100915.880000', '100916.340000', '100916.800000', '100917.260000', '100917.720000', '100918.180000', '100918.640000', '100919.100000', '100919.560000', '100920.020000', '100920.480000', '100920.940000', '100921.400000', '100921.860000', '100922.320000', '100922.780000', '100923.240000', '100923.700000', '100924.160000', '100924.620000', '100925.080000', '100925.540000', '100926.000000', '100926.460000', '100926.920000', '100927.380000', '100927.840000', '100928.300000', '100928.760000', '100929.220000', '100929.680000', '100930.140000', '100930.600000', '100931.060000', '100931.520000', '100931.980000', '100932.440000', '100932.900000', '100933.360000', '100933.820000', '100934.280000', '100934.740000', '100935.200000', '100935.660000', '100936.120000', '100936.580000', '100937.040000', '100937.500000', '100937.960000', '100938.420000', '100938.880000', '100939.340000', '100939.800000', '100940.260000', '100940.720000', '100941.180000', '100941.640000', '100942.100000', '100942.560000', '100943.020000', '100943.480000', '100943.940000', '100944.400000', '100944.860000', '100945.320000', '100945.780000', '100946.240000', '100946.700000', '100947.160000', '100947.620000', '100948.080000', '100948.540000', '100949.000000', '100949.460000', '100949.920000', '100950.380000', '100950.840000', '100951.300000', '100951.760000', '100952.220000', '100952.680000', '100953.140000', '100953.600000', '100954.060000', '100954.520000', '100954.980000', '100955.440000', '100955.900000', '100956.360000', '100956.820000', '100957.280000', '100957.740000', '100958.200000', '100958.660000', '100959.120000', '100959.580000', '101000.040000', '101000.500000', '101000.960000', '101001.420000', '101001.880000', '101002.340000', '101002.800000', '101003.260000', '101003.720000', '101004.180000', '101004.640000', '101005.100000', '101005.560000', '101006.020000', '101006.480000', '101006.940000', '101007.400000', '101007.860000', '101008.320000', '101008.780000', '101009.240000', '101009.700000', '101010.160000', '101010.620000', '101011.080000', '101011.540000', '101012.000000', '101012.460000', '101012.920000', '101013.380000', '101013.840000', '101014.300000', '101014.760000', '101015.220000', '101015.680000', '101016.140000', '101016.600000', '101017.060000', '101017.520000', '101017.980000', '101018.440000', '101018.900000', '101019.360000', '101019.820000', '101020.280000', '101020.740000', '101021.200000', '101021.660000', '101022.120000', '101022.580000', '101023.040000', '101023.500000', '101023.960000', '101024.420000', '101024.880000', '101025.340000', '101025.800000', '101026.260000', '101026.720000', '101027.180000', '101027.640000', '101028.100000', '101028.560000', '101029.020000', '101029.480000', '101029.940000', '101030.400000', '101030.860000', '101031.320000', '101031.780000', '101032.240000', '101032.700000', '101033.160000', '101033.620000', '101034.080000', '101034.540000', '101035.000000', '101035.460000', '101035.920000', '101036.380000', '101036.840000', '101037.300000', '101037.760000', '101038.220000', '101038.680000', '101039.140000', '101039.600000', '101040.060000', '101040.520000', '101040.980000', '101041.440000', '101041.900000', '101042.360000', '101042.820000', '101043.280000', '101043.740000', '101044.200000', '101044.660000', '101045.120000', '101045.580000', '101046.040000', '101046.500000', '101046.960000', '101047.420000', '101047.880000', '101048.340000', '101048.800000', '101049.260000', '101049.720000', '101050.180000', '101050.640000', '101051.100000', '101051.560000', '101052.020000', '101052.480000', '101052.940000', '101053.400000', '101053.860000', '101054.320000', '101054.780000', '101055.240000', '101055.700000', '101056.160000', '101056.620000', '101057.080000', '101057.540000', '101058.000000', '101058.460000', '101058.920000', '101059.380000', '101059.840000', '101100.300000', '101100.760000', '101101.220000', '101101.680000', '101102.140000', '101102.600000', '101103.060000', '101103.520000', '101103.980000', '101104.440000', '101104.900000', '101105.360000', '101105.820000', '101106.280000', '101106.740000', '101107.200000', '101107.660000', '101108.120000', '101108.580000', '101109.040000', '101109.500000', '101109.960000', '101110.420000', '101110.880000', '101111.340000', '101111.800000', '101112.260000', '101112.720000', '101113.180000', '101113.640000', '101114.100000', '101114.560000', '101115.020000', '101115.480000', '101115.940000', '101116.400000', '101116.860000', '101117.320000', '101117.780000', '101118.240000', '101118.700000', '101119.160000', '101119.620000', '101120.080000', '101120.540000', '101121.000000', '101121.460000', '101121.920000', '101122.380000', '101122.840000', '101123.300000', '101123.760000', '101124.220000', '101124.680000', '101125.140000', '101125.600000', '101126.060000', '101126.520000', '101126.980000', '101127.440000', '101127.900000', '101128.360000', '101128.820000', '101129.280000', '101129.740000', '101130.200000', '101130.660000', '101131.120000', '101131.580000', '101132.040000', '101132.500000', '101132.960000', '101133.420000', '101133.880000', '101134.340000', '101134.800000', '101135.260000', '101135.720000', '101136.180000', '101136.640000', '101137.100000', '101137.560000', '101138.020000', '101138.480000', '101138.940000', '101139.400000', '101139.860000', '101140.320000', '101140.780000', '101141.240000', '101141.700000', '101142.160000', '101142.620000', '101143.080000', '101143.540000', '101144.000000', '101144.460000', '101144.920000', '101145.380000', '101145.840000', '101146.300000', '101146.760000', '101147.220000', '101147.680000', '101148.140000', '101148.600000', '101149.060000', '101149.520000', '101149.980000', '101150.440000', '101150.900000', '101151.360000', '101151.820000', '101152.280000', '101152.740000', '101153.200000', '101153.660000', '101154.120000', '101154.580000', '101155.040000'], 'ContentTime': ['100543.954000', '100543.960000', '100543.963000', '100543.966000', '100543.969000', '100543.972000', '100543.974000', '100543.977000', '100543.980000', '100543.983000', '100543.986000', '100543.988000', '100543.991000', '100543.994000', '100543.997000', '100544.001000', '100544.004000', '100544.007000', '100544.015000', '100544.018000', '100544.020000', '100544.023000', '100544.026000', '100544.029000', '100544.032000', '100544.034000', '100544.037000', '100544.040000', '100544.043000', '100544.046000', '100544.049000', '100544.051000', '100544.054000', '100544.057000', '100544.060000', '100544.063000', '100544.065000', '100544.068000', '100544.071000', '100544.074000', '100544.077000', '100544.080000', '100544.083000', '100544.085000', '100544.088000', '100544.091000', '100544.102000', '100544.105000', '100544.108000', '100544.111000', '100544.114000', '100544.116000', '100544.119000', '100544.122000', '100544.125000', '100544.128000', '100544.131000', '100544.133000', '100544.136000', '100544.139000', '100544.142000', '100603.913000', '100603.916000', '100603.919000', '100603.921000', '100603.927000', '100603.930000', '100603.933000', '100603.936000', '100603.939000', '100603.942000', '100603.945000', '100603.947000', '100603.950000', '100603.953000', '100603.956000', '100603.959000', '100603.962000', '100603.964000', '100603.967000', '100603.970000', '100603.973000', '100603.976000', '100603.979000', '100603.981000', '100603.984000', '100603.987000', '100603.990000', '100603.993000', '100603.996000', '100603.998000', '100604.002000', '100604.005000', '100604.008000', '100604.011000', '100604.014000', '100604.016000', '100604.019000', '100604.022000', '100604.025000', '100604.028000', '100604.031000', '100604.034000', '100604.036000', '100604.039000', '100623.913000', '100623.916000', '100623.919000', '100623.922000', '100623.924000', '100623.927000', '100623.930000', '100623.933000', '100623.936000', '100623.939000', '100623.942000', '100623.944000', '100623.947000', '100623.950000', '100623.953000', '100623.956000', '100623.959000', '100623.962000', '100623.965000', '100623.967000', '100623.970000', '100623.985000', '100623.988000', '100623.993000', '100623.997000', '100624.001000', '100624.004000', '100624.007000', '100624.010000', '100624.012000', '100624.015000', '100624.018000', '100624.021000', '100624.024000', '100624.026000', '100624.029000', '100624.032000', '100624.035000', '100624.038000', '100624.041000', '100624.043000', '100624.046000', '100624.049000', '100643.913000', '100643.916000', '100643.919000', '100643.921000', '100643.924000', '100643.927000', '100643.930000', '100643.933000', '100643.936000', '100643.939000', '100643.941000', '100643.944000', '100643.947000', '100643.950000', '100643.953000', '100643.955000', '100643.958000', '100643.961000', '100643.964000', '100643.967000', '100643.969000', '100643.972000', '100643.975000', '100643.978000', '100643.981000', '100643.984000', '100643.987000', '100643.989000', '100643.992000', '100643.995000', '100643.998000', '100644.002000', '100644.005000', '100644.007000', '100644.011000', '100644.014000', '100644.017000', '100644.020000', '100644.022000', '100644.025000', '100644.028000', '100644.031000', '100644.034000', '100644.037000', '100703.913000', '100703.916000', '100703.919000', '100703.921000', '100703.924000', '100703.927000', '100703.930000', '100703.933000', '100703.936000', '100703.939000', '100703.942000', '100703.944000', '100703.947000', '100703.950000', '100703.953000', '100703.956000', '100703.959000', '100703.962000', '100703.964000', '100703.967000', '100703.970000', '100703.975000', '100703.979000', '100703.982000', '100703.985000', '100703.988000', '100703.991000', '100703.994000', '100703.996000', '100704.000000', '100704.003000', '100704.006000', '100704.009000', '100704.012000', '100704.014000', '100704.017000', '100704.020000', '100704.023000', '100704.026000', '100704.029000', '100704.031000', '100704.034000', '100704.037000', '100723.914000', '100723.917000', '100723.920000', '100723.922000', '100723.925000', '100723.928000', '100723.931000', '100723.934000', '100723.937000', '100723.940000', '100723.942000', '100723.945000', '100723.948000', '100723.951000', '100723.954000', '100723.957000', '100723.961000', '100723.963000', '100723.966000', '100723.969000', '100723.972000', '100723.975000', '100723.978000', '100723.981000', '100723.984000', '100723.986000', '100723.989000', '100723.992000', '100723.995000', '100723.998000', '100724.001000', '100724.004000', '100724.007000', '100724.009000', '100724.012000', '100724.015000', '100724.018000', '100724.021000', '100724.024000', '100724.026000', '100724.029000', '100724.032000', '100724.035000', '100724.038000', '100743.913000', '100743.916000', '100743.919000', '100743.922000', '100743.925000', '100743.928000', '100743.930000', '100743.933000', '100743.936000', '100743.940000', '100743.943000', '100743.946000', '100743.949000', '100743.952000', '100743.955000', '100743.958000', '100743.960000', '100743.963000', '100743.966000', '100743.969000', '100743.972000', '100743.975000', '100743.978000', '100743.980000', '100743.983000', '100743.986000', '100743.989000', '100743.992000', '100743.995000', '100743.998000', '100744.002000', '100744.005000', '100744.008000', '100744.010000', '100744.013000', '100744.016000', '100744.019000', '100744.022000', '100744.025000', '100744.028000', '100744.030000', '100744.033000', '100744.036000', '100803.913000', '100803.916000', '100803.919000', '100803.922000', '100803.924000', '100803.927000', '100803.930000', '100803.933000', '100803.936000', '100803.939000', '100803.942000', '100803.945000', '100803.947000', '100803.950000', '100803.953000', '100803.956000', '100803.959000', '100803.975000', '100803.978000', '100803.981000', '100803.984000', '100803.987000', '100803.990000', '100803.993000', '100803.995000', '100803.998000', '100804.002000', '100804.005000', '100804.008000', '100804.011000', '100804.014000', '100804.016000', '100804.019000', '100804.022000', '100804.025000', '100804.028000', '100804.031000', '100804.033000', '100804.036000', '100804.039000', '100804.042000', '100804.045000', '100804.048000', '100804.051000', '100823.913000', '100823.916000', '100823.919000', '100823.922000', '100823.925000', '100823.927000', '100823.930000', '100823.933000', '100823.936000', '100823.939000', '100823.942000', '100823.945000', '100823.947000', '100823.950000', '100823.953000', '100823.956000', '100823.959000', '100823.962000', '100823.965000', '100823.967000', '100823.970000', '100823.973000', '100823.976000', '100823.979000', '100823.982000', '100823.985000', '100823.988000', '100823.990000', '100823.993000', '100823.996000', '100824.000000', '100824.003000', '100824.006000', '100824.008000', '100824.011000', '100824.014000', '100824.017000', '100824.020000', '100824.023000', '100824.027000', '100824.032000', '100824.035000', '100824.038000', '100843.913000', '100843.916000', '100843.919000', '100843.921000', '100843.924000', '100843.927000', '100843.930000', '100843.933000', '100843.936000', '100843.938000', '100843.941000', '100843.944000', '100843.947000', '100843.950000', '100843.953000', '100843.956000', '100843.963000', '100843.966000', '100843.969000', '100843.972000', '100843.975000', '100843.978000', '100843.980000', '100843.983000', '100843.986000', '100843.989000', '100843.992000', '100843.995000', '100843.998000', '100844.001000', '100844.004000', '100844.007000', '100844.010000', '100844.013000', '100844.016000', '100844.019000', '100844.021000', '100844.024000', '100844.027000', '100844.030000', '100844.033000', '100844.035000', '100844.038000', '100844.041000', '100903.913000', '100903.916000', '100903.919000', '100903.922000', '100903.925000', '100903.927000', '100903.930000', '100903.933000', '100903.936000', '100903.939000', '100903.942000', '100903.944000', '100903.947000', '100903.950000', '100903.953000', '100903.956000', '100903.959000', '100903.962000', '100903.964000', '100903.967000', '100903.970000', '100903.973000', '100903.977000', '100903.980000', '100903.983000', '100903.986000', '100903.989000', '100903.992000', '100903.995000', '100903.998000', '100904.002000', '100904.005000', '100904.007000', '100904.010000', '100904.013000', '100904.016000', '100904.019000', '100904.022000', '100904.024000', '100904.027000', '100904.030000', '100904.033000', '100904.037000', '100923.913000', '100923.916000', '100923.919000', '100923.921000', '100923.924000', '100923.927000', '100923.930000', '100923.933000', '100923.936000', '100923.939000', '100923.942000', '100923.945000', '100923.948000', '100923.951000', '100923.954000', '100923.957000', '100923.960000', '100923.963000', '100923.965000', '100923.968000', '100923.971000', '100923.974000', '100923.977000', '100923.980000', '100923.983000', '100923.986000', '100923.989000', '100923.992000', '100923.995000', '100923.997000', '100924.001000', '100924.004000', '100924.007000', '100924.010000', '100924.013000', '100924.015000', '100924.018000', '100924.021000', '100924.024000', '100924.027000', '100924.030000', '100924.032000', '100924.046000', '100924.049000', '100943.914000', '100943.917000', '100943.920000', '100943.923000', '100943.925000', '100943.928000', '100943.931000', '100943.934000', '100943.937000', '100943.940000', '100943.943000', '100943.945000', '100943.948000', '100943.951000', '100943.954000', '100943.957000', '100943.960000', '100943.963000', '100943.966000', '100943.969000', '100943.971000', '100943.974000', '100943.977000', '100943.980000', '100943.983000', '100943.986000', '100943.989000', '100943.992000', '100943.995000', '100943.997000', '100944.000000', '100944.003000', '100944.006000', '100944.009000', '100944.012000', '100944.014000', '100944.017000', '100944.020000', '100944.023000', '100944.026000', '100944.029000', '100944.032000', '100944.034000', '101003.913000', '101003.916000', '101003.919000', '101003.922000', '101003.924000', '101003.927000', '101003.930000', '101003.933000', '101003.936000', '101003.938000', '101003.941000', '101003.944000', '101003.947000', '101003.950000', '101003.953000', '101003.956000', '101003.959000', '101003.961000', '101003.964000', '101003.967000', '101003.970000', '101003.973000', '101003.976000', '101003.979000', '101003.981000', '101003.984000', '101003.987000', '101003.990000', '101003.993000', '101003.996000', '101004.000000', '101004.003000', '101004.006000', '101004.008000', '101004.011000', '101004.014000', '101004.017000', '101004.020000', '101004.023000', '101004.025000', '101004.028000', '101004.031000', '101004.034000', '101004.037000', '101023.913000', '101023.916000', '101023.919000', '101023.922000', '101023.924000', '101023.927000', '101023.930000', '101023.933000', '101023.936000', '101023.939000', '101023.941000', '101023.944000', '101023.947000', '101023.950000', '101023.953000', '101023.956000', '101023.959000', '101023.961000', '101023.964000', '101023.967000', '101023.970000', '101023.973000', '101023.976000', '101023.979000', '101023.981000', '101023.985000', '101023.987000', '101023.990000', '101023.993000', '101023.996000', '101024.000000', '101024.003000', '101024.005000', '101024.008000', '101024.011000', '101024.015000', '101024.019000', '101024.022000', '101024.024000', '101024.028000', '101024.030000', '101024.033000', '101024.036000', '101043.913000', '101043.916000', '101043.919000', '101043.921000', '101043.924000', '101043.927000', '101043.930000', '101043.933000', '101043.936000', '101043.939000', '101043.941000', '101043.944000', '101043.947000', '101043.950000', '101043.953000', '101043.956000', '101043.958000', '101043.961000', '101043.964000', '101043.967000', '101043.970000', '101043.973000', '101043.975000', '101043.978000', '101043.981000', '101043.984000', '101043.987000', '101043.990000', '101043.993000', '101043.996000', '101044.000000', '101044.002000', '101044.005000', '101044.008000', '101044.011000', '101044.014000', '101044.017000', '101044.020000', '101044.022000', '101044.025000', '101044.028000', '101044.031000', '101044.039000', '101044.042000', '101103.913000', '101103.916000', '101103.919000', '101103.922000', '101103.924000', '101103.927000', '101103.930000', '101103.933000', '101103.936000', '101103.951000', '101103.954000', '101103.957000', '101103.960000', '101103.962000', '101103.965000', '101103.968000', '101103.971000', '101103.974000', '101103.977000', '101103.980000', '101103.983000', '101103.985000', '101103.988000', '101103.991000', '101103.994000', '101103.997000', '101104.001000', '101104.004000', '101104.006000', '101104.009000', '101104.012000', '101104.015000', '101104.018000', '101104.021000', '101104.024000', '101104.026000', '101104.029000', '101104.032000', '101104.035000', '101104.038000', '101104.041000', '101104.044000', '101104.047000', '101123.913000', '101123.916000', '101123.919000', '101123.923000', '101123.926000', '101123.929000', '101123.932000', '101123.935000', '101123.937000', '101123.940000', '101123.943000', '101123.946000', '101123.949000', '101123.952000', '101123.955000', '101123.958000', '101123.960000', '101123.963000', '101123.966000', '101123.969000', '101123.972000', '101123.975000', '101123.977000', '101123.980000', '101123.983000', '101123.986000', '101123.989000', '101123.992000', '101123.995000', '101123.998000', '101124.001000', '101124.004000', '101124.007000', '101124.010000', '101124.013000', '101124.016000', '101124.019000', '101124.022000', '101124.024000', '101124.027000', '101124.030000', '101124.033000', '101124.036000', '101124.039000', '101143.913000', '101143.916000', '101143.919000', '101143.922000', '101143.924000', '101143.927000', '101143.930000', '101143.933000', '101143.936000', '101143.939000', '101143.942000', '101143.945000', '101143.947000', '101143.950000', '101143.953000', '101143.956000', '101143.959000', '101143.962000', '101143.965000', '101143.967000', '101143.970000', '101143.973000', '101143.976000', '101143.979000', '101143.982000', '101143.985000', '101143.988000', '101143.990000', '101143.993000', '101143.996000', '101144.000000', '101144.003000', '101144.006000', '101144.009000', '101144.012000', '101144.014000', '101144.017000', '101144.020000', '101144.023000', '101144.026000', '101144.029000', '101144.031000', '101144.034000', '101156.593000', '101156.597000', '101156.600000', '101156.603000', '101156.606000', '101156.609000', '101156.612000', '101156.615000', '101156.618000', '101156.621000', '101156.624000', '101156.627000', '101156.630000', '101156.633000', '101156.636000', '101156.639000', '101156.642000', '101156.645000', '101156.647000', '101156.650000', '101156.653000', '101156.656000', '101156.659000', '101156.662000', '101156.666000', '101156.668000', '101156.671000', '101156.674000'], 'InstanceCreationTime': ['100543.954000', '100543.960000', '100543.963000', '100543.966000', '100543.969000', '100543.972000', '100543.974000', '100543.977000', '100543.980000', '100543.983000', '100543.986000', '100543.988000', '100543.991000', '100543.994000', '100543.997000', '100544.001000', '100544.004000', '100544.007000', '100544.015000', '100544.018000', '100544.020000', '100544.023000', '100544.026000', '100544.029000', '100544.032000', '100544.034000', '100544.037000', '100544.040000', '100544.043000', '100544.046000', '100544.049000', '100544.051000', '100544.054000', '100544.057000', '100544.060000', '100544.063000', '100544.065000', '100544.068000', '100544.071000', '100544.074000', '100544.077000', '100544.080000', '100544.083000', '100544.085000', '100544.088000', '100544.091000', '100544.102000', '100544.105000', '100544.108000', '100544.111000', '100544.114000', '100544.116000', '100544.119000', '100544.122000', '100544.125000', '100544.128000', '100544.131000', '100544.133000', '100544.136000', '100544.139000', '100544.142000', '100603.913000', '100603.916000', '100603.919000', '100603.921000', '100603.927000', '100603.930000', '100603.933000', '100603.936000', '100603.939000', '100603.942000', '100603.945000', '100603.947000', '100603.950000', '100603.953000', '100603.956000', '100603.959000', '100603.962000', '100603.964000', '100603.967000', '100603.970000', '100603.973000', '100603.976000', '100603.979000', '100603.981000', '100603.984000', '100603.987000', '100603.990000', '100603.993000', '100603.996000', '100603.998000', '100604.002000', '100604.005000', '100604.008000', '100604.011000', '100604.014000', '100604.016000', '100604.019000', '100604.022000', '100604.025000', '100604.028000', '100604.031000', '100604.034000', '100604.036000', '100604.039000', '100623.913000', '100623.916000', '100623.919000', '100623.922000', '100623.924000', '100623.927000', '100623.930000', '100623.933000', '100623.936000', '100623.939000', '100623.942000', '100623.944000', '100623.947000', '100623.950000', '100623.953000', '100623.956000', '100623.959000', '100623.962000', '100623.965000', '100623.967000', '100623.970000', '100623.985000', '100623.988000', '100623.993000', '100623.997000', '100624.001000', '100624.004000', '100624.007000', '100624.010000', '100624.012000', '100624.015000', '100624.018000', '100624.021000', '100624.024000', '100624.026000', '100624.029000', '100624.032000', '100624.035000', '100624.038000', '100624.041000', '100624.043000', '100624.046000', '100624.049000', '100643.913000', '100643.916000', '100643.919000', '100643.921000', '100643.924000', '100643.927000', '100643.930000', '100643.933000', '100643.936000', '100643.939000', '100643.941000', '100643.944000', '100643.947000', '100643.950000', '100643.953000', '100643.955000', '100643.958000', '100643.961000', '100643.964000', '100643.967000', '100643.969000', '100643.972000', '100643.975000', '100643.978000', '100643.981000', '100643.984000', '100643.987000', '100643.989000', '100643.992000', '100643.995000', '100643.998000', '100644.002000', '100644.005000', '100644.007000', '100644.011000', '100644.014000', '100644.017000', '100644.020000', '100644.022000', '100644.025000', '100644.028000', '100644.031000', '100644.034000', '100644.037000', '100703.913000', '100703.916000', '100703.919000', '100703.921000', '100703.924000', '100703.927000', '100703.930000', '100703.933000', '100703.936000', '100703.939000', '100703.942000', '100703.944000', '100703.947000', '100703.950000', '100703.953000', '100703.956000', '100703.959000', '100703.962000', '100703.964000', '100703.967000', '100703.970000', '100703.975000', '100703.979000', '100703.982000', '100703.985000', '100703.988000', '100703.991000', '100703.994000', '100703.996000', '100704.000000', '100704.003000', '100704.006000', '100704.009000', '100704.012000', '100704.014000', '100704.017000', '100704.020000', '100704.023000', '100704.026000', '100704.029000', '100704.031000', '100704.034000', '100704.037000', '100723.914000', '100723.917000', '100723.920000', '100723.922000', '100723.925000', '100723.928000', '100723.931000', '100723.934000', '100723.937000', '100723.940000', '100723.942000', '100723.945000', '100723.948000', '100723.951000', '100723.954000', '100723.957000', '100723.961000', '100723.963000', '100723.966000', '100723.969000', '100723.972000', '100723.975000', '100723.978000', '100723.981000', '100723.984000', '100723.986000', '100723.989000', '100723.992000', '100723.995000', '100723.998000', '100724.001000', '100724.004000', '100724.007000', '100724.009000', '100724.012000', '100724.015000', '100724.018000', '100724.021000', '100724.024000', '100724.026000', '100724.029000', '100724.032000', '100724.035000', '100724.038000', '100743.913000', '100743.916000', '100743.919000', '100743.922000', '100743.925000', '100743.928000', '100743.930000', '100743.933000', '100743.936000', '100743.940000', '100743.943000', '100743.946000', '100743.949000', '100743.952000', '100743.955000', '100743.958000', '100743.960000', '100743.963000', '100743.966000', '100743.969000', '100743.972000', '100743.975000', '100743.978000', '100743.980000', '100743.983000', '100743.986000', '100743.989000', '100743.992000', '100743.995000', '100743.998000', '100744.002000', '100744.005000', '100744.008000', '100744.010000', '100744.013000', '100744.016000', '100744.019000', '100744.022000', '100744.025000', '100744.028000', '100744.030000', '100744.033000', '100744.036000', '100803.913000', '100803.916000', '100803.919000', '100803.922000', '100803.924000', '100803.927000', '100803.930000', '100803.933000', '100803.936000', '100803.939000', '100803.942000', '100803.945000', '100803.947000', '100803.950000', '100803.953000', '100803.956000', '100803.959000', '100803.975000', '100803.978000', '100803.981000', '100803.984000', '100803.987000', '100803.990000', '100803.993000', '100803.995000', '100803.998000', '100804.002000', '100804.005000', '100804.008000', '100804.011000', '100804.014000', '100804.016000', '100804.019000', '100804.022000', '100804.025000', '100804.028000', '100804.031000', '100804.033000', '100804.036000', '100804.039000', '100804.042000', '100804.045000', '100804.048000', '100804.051000', '100823.913000', '100823.916000', '100823.919000', '100823.922000', '100823.925000', '100823.927000', '100823.930000', '100823.933000', '100823.936000', '100823.939000', '100823.942000', '100823.945000', '100823.947000', '100823.950000', '100823.953000', '100823.956000', '100823.959000', '100823.962000', '100823.965000', '100823.967000', '100823.970000', '100823.973000', '100823.976000', '100823.979000', '100823.982000', '100823.985000', '100823.988000', '100823.990000', '100823.993000', '100823.996000', '100824.000000', '100824.003000', '100824.006000', '100824.008000', '100824.011000', '100824.014000', '100824.017000', '100824.020000', '100824.023000', '100824.027000', '100824.032000', '100824.035000', '100824.038000', '100843.913000', '100843.916000', '100843.919000', '100843.921000', '100843.924000', '100843.927000', '100843.930000', '100843.933000', '100843.936000', '100843.938000', '100843.941000', '100843.944000', '100843.947000', '100843.950000', '100843.953000', '100843.956000', '100843.963000', '100843.966000', '100843.969000', '100843.972000', '100843.975000', '100843.978000', '100843.980000', '100843.983000', '100843.986000', '100843.989000', '100843.992000', '100843.995000', '100843.998000', '100844.001000', '100844.004000', '100844.007000', '100844.010000', '100844.013000', '100844.016000', '100844.019000', '100844.021000', '100844.024000', '100844.027000', '100844.030000', '100844.033000', '100844.035000', '100844.038000', '100844.041000', '100903.913000', '100903.916000', '100903.919000', '100903.922000', '100903.925000', '100903.927000', '100903.930000', '100903.933000', '100903.936000', '100903.939000', '100903.942000', '100903.944000', '100903.947000', '100903.950000', '100903.953000', '100903.956000', '100903.959000', '100903.962000', '100903.964000', '100903.967000', '100903.970000', '100903.973000', '100903.977000', '100903.980000', '100903.983000', '100903.986000', '100903.989000', '100903.992000', '100903.995000', '100903.998000', '100904.002000', '100904.005000', '100904.007000', '100904.010000', '100904.013000', '100904.016000', '100904.019000', '100904.022000', '100904.024000', '100904.027000', '100904.030000', '100904.033000', '100904.037000', '100923.913000', '100923.916000', '100923.919000', '100923.921000', '100923.924000', '100923.927000', '100923.930000', '100923.933000', '100923.936000', '100923.939000', '100923.942000', '100923.945000', '100923.948000', '100923.951000', '100923.954000', '100923.957000', '100923.960000', '100923.963000', '100923.965000', '100923.968000', '100923.971000', '100923.974000', '100923.977000', '100923.980000', '100923.983000', '100923.986000', '100923.989000', '100923.992000', '100923.995000', '100923.997000', '100924.001000', '100924.004000', '100924.007000', '100924.010000', '100924.013000', '100924.015000', '100924.018000', '100924.021000', '100924.024000', '100924.027000', '100924.030000', '100924.032000', '100924.046000', '100924.049000', '100943.914000', '100943.917000', '100943.920000', '100943.923000', '100943.925000', '100943.928000', '100943.931000', '100943.934000', '100943.937000', '100943.940000', '100943.943000', '100943.945000', '100943.948000', '100943.951000', '100943.954000', '100943.957000', '100943.960000', '100943.963000', '100943.966000', '100943.969000', '100943.971000', '100943.974000', '100943.977000', '100943.980000', '100943.983000', '100943.986000', '100943.989000', '100943.992000', '100943.995000', '100943.997000', '100944.000000', '100944.003000', '100944.006000', '100944.009000', '100944.012000', '100944.014000', '100944.017000', '100944.020000', '100944.023000', '100944.026000', '100944.029000', '100944.032000', '100944.034000', '101003.913000', '101003.916000', '101003.919000', '101003.922000', '101003.924000', '101003.927000', '101003.930000', '101003.933000', '101003.936000', '101003.938000', '101003.941000', '101003.944000', '101003.947000', '101003.950000', '101003.953000', '101003.956000', '101003.959000', '101003.961000', '101003.964000', '101003.967000', '101003.970000', '101003.973000', '101003.976000', '101003.979000', '101003.981000', '101003.984000', '101003.987000', '101003.990000', '101003.993000', '101003.996000', '101004.000000', '101004.003000', '101004.006000', '101004.008000', '101004.011000', '101004.014000', '101004.017000', '101004.020000', '101004.023000', '101004.025000', '101004.028000', '101004.031000', '101004.034000', '101004.037000', '101023.913000', '101023.916000', '101023.919000', '101023.922000', '101023.924000', '101023.927000', '101023.930000', '101023.933000', '101023.936000', '101023.939000', '101023.941000', '101023.944000', '101023.947000', '101023.950000', '101023.953000', '101023.956000', '101023.959000', '101023.961000', '101023.964000', '101023.967000', '101023.970000', '101023.973000', '101023.976000', '101023.979000', '101023.981000', '101023.985000', '101023.987000', '101023.990000', '101023.993000', '101023.996000', '101024.000000', '101024.003000', '101024.005000', '101024.008000', '101024.011000', '101024.015000', '101024.019000', '101024.022000', '101024.024000', '101024.028000', '101024.030000', '101024.033000', '101024.036000', '101043.913000', '101043.916000', '101043.919000', '101043.921000', '101043.924000', '101043.927000', '101043.930000', '101043.933000', '101043.936000', '101043.939000', '101043.941000', '101043.944000', '101043.947000', '101043.950000', '101043.953000', '101043.956000', '101043.958000', '101043.961000', '101043.964000', '101043.967000', '101043.970000', '101043.973000', '101043.975000', '101043.978000', '101043.981000', '101043.984000', '101043.987000', '101043.990000', '101043.993000', '101043.996000', '101044.000000', '101044.002000', '101044.005000', '101044.008000', '101044.011000', '101044.014000', '101044.017000', '101044.020000', '101044.022000', '101044.025000', '101044.028000', '101044.031000', '101044.039000', '101044.042000', '101103.913000', '101103.916000', '101103.919000', '101103.922000', '101103.924000', '101103.927000', '101103.930000', '101103.933000', '101103.936000', '101103.951000', '101103.954000', '101103.957000', '101103.960000', '101103.962000', '101103.965000', '101103.968000', '101103.971000', '101103.974000', '101103.977000', '101103.980000', '101103.983000', '101103.985000', '101103.988000', '101103.991000', '101103.994000', '101103.997000', '101104.001000', '101104.004000', '101104.006000', '101104.009000', '101104.012000', '101104.015000', '101104.018000', '101104.021000', '101104.024000', '101104.026000', '101104.029000', '101104.032000', '101104.035000', '101104.038000', '101104.041000', '101104.044000', '101104.047000', '101123.913000', '101123.916000', '101123.919000', '101123.923000', '101123.926000', '101123.929000', '101123.932000', '101123.935000', '101123.937000', '101123.940000', '101123.943000', '101123.946000', '101123.949000', '101123.952000', '101123.955000', '101123.958000', '101123.960000', '101123.963000', '101123.966000', '101123.969000', '101123.972000', '101123.975000', '101123.977000', '101123.980000', '101123.983000', '101123.986000', '101123.989000', '101123.992000', '101123.995000', '101123.998000', '101124.001000', '101124.004000', '101124.007000', '101124.010000', '101124.013000', '101124.016000', '101124.019000', '101124.022000', '101124.024000', '101124.027000', '101124.030000', '101124.033000', '101124.036000', '101124.039000', '101143.913000', '101143.916000', '101143.919000', '101143.922000', '101143.924000', '101143.927000', '101143.930000', '101143.933000', '101143.936000', '101143.939000', '101143.942000', '101143.945000', '101143.947000', '101143.950000', '101143.953000', '101143.956000', '101143.959000', '101143.962000', '101143.965000', '101143.967000', '101143.970000', '101143.973000', '101143.976000', '101143.979000', '101143.982000', '101143.985000', '101143.988000', '101143.990000', '101143.993000', '101143.996000', '101144.000000', '101144.003000', '101144.006000', '101144.009000', '101144.012000', '101144.014000', '101144.017000', '101144.020000', '101144.023000', '101144.026000', '101144.029000', '101144.031000', '101144.034000', '101156.593000', '101156.597000', '101156.600000', '101156.603000', '101156.606000', '101156.609000', '101156.612000', '101156.615000', '101156.618000', '101156.621000', '101156.624000', '101156.627000', '101156.630000', '101156.633000', '101156.636000', '101156.639000', '101156.642000', '101156.645000', '101156.647000', '101156.650000', '101156.653000', '101156.656000', '101156.659000', '101156.662000', '101156.666000', '101156.668000', '101156.671000', '101156.674000'], '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': [9534, 9260, 10457, 8490, 10680, 8440, 10082, 7191, 11090, 8510, 11054, 8155, 9108, 8092, 8169, 10186, 7463, 10506, 7154, 6965, 8047, 6876, 9801, 7168, 7032, 7994, 6763, 9686, 7331, 7039, 8029, 6730, 10171, 7453, 7939, 7977, 6889, 11045, 8416, 6910, 10928, 7189, 6633, 8911, 6648, 10314, 7791, 10872, 8033, 7650, 8670, 6762, 11100, 7981, 8017, 8925, 6938, 9476, 8227, 7323, 12767, 10089, 7269, 11223, 7507, 7347, 9116, 6997, 9418, 7014, 10730, 7615, 12194, 8286, 8796, 8481, 6953, 10759, 7787, 6876, 10344, 7588, 7049, 8868, 7142, 11239, 8519, 8686, 8108, 6598, 10396, 7173, 11248, 7804, 8281, 8348, 6951, 11543, 8312, 6962, 9342, 6830, 7045, 8152, 6891, 10366, 7408, 10755, 7799, 9931, 7989, 6900, 11043, 7523, 8466, 8105, 6755, 10992, 7993, 9333, 8103, 6770, 11268, 7717, 10166, 8266, 7789, 10725, 7033, 12468, 8613, 9319, 8824, 6700, 11010, 8051, 6754, 10002, 7085, 7055, 8297, 6833, 10908, 8156, 9286, 8528, 6599, 10756, 7154, 10249, 8501, 8071, 8743, 6902, 10756, 7777, 10247, 8723, 6964, 10315, 7715, 7223, 10712, 7982, 7124, 9900, 6985, 12210, 8524, 6750, 10264, 7581, 8129, 10656, 7044, 13675, 9266, 14157, 11267, 8851, 12649, 7962, 7046, 9649, 7650, 6736, 9967, 7279, 8246, 7981, 6860, 10982, 7848, 8877, 10206, 6887, 13197, 9049, 11309, 10392, 8925, 11208, 7561, 13021, 8689, 9720, 8571, 6827, 10844, 7848, 6767, 9833, 7192, 8541, 7702, 6915, 9930, 7290, 10387, 8219, 7814, 8338, 6954, 10424, 7040, 11758, 8752, 7960, 9503, 6974, 7161, 7905, 6740, 9958, 7092, 9505, 7093, 11230, 7909, 11675, 8179, 12815, 8934, 12103, 9471, 9537, 11896, 7725, 13438, 9174, 13636, 10161, 9708, 8830, 7921, 10400, 7092, 11185, 7924, 10017, 8354, 6849, 10357, 7267, 8743, 8013, 6965, 11027, 7987, 8045, 8059, 7005, 9994, 7258, 11053, 8192, 10363, 8422, 6812, 9744, 6910, 11289, 7920, 10564, 8571, 7642, 9906, 6966, 12523, 8316, 10785, 8523, 7417, 11295, 8349, 14685, 10382, 7569, 11035, 7368, 9534, 8153, 6984, 10028, 7027, 11593, 8071, 11987, 8664, 9410, 8010, 7492, 9892, 6823, 12296, 8247, 13104, 9070, 9344, 9134, 7089, 10243, 7214, 9321, 8113, 6844, 9827, 7027, 11494, 8124, 7104, 8712, 6941, 11426, 7867, 12186, 8450, 11963, 8747, 8917, 10142, 6941, 12492, 7620, 10065, 8370, 7212, 11035, 7889, 13495, 9308, 8179, 8890, 6924, 11511, 7966, 11691, 8697, 8506, 8469, 6867, 10495, 7290, 11105, 7925, 8947, 8119, 7022, 10083, 7034, 11762, 8210, 12426, 8682, 8171, 8335, 7104, 11133, 7786, 10123, 8663, 7055, 9977, 6848, 9353, 7565, 6919, 9219, 6965, 11807, 8392, 12553, 8175, 11740, 8767, 10862, 9054, 9771, 9270, 8805, 11511, 7565, 13149, 8433, 12980, 8886, 11532, 8915, 8034, 9692, 7090, 11126, 7720, 11744, 8621, 11337, 8717, 6885, 8733, 6881, 10993, 7878, 10206, 8573, 7403, 9548, 6939, 11483, 7889, 8134, 9005, 6870, 11855, 7872, 8961, 8394, 7055, 11636, 8104, 13218, 9104, 8920, 9377, 6912, 11221, 7682, 9573, 8472, 7083, 10435, 7446, 11611, 7987, 9067, 8181, 7053, 10306, 7335, 12685, 9200, 11435, 8653, 6928, 10518, 7035, 12172, 8393, 11154, 8846, 8155, 9076, 7008, 11238, 7697, 12059, 8427, 12688, 8820, 10745, 8722, 7285, 9654, 7142, 10823, 7858, 11797, 8245, 8961, 8442, 7017, 9882, 6814, 11213, 7879, 11565, 8524, 9149, 8639, 7403, 11195, 7599, 11821, 8071, 9046, 8852, 7014, 11094, 7561, 12131, 8292, 9505, 9030, 7007, 11193, 7381, 12447, 8850, 10752, 8844, 7728, 10244, 7076, 12817, 8422, 12266, 8441, 8564, 8639, 7255, 11603, 8296, 12488, 8292, 9262, 8482, 6986, 12238, 8164, 13355, 8375, 9574, 8645, 7486, 12218, 8355, 12673, 8055, 9773, 8541, 7090, 11217, 8228, 12345, 8010, 9446, 8131, 6972, 10134, 7155, 11968, 7821, 12569, 8414, 12940, 8230, 12613, 8652, 11942, 8588, 10210, 8724, 7533, 10144, 7010, 10681, 7475, 9976, 7869, 8191, 8298, 6895, 9627, 7070, 10375, 7273, 11339, 7958, 12199, 8657, 10603, 8091, 7925, 9519, 7097, 12736, 8236, 10247, 8159, 6962, 10151, 7327, 12929, 8830, 9642, 8513, 7209, 11259, 8039, 13560, 8996, 8783, 8522, 7247, 10831, 7598, 12420, 8640, 11376, 8364, 9077, 8268, 6844, 11002, 7892, 7261, 9934, 7988, 13318, 9148, 6928, 10517, 7071, 11933, 8366, 12189, 8590, 13084, 9054, 10873, 8109, 8562, 8354, 7080, 9917, 6929, 12026, 8654, 7908, 8302, 6976, 10438, 7547, 9616, 8174, 10092, 8541, 8184, 8572, 11151, 8655, 14371, 9525, 12837, 9436, 10802, 8248, 8567, 8136, 6995, 9746, 6973, 10670, 7401, 10412, 7338, 7961, 7616, 6828, 9077, 6871, 9848, 6925, 10542, 7886, 11834, 8903, 8779, 8231, 7123, 9785, 7027, 11302, 7876, 11997, 8471, 9765, 7957, 7011, 9619, 6947, 12144, 8258, 12528, 8065, 10364, 8592, 8050, 9367, 7017, 12685, 8444, 13051, 8271, 11865, 8388, 11753, 8395, 9869, 8384, 8162, 10081, 7075, 10746, 7237, 10273, 7693, 8982, 7966, 7197, 8622, 6942, 10343, 7523, 11294, 7653, 10686, 7961, 8958, 8145, 7065, 11318, 7402, 12087, 7720, 11745, 8091, 11412, 8339, 9144, 8602, 6999, 10217, 6855, 10680, 7382, 10069, 8336, 6906, 9843, 7092, 10447, 7265, 10077, 8111, 8498, 8378, 7089, 10282, 7123, 12754, 9056, 13092, 8626, 10552, 8880, 8450, 9372, 7051, 12349, 8198, 11708, 7767, 8919, 8085, 6731, 9614, 6956, 11512, 7858, 11509, 7825, 9789, 8452, 7715, 10809, 7108, 11088, 7462, 10237, 7995, 8011, 8683, 6931, 11718, 7600, 10525, 7723, 7060, 9751, 7419, 11827, 7709, 9032, 7968, 7073, 10524, 8088, 12708, 8293, 9633, 8122, 7251, 10542, 7537, 12007, 8103, 8739, 7931, 7004, 10196, 7554, 12315, 9023, 7353, 9531, 7012, 11568, 8067, 11262, 8617, 8172, 9161, 7011, 11042, 7597, 11566, 8176, 9396, 8169, 6964, 10222, 7320, 10314, 7122, 8124, 8118, 7609, 9264, 7498, 10665, 7061, 11205, 7425, 12023, 8221, 12736, 9169, 7844, 10842, 8021, 7990, 7989], 'WindowCenter': [4142.0, 4102.0, 4096.0, 4071.0, 4081.0, 4045.0, 4065.0, 4020.0, 4061.0, 4041.0, 4060.0, 4028.0, 4041.0, 4029.0, 4032.0, 4051.0, 4020.0, 4050.0, 4019.0, 4017.0, 4029.0, 4019.0, 4051.0, 4034.0, 4031.0, 4042.0, 4022.0, 4053.0, 4033.0, 4032.0, 4056.0, 4033.0, 4079.0, 4047.0, 4043.0, 4042.0, 4036.0, 4076.0, 4055.0, 4035.0, 4076.0, 4048.0, 4034.0, 4055.0, 4022.0, 4063.0, 4031.0, 4063.0, 4043.0, 4033.0, 4051.0, 4033.0, 4072.0, 4043.0, 4042.0, 4052.0, 4033.0, 4052.0, 4056.0, 4049.0, 4087.0, 4066.0, 4035.0, 4074.0, 4044.0, 4031.0, 4053.0, 4030.0, 4051.0, 4022.0, 4062.0, 4031.0, 4072.0, 4043.0, 4042.0, 4042.0, 4021.0, 4061.0, 4031.0, 4020.0, 4061.0, 4042.0, 4033.0, 4053.0, 4034.0, 4073.0, 4052.0, 4041.0, 4042.0, 4034.0, 4064.0, 4022.0, 4064.0, 4031.0, 4042.0, 4041.0, 4032.0, 4072.0, 4042.0, 4032.0, 4053.0, 4034.0, 4032.0, 4041.0, 4030.0, 4063.0, 4032.0, 4063.0, 4033.0, 4062.0, 4043.0, 4032.0, 4073.0, 4043.0, 4053.0, 4043.0, 4023.0, 4072.0, 4045.0, 4054.0, 4044.0, 4034.0, 4074.0, 4045.0, 4064.0, 4043.0, 4042.0, 4062.0, 4021.0, 4073.0, 4040.0, 4051.0, 4052.0, 4022.0, 4074.0, 4041.0, 4034.0, 4064.0, 4033.0, 4032.0, 4042.0, 4033.0, 4074.0, 4055.0, 4055.0, 4052.0, 4034.0, 4074.0, 4033.0, 4051.0, 4039.0, 4027.0, 4038.0, 4019.0, 4060.0, 4030.0, 4061.0, 4043.0, 4033.0, 4062.0, 4044.0, 4045.0, 4074.0, 4057.0, 4048.0, 4078.0, 4047.0, 4097.0, 4069.0, 4049.0, 4088.0, 4056.0, 4058.0, 4075.0, 4034.0, 4085.0, 4053.0, 4086.0, 4065.0, 4043.0, 4073.0, 4030.0, 4034.0, 4049.0, 4028.0, 4021.0, 4062.0, 4044.0, 4052.0, 4054.0, 4045.0, 4086.0, 4059.0, 4068.0, 4078.0, 4036.0, 4086.0, 4053.0, 4076.0, 4063.0, 4043.0, 4063.0, 4032.0, 4072.0, 4039.0, 4049.0, 4040.0, 4021.0, 4061.0, 4031.0, 4020.0, 4062.0, 4031.0, 4052.0, 4041.0, 4034.0, 4063.0, 4031.0, 4064.0, 4054.0, 4043.0, 4044.0, 4035.0, 4064.0, 4033.0, 4075.0, 4043.0, 4041.0, 4052.0, 4020.0, 4020.0, 4031.0, 4019.0, 4050.0, 4029.0, 4063.0, 4035.0, 4085.0, 4069.0, 4099.0, 4070.0, 4099.0, 4069.0, 4087.0, 4067.0, 4066.0, 4086.0, 4046.0, 4086.0, 4053.0, 4085.0, 4063.0, 4052.0, 4051.0, 4031.0, 4062.0, 4022.0, 4061.0, 4042.0, 4051.0, 4043.0, 4023.0, 4060.0, 4044.0, 4052.0, 4044.0, 4033.0, 4077.0, 4046.0, 4045.0, 4057.0, 4044.0, 4063.0, 4043.0, 4072.0, 4044.0, 4065.0, 4055.0, 4034.0, 4066.0, 4036.0, 4086.0, 4055.0, 4075.0, 4055.0, 4044.0, 4076.0, 4046.0, 4098.0, 4070.0, 4089.0, 4067.0, 4048.0, 4086.0, 4057.0, 4110.0, 4078.0, 4046.0, 4089.0, 4047.0, 4065.0, 4046.0, 4035.0, 4066.0, 4047.0, 4088.0, 4058.0, 4089.0, 4068.0, 4067.0, 4057.0, 4047.0, 4065.0, 4035.0, 4087.0, 4055.0, 4086.0, 4068.0, 4067.0, 4056.0, 4037.0, 4064.0, 4045.0, 4065.0, 4045.0, 4034.0, 4078.0, 4047.0, 4099.0, 4071.0, 4062.0, 4071.0, 4059.0, 4090.0, 4061.0, 4100.0, 4071.0, 4089.0, 4068.0, 4070.0, 4079.0, 4048.0, 4101.0, 4059.0, 4077.0, 4056.0, 4044.0, 4086.0, 4058.0, 4099.0, 4068.0, 4059.0, 4068.0, 4046.0, 4087.0, 4055.0, 4087.0, 4057.0, 4056.0, 4055.0, 4036.0, 4078.0, 4046.0, 4087.0, 4060.0, 4069.0, 4057.0, 4048.0, 4078.0, 4049.0, 4090.0, 4070.0, 4101.0, 4070.0, 4070.0, 4057.0, 4050.0, 4087.0, 4059.0, 4079.0, 4071.0, 4047.0, 4082.0, 4063.0, 4092.0, 4074.0, 4058.0, 4095.0, 4065.0, 4116.0, 4084.0, 4114.0, 4084.0, 4104.0, 4082.0, 4088.0, 4068.0, 4080.0, 4068.0, 4070.0, 4089.0, 4047.0, 4099.0, 4058.0, 4097.0, 4067.0, 4077.0, 4055.0, 4046.0, 4067.0, 4047.0, 4086.0, 4058.0, 4090.0, 4070.0, 4088.0, 4057.0, 4049.0, 4069.0, 4047.0, 4078.0, 4058.0, 4075.0, 4068.0, 4047.0, 4080.0, 4049.0, 4090.0, 4059.0, 4059.0, 4066.0, 4047.0, 4099.0, 4070.0, 4081.0, 4071.0, 4049.0, 4101.0, 4060.0, 4101.0, 4082.0, 4070.0, 4079.0, 4049.0, 4088.0, 4056.0, 4066.0, 4056.0, 4046.0, 4080.0, 4047.0, 4090.0, 4070.0, 4080.0, 4068.0, 4049.0, 4091.0, 4062.0, 4111.0, 4082.0, 4091.0, 4070.0, 4061.0, 4092.0, 4048.0, 4085.0, 4058.0, 4089.0, 4068.0, 4057.0, 4069.0, 4059.0, 4102.0, 4059.0, 4100.0, 4060.0, 4097.0, 4067.0, 4089.0, 4067.0, 4049.0, 4078.0, 4048.0, 4087.0, 4057.0, 4088.0, 4068.0, 4069.0, 4071.0, 4049.0, 4083.0, 4050.0, 4102.0, 4072.0, 4102.0, 4071.0, 4079.0, 4071.0, 4049.0, 4089.0, 4059.0, 4100.0, 4070.0, 4068.0, 4082.0, 4049.0, 4101.0, 4072.0, 4101.0, 4072.0, 4092.0, 4082.0, 4063.0, 4103.0, 4072.0, 4111.0, 4081.0, 4091.0, 4081.0, 4060.0, 4092.0, 4060.0, 4102.0, 4072.0, 4102.0, 4073.0, 4070.0, 4071.0, 4060.0, 4103.0, 4072.0, 4113.0, 4072.0, 4082.0, 4082.0, 4078.0, 4114.0, 4074.0, 4111.0, 4071.0, 4082.0, 4082.0, 4061.0, 4104.0, 4070.0, 4111.0, 4070.0, 4080.0, 4070.0, 4050.0, 4100.0, 4071.0, 4102.0, 4072.0, 4081.0, 4071.0, 4060.0, 4093.0, 4051.0, 4102.0, 4063.0, 4100.0, 4072.0, 4112.0, 4071.0, 4100.0, 4070.0, 4099.0, 4070.0, 4079.0, 4070.0, 4060.0, 4080.0, 4049.0, 4089.0, 4059.0, 4079.0, 4070.0, 4071.0, 4084.0, 4062.0, 4095.0, 4075.0, 4105.0, 4077.0, 4104.0, 4086.0, 4115.0, 4087.0, 4104.0, 4076.0, 4085.0, 4097.0, 4064.0, 4112.0, 4072.0, 4104.0, 4074.0, 4064.0, 4092.0, 4063.0, 4115.0, 4083.0, 4093.0, 4083.0, 4062.0, 4092.0, 4070.0, 4113.0, 4072.0, 4070.0, 4070.0, 4060.0, 4090.0, 4061.0, 4113.0, 4071.0, 4103.0, 4072.0, 4083.0, 4083.0, 4065.0, 4103.0, 4073.0, 4063.0, 4094.0, 4075.0, 4116.0, 4083.0, 4061.0, 4105.0, 4064.0, 4103.0, 4071.0, 4102.0, 4071.0, 4102.0, 4072.0, 4090.0, 4061.0, 4070.0, 4070.0, 4050.0, 4078.0, 4050.0, 4103.0, 4071.0, 4070.0, 4073.0, 4073.0, 4102.0, 4072.0, 4094.0, 4084.0, 4095.0, 4083.0, 4086.0, 4083.0, 4102.0, 4083.0, 4113.0, 4081.0, 4102.0, 4071.0, 4079.0, 4059.0, 4059.0, 4058.0, 4037.0, 4069.0, 4048.0, 4080.0, 4060.0, 4091.0, 4062.0, 4061.0, 4061.0, 4053.0, 4082.0, 4064.0, 4094.0, 4074.0, 4104.0, 4074.0, 4116.0, 4097.0, 4084.0, 4085.0, 4064.0, 4092.0, 4063.0, 4102.0, 4073.0, 4104.0, 4088.0, 4096.0, 4086.0, 4075.0, 4095.0, 4065.0, 4117.0, 4084.0, 4114.0, 4084.0, 4093.0, 4085.0, 4072.0, 4083.0, 4064.0, 4117.0, 4073.0, 4115.0, 4071.0, 4092.0, 4071.0, 4089.0, 4070.0, 4080.0, 4060.0, 4071.0, 4091.0, 4051.0, 4092.0, 4062.0, 4092.0, 4060.0, 4069.0, 4071.0, 4061.0, 4083.0, 4064.0, 4107.0, 4073.0, 4105.0, 4075.0, 4103.0, 4085.0, 4083.0, 4073.0, 4064.0, 4107.0, 4063.0, 4116.0, 4076.0, 4105.0, 4071.0, 4103.0, 4073.0, 4082.0, 4083.0, 4062.0, 4093.0, 4063.0, 4103.0, 4074.0, 4092.0, 4085.0, 4064.0, 4095.0, 4062.0, 4106.0, 4075.0, 4094.0, 4085.0, 4086.0, 4084.0, 4065.0, 4107.0, 4063.0, 4116.0, 4085.0, 4117.0, 4084.0, 4093.0, 4084.0, 4073.0, 4082.0, 4052.0, 4101.0, 4071.0, 4101.0, 4062.0, 4069.0, 4071.0, 4050.0, 4080.0, 4063.0, 4103.0, 4070.0, 4104.0, 4073.0, 4081.0, 4073.0, 4072.0, 4104.0, 4062.0, 4103.0, 4064.0, 4092.0, 4073.0, 4072.0, 4081.0, 4064.0, 4114.0, 4074.0, 4093.0, 4072.0, 4063.0, 4093.0, 4065.0, 4105.0, 4076.0, 4096.0, 4085.0, 4064.0, 4105.0, 4073.0, 4116.0, 4085.0, 4093.0, 4071.0, 4062.0, 4091.0, 4073.0, 4104.0, 4072.0, 4083.0, 4071.0, 4062.0, 4104.0, 4074.0, 4116.0, 4085.0, 4074.0, 4094.0, 4063.0, 4103.0, 4073.0, 4101.0, 4082.0, 4074.0, 4082.0, 4063.0, 4102.0, 4072.0, 4103.0, 4071.0, 4081.0, 4071.0, 4064.0, 4104.0, 4075.0, 4107.0, 4076.0, 4074.0, 4085.0, 4076.0, 4097.0, 4074.0, 4107.0, 4065.0, 4105.0, 4062.0, 4114.0, 4073.0, 4113.0, 4095.0, 4073.0, 4104.0, 4075.0, 4074.0, 4083.0], 'WindowWidth': [9225.0, 9151.0, 9128.0, 9082.0, 9092.0, 9034.0, 9059.0, 8993.0, 9047.0, 9020.0, 9042.0, 8998.0, 9016.0, 8999.0, 9006.0, 9031.0, 8989.0, 9029.0, 8987.0, 8982.0, 8999.0, 8987.0, 9031.0, 9015.0, 9009.0, 9022.0, 8995.0, 9037.0, 9013.0, 9011.0, 9052.0, 9013.0, 9083.0, 9040.0, 9029.0, 9023.0, 9020.0, 9075.0, 9046.0, 9017.0, 9075.0, 9041.0, 9020.0, 9043.0, 8997.0, 9049.0, 9008.0, 9049.0, 9023.0, 9010.0, 9033.0, 9013.0, 9063.0, 9026.0, 9021.0, 9035.0, 9012.0, 9038.0, 9050.0, 9045.0, 9093.0, 9061.0, 9018.0, 9070.0, 9029.0, 9009.0, 9038.0, 9005.0, 9031.0, 8993.0, 9046.0, 9006.0, 9063.0, 9025.0, 9021.0, 9019.0, 8992.0, 9046.0, 9006.0, 8992.0, 9047.0, 9024.0, 9013.0, 9039.0, 9015.0, 9067.0, 9037.0, 9020.0, 9022.0, 9014.0, 9054.0, 8995.0, 9050.0, 9006.0, 9021.0, 9019.0, 9009.0, 9062.0, 9022.0, 9009.0, 9041.0, 9018.0, 9011.0, 9021.0, 9006.0, 9051.0, 9010.0, 9049.0, 9011.0, 9049.0, 9027.0, 9010.0, 9065.0, 9027.0, 9040.0, 9025.0, 8999.0, 9064.0, 9030.0, 9042.0, 9029.0, 9015.0, 9070.0, 9031.0, 9055.0, 9026.0, 9023.0, 9048.0, 8992.0, 9063.0, 9017.0, 9034.0, 9034.0, 8997.0, 9069.0, 9021.0, 9015.0, 9054.0, 9014.0, 9012.0, 9024.0, 9014.0, 9067.0, 9046.0, 9044.0, 9037.0, 9015.0, 9069.0, 9012.0, 9032.0, 9013.0, 8995.0, 9010.0, 8987.0, 9042.0, 9003.0, 9047.0, 9024.0, 9012.0, 9050.0, 9027.0, 9031.0, 9070.0, 9053.0, 9040.0, 9081.0, 9040.0, 9105.0, 9071.0, 9046.0, 9095.0, 9052.0, 9055.0, 9073.0, 9016.0, 9086.0, 9040.0, 9089.0, 9056.0, 9024.0, 9062.0, 9001.0, 9013.0, 9029.0, 8999.0, 8992.0, 9047.0, 9030.0, 9039.0, 9045.0, 9035.0, 9091.0, 9059.0, 9068.0, 9081.0, 9021.0, 9089.0, 9040.0, 9072.0, 9053.0, 9025.0, 9051.0, 9007.0, 9060.0, 9014.0, 9026.0, 9014.0, 8993.0, 9045.0, 9004.0, 8991.0, 9047.0, 9009.0, 9037.0, 9021.0, 9014.0, 9052.0, 9010.0, 9056.0, 9041.0, 9027.0, 9027.0, 9016.0, 9052.0, 9011.0, 9068.0, 9024.0, 9020.0, 9035.0, 8991.0, 8991.0, 9006.0, 8990.0, 9030.0, 9001.0, 9052.0, 9019.0, 9087.0, 9073.0, 9112.0, 9076.0, 9111.0, 9070.0, 9092.0, 9063.0, 9062.0, 9089.0, 9032.0, 9088.0, 9041.0, 9085.0, 9052.0, 9035.0, 9033.0, 9005.0, 9045.0, 8993.0, 9045.0, 9021.0, 9033.0, 9024.0, 8998.0, 9043.0, 9032.0, 9039.0, 9027.0, 9014.0, 9076.0, 9036.0, 9031.0, 9050.0, 9033.0, 9052.0, 9026.0, 9062.0, 9028.0, 9057.0, 9044.0, 9014.0, 9059.0, 9021.0, 9088.0, 9047.0, 9073.0, 9046.0, 9032.0, 9074.0, 9037.0, 9107.0, 9074.0, 9099.0, 9067.0, 9041.0, 9089.0, 9051.0, 9126.0, 9080.0, 9035.0, 9095.0, 9040.0, 9060.0, 9033.0, 9018.0, 9062.0, 9038.0, 9092.0, 9054.0, 9096.0, 9069.0, 9065.0, 9053.0, 9038.0, 9060.0, 9021.0, 9090.0, 9045.0, 9088.0, 9066.0, 9063.0, 9047.0, 9025.0, 9057.0, 9031.0, 9057.0, 9031.0, 9016.0, 9079.0, 9042.0, 9110.0, 9076.0, 9067.0, 9079.0, 9061.0, 9100.0, 9062.0, 9113.0, 9076.0, 9098.0, 9068.0, 9073.0, 9084.0, 9041.0, 9117.0, 9060.0, 9080.0, 9048.0, 9031.0, 9090.0, 9056.0, 9111.0, 9067.0, 9056.0, 9068.0, 9038.0, 9089.0, 9047.0, 9088.0, 9049.0, 9047.0, 9046.0, 9023.0, 9078.0, 9036.0, 9091.0, 9060.0, 9069.0, 9053.0, 9042.0, 9082.0, 9045.0, 9098.0, 9076.0, 9116.0, 9074.0, 9074.0, 9054.0, 9045.0, 9090.0, 9060.0, 9084.0, 9073.0, 9039.0, 9091.0, 9072.0, 9109.0, 9086.0, 9060.0, 9116.0, 9077.0, 9144.0, 9100.0, 9142.0, 9103.0, 9126.0, 9095.0, 9097.0, 9071.0, 9085.0, 9068.0, 9072.0, 9097.0, 9039.0, 9110.0, 9054.0, 9105.0, 9064.0, 9077.0, 9046.0, 9035.0, 9063.0, 9038.0, 9089.0, 9054.0, 9097.0, 9073.0, 9095.0, 9052.0, 9044.0, 9071.0, 9041.0, 9078.0, 9053.0, 9075.0, 9069.0, 9041.0, 9084.0, 9045.0, 9100.0, 9059.0, 9059.0, 9065.0, 9041.0, 9112.0, 9075.0, 9090.0, 9077.0, 9047.0, 9117.0, 9062.0, 9116.0, 9092.0, 9073.0, 9084.0, 9045.0, 9094.0, 9051.0, 9063.0, 9050.0, 9037.0, 9084.0, 9040.0, 9098.0, 9074.0, 9086.0, 9069.0, 9046.0, 9102.0, 9067.0, 9131.0, 9094.0, 9103.0, 9074.0, 9066.0, 9107.0, 9045.0, 9088.0, 9054.0, 9095.0, 9068.0, 9053.0, 9072.0, 9060.0, 9120.0, 9059.0, 9111.0, 9058.0, 9105.0, 9066.0, 9096.0, 9067.0, 9043.0, 9082.0, 9042.0, 9091.0, 9053.0, 9093.0, 9069.0, 9069.0, 9075.0, 9046.0, 9093.0, 9050.0, 9117.0, 9080.0, 9117.0, 9077.0, 9085.0, 9079.0, 9045.0, 9098.0, 9059.0, 9114.0, 9076.0, 9069.0, 9094.0, 9047.0, 9116.0, 9081.0, 9117.0, 9081.0, 9108.0, 9096.0, 9072.0, 9126.0, 9084.0, 9131.0, 9092.0, 9103.0, 9090.0, 9061.0, 9107.0, 9062.0, 9120.0, 9080.0, 9120.0, 9084.0, 9076.0, 9077.0, 9062.0, 9123.0, 9082.0, 9135.0, 9083.0, 9094.0, 9095.0, 9099.0, 9140.0, 9083.0, 9133.0, 9079.0, 9092.0, 9094.0, 9065.0, 9124.0, 9077.0, 9131.0, 9076.0, 9087.0, 9074.0, 9047.0, 9115.0, 9077.0, 9120.0, 9080.0, 9092.0, 9079.0, 9063.0, 9108.0, 9050.0, 9121.0, 9069.0, 9116.0, 9081.0, 9133.0, 9078.0, 9113.0, 9075.0, 9111.0, 9074.0, 9084.0, 9074.0, 9059.0, 9085.0, 9046.0, 9097.0, 9060.0, 9085.0, 9075.0, 9077.0, 9099.0, 9070.0, 9117.0, 9094.0, 9132.0, 9095.0, 9126.0, 9105.0, 9143.0, 9109.0, 9126.0, 9092.0, 9105.0, 9123.0, 9074.0, 9134.0, 9082.0, 9128.0, 9087.0, 9072.0, 9108.0, 9071.0, 9140.0, 9097.0, 9111.0, 9096.0, 9067.0, 9105.0, 9076.0, 9135.0, 9079.0, 9075.0, 9074.0, 9062.0, 9101.0, 9065.0, 9136.0, 9080.0, 9122.0, 9081.0, 9098.0, 9098.0, 9075.0, 9126.0, 9085.0, 9071.0, 9113.0, 9091.0, 9144.0, 9098.0, 9067.0, 9128.0, 9075.0, 9124.0, 9079.0, 9118.0, 9079.0, 9120.0, 9079.0, 9101.0, 9064.0, 9075.0, 9073.0, 9046.0, 9082.0, 9047.0, 9121.0, 9076.0, 9076.0, 9084.0, 9087.0, 9123.0, 9085.0, 9113.0, 9101.0, 9116.0, 9099.0, 9103.0, 9098.0, 9123.0, 9097.0, 9137.0, 9088.0, 9116.0, 9074.0, 9084.0, 9056.0, 9055.0, 9053.0, 9024.0, 9069.0, 9041.0, 9085.0, 9061.0, 9103.0, 9066.0, 9063.0, 9064.0, 9056.0, 9095.0, 9074.0, 9114.0, 9091.0, 9127.0, 9089.0, 9143.0, 9124.0, 9101.0, 9101.0, 9074.0, 9107.0, 9070.0, 9120.0, 9084.0, 9126.0, 9113.0, 9119.0, 9106.0, 9092.0, 9116.0, 9077.0, 9146.0, 9103.0, 9143.0, 9103.0, 9113.0, 9103.0, 9081.0, 9096.0, 9071.0, 9146.0, 9082.0, 9139.0, 9077.0, 9105.0, 9075.0, 9099.0, 9073.0, 9085.0, 9061.0, 9076.0, 9105.0, 9049.0, 9108.0, 9070.0, 9106.0, 9062.0, 9073.0, 9078.0, 9065.0, 9096.0, 9073.0, 9133.0, 9085.0, 9128.0, 9091.0, 9126.0, 9103.0, 9098.0, 9083.0, 9074.0, 9133.0, 9071.0, 9146.0, 9092.0, 9127.0, 9080.0, 9122.0, 9084.0, 9095.0, 9096.0, 9067.0, 9110.0, 9073.0, 9125.0, 9088.0, 9108.0, 9105.0, 9076.0, 9116.0, 9072.0, 9131.0, 9091.0, 9114.0, 9104.0, 9108.0, 9101.0, 9078.0, 9133.0, 9072.0, 9146.0, 9103.0, 9148.0, 9101.0, 9111.0, 9098.0, 9080.0, 9092.0, 9053.0, 9117.0, 9077.0, 9117.0, 9067.0, 9072.0, 9077.0, 9049.0, 9088.0, 9068.0, 9122.0, 9077.0, 9125.0, 9083.0, 9091.0, 9083.0, 9081.0, 9127.0, 9068.0, 9123.0, 9072.0, 9107.0, 9082.0, 9081.0, 9095.0, 9073.0, 9139.0, 9085.0, 9110.0, 9083.0, 9070.0, 9110.0, 9074.0, 9127.0, 9092.0, 9120.0, 9104.0, 9075.0, 9128.0, 9087.0, 9143.0, 9102.0, 9110.0, 9078.0, 9066.0, 9103.0, 9084.0, 9122.0, 9081.0, 9096.0, 9081.0, 9071.0, 9126.0, 9089.0, 9146.0, 9103.0, 9088.0, 9114.0, 9072.0, 9123.0, 9084.0, 9117.0, 9095.0, 9084.0, 9094.0, 9069.0, 9120.0, 9080.0, 9121.0, 9078.0, 9090.0, 9079.0, 9073.0, 9126.0, 9090.0, 9135.0, 9094.0, 9088.0, 9104.0, 9093.0, 9122.0, 9089.0, 9134.0, 9079.0, 9130.0, 9070.0, 9138.0, 9083.0, 9137.0, 9115.0, 9084.0, 9127.0, 9090.0, 9086.0, 9099.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.00026635632183908043</td></tr>
<tr><td colspan=3>aqi</td><td>0.01644775356321839</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.315382392336026</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2185384187456836</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9850644395051786</td></tr>
<tr><td colspan=3>efc</td><td>0.4635</td></tr>
<tr><td colspan=3>fber</td><td>7205.7192</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06734469771388299</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.267767704589882</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2021024929523305</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4419562145064995</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.159244406310816</td></tr>
<tr><td colspan=3>gcor</td><td>0.0251546</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004674411378800869</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029204558581113815</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.062489328517256</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>21.8302</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7894</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.3354</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>302124.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>738.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.4779</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7069</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.6966</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3309.0822</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74420.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1311.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4351.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.7196</td></tr>
<tr><td colspan=3>tsnr</td><td>43.028175216168165</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>