<?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-01_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-01_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-01_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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-01_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-01_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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-01_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-01_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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-01_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-01_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>feb6dd0520ebce8feb0eaa9d953dd2b4</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>09:43:15.342500</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-01_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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</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>434a5c93-efe6-4414-bd7d-c2234aed1f2c||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': ['094315.342500', '094315.802500', '094316.262500', '094316.722500', '094317.182500', '094317.642500', '094318.102500', '094318.562500', '094319.022500', '094319.482500', '094319.942500', '094320.402500', '094320.862500', '094321.322500', '094321.782500', '094322.242500', '094322.702500', '094323.162500', '094323.622500', '094324.082500', '094324.542500', '094325.002500', '094325.462500', '094325.922500', '094326.382500', '094326.842500', '094327.302500', '094327.762500', '094328.222500', '094328.682500', '094329.142500', '094329.602500', '094330.062500', '094330.522500', '094330.982500', '094331.442500', '094331.902500', '094332.362500', '094332.822500', '094333.282500', '094333.742500', '094334.202500', '094334.662500', '094335.122500', '094335.582500', '094336.042500', '094336.502500', '094336.962500', '094337.422500', '094337.882500', '094338.342500', '094338.802500', '094339.262500', '094339.722500', '094340.182500', '094340.642500', '094341.102500', '094341.562500', '094342.022500', '094342.482500', '094342.942500', '094343.402500', '094343.862500', '094344.322500', '094344.782500', '094345.242500', '094345.702500', '094346.162500', '094346.622500', '094347.082500', '094347.542500', '094348.002500', '094348.462500', '094348.922500', '094349.382500', '094349.842500', '094350.302500', '094350.762500', '094351.222500', '094351.682500', '094352.142500', '094352.602500', '094353.062500', '094353.522500', '094353.982500', '094354.442500', '094354.902500', '094355.362500', '094355.822500', '094356.282500', '094356.742500', '094357.202500', '094357.662500', '094358.122500', '094358.582500', '094359.042500', '094359.502500', '094359.962500', '094400.422500', '094400.882500', '094401.342500', '094401.802500', '094402.262500', '094402.722500', '094403.182500', '094403.642500', '094404.102500', '094404.562500', '094405.022500', '094405.482500', '094405.942500', '094406.402500', '094406.862500', '094407.322500', '094407.782500', '094408.242500', '094408.702500', '094409.162500', '094409.622500', '094410.082500', '094410.542500', '094411.002500', '094411.462500', '094411.922500', '094412.382500', '094412.842500', '094413.302500', '094413.762500', '094414.222500', '094414.682500', '094415.142500', '094415.602500', '094416.062500', '094416.522500', '094416.982500', '094417.442500', '094417.902500', '094418.362500', '094418.822500', '094419.282500', '094419.742500', '094420.202500', '094420.662500', '094421.122500', '094421.582500', '094422.042500', '094422.502500', '094422.962500', '094423.422500', '094423.882500', '094424.342500', '094424.802500', '094425.262500', '094425.722500', '094426.182500', '094426.642500', '094427.102500', '094427.562500', '094428.022500', '094428.482500', '094428.942500', '094429.402500', '094429.862500', '094430.322500', '094430.782500', '094431.242500', '094431.702500', '094432.162500', '094432.622500', '094433.082500', '094433.542500', '094434.002500', '094434.462500', '094434.922500', '094435.382500', '094435.842500', '094436.302500', '094436.762500', '094437.222500', '094437.682500', '094438.142500', '094438.602500', '094439.062500', '094439.522500', '094439.982500', '094440.442500', '094440.902500', '094441.362500', '094441.822500', '094442.282500', '094442.742500', '094443.202500', '094443.662500', '094444.122500', '094444.582500', '094445.042500', '094445.502500', '094445.962500', '094446.422500', '094446.882500', '094447.342500', '094447.802500', '094448.262500', '094448.722500', '094449.182500', '094449.642500', '094450.102500', '094450.562500', '094451.022500', '094451.482500', '094451.942500', '094452.402500', '094452.862500', '094453.322500', '094453.782500', '094454.242500', '094454.702500', '094455.162500', '094455.622500', '094456.082500', '094456.542500', '094457.002500', '094457.462500', '094457.922500', '094458.382500', '094458.842500', '094459.302500', '094459.762500', '094500.222500', '094500.682500', '094501.142500', '094501.602500', '094502.062500', '094502.522500', '094502.982500', '094503.442500', '094503.902500', '094504.362500', '094504.822500', '094505.282500', '094505.742500', '094506.202500', '094506.662500', '094507.122500', '094507.582500', '094508.042500', '094508.502500', '094508.962500', '094509.422500', '094509.882500', '094510.342500', '094510.802500', '094511.262500', '094511.722500', '094512.182500', '094512.642500', '094513.102500', '094513.562500', '094514.022500', '094514.482500', '094514.942500', '094515.402500', '094515.862500', '094516.322500', '094516.782500', '094517.242500', '094517.702500', '094518.162500', '094518.622500', '094519.082500', '094519.542500', '094520.002500', '094520.462500', '094520.922500', '094521.382500', '094521.842500', '094522.302500', '094522.762500', '094523.222500', '094523.682500', '094524.142500', '094524.602500', '094525.062500', '094525.522500', '094525.982500', '094526.442500', '094526.902500', '094527.362500', '094527.822500', '094528.282500', '094528.742500', '094529.202500', '094529.662500', '094530.122500', '094530.582500', '094531.042500', '094531.502500', '094531.962500', '094532.422500', '094532.882500', '094533.342500', '094533.802500', '094534.262500', '094534.722500', '094535.182500', '094535.642500', '094536.102500', '094536.562500', '094537.022500', '094537.482500', '094537.942500', '094538.402500', '094538.862500', '094539.322500', '094539.782500', '094540.242500', '094540.702500', '094541.162500', '094541.622500', '094542.082500', '094542.542500', '094543.002500', '094543.462500', '094543.922500', '094544.382500', '094544.842500', '094545.302500', '094545.762500', '094546.222500', '094546.682500', '094547.142500', '094547.602500', '094548.062500', '094548.522500', '094548.982500', '094549.442500', '094549.902500', '094550.362500', '094550.822500', '094551.282500', '094551.742500', '094552.202500', '094552.662500', '094553.122500', '094553.582500', '094554.042500', '094554.502500', '094554.962500', '094555.422500', '094555.882500', '094556.342500', '094556.802500', '094557.262500', '094557.722500', '094558.182500', '094558.642500', '094559.102500', '094559.562500', '094600.022500', '094600.482500', '094600.942500', '094601.402500', '094601.862500', '094602.322500', '094602.782500', '094603.242500', '094603.702500', '094604.162500', '094604.622500', '094605.082500', '094605.542500', '094606.002500', '094606.462500', '094606.922500', '094607.382500', '094607.842500', '094608.302500', '094608.762500', '094609.222500', '094609.682500', '094610.142500', '094610.602500', '094611.062500', '094611.522500', '094611.982500', '094612.442500', '094612.902500', '094613.362500', '094613.822500', '094614.282500', '094614.742500', '094615.202500', '094615.662500', '094616.122500', '094616.582500', '094617.042500', '094617.502500', '094617.962500', '094618.422500', '094618.882500', '094619.342500', '094619.802500', '094620.262500', '094620.722500', '094621.182500', '094621.642500', '094622.102500', '094622.562500', '094623.022500', '094623.482500', '094623.942500', '094624.402500', '094624.862500', '094625.322500', '094625.782500', '094626.242500', '094626.702500', '094627.162500', '094627.622500', '094628.082500', '094628.542500', '094629.002500', '094629.462500', '094629.922500', '094630.382500', '094630.842500', '094631.302500', '094631.762500', '094632.222500', '094632.682500', '094633.142500', '094633.602500', '094634.062500', '094634.522500', '094634.982500', '094635.442500', '094635.902500', '094636.362500', '094636.822500', '094637.282500', '094637.742500', '094638.202500', '094638.662500', '094639.122500', '094639.582500', '094640.042500', '094640.502500', '094640.962500', '094641.422500', '094641.882500', '094642.342500', '094642.802500', '094643.262500', '094643.722500', '094644.182500', '094644.642500', '094645.102500', '094645.562500', '094646.022500', '094646.482500', '094646.942500', '094647.402500', '094647.862500', '094648.322500', '094648.782500', '094649.242500', '094649.702500', '094650.162500', '094650.622500', '094651.082500', '094651.542500', '094652.002500', '094652.462500', '094652.922500', '094653.382500', '094653.842500', '094654.302500', '094654.762500', '094655.222500', '094655.682500', '094656.142500', '094656.602500', '094657.062500', '094657.522500', '094657.982500', '094658.442500', '094658.902500', '094659.362500', '094659.822500', '094700.282500', '094700.742500', '094701.202500', '094701.662500', '094702.122500', '094702.582500', '094703.042500', '094703.502500', '094703.962500', '094704.422500', '094704.882500', '094705.342500', '094705.802500', '094706.262500', '094706.722500', '094707.182500', '094707.642500', '094708.102500', '094708.562500', '094709.022500', '094709.482500', '094709.942500', '094710.402500', '094710.862500', '094711.322500', '094711.782500', '094712.242500', '094712.702500', '094713.162500', '094713.622500', '094714.082500', '094714.542500', '094715.002500', '094715.462500', '094715.922500', '094716.382500', '094716.842500', '094717.302500', '094717.762500', '094718.222500', '094718.682500', '094719.142500', '094719.602500', '094720.062500', '094720.522500', '094720.982500', '094721.442500', '094721.902500', '094722.362500', '094722.822500', '094723.282500', '094723.742500', '094724.202500', '094724.662500', '094725.122500', '094725.582500', '094726.042500', '094726.502500', '094726.962500', '094727.422500', '094727.882500', '094728.342500', '094728.802500', '094729.262500', '094729.722500', '094730.182500', '094730.642500', '094731.102500', '094731.562500', '094732.022500', '094732.482500', '094732.942500', '094733.402500', '094733.862500', '094734.322500', '094734.782500', '094735.242500', '094735.702500', '094736.162500', '094736.622500', '094737.082500', '094737.542500', '094738.002500', '094738.462500', '094738.922500', '094739.382500', '094739.842500', '094740.302500', '094740.762500', '094741.222500', '094741.682500', '094742.142500', '094742.602500', '094743.062500', '094743.522500', '094743.982500', '094744.442500', '094744.902500', '094745.362500', '094745.822500', '094746.282500', '094746.742500', '094747.202500', '094747.662500', '094748.122500', '094748.582500', '094749.042500', '094749.502500', '094749.962500', '094750.422500', '094750.882500', '094751.342500', '094751.802500', '094752.262500', '094752.722500', '094753.182500', '094753.642500', '094754.102500', '094754.562500', '094755.022500', '094755.482500', '094755.942500', '094756.402500', '094756.862500', '094757.322500', '094757.782500', '094758.242500', '094758.702500', '094759.162500', '094759.622500', '094800.082500', '094800.542500', '094801.002500', '094801.462500', '094801.922500', '094802.382500', '094802.842500', '094803.302500', '094803.762500', '094804.222500', '094804.682500', '094805.142500', '094805.602500', '094806.062500', '094806.522500', '094806.982500', '094807.442500', '094807.902500', '094808.362500', '094808.822500', '094809.282500', '094809.742500', '094810.202500', '094810.662500', '094811.122500', '094811.582500', '094812.042500', '094812.502500', '094812.962500', '094813.422500', '094813.882500', '094814.342500', '094814.802500', '094815.262500', '094815.722500', '094816.182500', '094816.642500', '094817.102500', '094817.562500', '094818.022500', '094818.482500', '094818.942500', '094819.402500', '094819.862500', '094820.322500', '094820.782500', '094821.242500', '094821.702500', '094822.162500', '094822.622500', '094823.082500', '094823.542500', '094824.002500', '094824.462500', '094824.922500', '094825.382500', '094825.842500', '094826.302500', '094826.762500', '094827.222500', '094827.682500', '094828.142500', '094828.602500', '094829.062500', '094829.522500', '094829.982500', '094830.442500', '094830.902500', '094831.362500', '094831.822500', '094832.282500', '094832.742500', '094833.202500', '094833.662500', '094834.122500', '094834.582500', '094835.042500', '094835.502500', '094835.962500', '094836.422500', '094836.882500', '094837.342500', '094837.802500', '094838.262500', '094838.722500', '094839.182500', '094839.642500', '094840.102500', '094840.562500', '094841.022500', '094841.482500', '094841.942500', '094842.402500', '094842.862500', '094843.322500', '094843.782500', '094844.242500', '094844.702500', '094845.162500', '094845.622500', '094846.082500', '094846.542500', '094847.002500', '094847.462500', '094847.922500', '094848.382500', '094848.842500', '094849.302500', '094849.762500', '094850.222500', '094850.682500', '094851.142500', '094851.602500', '094852.062500', '094852.522500', '094852.982500', '094853.442500', '094853.902500', '094854.362500', '094854.822500', '094855.282500', '094855.742500', '094856.202500', '094856.662500', '094857.122500', '094857.582500', '094858.042500', '094858.502500', '094858.962500', '094859.422500', '094859.882500', '094900.342500', '094900.802500', '094901.262500', '094901.722500', '094902.182500', '094902.642500', '094903.102500', '094903.562500', '094904.022500', '094904.482500', '094904.942500', '094905.402500', '094905.862500', '094906.322500', '094906.782500', '094907.242500', '094907.702500', '094908.162500', '094908.622500', '094909.082500', '094909.542500', '094910.002500', '094910.462500', '094910.922500', '094911.382500', '094911.842500', '094912.302500', '094912.762500', '094913.222500', '094913.682500', '094914.142500', '094914.602500', '094915.062500', '094915.522500', '094915.982500', '094916.442500', '094916.902500', '094917.362500', '094917.822500', '094918.282500', '094918.742500', '094919.202500', '094919.662500', '094920.122500', '094920.582500', '094921.042500', '094921.502500', '094921.962500', '094922.422500', '094922.882500', '094923.342500', '094923.802500', '094924.262500', '094924.722500', '094925.182500', '094925.642500', '094926.102500', '094926.562500', '094927.022500', '094927.482500', '094927.942500', '094928.402500', '094928.862500', '094929.322500', '094929.782500', '094930.242500', '094930.702500', '094931.162500', '094931.622500', '094932.082500', '094932.542500', '094933.002500', '094933.462500', '094933.922500', '094934.382500', '094934.842500', '094935.302500', '094935.762500', '094936.222500', '094936.682500', '094937.142500', '094937.602500', '094938.062500', '094938.522500', '094938.982500', '094939.442500', '094939.902500', '094940.362500', '094940.822500', '094941.282500', '094941.742500', '094942.202500', '094942.662500', '094943.122500', '094943.582500', '094944.042500', '094944.502500', '094944.962500', '094945.422500', '094945.882500', '094946.342500', '094946.802500', '094947.262500', '094947.722500', '094948.182500', '094948.642500', '094949.102500', '094949.562500', '094950.022500', '094950.482500', '094950.942500', '094951.402500', '094951.862500', '094952.322500', '094952.782500', '094953.242500', '094953.702500', '094954.162500', '094954.622500', '094955.082500', '094955.542500', '094956.002500'], 'ContentTime': ['094343.946000', '094343.949000', '094343.952000', '094343.955000', '094343.958000', '094343.965000', '094343.968000', '094343.971000', '094343.974000', '094343.977000', '094343.979000', '094343.982000', '094343.985000', '094344.001000', '094344.004000', '094344.007000', '094344.010000', '094344.013000', '094344.016000', '094344.018000', '094344.021000', '094344.024000', '094344.027000', '094344.030000', '094344.032000', '094344.035000', '094344.038000', '094344.041000', '094344.044000', '094344.047000', '094344.050000', '094344.053000', '094344.056000', '094344.059000', '094344.062000', '094344.064000', '094344.067000', '094344.070000', '094344.073000', '094344.076000', '094344.079000', '094344.082000', '094344.085000', '094344.088000', '094344.091000', '094344.093000', '094344.096000', '094344.099000', '094344.102000', '094344.105000', '094344.108000', '094344.111000', '094344.113000', '094344.116000', '094344.119000', '094344.122000', '094344.125000', '094344.128000', '094344.139000', '094344.142000', '094344.145000', '094403.913000', '094403.916000', '094403.919000', '094403.921000', '094403.924000', '094403.927000', '094403.930000', '094403.933000', '094403.936000', '094403.938000', '094403.941000', '094403.944000', '094403.947000', '094403.950000', '094403.953000', '094403.956000', '094403.959000', '094403.962000', '094403.965000', '094403.967000', '094403.970000', '094403.973000', '094403.976000', '094403.979000', '094403.982000', '094403.984000', '094403.987000', '094403.990000', '094403.993000', '094403.996000', '094403.998000', '094404.002000', '094404.005000', '094404.008000', '094404.011000', '094404.014000', '094404.016000', '094404.019000', '094404.022000', '094404.025000', '094404.028000', '094404.031000', '094404.033000', '094423.914000', '094423.917000', '094423.920000', '094423.929000', '094423.932000', '094423.935000', '094423.938000', '094423.940000', '094423.943000', '094423.946000', '094423.949000', '094423.952000', '094423.955000', '094423.958000', '094423.960000', '094423.963000', '094423.966000', '094423.969000', '094423.972000', '094423.975000', '094423.977000', '094423.980000', '094423.983000', '094423.986000', '094423.989000', '094423.992000', '094423.995000', '094423.997000', '094424.001000', '094424.004000', '094424.007000', '094424.010000', '094424.013000', '094424.015000', '094424.018000', '094424.021000', '094424.024000', '094424.027000', '094424.030000', '094424.033000', '094424.035000', '094424.038000', '094424.041000', '094424.044000', '094443.913000', '094443.916000', '094443.919000', '094443.921000', '094443.924000', '094443.927000', '094443.930000', '094443.933000', '094443.936000', '094443.938000', '094443.941000', '094443.944000', '094443.947000', '094443.950000', '094443.953000', '094443.955000', '094443.958000', '094443.961000', '094443.964000', '094443.967000', '094443.970000', '094443.973000', '094443.976000', '094443.978000', '094443.981000', '094443.984000', '094443.990000', '094443.993000', '094443.996000', '094444.000000', '094444.003000', '094444.005000', '094444.008000', '094444.011000', '094444.014000', '094444.017000', '094444.020000', '094444.023000', '094444.026000', '094444.028000', '094444.031000', '094444.034000', '094444.037000', '094503.913000', '094503.916000', '094503.919000', '094503.930000', '094503.933000', '094503.936000', '094503.939000', '094503.942000', '094503.944000', '094503.947000', '094503.950000', '094503.953000', '094503.956000', '094503.959000', '094503.961000', '094503.964000', '094503.967000', '094503.970000', '094503.973000', '094503.976000', '094503.979000', '094503.981000', '094503.984000', '094503.987000', '094503.990000', '094503.993000', '094503.996000', '094503.998000', '094504.002000', '094504.005000', '094504.008000', '094504.011000', '094504.014000', '094504.016000', '094504.019000', '094504.022000', '094504.025000', '094504.028000', '094504.031000', '094504.034000', '094504.036000', '094504.039000', '094504.042000', '094504.045000', '094523.913000', '094523.916000', '094523.919000', '094523.921000', '094523.924000', '094523.944000', '094523.947000', '094523.950000', '094523.953000', '094523.956000', '094523.958000', '094523.961000', '094523.964000', '094523.967000', '094523.970000', '094523.973000', '094523.975000', '094523.986000', '094523.989000', '094523.992000', '094523.995000', '094523.998000', '094524.002000', '094524.007000', '094524.010000', '094524.013000', '094524.016000', '094524.019000', '094524.022000', '094524.025000', '094524.028000', '094524.031000', '094524.034000', '094524.036000', '094524.039000', '094524.042000', '094524.045000', '094524.048000', '094524.051000', '094524.053000', '094524.056000', '094524.059000', '094524.062000', '094543.913000', '094543.916000', '094543.919000', '094543.922000', '094543.925000', '094543.927000', '094543.930000', '094543.933000', '094543.936000', '094543.939000', '094543.942000', '094543.944000', '094543.947000', '094543.950000', '094543.953000', '094543.956000', '094543.959000', '094543.961000', '094543.964000', '094543.967000', '094543.970000', '094543.973000', '094543.976000', '094543.979000', '094543.981000', '094543.984000', '094543.987000', '094543.990000', '094543.993000', '094543.996000', '094544.000000', '094544.003000', '094544.005000', '094544.008000', '094544.011000', '094544.014000', '094544.017000', '094544.020000', '094544.022000', '094544.025000', '094544.028000', '094544.031000', '094544.034000', '094544.037000', '094603.913000', '094603.916000', '094603.919000', '094603.922000', '094603.924000', '094603.927000', '094603.930000', '094603.933000', '094603.936000', '094603.939000', '094603.942000', '094603.944000', '094603.947000', '094603.950000', '094603.953000', '094603.956000', '094603.959000', '094603.962000', '094603.965000', '094603.967000', '094603.970000', '094603.973000', '094603.976000', '094603.979000', '094603.981000', '094603.984000', '094603.987000', '094603.990000', '094603.993000', '094603.996000', '094604.000000', '094604.002000', '094604.005000', '094604.008000', '094604.011000', '094604.014000', '094604.017000', '094604.020000', '094604.026000', '094604.029000', '094604.032000', '094604.035000', '094604.037000', '094623.913000', '094623.916000', '094623.919000', '094623.922000', '094623.925000', '094623.927000', '094623.936000', '094623.939000', '094623.941000', '094623.944000', '094623.947000', '094623.950000', '094623.953000', '094623.956000', '094623.958000', '094623.961000', '094623.964000', '094623.967000', '094623.970000', '094623.973000', '094623.976000', '094623.979000', '094623.982000', '094623.985000', '094623.988000', '094623.991000', '094623.994000', '094623.996000', '094624.000000', '094624.003000', '094624.006000', '094624.009000', '094624.012000', '094624.015000', '094624.024000', '094624.027000', '094624.030000', '094624.033000', '094624.036000', '094624.039000', '094624.042000', '094624.045000', '094624.047000', '094624.050000', '094643.914000', '094643.917000', '094643.920000', '094643.923000', '094643.926000', '094643.928000', '094643.931000', '094643.934000', '094643.937000', '094643.940000', '094643.943000', '094643.946000', '094643.948000', '094643.951000', '094643.954000', '094643.957000', '094643.960000', '094643.963000', '094643.965000', '094643.968000', '094643.971000', '094643.975000', '094643.978000', '094643.981000', '094643.984000', '094643.987000', '094643.990000', '094643.993000', '094643.996000', '094643.998000', '094644.009000', '094644.012000', '094644.015000', '094644.018000', '094644.021000', '094644.024000', '094644.026000', '094644.029000', '094644.032000', '094644.035000', '094644.038000', '094644.041000', '094644.044000', '094703.913000', '094703.916000', '094703.919000', '094703.922000', '094703.924000', '094703.927000', '094703.930000', '094703.933000', '094703.936000', '094703.939000', '094703.942000', '094703.945000', '094703.947000', '094703.950000', '094703.953000', '094703.956000', '094703.959000', '094703.962000', '094703.965000', '094703.968000', '094703.970000', '094703.973000', '094703.976000', '094703.979000', '094703.982000', '094703.985000', '094703.988000', '094703.991000', '094703.993000', '094703.996000', '094704.000000', '094704.003000', '094704.006000', '094704.009000', '094704.012000', '094704.014000', '094704.017000', '094704.020000', '094704.023000', '094704.026000', '094704.029000', '094704.031000', '094704.034000', '094704.037000', '094723.913000', '094723.922000', '094723.925000', '094723.928000', '094723.931000', '094723.934000', '094723.936000', '094723.939000', '094723.942000', '094723.945000', '094723.948000', '094723.951000', '094723.953000', '094723.956000', '094723.959000', '094723.962000', '094723.965000', '094723.968000', '094723.971000', '094723.973000', '094723.976000', '094723.979000', '094723.982000', '094723.985000', '094723.988000', '094723.991000', '094723.994000', '094723.997000', '094724.001000', '094724.003000', '094724.006000', '094724.009000', '094724.012000', '094724.015000', '094724.018000', '094724.021000', '094724.023000', '094724.026000', '094724.029000', '094724.032000', '094724.035000', '094724.038000', '094724.041000', '094743.913000', '094743.916000', '094743.919000', '094743.921000', '094743.924000', '094743.927000', '094743.930000', '094743.933000', '094743.936000', '094743.938000', '094743.941000', '094743.944000', '094743.947000', '094743.950000', '094743.953000', '094743.956000', '094743.959000', '094743.962000', '094743.964000', '094743.967000', '094743.970000', '094743.973000', '094743.976000', '094743.979000', '094743.982000', '094743.984000', '094743.987000', '094743.990000', '094743.993000', '094743.996000', '094744.000000', '094744.003000', '094744.006000', '094744.009000', '094744.011000', '094744.014000', '094744.017000', '094744.020000', '094744.023000', '094744.025000', '094744.028000', '094744.031000', '094744.034000', '094744.037000', '094803.913000', '094803.916000', '094803.919000', '094803.921000', '094803.924000', '094803.927000', '094803.930000', '094803.933000', '094803.936000', '094803.939000', '094803.941000', '094803.944000', '094803.947000', '094803.950000', '094803.953000', '094803.956000', '094803.959000', '094803.962000', '094803.965000', '094803.967000', '094803.970000', '094803.973000', '094803.976000', '094803.979000', '094803.982000', '094803.985000', '094803.987000', '094803.990000', '094803.993000', '094803.996000', '094804.000000', '094804.003000', '094804.005000', '094804.008000', '094804.012000', '094804.016000', '094804.018000', '094804.021000', '094804.024000', '094804.027000', '094804.030000', '094804.033000', '094804.036000', '094823.913000', '094823.916000', '094823.919000', '094823.922000', '094823.924000', '094823.927000', '094823.930000', '094823.933000', '094823.936000', '094823.939000', '094823.941000', '094823.944000', '094823.960000', '094823.963000', '094823.966000', '094823.969000', '094823.972000', '094823.975000', '094823.978000', '094823.981000', '094823.983000', '094823.986000', '094823.989000', '094823.992000', '094823.995000', '094823.998000', '094824.002000', '094824.005000', '094824.008000', '094824.010000', '094824.013000', '094824.016000', '094824.019000', '094824.022000', '094824.025000', '094824.028000', '094824.030000', '094824.033000', '094824.036000', '094824.039000', '094824.042000', '094824.045000', '094824.048000', '094824.050000', '094843.913000', '094843.916000', '094843.919000', '094843.922000', '094843.925000', '094843.927000', '094843.930000', '094843.933000', '094843.936000', '094843.939000', '094843.942000', '094843.945000', '094843.947000', '094843.950000', '094843.953000', '094843.956000', '094843.959000', '094843.962000', '094843.965000', '094843.967000', '094843.970000', '094843.973000', '094843.976000', '094843.979000', '094843.982000', '094843.985000', '094843.988000', '094843.990000', '094843.993000', '094843.996000', '094844.000000', '094844.003000', '094844.006000', '094844.009000', '094844.011000', '094844.014000', '094844.017000', '094844.020000', '094844.023000', '094844.026000', '094844.029000', '094844.031000', '094844.034000', '094903.914000', '094903.917000', '094903.920000', '094903.923000', '094903.925000', '094903.928000', '094903.931000', '094903.934000', '094903.937000', '094903.940000', '094903.943000', '094903.945000', '094903.948000', '094903.951000', '094903.954000', '094903.957000', '094903.960000', '094903.963000', '094903.966000', '094903.968000', '094903.971000', '094903.974000', '094903.977000', '094903.980000', '094903.983000', '094903.986000', '094903.989000', '094903.991000', '094903.994000', '094903.997000', '094904.001000', '094904.004000', '094904.007000', '094904.010000', '094904.012000', '094904.015000', '094904.018000', '094904.021000', '094904.024000', '094904.027000', '094904.029000', '094904.032000', '094904.035000', '094904.038000', '094923.913000', '094923.916000', '094923.919000', '094923.922000', '094923.924000', '094923.927000', '094923.930000', '094923.933000', '094923.936000', '094923.939000', '094923.942000', '094923.944000', '094923.947000', '094923.950000', '094923.953000', '094923.956000', '094923.959000', '094923.961000', '094923.964000', '094923.967000', '094923.970000', '094923.973000', '094923.976000', '094923.978000', '094923.981000', '094923.984000', '094923.987000', '094923.990000', '094923.993000', '094923.996000', '094924.000000', '094924.002000', '094924.005000', '094924.008000', '094924.011000', '094924.014000', '094924.017000', '094924.020000', '094924.023000', '094924.026000', '094924.028000', '094924.032000', '094924.035000', '094943.913000', '094943.916000', '094943.919000', '094943.921000', '094943.924000', '094943.927000', '094943.930000', '094943.933000', '094943.936000', '094943.939000', '094943.941000', '094943.944000', '094943.947000', '094943.950000', '094943.953000', '094943.956000', '094943.959000', '094943.961000', '094943.964000', '094943.967000', '094943.970000', '094943.973000', '094943.990000', '094943.993000', '094943.996000', '094944.000000', '094944.003000', '094944.006000', '094944.009000', '094944.011000', '094944.014000', '094944.017000', '094944.020000', '094944.023000', '094944.026000', '094944.029000', '094944.031000', '094944.034000', '094944.037000', '094944.040000', '094944.043000', '094944.046000', '094944.049000', '094944.051000', '094956.834000', '094956.838000', '094956.842000', '094956.845000', '094956.847000', '094956.850000', '094956.853000', '094956.856000', '094956.859000', '094956.862000', '094956.865000', '094956.868000', '094956.871000', '094956.874000', '094956.877000', '094956.880000', '094956.883000', '094956.886000', '094956.889000', '094956.892000', '094956.895000', '094956.898000', '094956.900000', '094956.903000', '094956.906000', '094956.909000', '094956.912000', '094956.915000'], 'InstanceCreationTime': ['094343.946000', '094343.949000', '094343.952000', '094343.955000', '094343.958000', '094343.965000', '094343.968000', '094343.971000', '094343.974000', '094343.977000', '094343.979000', '094343.982000', '094343.985000', '094344.001000', '094344.004000', '094344.007000', '094344.010000', '094344.013000', '094344.016000', '094344.018000', '094344.021000', '094344.024000', '094344.027000', '094344.030000', '094344.032000', '094344.035000', '094344.038000', '094344.041000', '094344.044000', '094344.047000', '094344.050000', '094344.053000', '094344.056000', '094344.059000', '094344.062000', '094344.064000', '094344.067000', '094344.070000', '094344.073000', '094344.076000', '094344.079000', '094344.082000', '094344.085000', '094344.088000', '094344.091000', '094344.093000', '094344.096000', '094344.099000', '094344.102000', '094344.105000', '094344.108000', '094344.111000', '094344.113000', '094344.116000', '094344.119000', '094344.122000', '094344.125000', '094344.128000', '094344.139000', '094344.142000', '094344.145000', '094403.913000', '094403.916000', '094403.919000', '094403.921000', '094403.924000', '094403.927000', '094403.930000', '094403.933000', '094403.936000', '094403.938000', '094403.941000', '094403.944000', '094403.947000', '094403.950000', '094403.953000', '094403.956000', '094403.959000', '094403.962000', '094403.965000', '094403.967000', '094403.970000', '094403.973000', '094403.976000', '094403.979000', '094403.982000', '094403.984000', '094403.987000', '094403.990000', '094403.993000', '094403.996000', '094403.998000', '094404.002000', '094404.005000', '094404.008000', '094404.011000', '094404.014000', '094404.016000', '094404.019000', '094404.022000', '094404.025000', '094404.028000', '094404.031000', '094404.033000', '094423.914000', '094423.917000', '094423.920000', '094423.929000', '094423.932000', '094423.935000', '094423.938000', '094423.940000', '094423.943000', '094423.946000', '094423.949000', '094423.952000', '094423.955000', '094423.958000', '094423.960000', '094423.963000', '094423.966000', '094423.969000', '094423.972000', '094423.975000', '094423.977000', '094423.980000', '094423.983000', '094423.986000', '094423.989000', '094423.992000', '094423.995000', '094423.997000', '094424.001000', '094424.004000', '094424.007000', '094424.010000', '094424.013000', '094424.015000', '094424.018000', '094424.021000', '094424.024000', '094424.027000', '094424.030000', '094424.033000', '094424.035000', '094424.038000', '094424.041000', '094424.044000', '094443.913000', '094443.916000', '094443.919000', '094443.921000', '094443.924000', '094443.927000', '094443.930000', '094443.933000', '094443.936000', '094443.938000', '094443.941000', '094443.944000', '094443.947000', '094443.950000', '094443.953000', '094443.955000', '094443.958000', '094443.961000', '094443.964000', '094443.967000', '094443.970000', '094443.973000', '094443.976000', '094443.978000', '094443.981000', '094443.984000', '094443.990000', '094443.993000', '094443.996000', '094444.000000', '094444.003000', '094444.005000', '094444.008000', '094444.011000', '094444.014000', '094444.017000', '094444.020000', '094444.023000', '094444.026000', '094444.028000', '094444.031000', '094444.034000', '094444.037000', '094503.913000', '094503.916000', '094503.919000', '094503.930000', '094503.933000', '094503.936000', '094503.939000', '094503.942000', '094503.944000', '094503.947000', '094503.950000', '094503.953000', '094503.956000', '094503.959000', '094503.961000', '094503.964000', '094503.967000', '094503.970000', '094503.973000', '094503.976000', '094503.979000', '094503.981000', '094503.984000', '094503.987000', '094503.990000', '094503.993000', '094503.996000', '094503.998000', '094504.002000', '094504.005000', '094504.008000', '094504.011000', '094504.014000', '094504.016000', '094504.019000', '094504.022000', '094504.025000', '094504.028000', '094504.031000', '094504.034000', '094504.036000', '094504.039000', '094504.042000', '094504.045000', '094523.913000', '094523.916000', '094523.919000', '094523.921000', '094523.924000', '094523.944000', '094523.947000', '094523.950000', '094523.953000', '094523.956000', '094523.958000', '094523.961000', '094523.964000', '094523.967000', '094523.970000', '094523.973000', '094523.975000', '094523.986000', '094523.989000', '094523.992000', '094523.995000', '094523.998000', '094524.002000', '094524.007000', '094524.010000', '094524.013000', '094524.016000', '094524.019000', '094524.022000', '094524.025000', '094524.028000', '094524.031000', '094524.034000', '094524.036000', '094524.039000', '094524.042000', '094524.045000', '094524.048000', '094524.051000', '094524.053000', '094524.056000', '094524.059000', '094524.062000', '094543.913000', '094543.916000', '094543.919000', '094543.922000', '094543.925000', '094543.927000', '094543.930000', '094543.933000', '094543.936000', '094543.939000', '094543.942000', '094543.944000', '094543.947000', '094543.950000', '094543.953000', '094543.956000', '094543.959000', '094543.961000', '094543.964000', '094543.967000', '094543.970000', '094543.973000', '094543.976000', '094543.979000', '094543.981000', '094543.984000', '094543.987000', '094543.990000', '094543.993000', '094543.996000', '094544.000000', '094544.003000', '094544.005000', '094544.008000', '094544.011000', '094544.014000', '094544.017000', '094544.020000', '094544.022000', '094544.025000', '094544.028000', '094544.031000', '094544.034000', '094544.037000', '094603.913000', '094603.916000', '094603.919000', '094603.922000', '094603.924000', '094603.927000', '094603.930000', '094603.933000', '094603.936000', '094603.939000', '094603.942000', '094603.944000', '094603.947000', '094603.950000', '094603.953000', '094603.956000', '094603.959000', '094603.962000', '094603.965000', '094603.967000', '094603.970000', '094603.973000', '094603.976000', '094603.979000', '094603.981000', '094603.984000', '094603.987000', '094603.990000', '094603.993000', '094603.996000', '094604.000000', '094604.002000', '094604.005000', '094604.008000', '094604.011000', '094604.014000', '094604.017000', '094604.020000', '094604.026000', '094604.029000', '094604.032000', '094604.035000', '094604.037000', '094623.913000', '094623.916000', '094623.919000', '094623.922000', '094623.925000', '094623.927000', '094623.936000', '094623.939000', '094623.941000', '094623.944000', '094623.947000', '094623.950000', '094623.953000', '094623.956000', '094623.958000', '094623.961000', '094623.964000', '094623.967000', '094623.970000', '094623.973000', '094623.976000', '094623.979000', '094623.982000', '094623.985000', '094623.988000', '094623.991000', '094623.994000', '094623.996000', '094624.000000', '094624.003000', '094624.006000', '094624.009000', '094624.012000', '094624.015000', '094624.024000', '094624.027000', '094624.030000', '094624.033000', '094624.036000', '094624.039000', '094624.042000', '094624.045000', '094624.047000', '094624.050000', '094643.914000', '094643.917000', '094643.920000', '094643.923000', '094643.926000', '094643.928000', '094643.931000', '094643.934000', '094643.937000', '094643.940000', '094643.943000', '094643.946000', '094643.948000', '094643.951000', '094643.954000', '094643.957000', '094643.960000', '094643.963000', '094643.965000', '094643.968000', '094643.971000', '094643.975000', '094643.978000', '094643.981000', '094643.984000', '094643.987000', '094643.990000', '094643.993000', '094643.996000', '094643.998000', '094644.009000', '094644.012000', '094644.015000', '094644.018000', '094644.021000', '094644.024000', '094644.026000', '094644.029000', '094644.032000', '094644.035000', '094644.038000', '094644.041000', '094644.044000', '094703.913000', '094703.916000', '094703.919000', '094703.922000', '094703.924000', '094703.927000', '094703.930000', '094703.933000', '094703.936000', '094703.939000', '094703.942000', '094703.945000', '094703.947000', '094703.950000', '094703.953000', '094703.956000', '094703.959000', '094703.962000', '094703.965000', '094703.968000', '094703.970000', '094703.973000', '094703.976000', '094703.979000', '094703.982000', '094703.985000', '094703.988000', '094703.991000', '094703.993000', '094703.996000', '094704.000000', '094704.003000', '094704.006000', '094704.009000', '094704.012000', '094704.014000', '094704.017000', '094704.020000', '094704.023000', '094704.026000', '094704.029000', '094704.031000', '094704.034000', '094704.037000', '094723.913000', '094723.922000', '094723.925000', '094723.928000', '094723.931000', '094723.934000', '094723.936000', '094723.939000', '094723.942000', '094723.945000', '094723.948000', '094723.951000', '094723.953000', '094723.956000', '094723.959000', '094723.962000', '094723.965000', '094723.968000', '094723.971000', '094723.973000', '094723.976000', '094723.979000', '094723.982000', '094723.985000', '094723.988000', '094723.991000', '094723.994000', '094723.997000', '094724.001000', '094724.003000', '094724.006000', '094724.009000', '094724.012000', '094724.015000', '094724.018000', '094724.021000', '094724.023000', '094724.026000', '094724.029000', '094724.032000', '094724.035000', '094724.038000', '094724.041000', '094743.913000', '094743.916000', '094743.919000', '094743.921000', '094743.924000', '094743.927000', '094743.930000', '094743.933000', '094743.936000', '094743.938000', '094743.941000', '094743.944000', '094743.947000', '094743.950000', '094743.953000', '094743.956000', '094743.959000', '094743.962000', '094743.964000', '094743.967000', '094743.970000', '094743.973000', '094743.976000', '094743.979000', '094743.982000', '094743.984000', '094743.987000', '094743.990000', '094743.993000', '094743.996000', '094744.000000', '094744.003000', '094744.006000', '094744.009000', '094744.011000', '094744.014000', '094744.017000', '094744.020000', '094744.023000', '094744.025000', '094744.028000', '094744.031000', '094744.034000', '094744.037000', '094803.913000', '094803.916000', '094803.919000', '094803.921000', '094803.924000', '094803.927000', '094803.930000', '094803.933000', '094803.936000', '094803.939000', '094803.941000', '094803.944000', '094803.947000', '094803.950000', '094803.953000', '094803.956000', '094803.959000', '094803.962000', '094803.965000', '094803.967000', '094803.970000', '094803.973000', '094803.976000', '094803.979000', '094803.982000', '094803.985000', '094803.987000', '094803.990000', '094803.993000', '094803.996000', '094804.000000', '094804.003000', '094804.005000', '094804.008000', '094804.012000', '094804.016000', '094804.018000', '094804.021000', '094804.024000', '094804.027000', '094804.030000', '094804.033000', '094804.036000', '094823.913000', '094823.916000', '094823.919000', '094823.922000', '094823.924000', '094823.927000', '094823.930000', '094823.933000', '094823.936000', '094823.939000', '094823.941000', '094823.944000', '094823.960000', '094823.963000', '094823.966000', '094823.969000', '094823.972000', '094823.975000', '094823.978000', '094823.981000', '094823.983000', '094823.986000', '094823.989000', '094823.992000', '094823.995000', '094823.998000', '094824.002000', '094824.005000', '094824.008000', '094824.010000', '094824.013000', '094824.016000', '094824.019000', '094824.022000', '094824.025000', '094824.028000', '094824.030000', '094824.033000', '094824.036000', '094824.039000', '094824.042000', '094824.045000', '094824.048000', '094824.050000', '094843.913000', '094843.916000', '094843.919000', '094843.922000', '094843.925000', '094843.927000', '094843.930000', '094843.933000', '094843.936000', '094843.939000', '094843.942000', '094843.945000', '094843.947000', '094843.950000', '094843.953000', '094843.956000', '094843.959000', '094843.962000', '094843.965000', '094843.967000', '094843.970000', '094843.973000', '094843.976000', '094843.979000', '094843.982000', '094843.985000', '094843.988000', '094843.990000', '094843.993000', '094843.996000', '094844.000000', '094844.003000', '094844.006000', '094844.009000', '094844.011000', '094844.014000', '094844.017000', '094844.020000', '094844.023000', '094844.026000', '094844.029000', '094844.031000', '094844.034000', '094903.914000', '094903.917000', '094903.920000', '094903.923000', '094903.925000', '094903.928000', '094903.931000', '094903.934000', '094903.937000', '094903.940000', '094903.943000', '094903.945000', '094903.948000', '094903.951000', '094903.954000', '094903.957000', '094903.960000', '094903.963000', '094903.966000', '094903.968000', '094903.971000', '094903.974000', '094903.977000', '094903.980000', '094903.983000', '094903.986000', '094903.989000', '094903.991000', '094903.994000', '094903.997000', '094904.001000', '094904.004000', '094904.007000', '094904.010000', '094904.012000', '094904.015000', '094904.018000', '094904.021000', '094904.024000', '094904.027000', '094904.029000', '094904.032000', '094904.035000', '094904.038000', '094923.913000', '094923.916000', '094923.919000', '094923.922000', '094923.924000', '094923.927000', '094923.930000', '094923.933000', '094923.936000', '094923.939000', '094923.942000', '094923.944000', '094923.947000', '094923.950000', '094923.953000', '094923.956000', '094923.959000', '094923.961000', '094923.964000', '094923.967000', '094923.970000', '094923.973000', '094923.976000', '094923.978000', '094923.981000', '094923.984000', '094923.987000', '094923.990000', '094923.993000', '094923.996000', '094924.000000', '094924.002000', '094924.005000', '094924.008000', '094924.011000', '094924.014000', '094924.017000', '094924.020000', '094924.023000', '094924.026000', '094924.028000', '094924.032000', '094924.035000', '094943.913000', '094943.916000', '094943.919000', '094943.921000', '094943.924000', '094943.927000', '094943.930000', '094943.933000', '094943.936000', '094943.939000', '094943.941000', '094943.944000', '094943.947000', '094943.950000', '094943.953000', '094943.956000', '094943.959000', '094943.961000', '094943.964000', '094943.967000', '094943.970000', '094943.973000', '094943.990000', '094943.993000', '094943.996000', '094944.000000', '094944.003000', '094944.006000', '094944.009000', '094944.011000', '094944.014000', '094944.017000', '094944.020000', '094944.023000', '094944.026000', '094944.029000', '094944.031000', '094944.034000', '094944.037000', '094944.040000', '094944.043000', '094944.046000', '094944.049000', '094944.051000', '094956.834000', '094956.838000', '094956.842000', '094956.845000', '094956.847000', '094956.850000', '094956.853000', '094956.856000', '094956.859000', '094956.862000', '094956.865000', '094956.868000', '094956.871000', '094956.874000', '094956.877000', '094956.880000', '094956.883000', '094956.886000', '094956.889000', '094956.892000', '094956.895000', '094956.898000', '094956.900000', '094956.903000', '094956.906000', '094956.909000', '094956.912000', '094956.915000'], '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': [12105, 12931, 9639, 8821, 11895, 8399, 7382, 11527, 8628, 8066, 11840, 8257, 6750, 11024, 8281, 8296, 11247, 8646, 6836, 10685, 7577, 6912, 10486, 7862, 6723, 10051, 7791, 6908, 10537, 8429, 6651, 10091, 7110, 10878, 8263, 6565, 10991, 7993, 6702, 10801, 7749, 6529, 9287, 7868, 7173, 6988, 9877, 7390, 6697, 11152, 8975, 6698, 11808, 9178, 6888, 12794, 9684, 7150, 12387, 9134, 7024, 11761, 9173, 6869, 11738, 8596, 6621, 10072, 8422, 6758, 9328, 9321, 6934, 9984, 8759, 6842, 11519, 8866, 6774, 10899, 8240, 6980, 11146, 8179, 6632, 10900, 8127, 6691, 8085, 8891, 7134, 7340, 10816, 8329, 6560, 11227, 8648, 6829, 12139, 9257, 6751, 12706, 9318, 6852, 12162, 9515, 7016, 11286, 8484, 7320, 7558, 10078, 7716, 6720, 10628, 8053, 6466, 11321, 8721, 6673, 12147, 9202, 6731, 11427, 9361, 7670, 8846, 11267, 7993, 6616, 11179, 8194, 7211, 8975, 9649, 7904, 6544, 10032, 9281, 7844, 10224, 11712, 8296, 7353, 11696, 8513, 8706, 12446, 8619, 6813, 10956, 8090, 6600, 10946, 8316, 6544, 11014, 8118, 7194, 11130, 8610, 8033, 10799, 7897, 9232, 9607, 7608, 13141, 10119, 7048, 11243, 8114, 6769, 11286, 8408, 6717, 10829, 8165, 6654, 11844, 8777, 8484, 10526, 7466, 13189, 8849, 7130, 10654, 8589, 8257, 10913, 7871, 6827, 10230, 7870, 6473, 9976, 7652, 6498, 10785, 8032, 6747, 11822, 8245, 9840, 9441, 7062, 13471, 9330, 8110, 11115, 8137, 7505, 10358, 7780, 6651, 10760, 7839, 6658, 10319, 8218, 6772, 9313, 8963, 7450, 8702, 10107, 7753, 10086, 10694, 7873, 9497, 10875, 8585, 9489, 11235, 8228, 9443, 11327, 9247, 8472, 11734, 8184, 8377, 11049, 8708, 7213, 11582, 8160, 6872, 10897, 8302, 7230, 12145, 8342, 6991, 11069, 8223, 9316, 9802, 7917, 13818, 9158, 7332, 11648, 8474, 7410, 11445, 8088, 6653, 10105, 7814, 7044, 11113, 8019, 6495, 10334, 7919, 12739, 9514, 7039, 12106, 8369, 12312, 9445, 7512, 12878, 8502, 7549, 9985, 7702, 9092, 9059, 7427, 9927, 8282, 6680, 11228, 8290, 9396, 9286, 6882, 12441, 8154, 8559, 10551, 8295, 12514, 9501, 7016, 11703, 8494, 6430, 11024, 8458, 6621, 10444, 7630, 7992, 9023, 6770, 12433, 9029, 9212, 9394, 6865, 12867, 8966, 7913, 11684, 8406, 8615, 9800, 7428, 11718, 9429, 7128, 12305, 8657, 6610, 11463, 8401, 6688, 11214, 8016, 6503, 10674, 8319, 6992, 11392, 7981, 7124, 10711, 8039, 11669, 9704, 7732, 12468, 8972, 6747, 11436, 8646, 7015, 11927, 8471, 6597, 10747, 7942, 7035, 11016, 8462, 8026, 10200, 7420, 11770, 9785, 6964, 12382, 9163, 6610, 11253, 8078, 6783, 11625, 8962, 6769, 9293, 8327, 7069, 9751, 9508, 7717, 9595, 9193, 7071, 10969, 9670, 7398, 10549, 8971, 7141, 11642, 10209, 8177, 9763, 10266, 7829, 11875, 10876, 8715, 9214, 10775, 8207, 9391, 10549, 8249, 8820, 11170, 7935, 7166, 10766, 7598, 9596, 10156, 7984, 11737, 9378, 6736, 12246, 9609, 6618, 12385, 8468, 6427, 11392, 8579, 6667, 11182, 8071, 6541, 10746, 8164, 6793, 12049, 9187, 6735, 11646, 8941, 7041, 12799, 9271, 6900, 11706, 8363, 6812, 11266, 7980, 6514, 10798, 8897, 7168, 8761, 9527, 7505, 9164, 11774, 8852, 7771, 11300, 8196, 8476, 13059, 9435, 7604, 11841, 8519, 8042, 11291, 8463, 6531, 11519, 8290, 6564, 10218, 9332, 7696, 6727, 10041, 7624, 8044, 11038, 8589, 7169, 13100, 8812, 7093, 12064, 9204, 7275, 10135, 11302, 8861, 6799, 11897, 9053, 6640, 12248, 9171, 7784, 10239, 9977, 7865, 9438, 10036, 7661, 13292, 9436, 7131, 12132, 8656, 7385, 11060, 7840, 8331, 10013, 7443, 6830, 8923, 7354, 8076, 10361, 7871, 7794, 9616, 7473, 11644, 9951, 7407, 12677, 9007, 6960, 12034, 9189, 7250, 12556, 8600, 6565, 11027, 7617, 7080, 11530, 8467, 6478, 11272, 8089, 7722, 11271, 8717, 8781, 9816, 7564, 12744, 9693, 7316, 12572, 8904, 7361, 11091, 7488, 12181, 9573, 6910, 11346, 7641, 6544, 10148, 7446, 7449, 10207, 7320, 8552, 8960, 6689, 11728, 8973, 7059, 11491, 8432, 8126, 11118, 8837, 9889, 9707, 7147, 12570, 9452, 7835, 11804, 8338, 8699, 10056, 7965, 7267, 10377, 7630, 6542, 10236, 7878, 6537, 10960, 7945, 6415, 11331, 8624, 8244, 11359, 8308, 12943, 9812, 8623, 11907, 8996, 12018, 9064, 6823, 11586, 8626, 7039, 11234, 8688, 6866, 11344, 8885, 6775, 12873, 9323, 6959, 11549, 8512, 7438, 11243, 8079, 13443, 10002, 7383, 11200, 7734, 12097, 8610, 6828, 11450, 7507, 6771, 8586, 6931, 9801, 8180, 6629, 11221, 7784, 6536, 10496, 8323, 7771, 9688, 7057, 13676, 9904, 7376, 12251, 8664, 8238, 11187, 8509, 7859, 11208, 7772, 7941, 9702, 7794, 8300, 10164, 7551, 9339, 9772, 7912, 13606, 9836, 7497, 12486, 8952, 6680, 12146, 9500, 6990, 11962, 8856, 6874, 11738, 8777, 12744, 10584, 7267, 12706, 8910, 7789, 11376, 8696, 6836, 9684, 7361, 10564, 8801, 6968, 12337, 8940, 7641, 10662, 7434, 12759, 8954, 12677, 10036, 7225, 10958, 7982, 6659, 9754, 7593, 6547, 10346, 7369, 6542, 10505, 8310, 8801, 10622, 7802, 13186, 9570, 11988, 10303, 7221, 13184, 9504, 9348, 10429, 8031, 12029, 8577, 6654, 11067, 8502, 6816, 11215, 8010, 6431, 10757, 8037, 11546, 9192, 7222, 11537, 8145, 6855, 10523, 7571, 11727, 9559, 7577, 11944, 8541, 7124, 11070, 7424, 11842, 9471, 7106, 11292, 7859, 6596, 10616, 8259, 7129, 10812, 7858, 10005, 9592, 7244, 12679, 9575, 8911, 10326, 7534, 13313, 9996, 7991, 11748, 9148, 7717, 7953, 10347, 7593, 6598, 10827, 7959, 8569, 11341, 8517, 9011, 10553, 8162, 7145, 12656, 9476, 7770, 13564, 10203, 7343, 12477, 8824, 9674, 10312, 8088, 13293, 10407, 7529, 8494, 8447, 7083, 9482, 8097, 6925, 9277, 8109, 6726, 11424, 8198, 8646, 10046, 7631, 12633, 9315, 12259, 10183, 9426, 12637, 8912, 13295, 8986, 7759, 11953, 9284, 6997, 10717, 7867, 9130, 8885, 6887, 12761, 9632, 6867, 11264, 8270, 12926, 9444, 7179, 12008, 8077, 7356, 10003, 7452], 'WindowCenter': [4174.0, 4144.0, 4108.0, 4085.0, 4101.0, 4066.0, 4045.0, 4086.0, 4055.0, 4055.0, 4085.0, 4053.0, 4033.0, 4075.0, 4054.0, 4054.0, 4075.0, 4054.0, 4031.0, 4075.0, 4044.0, 4045.0, 4087.0, 4056.0, 4047.0, 4079.0, 4058.0, 4059.0, 4091.0, 4080.0, 4060.0, 4091.0, 4060.0, 4090.0, 4081.0, 4061.0, 4101.0, 4071.0, 4074.0, 4115.0, 4085.0, 4062.0, 4093.0, 4084.0, 4074.0, 4073.0, 4116.0, 4084.0, 4075.0, 4116.0, 4095.0, 4073.0, 4114.0, 4091.0, 4060.0, 4111.0, 4091.0, 4059.0, 4100.0, 4078.0, 4046.0, 4099.0, 4079.0, 4047.0, 4100.0, 4079.0, 4059.0, 4087.0, 4080.0, 4061.0, 4093.0, 4091.0, 4071.0, 4092.0, 4081.0, 4060.0, 4112.0, 4081.0, 4061.0, 4102.0, 4096.0, 4075.0, 4113.0, 4083.0, 4075.0, 4116.0, 4084.0, 4063.0, 4084.0, 4095.0, 4072.0, 4073.0, 4115.0, 4083.0, 4074.0, 4114.0, 4083.0, 4062.0, 4113.0, 4092.0, 4061.0, 4112.0, 4078.0, 4047.0, 4100.0, 4081.0, 4061.0, 4100.0, 4081.0, 4071.0, 4072.0, 4102.0, 4073.0, 4063.0, 4104.0, 4083.0, 4064.0, 4115.0, 4083.0, 4064.0, 4115.0, 4096.0, 4063.0, 4103.0, 4094.0, 4086.0, 4094.0, 4103.0, 4083.0, 4065.0, 4104.0, 4083.0, 4074.0, 4094.0, 4094.0, 4084.0, 4066.0, 4118.0, 4109.0, 4086.0, 4106.0, 4115.0, 4084.0, 4063.0, 4115.0, 4084.0, 4083.0, 4113.0, 4070.0, 4049.0, 4091.0, 4071.0, 4062.0, 4103.0, 4083.0, 4061.0, 4103.0, 4073.0, 4074.0, 4104.0, 4070.0, 4072.0, 4091.0, 4071.0, 4080.0, 4081.0, 4072.0, 4113.0, 4092.0, 4061.0, 4102.0, 4071.0, 4062.0, 4103.0, 4083.0, 4062.0, 4102.0, 4082.0, 4062.0, 4102.0, 4083.0, 4082.0, 4093.0, 4061.0, 4101.0, 4070.0, 4049.0, 4092.0, 4070.0, 4071.0, 4089.0, 4060.0, 4050.0, 4090.0, 4072.0, 4066.0, 4092.0, 4073.0, 4054.0, 4106.0, 4086.0, 4077.0, 4116.0, 4086.0, 4094.0, 4083.0, 4061.0, 4112.0, 4082.0, 4073.0, 4103.0, 4071.0, 4061.0, 4093.0, 4062.0, 4062.0, 4102.0, 4072.0, 4078.0, 4118.0, 4098.0, 4076.0, 4095.0, 4095.0, 4075.0, 4086.0, 4106.0, 4087.0, 4096.0, 4107.0, 4086.0, 4094.0, 4093.0, 4083.0, 4094.0, 4104.0, 4073.0, 4093.0, 4103.0, 4082.0, 4071.0, 4102.0, 4072.0, 4070.0, 4101.0, 4083.0, 4073.0, 4102.0, 4071.0, 4051.0, 4091.0, 4072.0, 4063.0, 4113.0, 4073.0, 4062.0, 4102.0, 4072.0, 4081.0, 4081.0, 4071.0, 4113.0, 4081.0, 4060.0, 4090.0, 4070.0, 4061.0, 4116.0, 4072.0, 4051.0, 4092.0, 4073.0, 4075.0, 4116.0, 4086.0, 4066.0, 4104.0, 4085.0, 4115.0, 4095.0, 4063.0, 4104.0, 4072.0, 4102.0, 4081.0, 4060.0, 4103.0, 4068.0, 4059.0, 4077.0, 4060.0, 4081.0, 4081.0, 4062.0, 4091.0, 4083.0, 4063.0, 4105.0, 4086.0, 4095.0, 4095.0, 4064.0, 4114.0, 4073.0, 4072.0, 4093.0, 4074.0, 4113.0, 4081.0, 4061.0, 4100.0, 4069.0, 4050.0, 4092.0, 4072.0, 4063.0, 4093.0, 4074.0, 4074.0, 4084.0, 4062.0, 4115.0, 4084.0, 4083.0, 4083.0, 4052.0, 4113.0, 4083.0, 4072.0, 4103.0, 4072.0, 4071.0, 4092.0, 4061.0, 4102.0, 4082.0, 4061.0, 4102.0, 4082.0, 4051.0, 4104.0, 4072.0, 4051.0, 4102.0, 4072.0, 4050.0, 4092.0, 4083.0, 4063.0, 4104.0, 4073.0, 4062.0, 4092.0, 4061.0, 4091.0, 4081.0, 4060.0, 4100.0, 4069.0, 4049.0, 4100.0, 4070.0, 4061.0, 4103.0, 4070.0, 4051.0, 4091.0, 4071.0, 4050.0, 4092.0, 4072.0, 4071.0, 4090.0, 4060.0, 4100.0, 4081.0, 4050.0, 4102.0, 4081.0, 4051.0, 4091.0, 4070.0, 4051.0, 4102.0, 4083.0, 4051.0, 4082.0, 4071.0, 4063.0, 4093.0, 4094.0, 4073.0, 4083.0, 4082.0, 4061.0, 4101.0, 4095.0, 4063.0, 4095.0, 4083.0, 4063.0, 4104.0, 4105.0, 4084.0, 4093.0, 4092.0, 4062.0, 4103.0, 4092.0, 4072.0, 4081.0, 4091.0, 4070.0, 4081.0, 4090.0, 4071.0, 4082.0, 4091.0, 4071.0, 4061.0, 4091.0, 4072.0, 4081.0, 4093.0, 4071.0, 4101.0, 4081.0, 4050.0, 4101.0, 4081.0, 4050.0, 4101.0, 4070.0, 4040.0, 4104.0, 4084.0, 4053.0, 4103.0, 4073.0, 4052.0, 4093.0, 4084.0, 4065.0, 4115.0, 4094.0, 4064.0, 4103.0, 4082.0, 4061.0, 4114.0, 4082.0, 4049.0, 4091.0, 4073.0, 4063.0, 4103.0, 4075.0, 4064.0, 4105.0, 4096.0, 4076.0, 4085.0, 4095.0, 4074.0, 4084.0, 4104.0, 4084.0, 4073.0, 4104.0, 4072.0, 4071.0, 4113.0, 4084.0, 4061.0, 4101.0, 4070.0, 4060.0, 4091.0, 4072.0, 4051.0, 4102.0, 4073.0, 4063.0, 4105.0, 4097.0, 4087.0, 4067.0, 4095.0, 4074.0, 4086.0, 4107.0, 4086.0, 4065.0, 4127.0, 4085.0, 4065.0, 4115.0, 4084.0, 4063.0, 4093.0, 4094.0, 4073.0, 4052.0, 4104.0, 4083.0, 4052.0, 4101.0, 4082.0, 4062.0, 4081.0, 4081.0, 4061.0, 4081.0, 4081.0, 4059.0, 4100.0, 4070.0, 4039.0, 4091.0, 4059.0, 4048.0, 4090.0, 4060.0, 4060.0, 4080.0, 4061.0, 4052.0, 4083.0, 4075.0, 4075.0, 4107.0, 4088.0, 4076.0, 4095.0, 4075.0, 4104.0, 4095.0, 4063.0, 4103.0, 4083.0, 4051.0, 4102.0, 4083.0, 4063.0, 4104.0, 4072.0, 4050.0, 4091.0, 4061.0, 4062.0, 4104.0, 4073.0, 4053.0, 4103.0, 4073.0, 4062.0, 4104.0, 4073.0, 4073.0, 4082.0, 4061.0, 4101.0, 4082.0, 4051.0, 4103.0, 4071.0, 4051.0, 4090.0, 4049.0, 4090.0, 4080.0, 4049.0, 4090.0, 4060.0, 4039.0, 4091.0, 4062.0, 4062.0, 4082.0, 4062.0, 4073.0, 4084.0, 4063.0, 4105.0, 4085.0, 4064.0, 4106.0, 4074.0, 4073.0, 4104.0, 4084.0, 4083.0, 4083.0, 4063.0, 4102.0, 4082.0, 4060.0, 4092.0, 4061.0, 4070.0, 4082.0, 4062.0, 4062.0, 4094.0, 4073.0, 4054.0, 4093.0, 4086.0, 4066.0, 4118.0, 4087.0, 4068.0, 4117.0, 4097.0, 4086.0, 4107.0, 4075.0, 4104.0, 4095.0, 4072.0, 4093.0, 4072.0, 4091.0, 4082.0, 4063.0, 4091.0, 4071.0, 4051.0, 4103.0, 4071.0, 4063.0, 4103.0, 4083.0, 4052.0, 4115.0, 4083.0, 4063.0, 4102.0, 4071.0, 4060.0, 4090.0, 4060.0, 4100.0, 4082.0, 4048.0, 4079.0, 4059.0, 4089.0, 4058.0, 4038.0, 4091.0, 4050.0, 4039.0, 4070.0, 4062.0, 4093.0, 4085.0, 4066.0, 4119.0, 4077.0, 4056.0, 4106.0, 4086.0, 4076.0, 4095.0, 4064.0, 4115.0, 4095.0, 4063.0, 4103.0, 4073.0, 4061.0, 4092.0, 4073.0, 4073.0, 4091.0, 4062.0, 4075.0, 4083.0, 4063.0, 4073.0, 4094.0, 4074.0, 4083.0, 4094.0, 4074.0, 4127.0, 4095.0, 4064.0, 4104.0, 4083.0, 4052.0, 4104.0, 4083.0, 4052.0, 4103.0, 4083.0, 4051.0, 4102.0, 4072.0, 4103.0, 4081.0, 4050.0, 4101.0, 4070.0, 4049.0, 4090.0, 4070.0, 4039.0, 4081.0, 4062.0, 4092.0, 4083.0, 4063.0, 4115.0, 4085.0, 4063.0, 4093.0, 4061.0, 4103.0, 4072.0, 4102.0, 4080.0, 4049.0, 4091.0, 4074.0, 4052.0, 4083.0, 4063.0, 4054.0, 4107.0, 4078.0, 4066.0, 4107.0, 4099.0, 4098.0, 4107.0, 4076.0, 4115.0, 4083.0, 4092.0, 4082.0, 4050.0, 4090.0, 4069.0, 4069.0, 4081.0, 4059.0, 4090.0, 4069.0, 4038.0, 4090.0, 4071.0, 4051.0, 4103.0, 4073.0, 4053.0, 4092.0, 4073.0, 4103.0, 4084.0, 4062.0, 4092.0, 4062.0, 4052.0, 4091.0, 4062.0, 4103.0, 4083.0, 4062.0, 4093.0, 4071.0, 4051.0, 4104.0, 4063.0, 4104.0, 4082.0, 4053.0, 4093.0, 4073.0, 4053.0, 4094.0, 4075.0, 4064.0, 4105.0, 4074.0, 4094.0, 4084.0, 4064.0, 4104.0, 4084.0, 4072.0, 4082.0, 4061.0, 4113.0, 4094.0, 4074.0, 4103.0, 4084.0, 4074.0, 4075.0, 4107.0, 4076.0, 4068.0, 4118.0, 4087.0, 4087.0, 4118.0, 4086.0, 4098.0, 4106.0, 4087.0, 4066.0, 4116.0, 4085.0, 4063.0, 4115.0, 4095.0, 4052.0, 4102.0, 4072.0, 4069.0, 4079.0, 4060.0, 4100.0, 4081.0, 4061.0, 4071.0, 4073.0, 4064.0, 4094.0, 4086.0, 4078.0, 4111.0, 4101.0, 4080.0, 4120.0, 4100.0, 4100.0, 4110.0, 4089.0, 4129.0, 4098.0, 4117.0, 4097.0, 4085.0, 4105.0, 4073.0, 4114.0, 4072.0, 4061.0, 4091.0, 4071.0, 4051.0, 4092.0, 4072.0, 4084.0, 4083.0, 4064.0, 4115.0, 4084.0, 4053.0, 4093.0, 4073.0, 4104.0, 4085.0, 4053.0, 4103.0, 4062.0, 4063.0, 4082.0, 4063.0], 'WindowWidth': [9273.0, 9212.0, 9150.0, 9110.0, 9123.0, 9069.0, 9038.0, 9092.0, 9048.0, 9047.0, 9088.0, 9044.0, 9016.0, 9072.0, 9043.0, 9042.0, 9073.0, 9045.0, 9011.0, 9073.0, 9032.0, 9035.0, 9093.0, 9053.0, 9044.0, 9087.0, 9059.0, 9062.0, 9106.0, 9092.0, 9063.0, 9105.0, 9064.0, 9104.0, 9093.0, 9069.0, 9119.0, 9079.0, 9092.0, 9146.0, 9107.0, 9075.0, 9113.0, 9103.0, 9091.0, 9088.0, 9149.0, 9106.0, 9093.0, 9149.0, 9121.0, 9090.0, 9143.0, 9109.0, 9065.0, 9136.0, 9108.0, 9060.0, 9116.0, 9083.0, 9039.0, 9112.0, 9087.0, 9044.0, 9116.0, 9086.0, 9061.0, 9097.0, 9090.0, 9067.0, 9112.0, 9108.0, 9082.0, 9109.0, 9094.0, 9066.0, 9138.0, 9094.0, 9067.0, 9125.0, 9122.0, 9093.0, 9141.0, 9100.0, 9094.0, 9148.0, 9104.0, 9074.0, 9102.0, 9118.0, 9086.0, 9088.0, 9145.0, 9101.0, 9092.0, 9145.0, 9101.0, 9069.0, 9140.0, 9109.0, 9068.0, 9135.0, 9085.0, 9043.0, 9116.0, 9091.0, 9065.0, 9117.0, 9092.0, 9080.0, 9081.0, 9123.0, 9087.0, 9074.0, 9128.0, 9101.0, 9077.0, 9145.0, 9101.0, 9075.0, 9146.0, 9121.0, 9072.0, 9126.0, 9115.0, 9108.0, 9115.0, 9122.0, 9098.0, 9079.0, 9128.0, 9101.0, 9089.0, 9115.0, 9114.0, 9103.0, 9082.0, 9155.0, 9147.0, 9108.0, 9133.0, 9141.0, 9101.0, 9071.0, 9144.0, 9100.0, 9096.0, 9137.0, 9075.0, 9046.0, 9103.0, 9078.0, 9071.0, 9124.0, 9097.0, 9068.0, 9124.0, 9083.0, 9089.0, 9124.0, 9076.0, 9080.0, 9104.0, 9076.0, 9088.0, 9090.0, 9079.0, 9138.0, 9106.0, 9065.0, 9121.0, 9078.0, 9068.0, 9123.0, 9097.0, 9069.0, 9123.0, 9095.0, 9068.0, 9122.0, 9096.0, 9095.0, 9109.0, 9065.0, 9117.0, 9073.0, 9045.0, 9106.0, 9073.0, 9076.0, 9098.0, 9059.0, 9049.0, 9101.0, 9080.0, 9079.0, 9109.0, 9084.0, 9061.0, 9133.0, 9107.0, 9097.0, 9146.0, 9105.0, 9113.0, 9096.0, 9064.0, 9133.0, 9093.0, 9084.0, 9124.0, 9078.0, 9064.0, 9108.0, 9068.0, 9067.0, 9119.0, 9083.0, 9099.0, 9155.0, 9127.0, 9095.0, 9117.0, 9116.0, 9090.0, 9105.0, 9131.0, 9110.0, 9118.0, 9136.0, 9106.0, 9112.0, 9108.0, 9096.0, 9111.0, 9127.0, 9084.0, 9109.0, 9121.0, 9093.0, 9075.0, 9118.0, 9079.0, 9075.0, 9117.0, 9096.0, 9086.0, 9122.0, 9078.0, 9051.0, 9103.0, 9081.0, 9069.0, 9138.0, 9084.0, 9069.0, 9121.0, 9080.0, 9092.0, 9090.0, 9075.0, 9135.0, 9088.0, 9060.0, 9099.0, 9075.0, 9066.0, 9147.0, 9082.0, 9051.0, 9107.0, 9084.0, 9090.0, 9147.0, 9106.0, 9080.0, 9129.0, 9103.0, 9143.0, 9116.0, 9070.0, 9125.0, 9080.0, 9118.0, 9090.0, 9060.0, 9120.0, 9067.0, 9055.0, 9078.0, 9059.0, 9090.0, 9091.0, 9068.0, 9105.0, 9095.0, 9072.0, 9129.0, 9106.0, 9115.0, 9117.0, 9071.0, 9139.0, 9083.0, 9078.0, 9108.0, 9083.0, 9138.0, 9090.0, 9062.0, 9114.0, 9070.0, 9048.0, 9105.0, 9081.0, 9069.0, 9109.0, 9087.0, 9085.0, 9098.0, 9068.0, 9140.0, 9100.0, 9097.0, 9096.0, 9054.0, 9135.0, 9096.0, 9079.0, 9123.0, 9079.0, 9078.0, 9105.0, 9064.0, 9119.0, 9094.0, 9064.0, 9118.0, 9093.0, 9051.0, 9125.0, 9079.0, 9050.0, 9121.0, 9080.0, 9050.0, 9106.0, 9096.0, 9070.0, 9124.0, 9083.0, 9068.0, 9107.0, 9063.0, 9102.0, 9089.0, 9059.0, 9113.0, 9070.0, 9045.0, 9114.0, 9074.0, 9064.0, 9121.0, 9074.0, 9050.0, 9104.0, 9076.0, 9048.0, 9105.0, 9080.0, 9076.0, 9100.0, 9061.0, 9114.0, 9090.0, 9047.0, 9121.0, 9091.0, 9049.0, 9102.0, 9075.0, 9051.0, 9120.0, 9094.0, 9053.0, 9095.0, 9079.0, 9070.0, 9110.0, 9114.0, 9084.0, 9096.0, 9094.0, 9066.0, 9119.0, 9113.0, 9070.0, 9113.0, 9096.0, 9071.0, 9126.0, 9129.0, 9098.0, 9111.0, 9107.0, 9066.0, 9121.0, 9107.0, 9080.0, 9088.0, 9100.0, 9072.0, 9087.0, 9100.0, 9074.0, 9091.0, 9102.0, 9077.0, 9065.0, 9103.0, 9080.0, 9091.0, 9108.0, 9077.0, 9117.0, 9088.0, 9045.0, 9114.0, 9090.0, 9047.0, 9115.0, 9073.0, 9035.0, 9125.0, 9101.0, 9055.0, 9122.0, 9081.0, 9055.0, 9108.0, 9098.0, 9075.0, 9140.0, 9114.0, 9074.0, 9121.0, 9094.0, 9064.0, 9138.0, 9091.0, 9044.0, 9101.0, 9083.0, 9069.0, 9123.0, 9087.0, 9075.0, 9128.0, 9117.0, 9094.0, 9104.0, 9116.0, 9085.0, 9098.0, 9126.0, 9097.0, 9083.0, 9124.0, 9079.0, 9078.0, 9137.0, 9098.0, 9062.0, 9115.0, 9072.0, 9058.0, 9102.0, 9079.0, 9050.0, 9118.0, 9082.0, 9072.0, 9130.0, 9122.0, 9111.0, 9083.0, 9117.0, 9087.0, 9104.0, 9133.0, 9104.0, 9076.0, 9161.0, 9101.0, 9074.0, 9142.0, 9097.0, 9066.0, 9106.0, 9109.0, 9080.0, 9052.0, 9123.0, 9096.0, 9052.0, 9115.0, 9091.0, 9064.0, 9087.0, 9088.0, 9062.0, 9087.0, 9087.0, 9056.0, 9111.0, 9072.0, 9028.0, 9098.0, 9054.0, 9038.0, 9097.0, 9057.0, 9057.0, 9083.0, 9063.0, 9053.0, 9094.0, 9087.0, 9089.0, 9133.0, 9112.0, 9093.0, 9116.0, 9089.0, 9126.0, 9113.0, 9068.0, 9123.0, 9093.0, 9050.0, 9118.0, 9093.0, 9067.0, 9124.0, 9078.0, 9047.0, 9100.0, 9063.0, 9065.0, 9124.0, 9082.0, 9055.0, 9122.0, 9082.0, 9066.0, 9122.0, 9081.0, 9079.0, 9090.0, 9062.0, 9114.0, 9089.0, 9048.0, 9119.0, 9072.0, 9046.0, 9097.0, 9043.0, 9097.0, 9085.0, 9041.0, 9099.0, 9059.0, 9030.0, 9101.0, 9065.0, 9065.0, 9090.0, 9066.0, 9082.0, 9098.0, 9070.0, 9128.0, 9100.0, 9072.0, 9129.0, 9085.0, 9082.0, 9125.0, 9097.0, 9094.0, 9096.0, 9068.0, 9116.0, 9089.0, 9060.0, 9103.0, 9060.0, 9072.0, 9091.0, 9064.0, 9064.0, 9112.0, 9083.0, 9057.0, 9111.0, 9106.0, 9080.0, 9152.0, 9111.0, 9085.0, 9148.0, 9123.0, 9105.0, 9134.0, 9086.0, 9124.0, 9113.0, 9077.0, 9106.0, 9076.0, 9101.0, 9093.0, 9070.0, 9102.0, 9075.0, 9050.0, 9120.0, 9076.0, 9070.0, 9123.0, 9094.0, 9053.0, 9140.0, 9096.0, 9068.0, 9120.0, 9076.0, 9059.0, 9099.0, 9059.0, 9113.0, 9089.0, 9039.0, 9080.0, 9055.0, 9093.0, 9051.0, 9026.0, 9098.0, 9043.0, 9029.0, 9072.0, 9066.0, 9108.0, 9102.0, 9080.0, 9154.0, 9095.0, 9063.0, 9129.0, 9105.0, 9091.0, 9113.0, 9071.0, 9140.0, 9114.0, 9067.0, 9121.0, 9079.0, 9061.0, 9102.0, 9079.0, 9081.0, 9102.0, 9065.0, 9090.0, 9094.0, 9068.0, 9081.0, 9110.0, 9087.0, 9095.0, 9110.0, 9083.0, 9160.0, 9115.0, 9070.0, 9123.0, 9094.0, 9051.0, 9123.0, 9095.0, 9053.0, 9121.0, 9093.0, 9049.0, 9118.0, 9078.0, 9121.0, 9089.0, 9046.0, 9112.0, 9071.0, 9043.0, 9098.0, 9072.0, 9030.0, 9087.0, 9064.0, 9104.0, 9095.0, 9067.0, 9139.0, 9097.0, 9066.0, 9106.0, 9063.0, 9119.0, 9077.0, 9116.0, 9085.0, 9042.0, 9099.0, 9083.0, 9054.0, 9092.0, 9069.0, 9061.0, 9136.0, 9099.0, 9080.0, 9133.0, 9127.0, 9123.0, 9133.0, 9089.0, 9140.0, 9094.0, 9102.0, 9090.0, 9044.0, 9097.0, 9068.0, 9067.0, 9088.0, 9055.0, 9098.0, 9070.0, 9028.0, 9098.0, 9076.0, 9051.0, 9120.0, 9082.0, 9055.0, 9105.0, 9080.0, 9120.0, 9098.0, 9066.0, 9104.0, 9063.0, 9051.0, 9101.0, 9065.0, 9119.0, 9093.0, 9063.0, 9105.0, 9075.0, 9047.0, 9124.0, 9068.0, 9122.0, 9092.0, 9054.0, 9108.0, 9082.0, 9056.0, 9112.0, 9087.0, 9072.0, 9125.0, 9085.0, 9110.0, 9096.0, 9070.0, 9124.0, 9096.0, 9078.0, 9090.0, 9061.0, 9133.0, 9110.0, 9083.0, 9118.0, 9095.0, 9084.0, 9087.0, 9136.0, 9093.0, 9084.0, 9151.0, 9109.0, 9108.0, 9150.0, 9106.0, 9124.0, 9130.0, 9107.0, 9077.0, 9143.0, 9099.0, 9068.0, 9140.0, 9110.0, 9051.0, 9115.0, 9074.0, 9068.0, 9081.0, 9056.0, 9111.0, 9086.0, 9060.0, 9076.0, 9082.0, 9072.0, 9111.0, 9106.0, 9100.0, 9147.0, 9132.0, 9105.0, 9155.0, 9131.0, 9131.0, 9144.0, 9114.0, 9167.0, 9123.0, 9146.0, 9119.0, 9098.0, 9128.0, 9080.0, 9135.0, 9076.0, 9061.0, 9100.0, 9074.0, 9048.0, 9102.0, 9079.0, 9096.0, 9095.0, 9070.0, 9139.0, 9096.0, 9057.0, 9108.0, 9081.0, 9122.0, 9099.0, 9054.0, 9119.0, 9065.0, 9066.0, 9090.0, 9066.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.0009633830275229356</td></tr>
<tr><td colspan=3>aqi</td><td>0.022454451605504588</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.96823878672794</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2239320735361676</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9927585479678535</td></tr>
<tr><td colspan=3>efc</td><td>0.4639</td></tr>
<tr><td colspan=3>fber</td><td>7479.0874</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09044943064362186</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7522935779816513</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3039822638735643</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.237485492108734</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4656094866698344</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.208851812842125</td></tr>
<tr><td colspan=3>gcor</td><td>0.00889074</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005822624545544386</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029206860810518265</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.114888709566935</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.8066</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.7433</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.9547</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302016.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>740.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.3391</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8016</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>536.009</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3322.7764</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74528.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4355.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>841.5724</td></tr>
<tr><td colspan=3>tsnr</td><td>39.04582447488792</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>