<?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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-03/func/sub-0103_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>d053cc45b7af941fb7e93ed97b89a3ef</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>20:37:29.715000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998195, 0.0408599, 0.0440112, -0.0336367, 0.987513, -0.153908]</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.259</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.0820545</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>[4227, -7721, -7273, 230, -173, -190, -146, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.318</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>58d24765-7bee-4b43-88f6-588bf14ca402||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6780846118927, -0.09024490416049957, 0.13432583212852478, 109.98057556152344], [-0.1096242144703865, 2.649423837661743, -0.41080376505851746, -92.1328125], [0.11807893961668015, 0.4129231572151184, 2.66518235206604, -113.23271942138672], [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': ['203729.715000', '203730.175000', '203730.635000', '203731.095000', '203731.555000', '203732.015000', '203732.475000', '203732.935000', '203733.395000', '203733.855000', '203734.315000', '203734.775000', '203735.235000', '203735.695000', '203736.155000', '203736.615000', '203737.075000', '203737.535000', '203737.995000', '203738.455000', '203738.915000', '203739.375000', '203739.835000', '203740.295000', '203740.755000', '203741.215000', '203741.675000', '203742.135000', '203742.595000', '203743.055000', '203743.515000', '203743.975000', '203744.435000', '203744.895000', '203745.355000', '203745.815000', '203746.275000', '203746.735000', '203747.195000', '203747.655000', '203748.115000', '203748.575000', '203749.035000', '203749.495000', '203749.955000', '203750.415000', '203750.875000', '203751.335000', '203751.795000', '203752.255000', '203752.715000', '203753.175000', '203753.635000', '203754.095000', '203754.555000', '203755.015000', '203755.475000', '203755.935000', '203756.395000', '203756.855000', '203757.315000', '203757.775000', '203758.235000', '203758.695000', '203759.155000', '203759.615000', '203800.075000', '203800.535000', '203800.995000', '203801.455000', '203801.915000', '203802.375000', '203802.835000', '203803.295000', '203803.755000', '203804.215000', '203804.675000', '203805.135000', '203805.595000', '203806.055000', '203806.515000', '203806.975000', '203807.435000', '203807.895000', '203808.355000', '203808.815000', '203809.275000', '203809.735000', '203810.195000', '203810.655000', '203811.115000', '203811.575000', '203812.035000', '203812.495000', '203812.955000', '203813.415000', '203813.875000', '203814.335000', '203814.795000', '203815.255000', '203815.715000', '203816.175000', '203816.635000', '203817.095000', '203817.555000', '203818.015000', '203818.475000', '203818.935000', '203819.395000', '203819.855000', '203820.315000', '203820.775000', '203821.235000', '203821.695000', '203822.155000', '203822.615000', '203823.075000', '203823.535000', '203823.995000', '203824.455000', '203824.915000', '203825.375000', '203825.835000', '203826.295000', '203826.755000', '203827.215000', '203827.675000', '203828.135000', '203828.595000', '203829.055000', '203829.515000', '203829.975000', '203830.435000', '203830.895000', '203831.355000', '203831.815000', '203832.275000', '203832.735000', '203833.195000', '203833.655000', '203834.115000', '203834.575000', '203835.035000', '203835.495000', '203835.955000', '203836.415000', '203836.875000', '203837.335000', '203837.795000', '203838.255000', '203838.715000', '203839.175000', '203839.635000', '203840.095000', '203840.555000', '203841.015000', '203841.475000', '203841.935000', '203842.395000', '203842.855000', '203843.315000', '203843.775000', '203844.235000', '203844.695000', '203845.155000', '203845.615000', '203846.075000', '203846.535000', '203846.995000', '203847.455000', '203847.915000', '203848.375000', '203848.835000', '203849.295000', '203849.755000', '203850.215000', '203850.675000', '203851.135000', '203851.595000', '203852.055000', '203852.515000', '203852.975000', '203853.435000', '203853.895000', '203854.355000', '203854.815000', '203855.275000', '203855.735000', '203856.195000', '203856.655000', '203857.115000', '203857.575000', '203858.035000', '203858.495000', '203858.955000', '203859.415000', '203859.875000', '203900.335000', '203900.795000', '203901.255000', '203901.715000', '203902.175000', '203902.635000', '203903.095000', '203903.555000', '203904.015000', '203904.475000', '203904.935000', '203905.395000', '203905.855000', '203906.315000', '203906.775000', '203907.235000', '203907.695000', '203908.155000', '203908.615000', '203909.075000', '203909.535000', '203909.995000', '203910.455000', '203910.915000', '203911.375000', '203911.835000', '203912.295000', '203912.755000', '203913.215000', '203913.675000', '203914.135000', '203914.595000', '203915.055000', '203915.515000', '203915.975000', '203916.435000', '203916.895000', '203917.355000', '203917.815000', '203918.275000', '203918.735000', '203919.195000', '203919.655000', '203920.115000', '203920.575000', '203921.035000', '203921.495000', '203921.955000', '203922.415000', '203922.875000', '203923.335000', '203923.795000', '203924.255000', '203924.715000', '203925.175000', '203925.635000', '203926.095000', '203926.555000', '203927.015000', '203927.475000', '203927.935000', '203928.395000', '203928.855000', '203929.315000', '203929.775000', '203930.235000', '203930.695000', '203931.155000', '203931.615000', '203932.075000', '203932.535000', '203932.995000', '203933.455000', '203933.915000', '203934.375000', '203934.835000', '203935.295000', '203935.755000', '203936.215000', '203936.675000', '203937.135000', '203937.595000', '203938.055000', '203938.515000', '203938.975000', '203939.435000', '203939.895000', '203940.355000', '203940.815000', '203941.275000', '203941.735000', '203942.195000', '203942.655000', '203943.115000', '203943.575000', '203944.035000', '203944.495000', '203944.955000', '203945.415000', '203945.875000', '203946.335000', '203946.795000', '203947.255000', '203947.715000', '203948.175000', '203948.635000', '203949.095000', '203949.555000', '203950.015000', '203950.475000', '203950.935000', '203951.395000', '203951.855000', '203952.315000', '203952.775000', '203953.235000', '203953.695000', '203954.155000', '203954.615000', '203955.075000', '203955.535000', '203955.995000', '203956.455000', '203956.915000', '203957.375000', '203957.835000', '203958.295000', '203958.755000', '203959.215000', '203959.675000', '204000.135000', '204000.595000', '204001.055000', '204001.515000', '204001.975000', '204002.435000', '204002.895000', '204003.355000', '204003.815000', '204004.275000', '204004.735000', '204005.195000', '204005.655000', '204006.115000', '204006.575000', '204007.035000', '204007.495000', '204007.955000', '204008.415000', '204008.875000', '204009.335000', '204009.795000', '204010.255000', '204010.715000', '204011.175000', '204011.635000', '204012.095000', '204012.555000', '204013.015000', '204013.475000', '204013.935000', '204014.395000', '204014.855000', '204015.315000', '204015.775000', '204016.235000', '204016.695000', '204017.155000', '204017.615000', '204018.075000', '204018.535000', '204018.995000', '204019.455000', '204019.915000', '204020.375000', '204020.835000', '204021.295000', '204021.755000', '204022.215000', '204022.675000', '204023.135000', '204023.595000', '204024.055000', '204024.515000', '204024.975000', '204025.435000', '204025.895000', '204026.355000', '204026.815000', '204027.275000', '204027.735000', '204028.195000', '204028.655000', '204029.115000', '204029.575000', '204030.035000', '204030.495000', '204030.955000', '204031.415000', '204031.875000', '204032.335000', '204032.795000', '204033.255000', '204033.715000', '204034.175000', '204034.635000', '204035.095000', '204035.555000', '204036.015000', '204036.475000', '204036.935000', '204037.395000', '204037.855000', '204038.315000', '204038.775000', '204039.235000', '204039.695000', '204040.155000', '204040.615000', '204041.075000', '204041.535000', '204041.995000', '204042.455000', '204042.915000', '204043.375000', '204043.835000', '204044.295000', '204044.755000', '204045.215000', '204045.675000', '204046.135000', '204046.595000', '204047.055000', '204047.515000', '204047.975000', '204048.435000', '204048.895000', '204049.355000', '204049.815000', '204050.275000', '204050.735000', '204051.195000', '204051.655000', '204052.115000', '204052.575000', '204053.035000', '204053.495000', '204053.955000', '204054.415000', '204054.875000', '204055.335000', '204055.795000', '204056.255000', '204056.715000', '204057.175000', '204057.635000', '204058.095000', '204058.555000', '204059.015000', '204059.475000', '204059.935000', '204100.395000', '204100.855000', '204101.315000', '204101.775000', '204102.235000', '204102.695000', '204103.155000', '204103.615000', '204104.075000', '204104.535000', '204104.995000', '204105.455000', '204105.915000', '204106.375000', '204106.835000', '204107.295000', '204107.755000', '204108.215000', '204108.675000', '204109.135000', '204109.595000', '204110.055000', '204110.515000', '204110.975000', '204111.435000', '204111.895000', '204112.355000', '204112.815000', '204113.275000', '204113.735000', '204114.195000', '204114.655000', '204115.115000', '204115.575000', '204116.035000', '204116.495000', '204116.955000', '204117.415000', '204117.875000', '204118.335000', '204118.795000', '204119.255000', '204119.715000', '204120.175000', '204120.635000', '204121.095000', '204121.555000', '204122.015000', '204122.475000', '204122.935000', '204123.395000', '204123.855000', '204124.315000', '204124.775000', '204125.235000', '204125.695000', '204126.155000', '204126.615000', '204127.075000', '204127.535000', '204127.995000', '204128.455000', '204128.915000', '204129.375000', '204129.835000', '204130.295000', '204130.755000', '204131.215000', '204131.675000', '204132.135000', '204132.595000', '204133.055000', '204133.515000', '204133.975000', '204134.435000', '204134.895000', '204135.355000', '204135.815000', '204136.275000', '204136.735000', '204137.195000', '204137.655000', '204138.115000', '204138.575000', '204139.035000', '204139.495000', '204139.955000', '204140.415000', '204140.875000', '204141.335000', '204141.795000', '204142.255000', '204142.715000', '204143.175000', '204143.635000', '204144.095000', '204144.555000', '204145.015000', '204145.475000', '204145.935000', '204146.395000', '204146.855000', '204147.315000', '204147.775000', '204148.235000', '204148.695000', '204149.155000', '204149.615000', '204150.075000', '204150.535000', '204150.995000', '204151.455000', '204151.915000', '204152.375000', '204152.835000', '204153.295000', '204153.755000', '204154.215000', '204154.675000', '204155.135000', '204155.595000', '204156.055000', '204156.515000', '204156.975000', '204157.435000', '204157.895000', '204158.355000', '204158.815000', '204159.275000', '204159.735000', '204200.195000', '204200.655000', '204201.115000', '204201.575000', '204202.035000', '204202.495000', '204202.955000', '204203.415000', '204203.875000', '204204.335000', '204204.795000', '204205.255000', '204205.715000', '204206.175000', '204206.635000', '204207.095000', '204207.555000', '204208.015000', '204208.475000', '204208.935000', '204209.395000', '204209.855000', '204210.315000', '204210.775000', '204211.235000', '204211.695000', '204212.155000', '204212.615000', '204213.075000', '204213.535000', '204213.995000', '204214.455000', '204214.915000', '204215.375000', '204215.835000', '204216.295000', '204216.755000', '204217.215000', '204217.675000', '204218.135000', '204218.595000', '204219.055000', '204219.515000', '204219.975000', '204220.435000', '204220.895000', '204221.355000', '204221.815000', '204222.275000', '204222.735000', '204223.195000', '204223.655000', '204224.115000', '204224.575000', '204225.035000', '204225.495000', '204225.955000', '204226.415000', '204226.875000', '204227.335000', '204227.795000', '204228.255000', '204228.715000', '204229.175000', '204229.635000', '204230.095000', '204230.555000', '204231.015000', '204231.475000', '204231.935000', '204232.395000', '204232.855000', '204233.315000', '204233.775000', '204234.235000', '204234.695000', '204235.155000', '204235.615000', '204236.075000', '204236.535000', '204236.995000', '204237.455000', '204237.915000', '204238.375000', '204238.835000', '204239.295000', '204239.755000', '204240.215000', '204240.675000', '204241.135000', '204241.595000', '204242.055000', '204242.515000', '204242.975000', '204243.435000', '204243.895000', '204244.355000', '204244.815000', '204245.275000', '204245.735000', '204246.195000', '204246.655000', '204247.115000', '204247.575000', '204248.035000', '204248.495000', '204248.955000', '204249.415000', '204249.875000', '204250.335000', '204250.795000', '204251.255000', '204251.715000', '204252.175000', '204252.635000', '204253.095000', '204253.555000', '204254.015000', '204254.475000', '204254.935000', '204255.395000', '204255.855000', '204256.315000', '204256.775000', '204257.235000', '204257.695000', '204258.155000', '204258.615000', '204259.075000', '204259.535000', '204259.995000', '204300.455000', '204300.915000', '204301.375000', '204301.835000', '204302.295000', '204302.755000', '204303.215000', '204303.675000', '204304.135000', '204304.595000', '204305.055000', '204305.515000', '204305.975000', '204306.435000', '204306.895000', '204307.355000', '204307.815000', '204308.275000', '204308.735000', '204309.195000', '204309.655000', '204310.115000', '204310.575000', '204311.035000', '204311.495000', '204311.955000', '204312.415000', '204312.875000', '204313.335000', '204313.795000', '204314.255000', '204314.715000', '204315.175000', '204315.635000', '204316.095000', '204316.555000', '204317.015000', '204317.475000', '204317.935000', '204318.395000', '204318.855000', '204319.315000', '204319.775000', '204320.235000', '204320.695000', '204321.155000', '204321.615000', '204322.075000', '204322.535000', '204322.995000', '204323.455000', '204323.915000', '204324.375000', '204324.835000', '204325.295000', '204325.755000', '204326.215000', '204326.675000', '204327.135000', '204327.595000', '204328.055000', '204328.515000', '204328.975000', '204329.435000', '204329.895000', '204330.355000', '204330.815000', '204331.275000', '204331.735000', '204332.195000', '204332.655000', '204333.115000', '204333.575000', '204334.035000', '204334.495000', '204334.955000', '204335.415000', '204335.875000', '204336.335000', '204336.795000', '204337.255000', '204337.715000', '204338.175000', '204338.635000', '204339.095000', '204339.555000', '204340.015000', '204340.475000', '204340.935000', '204341.395000', '204341.855000', '204342.315000', '204342.775000', '204343.235000', '204343.695000', '204344.155000', '204344.615000', '204345.075000', '204345.535000', '204345.995000', '204346.455000', '204346.915000', '204347.375000', '204347.835000', '204348.295000', '204348.755000', '204349.215000', '204349.675000', '204350.135000', '204350.595000', '204351.055000', '204351.515000', '204351.975000', '204352.435000', '204352.895000', '204353.355000', '204353.815000', '204354.275000', '204354.735000', '204355.195000', '204355.655000', '204356.115000', '204356.575000', '204357.035000', '204357.495000', '204357.955000', '204358.415000', '204358.875000', '204359.335000', '204359.795000', '204400.255000', '204400.715000', '204401.175000', '204401.635000', '204402.095000', '204402.555000', '204403.015000', '204403.475000', '204403.935000', '204404.395000', '204404.855000', '204405.315000', '204405.775000', '204406.235000', '204406.695000', '204407.155000', '204407.615000', '204408.075000', '204408.535000', '204408.995000', '204409.455000', '204409.915000', '204410.375000'], 'ContentTime': ['203751.963000', '203751.967000', '203751.970000', '203751.972000', '203751.975000', '203751.978000', '203751.980000', '203751.983000', '203751.985000', '203751.988000', '203751.991000', '203752.000000', '203752.003000', '203752.006000', '203752.008000', '203752.011000', '203752.013000', '203752.016000', '203752.019000', '203752.021000', '203752.024000', '203752.027000', '203752.030000', '203752.032000', '203752.035000', '203752.039000', '203752.041000', '203752.044000', '203752.047000', '203752.049000', '203752.052000', '203752.054000', '203752.057000', '203752.060000', '203752.062000', '203752.065000', '203752.068000', '203752.070000', '203752.073000', '203752.075000', '203752.078000', '203752.089000', '203752.092000', '203752.094000', '203752.097000', '203752.100000', '203811.937000', '203811.940000', '203811.943000', '203811.946000', '203811.949000', '203811.951000', '203811.954000', '203811.956000', '203811.959000', '203811.962000', '203811.966000', '203811.968000', '203811.971000', '203811.973000', '203811.976000', '203811.979000', '203811.981000', '203811.984000', '203811.986000', '203811.989000', '203811.992000', '203811.994000', '203811.997000', '203812.001000', '203812.003000', '203812.006000', '203812.008000', '203812.012000', '203812.014000', '203812.017000', '203812.019000', '203812.022000', '203812.024000', '203812.027000', '203812.030000', '203812.032000', '203812.035000', '203812.037000', '203812.040000', '203812.043000', '203812.045000', '203812.048000', '203812.050000', '203812.053000', '203831.937000', '203831.940000', '203831.943000', '203831.945000', '203831.948000', '203831.950000', '203831.953000', '203831.955000', '203831.958000', '203831.961000', '203831.963000', '203831.966000', '203831.968000', '203831.971000', '203831.974000', '203831.976000', '203831.979000', '203831.981000', '203831.984000', '203831.987000', '203831.989000', '203831.992000', '203831.994000', '203831.997000', '203832.001000', '203832.004000', '203832.006000', '203832.009000', '203832.012000', '203832.014000', '203832.017000', '203832.020000', '203832.023000', '203832.025000', '203832.028000', '203832.030000', '203832.033000', '203832.036000', '203832.038000', '203832.041000', '203832.043000', '203832.046000', '203832.049000', '203851.937000', '203851.940000', '203851.943000', '203851.946000', '203851.948000', '203851.951000', '203851.954000', '203851.956000', '203851.959000', '203851.961000', '203851.964000', '203851.967000', '203851.969000', '203851.972000', '203851.975000', '203851.977000', '203851.980000', '203851.982000', '203851.985000', '203851.988000', '203851.990000', '203851.993000', '203851.996000', '203852.002000', '203852.004000', '203852.007000', '203852.010000', '203852.012000', '203852.015000', '203852.017000', '203852.020000', '203852.023000', '203852.025000', '203852.028000', '203852.031000', '203852.033000', '203852.036000', '203852.038000', '203852.041000', '203852.044000', '203852.046000', '203852.049000', '203852.052000', '203852.054000', '203911.937000', '203911.941000', '203911.944000', '203911.946000', '203911.949000', '203911.952000', '203911.955000', '203911.958000', '203911.960000', '203911.963000', '203911.966000', '203911.968000', '203911.971000', '203911.974000', '203911.977000', '203911.979000', '203911.982000', '203911.985000', '203911.988000', '203911.991000', '203911.994000', '203911.997000', '203912.001000', '203912.004000', '203912.007000', '203912.010000', '203912.013000', '203912.016000', '203912.019000', '203912.022000', '203912.025000', '203912.027000', '203912.030000', '203912.033000', '203912.036000', '203912.039000', '203912.041000', '203912.044000', '203912.047000', '203912.049000', '203912.052000', '203912.055000', '203912.057000', '203931.937000', '203931.941000', '203931.944000', '203931.947000', '203931.949000', '203931.953000', '203931.955000', '203931.958000', '203931.961000', '203931.964000', '203931.966000', '203931.969000', '203931.972000', '203931.975000', '203931.977000', '203931.980000', '203931.983000', '203931.985000', '203932.010000', '203932.013000', '203932.016000', '203932.019000', '203932.022000', '203932.024000', '203932.027000', '203932.029000', '203932.032000', '203932.036000', '203932.038000', '203932.041000', '203932.044000', '203932.046000', '203932.049000', '203932.052000', '203932.064000', '203932.067000', '203932.070000', '203932.073000', '203932.075000', '203932.078000', '203932.080000', '203932.083000', '203932.086000', '203932.088000', '203951.937000', '203951.939000', '203951.942000', '203951.945000', '203951.947000', '203951.950000', '203951.952000', '203951.955000', '203951.958000', '203951.960000', '203951.963000', '203951.966000', '203951.968000', '203951.971000', '203951.974000', '203951.976000', '203951.979000', '203951.982000', '203951.984000', '203951.987000', '203951.990000', '203951.992000', '203951.995000', '203952.000000', '203952.003000', '203952.005000', '203952.008000', '203952.010000', '203952.013000', '203952.016000', '203952.018000', '203952.021000', '203952.024000', '203952.026000', '203952.029000', '203952.032000', '203952.034000', '203952.037000', '203952.039000', '203952.042000', '203952.045000', '203952.047000', '203952.050000', '204011.937000', '204011.939000', '204011.942000', '204011.944000', '204011.948000', '204011.950000', '204011.953000', '204011.955000', '204011.958000', '204011.961000', '204011.963000', '204011.966000', '204011.968000', '204011.971000', '204011.973000', '204011.976000', '204011.979000', '204011.981000', '204011.984000', '204011.987000', '204011.989000', '204011.992000', '204011.994000', '204011.997000', '204012.001000', '204012.004000', '204012.006000', '204012.009000', '204012.012000', '204012.014000', '204012.017000', '204012.019000', '204012.022000', '204012.025000', '204012.028000', '204012.030000', '204012.033000', '204012.035000', '204012.038000', '204012.041000', '204012.043000', '204012.046000', '204012.049000', '204012.051000', '204031.937000', '204031.940000', '204031.943000', '204031.946000', '204031.948000', '204031.951000', '204031.954000', '204031.956000', '204031.959000', '204031.961000', '204031.964000', '204031.967000', '204031.969000', '204031.972000', '204031.974000', '204031.977000', '204031.979000', '204031.982000', '204031.985000', '204031.987000', '204031.990000', '204031.993000', '204031.995000', '204031.998000', '204032.001000', '204032.004000', '204032.007000', '204032.010000', '204032.012000', '204032.015000', '204032.017000', '204032.020000', '204032.023000', '204032.025000', '204032.028000', '204032.031000', '204032.033000', '204032.036000', '204032.038000', '204032.041000', '204032.044000', '204032.046000', '204032.049000', '204051.939000', '204051.942000', '204051.944000', '204051.947000', '204051.950000', '204051.952000', '204051.955000', '204051.957000', '204051.960000', '204051.963000', '204051.965000', '204051.968000', '204051.970000', '204051.973000', '204051.975000', '204051.978000', '204051.981000', '204051.983000', '204051.986000', '204051.989000', '204051.992000', '204051.995000', '204051.997000', '204052.001000', '204052.004000', '204052.006000', '204052.009000', '204052.012000', '204052.014000', '204052.017000', '204052.020000', '204052.022000', '204052.025000', '204052.028000', '204052.030000', '204052.033000', '204052.035000', '204052.038000', '204052.041000', '204052.043000', '204052.046000', '204052.049000', '204052.051000', '204052.054000', '204111.938000', '204111.941000', '204111.943000', '204111.946000', '204111.948000', '204111.952000', '204111.954000', '204111.957000', '204111.959000', '204111.962000', '204111.965000', '204111.968000', '204111.970000', '204111.973000', '204111.975000', '204111.994000', '204111.996000', '204112.000000', '204112.003000', '204112.005000', '204112.008000', '204112.010000', '204112.013000', '204112.016000', '204112.018000', '204112.021000', '204112.024000', '204112.026000', '204112.029000', '204112.031000', '204112.034000', '204112.037000', '204112.039000', '204112.042000', '204112.044000', '204112.047000', '204112.050000', '204112.052000', '204112.055000', '204112.058000', '204112.060000', '204112.063000', '204112.065000', '204131.937000', '204131.940000', '204131.943000', '204131.946000', '204131.948000', '204131.951000', '204131.953000', '204131.956000', '204131.959000', '204131.961000', '204131.964000', '204131.967000', '204131.969000', '204131.972000', '204131.974000', '204131.977000', '204131.980000', '204131.982000', '204131.985000', '204131.987000', '204131.990000', '204131.992000', '204131.995000', '204131.998000', '204132.001000', '204132.004000', '204132.007000', '204132.009000', '204132.012000', '204132.014000', '204132.017000', '204132.020000', '204132.022000', '204132.025000', '204132.027000', '204132.030000', '204132.033000', '204132.035000', '204132.038000', '204132.040000', '204132.043000', '204132.046000', '204132.048000', '204132.051000', '204151.936000', '204151.939000', '204151.942000', '204151.945000', '204151.947000', '204151.950000', '204151.952000', '204151.955000', '204151.958000', '204151.960000', '204151.963000', '204151.965000', '204151.968000', '204151.971000', '204151.973000', '204151.976000', '204151.979000', '204151.981000', '204151.984000', '204151.987000', '204151.989000', '204151.992000', '204151.994000', '204151.997000', '204152.001000', '204152.003000', '204152.006000', '204152.009000', '204152.011000', '204152.014000', '204152.016000', '204152.019000', '204152.022000', '204152.024000', '204152.027000', '204152.029000', '204152.032000', '204152.035000', '204152.037000', '204152.040000', '204152.043000', '204152.045000', '204152.048000', '204211.936000', '204211.939000', '204211.942000', '204211.945000', '204211.947000', '204211.950000', '204211.952000', '204211.955000', '204211.958000', '204211.960000', '204211.963000', '204211.965000', '204211.968000', '204211.971000', '204211.973000', '204211.976000', '204211.979000', '204211.982000', '204211.985000', '204211.988000', '204211.990000', '204211.993000', '204211.995000', '204211.998000', '204212.002000', '204212.004000', '204212.007000', '204212.009000', '204212.012000', '204212.015000', '204212.017000', '204212.020000', '204212.022000', '204212.025000', '204212.028000', '204212.030000', '204212.033000', '204212.036000', '204212.038000', '204212.041000', '204212.044000', '204212.046000', '204212.049000', '204212.052000', '204231.936000', '204231.939000', '204231.942000', '204231.945000', '204231.948000', '204231.950000', '204231.953000', '204231.956000', '204231.958000', '204231.961000', '204231.964000', '204231.966000', '204231.969000', '204231.972000', '204231.974000', '204231.977000', '204231.979000', '204231.982000', '204231.985000', '204231.987000', '204231.990000', '204231.993000', '204231.995000', '204231.998000', '204232.002000', '204232.004000', '204232.007000', '204232.010000', '204232.012000', '204232.015000', '204232.017000', '204232.020000', '204232.023000', '204232.025000', '204232.028000', '204232.031000', '204232.033000', '204232.036000', '204232.039000', '204232.041000', '204232.054000', '204232.056000', '204232.059000', '204251.938000', '204251.940000', '204251.944000', '204251.946000', '204251.949000', '204251.951000', '204251.954000', '204251.957000', '204251.959000', '204251.962000', '204251.965000', '204251.967000', '204251.970000', '204251.972000', '204251.975000', '204251.978000', '204251.981000', '204251.983000', '204251.986000', '204251.989000', '204251.991000', '204251.994000', '204251.996000', '204252.000000', '204252.003000', '204252.006000', '204252.008000', '204252.011000', '204252.013000', '204252.016000', '204252.019000', '204252.021000', '204252.024000', '204252.027000', '204252.029000', '204252.032000', '204252.035000', '204252.037000', '204252.040000', '204252.042000', '204252.045000', '204252.048000', '204252.050000', '204311.937000', '204311.940000', '204311.943000', '204311.946000', '204311.949000', '204311.951000', '204311.954000', '204311.957000', '204311.959000', '204311.962000', '204311.964000', '204311.967000', '204311.970000', '204311.972000', '204311.975000', '204311.978000', '204311.981000', '204311.983000', '204311.986000', '204311.989000', '204311.991000', '204311.994000', '204311.996000', '204312.000000', '204312.003000', '204312.005000', '204312.008000', '204312.011000', '204312.013000', '204312.016000', '204312.019000', '204312.021000', '204312.024000', '204312.027000', '204312.029000', '204312.032000', '204312.034000', '204312.037000', '204312.040000', '204312.042000', '204312.045000', '204312.047000', '204312.050000', '204312.053000', '204331.938000', '204331.941000', '204331.943000', '204331.946000', '204331.948000', '204331.951000', '204331.954000', '204331.957000', '204331.960000', '204331.963000', '204331.965000', '204331.968000', '204331.971000', '204331.973000', '204331.976000', '204331.979000', '204331.982000', '204331.984000', '204331.987000', '204331.989000', '204331.992000', '204331.995000', '204331.997000', '204332.001000', '204332.004000', '204332.006000', '204332.009000', '204332.012000', '204332.014000', '204332.017000', '204332.020000', '204332.023000', '204332.026000', '204332.028000', '204332.031000', '204332.034000', '204332.036000', '204332.039000', '204332.041000', '204332.044000', '204332.047000', '204332.049000', '204332.052000', '204351.937000', '204351.940000', '204351.943000', '204351.945000', '204351.948000', '204351.951000', '204351.955000', '204351.957000', '204351.960000', '204351.963000', '204351.965000', '204351.968000', '204351.970000', '204351.973000', '204351.976000', '204351.979000', '204351.981000', '204351.984000', '204351.987000', '204351.990000', '204351.993000', '204351.995000', '204351.998000', '204352.002000', '204352.004000', '204352.007000', '204352.009000', '204352.012000', '204352.015000', '204352.017000', '204352.020000', '204352.022000', '204352.025000', '204352.028000', '204352.030000', '204352.033000', '204352.036000', '204352.038000', '204352.041000', '204352.044000', '204352.046000', '204352.049000', '204352.051000', '204352.054000', '204411.529000', '204411.532000', '204411.535000', '204411.538000', '204411.542000', '204411.545000', '204411.548000', '204411.551000', '204411.579000', '204411.582000', '204411.585000', '204411.587000', '204411.590000', '204411.593000', '204411.596000', '204411.599000', '204411.603000', '204411.606000', '204411.609000', '204411.613000', '204411.621000', '204411.623000', '204411.628000', '204411.631000', '204411.635000', '204411.638000', '204411.640000', '204411.643000', '204411.646000', '204411.649000', '204411.652000', '204411.655000', '204411.658000', '204411.661000', '204411.664000', '204411.667000', '204411.670000', '204411.672000', '204411.675000', '204411.678000', '204411.681000', '204411.683000', '204411.686000'], 'InstanceCreationTime': ['203751.963000', '203751.967000', '203751.970000', '203751.972000', '203751.975000', '203751.978000', '203751.980000', '203751.983000', '203751.985000', '203751.988000', '203751.991000', '203752.000000', '203752.003000', '203752.006000', '203752.008000', '203752.011000', '203752.013000', '203752.016000', '203752.019000', '203752.021000', '203752.024000', '203752.027000', '203752.030000', '203752.032000', '203752.035000', '203752.039000', '203752.041000', '203752.044000', '203752.047000', '203752.049000', '203752.052000', '203752.054000', '203752.057000', '203752.060000', '203752.062000', '203752.065000', '203752.068000', '203752.070000', '203752.073000', '203752.075000', '203752.078000', '203752.089000', '203752.092000', '203752.094000', '203752.097000', '203752.100000', '203811.937000', '203811.940000', '203811.943000', '203811.946000', '203811.949000', '203811.951000', '203811.954000', '203811.956000', '203811.959000', '203811.962000', '203811.966000', '203811.968000', '203811.971000', '203811.973000', '203811.976000', '203811.979000', '203811.981000', '203811.984000', '203811.986000', '203811.989000', '203811.992000', '203811.994000', '203811.997000', '203812.001000', '203812.003000', '203812.006000', '203812.008000', '203812.012000', '203812.014000', '203812.017000', '203812.019000', '203812.022000', '203812.024000', '203812.027000', '203812.030000', '203812.032000', '203812.035000', '203812.037000', '203812.040000', '203812.043000', '203812.045000', '203812.048000', '203812.050000', '203812.053000', '203831.937000', '203831.940000', '203831.943000', '203831.945000', '203831.948000', '203831.950000', '203831.953000', '203831.955000', '203831.958000', '203831.961000', '203831.963000', '203831.966000', '203831.968000', '203831.971000', '203831.974000', '203831.976000', '203831.979000', '203831.981000', '203831.984000', '203831.987000', '203831.989000', '203831.992000', '203831.994000', '203831.997000', '203832.001000', '203832.004000', '203832.006000', '203832.009000', '203832.012000', '203832.014000', '203832.017000', '203832.020000', '203832.023000', '203832.025000', '203832.028000', '203832.030000', '203832.033000', '203832.036000', '203832.038000', '203832.041000', '203832.043000', '203832.046000', '203832.049000', '203851.937000', '203851.940000', '203851.943000', '203851.946000', '203851.948000', '203851.951000', '203851.954000', '203851.956000', '203851.959000', '203851.961000', '203851.964000', '203851.967000', '203851.969000', '203851.972000', '203851.975000', '203851.977000', '203851.980000', '203851.982000', '203851.985000', '203851.988000', '203851.990000', '203851.993000', '203851.996000', '203852.002000', '203852.004000', '203852.007000', '203852.010000', '203852.012000', '203852.015000', '203852.017000', '203852.020000', '203852.023000', '203852.025000', '203852.028000', '203852.031000', '203852.033000', '203852.036000', '203852.038000', '203852.041000', '203852.044000', '203852.046000', '203852.049000', '203852.052000', '203852.054000', '203911.937000', '203911.941000', '203911.944000', '203911.946000', '203911.949000', '203911.952000', '203911.955000', '203911.958000', '203911.960000', '203911.963000', '203911.966000', '203911.968000', '203911.971000', '203911.974000', '203911.977000', '203911.979000', '203911.982000', '203911.985000', '203911.988000', '203911.991000', '203911.994000', '203911.997000', '203912.001000', '203912.004000', '203912.007000', '203912.010000', '203912.013000', '203912.016000', '203912.019000', '203912.022000', '203912.025000', '203912.027000', '203912.030000', '203912.033000', '203912.036000', '203912.039000', '203912.041000', '203912.044000', '203912.047000', '203912.049000', '203912.052000', '203912.055000', '203912.057000', '203931.937000', '203931.941000', '203931.944000', '203931.947000', '203931.949000', '203931.953000', '203931.955000', '203931.958000', '203931.961000', '203931.964000', '203931.966000', '203931.969000', '203931.972000', '203931.975000', '203931.977000', '203931.980000', '203931.983000', '203931.985000', '203932.010000', '203932.013000', '203932.016000', '203932.019000', '203932.022000', '203932.024000', '203932.027000', '203932.029000', '203932.032000', '203932.036000', '203932.038000', '203932.041000', '203932.044000', '203932.046000', '203932.049000', '203932.052000', '203932.064000', '203932.067000', '203932.070000', '203932.073000', '203932.075000', '203932.078000', '203932.080000', '203932.083000', '203932.086000', '203932.088000', '203951.937000', '203951.939000', '203951.942000', '203951.945000', '203951.947000', '203951.950000', '203951.952000', '203951.955000', '203951.958000', '203951.960000', '203951.963000', '203951.966000', '203951.968000', '203951.971000', '203951.974000', '203951.976000', '203951.979000', '203951.982000', '203951.984000', '203951.987000', '203951.990000', '203951.992000', '203951.995000', '203952.000000', '203952.003000', '203952.005000', '203952.008000', '203952.010000', '203952.013000', '203952.016000', '203952.018000', '203952.021000', '203952.024000', '203952.026000', '203952.029000', '203952.032000', '203952.034000', '203952.037000', '203952.039000', '203952.042000', '203952.045000', '203952.047000', '203952.050000', '204011.937000', '204011.939000', '204011.942000', '204011.944000', '204011.948000', '204011.950000', '204011.953000', '204011.955000', '204011.958000', '204011.961000', '204011.963000', '204011.966000', '204011.968000', '204011.971000', '204011.973000', '204011.976000', '204011.979000', '204011.981000', '204011.984000', '204011.987000', '204011.989000', '204011.992000', '204011.994000', '204011.997000', '204012.001000', '204012.004000', '204012.006000', '204012.009000', '204012.012000', '204012.014000', '204012.017000', '204012.019000', '204012.022000', '204012.025000', '204012.028000', '204012.030000', '204012.033000', '204012.035000', '204012.038000', '204012.041000', '204012.043000', '204012.046000', '204012.049000', '204012.051000', '204031.937000', '204031.940000', '204031.943000', '204031.946000', '204031.948000', '204031.951000', '204031.954000', '204031.956000', '204031.959000', '204031.961000', '204031.964000', '204031.967000', '204031.969000', '204031.972000', '204031.974000', '204031.977000', '204031.979000', '204031.982000', '204031.985000', '204031.987000', '204031.990000', '204031.993000', '204031.995000', '204031.998000', '204032.001000', '204032.004000', '204032.007000', '204032.010000', '204032.012000', '204032.015000', '204032.017000', '204032.020000', '204032.023000', '204032.025000', '204032.028000', '204032.031000', '204032.033000', '204032.036000', '204032.038000', '204032.041000', '204032.044000', '204032.046000', '204032.049000', '204051.939000', '204051.942000', '204051.944000', '204051.947000', '204051.950000', '204051.952000', '204051.955000', '204051.957000', '204051.960000', '204051.963000', '204051.965000', '204051.968000', '204051.970000', '204051.973000', '204051.975000', '204051.978000', '204051.981000', '204051.983000', '204051.986000', '204051.989000', '204051.992000', '204051.995000', '204051.997000', '204052.001000', '204052.004000', '204052.006000', '204052.009000', '204052.012000', '204052.014000', '204052.017000', '204052.020000', '204052.022000', '204052.025000', '204052.028000', '204052.030000', '204052.033000', '204052.035000', '204052.038000', '204052.041000', '204052.043000', '204052.046000', '204052.049000', '204052.051000', '204052.054000', '204111.938000', '204111.941000', '204111.943000', '204111.946000', '204111.948000', '204111.952000', '204111.954000', '204111.957000', '204111.959000', '204111.962000', '204111.965000', '204111.968000', '204111.970000', '204111.973000', '204111.975000', '204111.994000', '204111.996000', '204112.000000', '204112.003000', '204112.005000', '204112.008000', '204112.010000', '204112.013000', '204112.016000', '204112.018000', '204112.021000', '204112.024000', '204112.026000', '204112.029000', '204112.031000', '204112.034000', '204112.037000', '204112.039000', '204112.042000', '204112.044000', '204112.047000', '204112.050000', '204112.052000', '204112.055000', '204112.058000', '204112.060000', '204112.063000', '204112.065000', '204131.937000', '204131.940000', '204131.943000', '204131.946000', '204131.948000', '204131.951000', '204131.953000', '204131.956000', '204131.959000', '204131.961000', '204131.964000', '204131.967000', '204131.969000', '204131.972000', '204131.974000', '204131.977000', '204131.980000', '204131.982000', '204131.985000', '204131.987000', '204131.990000', '204131.992000', '204131.995000', '204131.998000', '204132.001000', '204132.004000', '204132.007000', '204132.009000', '204132.012000', '204132.014000', '204132.017000', '204132.020000', '204132.022000', '204132.025000', '204132.027000', '204132.030000', '204132.033000', '204132.035000', '204132.038000', '204132.040000', '204132.043000', '204132.046000', '204132.048000', '204132.051000', '204151.936000', '204151.939000', '204151.942000', '204151.945000', '204151.947000', '204151.950000', '204151.952000', '204151.955000', '204151.958000', '204151.960000', '204151.963000', '204151.965000', '204151.968000', '204151.971000', '204151.973000', '204151.976000', '204151.979000', '204151.981000', '204151.984000', '204151.987000', '204151.989000', '204151.992000', '204151.994000', '204151.997000', '204152.001000', '204152.003000', '204152.006000', '204152.009000', '204152.011000', '204152.014000', '204152.016000', '204152.019000', '204152.022000', '204152.024000', '204152.027000', '204152.029000', '204152.032000', '204152.035000', '204152.037000', '204152.040000', '204152.043000', '204152.045000', '204152.048000', '204211.936000', '204211.939000', '204211.942000', '204211.945000', '204211.947000', '204211.950000', '204211.952000', '204211.955000', '204211.958000', '204211.960000', '204211.963000', '204211.965000', '204211.968000', '204211.971000', '204211.973000', '204211.976000', '204211.979000', '204211.982000', '204211.985000', '204211.988000', '204211.990000', '204211.993000', '204211.995000', '204211.998000', '204212.002000', '204212.004000', '204212.007000', '204212.009000', '204212.012000', '204212.015000', '204212.017000', '204212.020000', '204212.022000', '204212.025000', '204212.028000', '204212.030000', '204212.033000', '204212.036000', '204212.038000', '204212.041000', '204212.044000', '204212.046000', '204212.049000', '204212.052000', '204231.936000', '204231.939000', '204231.942000', '204231.945000', '204231.948000', '204231.950000', '204231.953000', '204231.956000', '204231.958000', '204231.961000', '204231.964000', '204231.966000', '204231.969000', '204231.972000', '204231.974000', '204231.977000', '204231.979000', '204231.982000', '204231.985000', '204231.987000', '204231.990000', '204231.993000', '204231.995000', '204231.998000', '204232.002000', '204232.004000', '204232.007000', '204232.010000', '204232.012000', '204232.015000', '204232.017000', '204232.020000', '204232.023000', '204232.025000', '204232.028000', '204232.031000', '204232.033000', '204232.036000', '204232.039000', '204232.041000', '204232.054000', '204232.056000', '204232.059000', '204251.938000', '204251.940000', '204251.944000', '204251.946000', '204251.949000', '204251.951000', '204251.954000', '204251.957000', '204251.959000', '204251.962000', '204251.965000', '204251.967000', '204251.970000', '204251.972000', '204251.975000', '204251.978000', '204251.981000', '204251.983000', '204251.986000', '204251.989000', '204251.991000', '204251.994000', '204251.996000', '204252.000000', '204252.003000', '204252.006000', '204252.008000', '204252.011000', '204252.013000', '204252.016000', '204252.019000', '204252.021000', '204252.024000', '204252.027000', '204252.029000', '204252.032000', '204252.035000', '204252.037000', '204252.040000', '204252.042000', '204252.045000', '204252.048000', '204252.050000', '204311.937000', '204311.940000', '204311.943000', '204311.946000', '204311.949000', '204311.951000', '204311.954000', '204311.957000', '204311.959000', '204311.962000', '204311.964000', '204311.967000', '204311.970000', '204311.972000', '204311.975000', '204311.978000', '204311.981000', '204311.983000', '204311.986000', '204311.989000', '204311.991000', '204311.994000', '204311.996000', '204312.000000', '204312.003000', '204312.005000', '204312.008000', '204312.011000', '204312.013000', '204312.016000', '204312.019000', '204312.021000', '204312.024000', '204312.027000', '204312.029000', '204312.032000', '204312.034000', '204312.037000', '204312.040000', '204312.042000', '204312.045000', '204312.047000', '204312.050000', '204312.053000', '204331.938000', '204331.941000', '204331.943000', '204331.946000', '204331.948000', '204331.951000', '204331.954000', '204331.957000', '204331.960000', '204331.963000', '204331.965000', '204331.968000', '204331.971000', '204331.973000', '204331.976000', '204331.979000', '204331.982000', '204331.984000', '204331.987000', '204331.989000', '204331.992000', '204331.995000', '204331.997000', '204332.001000', '204332.004000', '204332.006000', '204332.009000', '204332.012000', '204332.014000', '204332.017000', '204332.020000', '204332.023000', '204332.026000', '204332.028000', '204332.031000', '204332.034000', '204332.036000', '204332.039000', '204332.041000', '204332.044000', '204332.047000', '204332.049000', '204332.052000', '204351.937000', '204351.940000', '204351.943000', '204351.945000', '204351.948000', '204351.951000', '204351.955000', '204351.957000', '204351.960000', '204351.963000', '204351.965000', '204351.968000', '204351.970000', '204351.973000', '204351.976000', '204351.979000', '204351.981000', '204351.984000', '204351.987000', '204351.990000', '204351.993000', '204351.995000', '204351.998000', '204352.002000', '204352.004000', '204352.007000', '204352.009000', '204352.012000', '204352.015000', '204352.017000', '204352.020000', '204352.022000', '204352.025000', '204352.028000', '204352.030000', '204352.033000', '204352.036000', '204352.038000', '204352.041000', '204352.044000', '204352.046000', '204352.049000', '204352.051000', '204352.054000', '204411.529000', '204411.532000', '204411.535000', '204411.538000', '204411.542000', '204411.545000', '204411.548000', '204411.551000', '204411.579000', '204411.582000', '204411.585000', '204411.587000', '204411.590000', '204411.593000', '204411.596000', '204411.599000', '204411.603000', '204411.606000', '204411.609000', '204411.613000', '204411.621000', '204411.623000', '204411.628000', '204411.631000', '204411.635000', '204411.638000', '204411.640000', '204411.643000', '204411.646000', '204411.649000', '204411.652000', '204411.655000', '204411.658000', '204411.661000', '204411.664000', '204411.667000', '204411.670000', '204411.672000', '204411.675000', '204411.678000', '204411.681000', '204411.683000', '204411.686000'], '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': [8128, 11033, 12327, 8284, 8969, 11581, 7831, 8738, 6281, 7847, 9874, 6401, 7772, 8795, 5884, 7447, 7968, 7394, 8293, 9686, 7651, 9118, 6224, 7658, 9126, 6203, 7921, 9172, 6460, 7164, 6416, 7423, 9691, 9623, 7787, 9512, 7005, 7833, 9936, 6712, 8327, 10648, 7625, 8350, 9553, 7808, 8677, 9854, 7932, 9266, 7068, 8111, 9169, 7550, 8464, 6410, 8285, 10342, 8190, 7955, 9324, 6417, 8132, 9050, 7099, 8040, 10419, 7509, 8285, 7474, 8179, 10355, 7304, 8372, 10164, 7642, 8702, 6837, 8115, 9790, 7795, 8260, 8967, 6166, 7968, 8993, 7789, 8236, 9934, 7734, 8472, 6374, 7507, 6619, 8177, 10145, 9667, 8142, 9824, 6742, 8365, 10029, 7644, 8746, 10676, 8017, 9460, 7725, 8311, 10909, 7843, 8661, 10362, 7437, 8498, 6806, 8095, 8656, 11102, 7915, 8941, 6284, 8065, 8607, 8046, 8270, 11592, 7985, 8279, 10083, 8124, 8920, 7990, 8232, 10345, 7507, 8248, 9913, 7983, 8381, 7266, 8339, 10355, 7074, 8267, 9755, 7258, 7933, 6477, 8271, 9976, 7165, 8394, 9005, 6869, 8097, 6829, 8176, 10169, 7892, 8339, 8769, 7117, 8288, 6624, 8294, 10200, 9495, 8257, 9432, 6328, 8103, 9968, 6592, 7858, 9938, 7659, 8596, 7352, 8219, 10400, 7564, 8381, 9462, 8002, 8361, 10045, 7518, 8393, 11160, 7795, 8513, 8057, 8117, 10425, 7687, 8416, 10078, 7745, 8347, 6242, 8234, 9422, 6565, 8029, 9078, 7497, 7929, 7513, 8083, 10503, 7514, 8239, 9578, 7532, 8452, 6643, 7983, 10256, 10992, 7967, 8466, 6601, 8009, 9257, 7257, 7949, 10565, 7385, 7666, 6441, 8232, 10278, 6904, 8165, 9077, 6835, 7720, 6284, 8211, 9380, 9949, 7941, 8797, 6389, 7917, 8988, 7812, 8068, 10323, 7857, 9124, 7515, 8441, 10097, 7598, 8464, 10897, 7758, 8972, 7737, 8268, 10200, 7249, 8007, 10082, 7690, 8202, 6837, 7966, 9062, 10936, 7980, 8854, 6494, 7879, 6999, 7990, 8496, 10383, 7586, 8501, 7318, 7841, 7169, 8114, 10257, 7608, 7895, 9068, 6807, 7941, 7044, 7568, 9539, 7075, 8218, 10221, 8484, 8294, 7194, 8029, 10021, 7271, 7795, 9147, 6666, 7829, 8573, 7867, 7840, 6054, 7717, 10025, 7527, 8747, 10421, 7479, 7791, 10182, 7389, 8126, 6424, 7862, 9289, 7362, 7483, 9145, 6332, 8028, 9930, 7670, 7891, 10089, 7667, 7929, 9521, 8197, 8089, 7212, 7694, 10197, 7260, 7558, 6518, 7125, 6803, 7994, 9785, 10694, 7857, 7768, 11463, 7498, 7974, 7772, 7725, 6819, 7974, 10108, 8016, 7817, 9258, 7504, 7691, 10013, 7132, 7661, 9996, 7685, 7393, 6919, 7942, 9941, 7691, 7908, 9204, 7324, 7369, 6396, 7628, 8666, 6618, 6632, 6038, 7797, 9275, 7526, 8415, 10575, 7711, 8381, 8488, 7784, 9286, 11853, 7713, 8254, 12493, 7584, 8605, 8037, 8291, 10192, 7653, 8002, 6784, 7984, 8737, 7674, 7701, 10351, 7430, 7803, 6864, 7135, 6931, 7618, 9845, 11758, 7622, 8624, 8661, 6958, 6135, 6333, 6918, 6933, 7340, 8812, 10637, 10826, 8918, 7381, 7057, 8047, 8700, 7051, 7665, 8365, 6441, 6509, 6300, 7629, 8340, 7147, 7917, 9529, 7229, 7795, 7021, 7483, 6712, 7702, 10476, 8015, 7680, 9665, 7173, 7986, 10917, 7672, 7632, 9921, 7019, 7833, 6580, 7923, 8805, 9398, 7548, 9535, 6763, 7955, 10401, 7515, 7423, 10955, 7653, 8166, 7405, 8036, 10274, 7045, 7659, 9742, 7230, 7151, 7026, 7364, 6432, 7493, 9605, 8763, 7763, 9790, 7603, 7920, 10013, 7314, 7774, 11399, 7219, 7901, 7307, 7981, 10148, 7250, 7601, 9553, 7694, 7713, 7781, 7715, 10040, 7531, 7568, 9782, 7705, 7289, 7654, 8128, 10198, 7180, 7496, 11556, 7638, 8547, 7588, 7681, 10174, 7820, 8353, 9234, 7764, 8095, 11801, 7271, 7740, 6824, 7914, 7979, 7878, 7630, 6378, 7418, 10027, 7616, 8427, 7084, 7435, 6294, 7984, 11062, 8138, 7804, 9816, 7350, 7584, 10431, 7207, 7327, 10506, 7297, 7340, 6764, 7585, 9965, 7114, 7050, 9112, 6835, 7555, 6929, 7591, 9497, 7734, 7264, 9199, 7109, 7072, 6549, 7408, 10213, 7763, 8264, 6261, 7551, 9898, 7104, 7608, 10751, 7214, 8553, 6525, 7323, 10595, 7877, 7530, 7892, 7262, 6681, 7394, 8622, 10179, 7990, 7501, 7135, 7432, 8425, 7039, 8409, 10241, 8950, 8083, 6725, 7713, 10458, 7265, 7321, 9643, 7049, 7543, 6347, 7343, 9640, 7256, 7131, 6156, 7521, 9341, 6922, 7220, 9930, 6862, 7771, 6684, 7702, 10042, 7965, 7839, 9838, 7031, 8175, 6659, 7531, 10122, 7923, 8128, 6275, 7582, 9771, 7569, 6814, 9279, 6982, 8037, 7032, 7641, 10251, 8215, 7574, 9124, 7133, 8084, 6364, 7604, 10343, 7601, 6971, 8937, 6350, 6517, 6067, 7396, 8817, 8136, 7104, 8523, 6453, 6956, 6238, 7422, 9262, 8121, 6857, 8862, 6386, 7186, 6079, 7600, 9392, 7335, 6967, 9144, 6459, 7730, 6313, 7404, 6587, 7133, 10003, 7471, 7259, 8847, 6846, 7291, 10020, 7710, 7415, 6680, 7207, 8648, 6610, 8431, 10486, 8583, 7729, 6246, 7260, 9966, 7378, 7351, 9021, 6937, 7057, 7037, 7632, 9750, 8145, 7381, 9316, 6439, 7649, 6451, 7335, 9661, 7948, 6980, 8762, 6525, 7160, 10672, 6581, 7817, 8618, 6715, 7391, 6604, 7550, 9897, 6968, 7344, 11684, 6560, 7777, 6716, 7899, 10262, 6993, 7583, 11261, 7056, 8194, 6965, 7858, 10305, 8180, 8179, 11442, 7246, 8139, 6968, 7903, 7057, 9176, 11189, 8647, 7545, 12147, 7011, 7419, 6401, 7227, 10535, 7739, 7571, 6553, 6743, 6456, 7551, 10119, 9681, 6825, 8327, 6647, 6876, 8771, 6709, 7295, 10414, 8296, 7581, 6554, 7394, 10626, 7131, 6991, 9887, 6824, 7958, 6337, 7416, 10482, 6980, 7269, 10322, 7131, 8622, 6729, 6761, 7417, 6411, 9524, 8824, 7336, 11149, 11855, 8408, 7544, 12053, 7338, 8261, 6100, 6881, 9799, 6794, 7134, 6243, 7079, 9371, 7081, 6960, 8682, 6305, 7384, 6378, 7158, 9234, 7766, 6907, 8828, 7058, 7372, 6458, 7120, 9711, 7955, 7227, 9211, 7219, 8075, 6180, 7341, 9876, 7842, 7237, 8703, 7031, 7291, 6698, 6876], 'WindowCenter': [3931.0, 3949.0, 3933.0, 3888.0, 3897.0, 3903.0, 3861.0, 3869.0, 3838.0, 3870.0, 3881.0, 3838.0, 3872.0, 3884.0, 3830.0, 3862.0, 3871.0, 3873.0, 3884.0, 3891.0, 3872.0, 3894.0, 3840.0, 3872.0, 3882.0, 3840.0, 3886.0, 3895.0, 3852.0, 3862.0, 3851.0, 3874.0, 3896.0, 3892.0, 3874.0, 3895.0, 3862.0, 3873.0, 3892.0, 3849.0, 3883.0, 3893.0, 3860.0, 3870.0, 3878.0, 3860.0, 3882.0, 3879.0, 3859.0, 3882.0, 3861.0, 3872.0, 3880.0, 3871.0, 3870.0, 3839.0, 3882.0, 3893.0, 3870.0, 3871.0, 3882.0, 3838.0, 3870.0, 3867.0, 3848.0, 3872.0, 3891.0, 3861.0, 3870.0, 3872.0, 3885.0, 3892.0, 3873.0, 3884.0, 3891.0, 3860.0, 3869.0, 3849.0, 3871.0, 3893.0, 3859.0, 3871.0, 3880.0, 3838.0, 3871.0, 3867.0, 3859.0, 3870.0, 3880.0, 3872.0, 3871.0, 3850.0, 3861.0, 3861.0, 3884.0, 3906.0, 3892.0, 3873.0, 3892.0, 3849.0, 3870.0, 3878.0, 3859.0, 3882.0, 3890.0, 3871.0, 3879.0, 3871.0, 3882.0, 3890.0, 3871.0, 3881.0, 3878.0, 3847.0, 3868.0, 3834.0, 3857.0, 3869.0, 3887.0, 3870.0, 3880.0, 3836.0, 3870.0, 3867.0, 3870.0, 3882.0, 3889.0, 3871.0, 3872.0, 3878.0, 3870.0, 3869.0, 3870.0, 3872.0, 3879.0, 3861.0, 3871.0, 3878.0, 3859.0, 3867.0, 3858.0, 3871.0, 3890.0, 3848.0, 3882.0, 3879.0, 3860.0, 3869.0, 3850.0, 3882.0, 3892.0, 3861.0, 3882.0, 3879.0, 3849.0, 3868.0, 3860.0, 3882.0, 3894.0, 3871.0, 3871.0, 3870.0, 3860.0, 3870.0, 3849.0, 3883.0, 3905.0, 3891.0, 3871.0, 3880.0, 3849.0, 3871.0, 3890.0, 3862.0, 3872.0, 3891.0, 3872.0, 3880.0, 3871.0, 3884.0, 3905.0, 3872.0, 3872.0, 3879.0, 3871.0, 3871.0, 3878.0, 3858.0, 3871.0, 3889.0, 3859.0, 3868.0, 3871.0, 3872.0, 3890.0, 3859.0, 3871.0, 3878.0, 3859.0, 3869.0, 3837.0, 3871.0, 3880.0, 3848.0, 3870.0, 3868.0, 3859.0, 3869.0, 3871.0, 3883.0, 3891.0, 3861.0, 3882.0, 3880.0, 3860.0, 3870.0, 3849.0, 3871.0, 3893.0, 3891.0, 3870.0, 3870.0, 3848.0, 3858.0, 3877.0, 3858.0, 3870.0, 3890.0, 3861.0, 3859.0, 3850.0, 3883.0, 3892.0, 3860.0, 3882.0, 3869.0, 3848.0, 3859.0, 3848.0, 3882.0, 3893.0, 3890.0, 3871.0, 3870.0, 3838.0, 3870.0, 3868.0, 3871.0, 3872.0, 3891.0, 3871.0, 3880.0, 3872.0, 3883.0, 3890.0, 3871.0, 3883.0, 3902.0, 3871.0, 3880.0, 3873.0, 3884.0, 3892.0, 3861.0, 3872.0, 3890.0, 3860.0, 3871.0, 3847.0, 3870.0, 3881.0, 3889.0, 3870.0, 3880.0, 3837.0, 3870.0, 3847.0, 3870.0, 3882.0, 3891.0, 3860.0, 3869.0, 3861.0, 3870.0, 3860.0, 3883.0, 3894.0, 3872.0, 3871.0, 3870.0, 3862.0, 3872.0, 3847.0, 3872.0, 3891.0, 3875.0, 3895.0, 3892.0, 3883.0, 3869.0, 3860.0, 3871.0, 3891.0, 3859.0, 3870.0, 3880.0, 3849.0, 3859.0, 3867.0, 3870.0, 3883.0, 3852.0, 3872.0, 3892.0, 3872.0, 3883.0, 3890.0, 3860.0, 3872.0, 3879.0, 3860.0, 3870.0, 3837.0, 3870.0, 3880.0, 3858.0, 3860.0, 3880.0, 3838.0, 3870.0, 3879.0, 3858.0, 3869.0, 3890.0, 3871.0, 3869.0, 3878.0, 3869.0, 3858.0, 3858.0, 3859.0, 3891.0, 3861.0, 3860.0, 3849.0, 3860.0, 3849.0, 3883.0, 3905.0, 3891.0, 3872.0, 3872.0, 3890.0, 3860.0, 3858.0, 3871.0, 3870.0, 3861.0, 3885.0, 3894.0, 3871.0, 3873.0, 3881.0, 3861.0, 3872.0, 3880.0, 3862.0, 3872.0, 3879.0, 3860.0, 3858.0, 3860.0, 3872.0, 3893.0, 3872.0, 3871.0, 3880.0, 3871.0, 3861.0, 3849.0, 3874.0, 3884.0, 3861.0, 3863.0, 3852.0, 3885.0, 3894.0, 3885.0, 3898.0, 3906.0, 3873.0, 3885.0, 3870.0, 3872.0, 3882.0, 3890.0, 3859.0, 3870.0, 3888.0, 3858.0, 3867.0, 3870.0, 3871.0, 3890.0, 3858.0, 3870.0, 3837.0, 3869.0, 3867.0, 3870.0, 3871.0, 3890.0, 3859.0, 3871.0, 3850.0, 3873.0, 3874.0, 3873.0, 3905.0, 3901.0, 3871.0, 3882.0, 3869.0, 3849.0, 3837.0, 3862.0, 3861.0, 3873.0, 3884.0, 3908.0, 3919.0, 3905.0, 3882.0, 3860.0, 3847.0, 3858.0, 3868.0, 3834.0, 3857.0, 3869.0, 3835.0, 3837.0, 3836.0, 3870.0, 3869.0, 3861.0, 3884.0, 3892.0, 3872.0, 3872.0, 3863.0, 3873.0, 3863.0, 3887.0, 3918.0, 3873.0, 3873.0, 3892.0, 3861.0, 3872.0, 3891.0, 3859.0, 3871.0, 3880.0, 3847.0, 3859.0, 3836.0, 3868.0, 3881.0, 3879.0, 3860.0, 3879.0, 3847.0, 3870.0, 3888.0, 3860.0, 3872.0, 3890.0, 3871.0, 3869.0, 3862.0, 3873.0, 3892.0, 3860.0, 3872.0, 3880.0, 3861.0, 3860.0, 3873.0, 3874.0, 3863.0, 3886.0, 3909.0, 3884.0, 3875.0, 3893.0, 3884.0, 3885.0, 3893.0, 3861.0, 3874.0, 3903.0, 3863.0, 3870.0, 3886.0, 3897.0, 3905.0, 3873.0, 3885.0, 3880.0, 3859.0, 3858.0, 3870.0, 3871.0, 3879.0, 3859.0, 3859.0, 3879.0, 3859.0, 3847.0, 3870.0, 3870.0, 3889.0, 3861.0, 3859.0, 3889.0, 3859.0, 3868.0, 3871.0, 3871.0, 3891.0, 3859.0, 3871.0, 3866.0, 3857.0, 3859.0, 3886.0, 3858.0, 3859.0, 3835.0, 3858.0, 3856.0, 3869.0, 3869.0, 3849.0, 3871.0, 3892.0, 3872.0, 3869.0, 3862.0, 3861.0, 3852.0, 3897.0, 3907.0, 3870.0, 3861.0, 3879.0, 3859.0, 3870.0, 3879.0, 3858.0, 3860.0, 3888.0, 3859.0, 3856.0, 3849.0, 3871.0, 3890.0, 3861.0, 3862.0, 3878.0, 3849.0, 3869.0, 3862.0, 3873.0, 3892.0, 3872.0, 3871.0, 3880.0, 3861.0, 3859.0, 3851.0, 3874.0, 3905.0, 3873.0, 3883.0, 3850.0, 3872.0, 3892.0, 3859.0, 3874.0, 3892.0, 3860.0, 3880.0, 3849.0, 3872.0, 3892.0, 3870.0, 3871.0, 3870.0, 3872.0, 3848.0, 3872.0, 3883.0, 3903.0, 3883.0, 3872.0, 3849.0, 3861.0, 3868.0, 3862.0, 3884.0, 3892.0, 3882.0, 3869.0, 3848.0, 3870.0, 3891.0, 3859.0, 3860.0, 3879.0, 3848.0, 3858.0, 3848.0, 3871.0, 3892.0, 3859.0, 3860.0, 3838.0, 3870.0, 3880.0, 3848.0, 3862.0, 3879.0, 3850.0, 3858.0, 3850.0, 3871.0, 3891.0, 3871.0, 3869.0, 3878.0, 3848.0, 3868.0, 3848.0, 3871.0, 3891.0, 3858.0, 3869.0, 3837.0, 3869.0, 3890.0, 3856.0, 3848.0, 3878.0, 3859.0, 3868.0, 3859.0, 3872.0, 3891.0, 3870.0, 3870.0, 3878.0, 3849.0, 3858.0, 3838.0, 3872.0, 3891.0, 3859.0, 3849.0, 3867.0, 3837.0, 3837.0, 3825.0, 3860.0, 3881.0, 3868.0, 3860.0, 3869.0, 3838.0, 3861.0, 3838.0, 3861.0, 3892.0, 3858.0, 3849.0, 3880.0, 3838.0, 3849.0, 3838.0, 3872.0, 3881.0, 3859.0, 3862.0, 3880.0, 3850.0, 3870.0, 3850.0, 3871.0, 3861.0, 3875.0, 3906.0, 3863.0, 3874.0, 3880.0, 3861.0, 3873.0, 3892.0, 3872.0, 3873.0, 3849.0, 3861.0, 3880.0, 3864.0, 3897.0, 3904.0, 3883.0, 3871.0, 3849.0, 3873.0, 3892.0, 3860.0, 3873.0, 3880.0, 3873.0, 3874.0, 3876.0, 3886.0, 3894.0, 3870.0, 3862.0, 3881.0, 3838.0, 3859.0, 3849.0, 3873.0, 3894.0, 3870.0, 3860.0, 3868.0, 3850.0, 3860.0, 3888.0, 3850.0, 3874.0, 3880.0, 3862.0, 3871.0, 3863.0, 3885.0, 3893.0, 3863.0, 3875.0, 3915.0, 3864.0, 3873.0, 3864.0, 3897.0, 3903.0, 3862.0, 3874.0, 3902.0, 3862.0, 3872.0, 3862.0, 3873.0, 3891.0, 3870.0, 3870.0, 3890.0, 3860.0, 3858.0, 3860.0, 3868.0, 3861.0, 3894.0, 3892.0, 3870.0, 3859.0, 3889.0, 3847.0, 3845.0, 3837.0, 3859.0, 3889.0, 3858.0, 3858.0, 3839.0, 3850.0, 3850.0, 3872.0, 3905.0, 3880.0, 3852.0, 3882.0, 3848.0, 3849.0, 3868.0, 3849.0, 3861.0, 3891.0, 3871.0, 3870.0, 3851.0, 3872.0, 3891.0, 3848.0, 3860.0, 3891.0, 3861.0, 3884.0, 3852.0, 3873.0, 3914.0, 3872.0, 3874.0, 3890.0, 3861.0, 3883.0, 3864.0, 3875.0, 3887.0, 3865.0, 3909.0, 3895.0, 3874.0, 3906.0, 3902.0, 3872.0, 3872.0, 3900.0, 3859.0, 3855.0, 3836.0, 3847.0, 3879.0, 3849.0, 3858.0, 3849.0, 3861.0, 3881.0, 3848.0, 3860.0, 3879.0, 3850.0, 3861.0, 3850.0, 3862.0, 3893.0, 3860.0, 3862.0, 3883.0, 3861.0, 3860.0, 3849.0, 3863.0, 3894.0, 3858.0, 3861.0, 3880.0, 3860.0, 3870.0, 3839.0, 3872.0, 3893.0, 3859.0, 3861.0, 3880.0, 3849.0, 3859.0, 3849.0, 3861.0], 'WindowWidth': [8805.0, 8822.0, 8789.0, 8719.0, 8725.0, 8726.0, 8665.0, 8672.0, 8634.0, 8678.0, 8694.0, 8631.0, 8682.0, 8705.0, 8624.0, 8671.0, 8680.0, 8689.0, 8702.0, 8707.0, 8684.0, 8718.0, 8638.0, 8684.0, 8696.0, 8641.0, 8708.0, 8718.0, 8659.0, 8671.0, 8657.0, 8691.0, 8724.0, 8712.0, 8690.0, 8720.0, 8672.0, 8687.0, 8709.0, 8648.0, 8699.0, 8715.0, 8664.0, 8677.0, 8684.0, 8664.0, 8695.0, 8687.0, 8662.0, 8697.0, 8667.0, 8682.0, 8690.0, 8682.0, 8678.0, 8635.0, 8698.0, 8715.0, 8677.0, 8679.0, 8695.0, 8633.0, 8676.0, 8667.0, 8646.0, 8684.0, 8708.0, 8669.0, 8677.0, 8687.0, 8706.0, 8712.0, 8688.0, 8702.0, 8705.0, 8664.0, 8674.0, 8649.0, 8683.0, 8714.0, 8661.0, 8681.0, 8690.0, 8633.0, 8679.0, 8669.0, 8661.0, 8677.0, 8691.0, 8684.0, 8680.0, 8653.0, 8670.0, 8669.0, 8703.0, 8737.0, 8713.0, 8686.0, 8710.0, 8647.0, 8677.0, 8683.0, 8660.0, 8697.0, 8705.0, 8680.0, 8688.0, 8681.0, 8698.0, 8705.0, 8681.0, 8694.0, 8683.0, 8643.0, 8670.0, 8621.0, 8656.0, 8676.0, 8696.0, 8678.0, 8692.0, 8627.0, 8677.0, 8670.0, 8679.0, 8697.0, 8703.0, 8682.0, 8684.0, 8684.0, 8677.0, 8673.0, 8679.0, 8684.0, 8689.0, 8668.0, 8679.0, 8684.0, 8663.0, 8669.0, 8660.0, 8680.0, 8705.0, 8647.0, 8696.0, 8689.0, 8665.0, 8674.0, 8652.0, 8699.0, 8713.0, 8669.0, 8697.0, 8689.0, 8649.0, 8673.0, 8667.0, 8699.0, 8718.0, 8683.0, 8681.0, 8677.0, 8665.0, 8677.0, 8648.0, 8700.0, 8735.0, 8708.0, 8681.0, 8691.0, 8649.0, 8681.0, 8705.0, 8672.0, 8686.0, 8707.0, 8684.0, 8693.0, 8684.0, 8705.0, 8735.0, 8686.0, 8683.0, 8689.0, 8680.0, 8681.0, 8686.0, 8660.0, 8681.0, 8700.0, 8661.0, 8672.0, 8683.0, 8687.0, 8705.0, 8663.0, 8681.0, 8686.0, 8662.0, 8676.0, 8629.0, 8679.0, 8693.0, 8647.0, 8677.0, 8672.0, 8663.0, 8675.0, 8684.0, 8702.0, 8710.0, 8668.0, 8697.0, 8691.0, 8666.0, 8677.0, 8649.0, 8683.0, 8716.0, 8710.0, 8678.0, 8678.0, 8644.0, 8659.0, 8683.0, 8659.0, 8680.0, 8704.0, 8667.0, 8663.0, 8653.0, 8700.0, 8712.0, 8666.0, 8697.0, 8674.0, 8645.0, 8660.0, 8648.0, 8697.0, 8715.0, 8706.0, 8680.0, 8680.0, 8633.0, 8678.0, 8672.0, 8681.0, 8685.0, 8708.0, 8683.0, 8693.0, 8686.0, 8701.0, 8707.0, 8682.0, 8703.0, 8723.0, 8682.0, 8694.0, 8687.0, 8705.0, 8711.0, 8669.0, 8685.0, 8703.0, 8665.0, 8680.0, 8643.0, 8676.0, 8693.0, 8702.0, 8680.0, 8692.0, 8629.0, 8677.0, 8642.0, 8679.0, 8698.0, 8710.0, 8666.0, 8674.0, 8669.0, 8679.0, 8668.0, 8702.0, 8717.0, 8685.0, 8681.0, 8678.0, 8672.0, 8683.0, 8644.0, 8685.0, 8710.0, 8699.0, 8723.0, 8714.0, 8700.0, 8675.0, 8666.0, 8682.0, 8709.0, 8663.0, 8679.0, 8691.0, 8647.0, 8661.0, 8670.0, 8679.0, 8701.0, 8662.0, 8687.0, 8712.0, 8687.0, 8702.0, 8706.0, 8664.0, 8683.0, 8688.0, 8665.0, 8679.0, 8631.0, 8678.0, 8692.0, 8660.0, 8667.0, 8691.0, 8632.0, 8677.0, 8685.0, 8658.0, 8676.0, 8706.0, 8681.0, 8675.0, 8685.0, 8674.0, 8658.0, 8658.0, 8663.0, 8709.0, 8668.0, 8665.0, 8649.0, 8666.0, 8650.0, 8701.0, 8734.0, 8710.0, 8684.0, 8682.0, 8703.0, 8663.0, 8658.0, 8682.0, 8680.0, 8670.0, 8708.0, 8719.0, 8681.0, 8686.0, 8693.0, 8668.0, 8684.0, 8690.0, 8671.0, 8682.0, 8686.0, 8664.0, 8657.0, 8665.0, 8684.0, 8715.0, 8685.0, 8681.0, 8691.0, 8683.0, 8669.0, 8652.0, 8690.0, 8706.0, 8670.0, 8674.0, 8659.0, 8708.0, 8718.0, 8708.0, 8730.0, 8738.0, 8688.0, 8705.0, 8679.0, 8682.0, 8697.0, 8704.0, 8663.0, 8678.0, 8698.0, 8657.0, 8669.0, 8679.0, 8681.0, 8706.0, 8661.0, 8677.0, 8629.0, 8675.0, 8670.0, 8679.0, 8682.0, 8706.0, 8663.0, 8682.0, 8651.0, 8688.0, 8691.0, 8689.0, 8735.0, 8722.0, 8683.0, 8699.0, 8674.0, 8651.0, 8632.0, 8674.0, 8671.0, 8690.0, 8707.0, 8745.0, 8762.0, 8736.0, 8699.0, 8665.0, 8641.0, 8657.0, 8669.0, 8618.0, 8655.0, 8673.0, 8624.0, 8630.0, 8627.0, 8679.0, 8674.0, 8668.0, 8705.0, 8711.0, 8683.0, 8684.0, 8675.0, 8689.0, 8677.0, 8715.0, 8759.0, 8689.0, 8688.0, 8711.0, 8667.0, 8683.0, 8708.0, 8660.0, 8681.0, 8690.0, 8643.0, 8660.0, 8627.0, 8673.0, 8693.0, 8689.0, 8664.0, 8687.0, 8644.0, 8677.0, 8697.0, 8665.0, 8685.0, 8704.0, 8681.0, 8675.0, 8671.0, 8687.0, 8710.0, 8666.0, 8685.0, 8691.0, 8669.0, 8665.0, 8689.0, 8691.0, 8675.0, 8712.0, 8746.0, 8705.0, 8693.0, 8716.0, 8705.0, 8707.0, 8713.0, 8668.0, 8690.0, 8727.0, 8673.0, 8678.0, 8711.0, 8727.0, 8737.0, 8689.0, 8707.0, 8691.0, 8663.0, 8659.0, 8681.0, 8682.0, 8690.0, 8662.0, 8662.0, 8687.0, 8662.0, 8643.0, 8679.0, 8681.0, 8704.0, 8670.0, 8664.0, 8701.0, 8661.0, 8671.0, 8681.0, 8684.0, 8707.0, 8663.0, 8681.0, 8667.0, 8657.0, 8661.0, 8691.0, 8659.0, 8663.0, 8624.0, 8658.0, 8653.0, 8676.0, 8677.0, 8652.0, 8683.0, 8710.0, 8687.0, 8677.0, 8671.0, 8670.0, 8662.0, 8728.0, 8742.0, 8680.0, 8667.0, 8686.0, 8661.0, 8678.0, 8687.0, 8660.0, 8666.0, 8698.0, 8663.0, 8655.0, 8650.0, 8683.0, 8705.0, 8671.0, 8670.0, 8686.0, 8651.0, 8675.0, 8673.0, 8688.0, 8714.0, 8687.0, 8682.0, 8694.0, 8670.0, 8665.0, 8657.0, 8694.0, 8736.0, 8688.0, 8701.0, 8654.0, 8685.0, 8712.0, 8664.0, 8690.0, 8709.0, 8666.0, 8691.0, 8653.0, 8685.0, 8712.0, 8681.0, 8682.0, 8678.0, 8685.0, 8648.0, 8687.0, 8703.0, 8729.0, 8701.0, 8684.0, 8649.0, 8668.0, 8676.0, 8672.0, 8705.0, 8712.0, 8698.0, 8676.0, 8648.0, 8680.0, 8707.0, 8663.0, 8666.0, 8688.0, 8647.0, 8659.0, 8647.0, 8685.0, 8713.0, 8663.0, 8666.0, 8634.0, 8680.0, 8694.0, 8648.0, 8670.0, 8689.0, 8650.0, 8658.0, 8653.0, 8683.0, 8711.0, 8682.0, 8678.0, 8687.0, 8648.0, 8670.0, 8648.0, 8682.0, 8710.0, 8660.0, 8675.0, 8630.0, 8676.0, 8705.0, 8654.0, 8647.0, 8685.0, 8663.0, 8672.0, 8665.0, 8685.0, 8709.0, 8679.0, 8679.0, 8685.0, 8648.0, 8658.0, 8634.0, 8682.0, 8710.0, 8664.0, 8649.0, 8670.0, 8628.0, 8630.0, 8614.0, 8665.0, 8694.0, 8672.0, 8665.0, 8676.0, 8633.0, 8667.0, 8633.0, 8669.0, 8712.0, 8658.0, 8651.0, 8691.0, 8632.0, 8649.0, 8633.0, 8685.0, 8697.0, 8663.0, 8670.0, 8691.0, 8652.0, 8678.0, 8653.0, 8683.0, 8672.0, 8697.0, 8739.0, 8674.0, 8690.0, 8694.0, 8671.0, 8687.0, 8714.0, 8687.0, 8686.0, 8650.0, 8668.0, 8692.0, 8678.0, 8727.0, 8730.0, 8700.0, 8682.0, 8650.0, 8686.0, 8712.0, 8666.0, 8689.0, 8693.0, 8690.0, 8695.0, 8701.0, 8713.0, 8719.0, 8679.0, 8669.0, 8692.0, 8633.0, 8661.0, 8652.0, 8686.0, 8717.0, 8680.0, 8665.0, 8673.0, 8651.0, 8665.0, 8700.0, 8654.0, 8690.0, 8691.0, 8671.0, 8682.0, 8678.0, 8709.0, 8716.0, 8677.0, 8696.0, 8748.0, 8678.0, 8689.0, 8681.0, 8728.0, 8728.0, 8674.0, 8693.0, 8724.0, 8672.0, 8684.0, 8674.0, 8689.0, 8708.0, 8679.0, 8678.0, 8702.0, 8663.0, 8659.0, 8665.0, 8674.0, 8671.0, 8717.0, 8713.0, 8680.0, 8660.0, 8699.0, 8643.0, 8637.0, 8631.0, 8661.0, 8704.0, 8661.0, 8658.0, 8636.0, 8651.0, 8653.0, 8688.0, 8734.0, 8693.0, 8658.0, 8697.0, 8647.0, 8649.0, 8673.0, 8649.0, 8669.0, 8709.0, 8682.0, 8680.0, 8657.0, 8686.0, 8710.0, 8646.0, 8667.0, 8707.0, 8671.0, 8704.0, 8660.0, 8687.0, 8747.0, 8690.0, 8691.0, 8705.0, 8672.0, 8702.0, 8681.0, 8702.0, 8719.0, 8684.0, 8748.0, 8720.0, 8690.0, 8738.0, 8724.0, 8685.0, 8684.0, 8717.0, 8661.0, 8651.0, 8628.0, 8645.0, 8689.0, 8650.0, 8662.0, 8650.0, 8671.0, 8695.0, 8648.0, 8666.0, 8689.0, 8654.0, 8669.0, 8653.0, 8672.0, 8716.0, 8664.0, 8669.0, 8699.0, 8667.0, 8666.0, 8652.0, 8674.0, 8717.0, 8658.0, 8667.0, 8692.0, 8664.0, 8677.0, 8638.0, 8685.0, 8714.0, 8661.0, 8670.0, 8693.0, 8649.0, 8663.0, 8651.0, 8670.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.0005239470655926352</td></tr>
<tr><td colspan=3>aqi</td><td>0.03475729758342923</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.632131712661305</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.187417070230414</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9776197905184335</td></tr>
<tr><td colspan=3>efc</td><td>0.4595</td></tr>
<tr><td colspan=3>fber</td><td>5364.3584</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12472848086448889</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.578826237054086</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6126663413636013</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6054306651544192</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.696327662987266</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.536240695949118</td></tr>
<tr><td colspan=3>gcor</td><td>0.00701698</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011743603274226189</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01875150017440319</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.013803160992499</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>31.6664</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9497</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.6357</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305632.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>675.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.1943</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8484</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.8033</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3136.1424</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70912.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>827.389</td></tr>
<tr><td colspan=3>tsnr</td><td>37.46407797723077</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>