<?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-0038_ses-03_task-social_acq-mb8_run-03_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-0038_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-03_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-03_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-0038/ses-03/func/sub-0038_ses-03_task-social_acq-mb8_run-03_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>7a6868527944d8b04c213f34b6f28d26</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>15:38:19.935000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995257, -0.0972834, -0.000270088, 0.0972351, 0.994667, 0.0344042]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0718788</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7746, -7238, 575, -77, -210, -73, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.808</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>59e22705-6302-45f5-87bd-99813e76ce19||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670200824737549, 0.2608746588230133, 0.008311435580253601, 99.66780090332031], [0.26100432872772217, 2.6686177253723145, 0.09252157807350159, -108.89730834960938], [-0.0007246253080666065, -0.09230389446020126, 2.69840145111084, -64.31317901611328], [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': ['153819.935000', '153820.395000', '153820.855000', '153821.315000', '153821.775000', '153822.235000', '153822.695000', '153823.155000', '153823.615000', '153824.075000', '153824.535000', '153824.995000', '153825.455000', '153825.915000', '153826.375000', '153826.835000', '153827.295000', '153827.755000', '153828.215000', '153828.675000', '153829.135000', '153829.595000', '153830.055000', '153830.515000', '153830.975000', '153831.435000', '153831.895000', '153832.355000', '153832.815000', '153833.275000', '153833.735000', '153834.195000', '153834.655000', '153835.115000', '153835.575000', '153836.035000', '153836.495000', '153836.955000', '153837.415000', '153837.875000', '153838.335000', '153838.795000', '153839.255000', '153839.715000', '153840.175000', '153840.635000', '153841.095000', '153841.555000', '153842.015000', '153842.475000', '153842.935000', '153843.395000', '153843.855000', '153844.315000', '153844.775000', '153845.235000', '153845.695000', '153846.155000', '153846.615000', '153847.075000', '153847.535000', '153847.995000', '153848.455000', '153848.915000', '153849.375000', '153849.835000', '153850.295000', '153850.755000', '153851.215000', '153851.675000', '153852.135000', '153852.595000', '153853.055000', '153853.515000', '153853.975000', '153854.435000', '153854.895000', '153855.355000', '153855.815000', '153856.275000', '153856.735000', '153857.195000', '153857.655000', '153858.115000', '153858.575000', '153859.035000', '153859.495000', '153859.955000', '153900.415000', '153900.875000', '153901.335000', '153901.795000', '153902.255000', '153902.715000', '153903.175000', '153903.635000', '153904.095000', '153904.555000', '153905.015000', '153905.475000', '153905.935000', '153906.395000', '153906.855000', '153907.315000', '153907.775000', '153908.235000', '153908.695000', '153909.155000', '153909.615000', '153910.075000', '153910.535000', '153910.995000', '153911.455000', '153911.915000', '153912.375000', '153912.835000', '153913.295000', '153913.755000', '153914.215000', '153914.675000', '153915.135000', '153915.595000', '153916.055000', '153916.515000', '153916.975000', '153917.435000', '153917.895000', '153918.355000', '153918.815000', '153919.275000', '153919.735000', '153920.195000', '153920.655000', '153921.115000', '153921.575000', '153922.035000', '153922.495000', '153922.955000', '153923.415000', '153923.875000', '153924.335000', '153924.795000', '153925.255000', '153925.715000', '153926.175000', '153926.635000', '153927.095000', '153927.555000', '153928.015000', '153928.475000', '153928.935000', '153929.395000', '153929.855000', '153930.315000', '153930.775000', '153931.235000', '153931.695000', '153932.155000', '153932.615000', '153933.075000', '153933.535000', '153933.995000', '153934.455000', '153934.915000', '153935.375000', '153935.835000', '153936.295000', '153936.755000', '153937.215000', '153937.675000', '153938.135000', '153938.595000', '153939.055000', '153939.515000', '153939.975000', '153940.435000', '153940.895000', '153941.355000', '153941.815000', '153942.275000', '153942.735000', '153943.195000', '153943.655000', '153944.115000', '153944.575000', '153945.035000', '153945.495000', '153945.955000', '153946.415000', '153946.875000', '153947.335000', '153947.795000', '153948.255000', '153948.715000', '153949.175000', '153949.635000', '153950.095000', '153950.555000', '153951.015000', '153951.475000', '153951.935000', '153952.395000', '153952.855000', '153953.315000', '153953.775000', '153954.235000', '153954.695000', '153955.155000', '153955.615000', '153956.075000', '153956.535000', '153956.995000', '153957.455000', '153957.915000', '153958.375000', '153958.835000', '153959.295000', '153959.755000', '154000.215000', '154000.675000', '154001.135000', '154001.595000', '154002.055000', '154002.515000', '154002.975000', '154003.435000', '154003.895000', '154004.355000', '154004.815000', '154005.275000', '154005.735000', '154006.195000', '154006.655000', '154007.115000', '154007.575000', '154008.035000', '154008.495000', '154008.955000', '154009.415000', '154009.875000', '154010.335000', '154010.795000', '154011.255000', '154011.715000', '154012.175000', '154012.635000', '154013.095000', '154013.555000', '154014.015000', '154014.475000', '154014.935000', '154015.395000', '154015.855000', '154016.315000', '154016.775000', '154017.235000', '154017.695000', '154018.155000', '154018.615000', '154019.075000', '154019.535000', '154019.995000', '154020.455000', '154020.915000', '154021.375000', '154021.835000', '154022.295000', '154022.755000', '154023.215000', '154023.675000', '154024.135000', '154024.595000', '154025.055000', '154025.515000', '154025.975000', '154026.435000', '154026.895000', '154027.355000', '154027.815000', '154028.275000', '154028.735000', '154029.195000', '154029.655000', '154030.115000', '154030.575000', '154031.035000', '154031.495000', '154031.955000', '154032.415000', '154032.875000', '154033.335000', '154033.795000', '154034.255000', '154034.715000', '154035.175000', '154035.635000', '154036.095000', '154036.555000', '154037.015000', '154037.475000', '154037.935000', '154038.395000', '154038.855000', '154039.315000', '154039.775000', '154040.235000', '154040.695000', '154041.155000', '154041.615000', '154042.075000', '154042.535000', '154042.995000', '154043.455000', '154043.915000', '154044.375000', '154044.835000', '154045.295000', '154045.755000', '154046.215000', '154046.675000', '154047.135000', '154047.595000', '154048.055000', '154048.515000', '154048.975000', '154049.435000', '154049.895000', '154050.355000', '154050.815000', '154051.275000', '154051.735000', '154052.195000', '154052.655000', '154053.115000', '154053.575000', '154054.035000', '154054.495000', '154054.955000', '154055.415000', '154055.875000', '154056.335000', '154056.795000', '154057.255000', '154057.715000', '154058.175000', '154058.635000', '154059.095000', '154059.555000', '154100.015000', '154100.475000', '154100.935000', '154101.395000', '154101.855000', '154102.315000', '154102.775000', '154103.235000', '154103.695000', '154104.155000', '154104.615000', '154105.075000', '154105.535000', '154105.995000', '154106.455000', '154106.915000', '154107.375000', '154107.835000', '154108.295000', '154108.755000', '154109.215000', '154109.675000', '154110.135000', '154110.595000', '154111.055000', '154111.515000', '154111.975000', '154112.435000', '154112.895000', '154113.355000', '154113.815000', '154114.275000', '154114.735000', '154115.195000', '154115.655000', '154116.115000', '154116.575000', '154117.035000', '154117.495000', '154117.955000', '154118.415000', '154118.875000', '154119.335000', '154119.795000', '154120.255000', '154120.715000', '154121.175000', '154121.635000', '154122.095000', '154122.555000', '154123.015000', '154123.475000', '154123.935000', '154124.395000', '154124.855000', '154125.315000', '154125.775000', '154126.235000', '154126.695000', '154127.155000', '154127.615000', '154128.075000', '154128.535000', '154128.995000', '154129.455000', '154129.915000', '154130.375000', '154130.835000', '154131.295000', '154131.755000', '154132.215000', '154132.675000', '154133.135000', '154133.595000', '154134.055000', '154134.515000', '154134.975000', '154135.435000', '154135.895000', '154136.355000', '154136.815000', '154137.275000', '154137.735000', '154138.195000', '154138.655000', '154139.115000', '154139.575000', '154140.035000', '154140.495000', '154140.955000', '154141.415000', '154141.875000', '154142.335000', '154142.795000', '154143.255000', '154143.715000', '154144.175000', '154144.635000', '154145.095000', '154145.555000', '154146.015000', '154146.475000', '154146.935000', '154147.395000', '154147.855000', '154148.315000', '154148.775000', '154149.235000', '154149.695000', '154150.155000', '154150.615000', '154151.075000', '154151.535000', '154151.995000', '154152.455000', '154152.915000', '154153.375000', '154153.835000', '154154.295000', '154154.755000', '154155.215000', '154155.675000', '154156.135000', '154156.595000', '154157.055000', '154157.515000', '154157.975000', '154158.435000', '154158.895000', '154159.355000', '154159.815000', '154200.275000', '154200.735000', '154201.195000', '154201.655000', '154202.115000', '154202.575000', '154203.035000', '154203.495000', '154203.955000', '154204.415000', '154204.875000', '154205.335000', '154205.795000', '154206.255000', '154206.715000', '154207.175000', '154207.635000', '154208.095000', '154208.555000', '154209.015000', '154209.475000', '154209.935000', '154210.395000', '154210.855000', '154211.315000', '154211.775000', '154212.235000', '154212.695000', '154213.155000', '154213.615000', '154214.075000', '154214.535000', '154214.995000', '154215.455000', '154215.915000', '154216.375000', '154216.835000', '154217.295000', '154217.755000', '154218.215000', '154218.675000', '154219.135000', '154219.595000', '154220.055000', '154220.515000', '154220.975000', '154221.435000', '154221.895000', '154222.355000', '154222.815000', '154223.275000', '154223.735000', '154224.195000', '154224.655000', '154225.115000', '154225.575000', '154226.035000', '154226.495000', '154226.955000', '154227.415000', '154227.875000', '154228.335000', '154228.795000', '154229.255000', '154229.715000', '154230.175000', '154230.635000', '154231.095000', '154231.555000', '154232.015000', '154232.475000', '154232.935000', '154233.395000', '154233.855000', '154234.315000', '154234.775000', '154235.235000', '154235.695000', '154236.155000', '154236.615000', '154237.075000', '154237.535000', '154237.995000', '154238.455000', '154238.915000', '154239.375000', '154239.835000', '154240.295000', '154240.755000', '154241.215000', '154241.675000', '154242.135000', '154242.595000', '154243.055000', '154243.515000', '154243.975000', '154244.435000', '154244.895000', '154245.355000', '154245.815000', '154246.275000', '154246.735000', '154247.195000', '154247.655000', '154248.115000', '154248.575000', '154249.035000', '154249.495000', '154249.955000', '154250.415000', '154250.875000', '154251.335000', '154251.795000', '154252.255000', '154252.715000', '154253.175000', '154253.635000', '154254.095000', '154254.555000', '154255.015000', '154255.475000', '154255.935000', '154256.395000', '154256.855000', '154257.315000', '154257.775000', '154258.235000', '154258.695000', '154259.155000', '154259.615000', '154300.075000', '154300.535000', '154300.995000', '154301.455000', '154301.915000', '154302.375000', '154302.835000', '154303.295000', '154303.755000', '154304.215000', '154304.675000', '154305.135000', '154305.595000', '154306.055000', '154306.515000', '154306.975000', '154307.435000', '154307.895000', '154308.355000', '154308.815000', '154309.275000', '154309.735000', '154310.195000', '154310.655000', '154311.115000', '154311.575000', '154312.035000', '154312.495000', '154312.955000', '154313.415000', '154313.875000', '154314.335000', '154314.795000', '154315.255000', '154315.715000', '154316.175000', '154316.635000', '154317.095000', '154317.555000', '154318.015000', '154318.475000', '154318.935000', '154319.395000', '154319.855000', '154320.315000', '154320.775000', '154321.235000', '154321.695000', '154322.155000', '154322.615000', '154323.075000', '154323.535000', '154323.995000', '154324.455000', '154324.915000', '154325.375000', '154325.835000', '154326.295000', '154326.755000', '154327.215000', '154327.675000', '154328.135000', '154328.595000', '154329.055000', '154329.515000', '154329.975000', '154330.435000', '154330.895000', '154331.355000', '154331.815000', '154332.275000', '154332.735000', '154333.195000', '154333.655000', '154334.115000', '154334.575000', '154335.035000', '154335.495000', '154335.955000', '154336.415000', '154336.875000', '154337.335000', '154337.795000', '154338.255000', '154338.715000', '154339.175000', '154339.635000', '154340.095000', '154340.555000', '154341.015000', '154341.475000', '154341.935000', '154342.395000', '154342.855000', '154343.315000', '154343.775000', '154344.235000', '154344.695000', '154345.155000', '154345.615000', '154346.075000', '154346.535000', '154346.995000', '154347.455000', '154347.915000', '154348.375000', '154348.835000', '154349.295000', '154349.755000', '154350.215000', '154350.675000', '154351.135000', '154351.595000', '154352.055000', '154352.515000', '154352.975000', '154353.435000', '154353.895000', '154354.355000', '154354.815000', '154355.275000', '154355.735000', '154356.195000', '154356.655000', '154357.115000', '154357.575000', '154358.035000', '154358.495000', '154358.955000', '154359.415000', '154359.875000', '154400.335000', '154400.795000', '154401.255000', '154401.715000', '154402.175000', '154402.635000', '154403.095000', '154403.555000', '154404.015000', '154404.475000', '154404.935000', '154405.395000', '154405.855000', '154406.315000', '154406.775000', '154407.235000', '154407.695000', '154408.155000', '154408.615000', '154409.075000', '154409.535000', '154409.995000', '154410.455000', '154410.915000', '154411.375000', '154411.835000', '154412.295000', '154412.755000', '154413.215000', '154413.675000', '154414.135000', '154414.595000', '154415.055000', '154415.515000', '154415.975000', '154416.435000', '154416.895000', '154417.355000', '154417.815000', '154418.275000', '154418.735000', '154419.195000', '154419.655000', '154420.115000', '154420.575000', '154421.035000', '154421.495000', '154421.955000', '154422.415000', '154422.875000', '154423.335000', '154423.795000', '154424.255000', '154424.715000', '154425.175000', '154425.635000', '154426.095000', '154426.555000', '154427.015000', '154427.475000', '154427.935000', '154428.395000', '154428.855000', '154429.315000', '154429.775000', '154430.235000', '154430.695000', '154431.155000', '154431.615000', '154432.075000', '154432.535000', '154432.995000', '154433.455000', '154433.915000', '154434.375000', '154434.835000', '154435.295000', '154435.755000', '154436.215000', '154436.675000', '154437.135000', '154437.595000', '154438.055000', '154438.515000', '154438.975000', '154439.435000', '154439.895000', '154440.355000', '154440.815000', '154441.275000', '154441.735000', '154442.195000', '154442.655000', '154443.115000', '154443.575000', '154444.035000', '154444.495000', '154444.955000', '154445.415000', '154445.875000', '154446.335000', '154446.795000', '154447.255000', '154447.715000', '154448.175000', '154448.635000', '154449.095000', '154449.555000', '154450.015000', '154450.475000', '154450.935000', '154451.395000', '154451.855000', '154452.315000', '154452.775000', '154453.235000', '154453.695000', '154454.155000', '154454.615000', '154455.075000', '154455.535000', '154455.995000', '154456.455000', '154456.915000', '154457.375000', '154457.835000', '154458.295000', '154458.755000', '154459.215000', '154459.675000', '154500.135000', '154500.595000'], 'ContentTime': ['153846.998000', '153847.003000', '153847.007000', '153847.010000', '153847.012000', '153847.015000', '153847.018000', '153847.021000', '153847.024000', '153847.027000', '153847.030000', '153847.039000', '153847.042000', '153847.045000', '153847.048000', '153847.051000', '153847.054000', '153847.056000', '153847.059000', '153847.062000', '153847.065000', '153847.068000', '153847.071000', '153847.073000', '153847.076000', '153847.079000', '153847.082000', '153847.085000', '153847.088000', '153847.090000', '153847.093000', '153847.096000', '153847.099000', '153847.102000', '153847.105000', '153847.107000', '153847.110000', '153847.113000', '153847.116000', '153847.119000', '153847.121000', '153847.124000', '153847.127000', '153847.130000', '153847.133000', '153847.135000', '153847.138000', '153847.141000', '153847.144000', '153847.147000', '153847.150000', '153847.152000', '153847.155000', '153847.158000', '153847.161000', '153847.164000', '153847.166000', '153906.963000', '153906.966000', '153906.969000', '153906.972000', '153906.974000', '153906.977000', '153907.033000', '153907.036000', '153907.039000', '153907.042000', '153907.045000', '153907.047000', '153907.050000', '153907.053000', '153907.066000', '153907.068000', '153907.071000', '153907.074000', '153907.077000', '153907.080000', '153907.082000', '153907.085000', '153907.088000', '153907.091000', '153907.094000', '153907.097000', '153907.099000', '153907.102000', '153907.105000', '153907.108000', '153907.111000', '153907.114000', '153907.116000', '153907.119000', '153907.122000', '153907.125000', '153907.128000', '153907.130000', '153907.133000', '153907.136000', '153907.139000', '153907.142000', '153907.145000', '153907.147000', '153926.963000', '153926.967000', '153926.969000', '153926.972000', '153926.975000', '153926.978000', '153926.981000', '153926.984000', '153926.987000', '153926.990000', '153926.993000', '153926.996000', '153927.000000', '153927.003000', '153927.006000', '153927.009000', '153927.012000', '153927.015000', '153927.018000', '153927.021000', '153927.024000', '153927.027000', '153927.030000', '153927.033000', '153927.036000', '153927.038000', '153927.041000', '153927.044000', '153927.054000', '153927.057000', '153927.060000', '153927.063000', '153927.065000', '153927.068000', '153927.071000', '153927.074000', '153927.077000', '153927.079000', '153927.082000', '153927.100000', '153927.102000', '153927.105000', '153927.113000', '153946.963000', '153946.968000', '153946.971000', '153946.974000', '153946.977000', '153946.980000', '153946.983000', '153946.986000', '153946.988000', '153946.991000', '153946.994000', '153946.997000', '153947.001000', '153947.004000', '153947.006000', '153947.009000', '153947.012000', '153947.015000', '153947.018000', '153947.021000', '153947.024000', '153947.026000', '153947.029000', '153947.032000', '153947.035000', '153947.038000', '153947.041000', '153947.043000', '153947.046000', '153947.049000', '153947.052000', '153947.055000', '153947.058000', '153947.061000', '153947.063000', '153947.066000', '153947.069000', '153947.072000', '153947.075000', '153947.078000', '153947.080000', '153947.083000', '153947.086000', '153947.089000', '154006.962000', '154006.965000', '154006.968000', '154006.971000', '154006.974000', '154006.976000', '154006.979000', '154006.982000', '154006.985000', '154006.988000', '154006.991000', '154006.994000', '154006.996000', '154007.000000', '154007.003000', '154007.006000', '154007.009000', '154007.012000', '154007.014000', '154007.017000', '154007.020000', '154007.023000', '154007.026000', '154007.029000', '154007.032000', '154007.034000', '154007.037000', '154007.040000', '154007.043000', '154007.046000', '154007.049000', '154007.051000', '154007.054000', '154007.057000', '154007.060000', '154007.063000', '154007.066000', '154007.069000', '154007.072000', '154007.075000', '154007.078000', '154007.080000', '154007.083000', '154026.962000', '154026.965000', '154026.968000', '154026.971000', '154026.974000', '154026.976000', '154026.979000', '154026.982000', '154026.992000', '154026.995000', '154026.998000', '154027.001000', '154027.004000', '154027.007000', '154027.010000', '154027.013000', '154027.016000', '154027.019000', '154027.021000', '154027.024000', '154027.027000', '154027.030000', '154027.033000', '154027.036000', '154027.039000', '154027.041000', '154027.044000', '154027.047000', '154027.050000', '154027.053000', '154027.056000', '154027.058000', '154027.061000', '154027.064000', '154027.067000', '154027.070000', '154027.073000', '154027.076000', '154027.079000', '154027.081000', '154027.084000', '154027.087000', '154027.090000', '154027.093000', '154046.962000', '154046.965000', '154046.968000', '154046.971000', '154046.974000', '154046.976000', '154046.979000', '154046.982000', '154046.985000', '154046.988000', '154046.991000', '154046.994000', '154046.996000', '154047.001000', '154047.005000', '154047.007000', '154047.010000', '154047.013000', '154047.017000', '154047.020000', '154047.023000', '154047.026000', '154047.029000', '154047.032000', '154047.034000', '154047.037000', '154047.040000', '154047.043000', '154047.046000', '154047.049000', '154047.052000', '154047.054000', '154047.057000', '154047.060000', '154047.063000', '154047.068000', '154047.072000', '154047.076000', '154047.078000', '154047.081000', '154047.084000', '154047.087000', '154047.090000', '154106.962000', '154106.965000', '154106.968000', '154106.971000', '154106.973000', '154106.976000', '154106.979000', '154106.982000', '154106.985000', '154106.988000', '154106.991000', '154106.994000', '154106.996000', '154107.000000', '154107.003000', '154107.006000', '154107.009000', '154107.011000', '154107.014000', '154107.017000', '154107.020000', '154107.023000', '154107.026000', '154107.029000', '154107.032000', '154107.034000', '154107.037000', '154107.040000', '154107.043000', '154107.046000', '154107.048000', '154107.051000', '154107.054000', '154107.057000', '154107.060000', '154107.063000', '154107.077000', '154107.079000', '154107.082000', '154107.085000', '154107.088000', '154107.091000', '154107.093000', '154107.096000', '154126.963000', '154126.966000', '154126.969000', '154126.972000', '154126.975000', '154126.978000', '154126.981000', '154126.984000', '154126.986000', '154126.990000', '154126.992000', '154126.995000', '154126.998000', '154127.002000', '154127.005000', '154127.008000', '154127.011000', '154127.014000', '154127.016000', '154127.019000', '154127.022000', '154127.025000', '154127.028000', '154127.031000', '154127.033000', '154127.037000', '154127.039000', '154127.042000', '154127.045000', '154127.048000', '154127.051000', '154127.054000', '154127.056000', '154127.059000', '154127.062000', '154127.065000', '154127.068000', '154127.071000', '154127.074000', '154127.077000', '154127.080000', '154127.083000', '154127.086000', '154146.963000', '154146.966000', '154146.969000', '154146.972000', '154146.984000', '154146.987000', '154146.990000', '154146.992000', '154146.995000', '154146.998000', '154147.002000', '154147.005000', '154147.008000', '154147.010000', '154147.013000', '154147.016000', '154147.019000', '154147.022000', '154147.025000', '154147.028000', '154147.030000', '154147.033000', '154147.036000', '154147.039000', '154147.042000', '154147.045000', '154147.048000', '154147.050000', '154147.053000', '154147.056000', '154147.059000', '154147.062000', '154147.065000', '154147.067000', '154147.070000', '154147.073000', '154147.076000', '154147.079000', '154147.082000', '154147.085000', '154147.097000', '154147.100000', '154147.103000', '154147.106000', '154206.963000', '154206.966000', '154206.969000', '154206.972000', '154206.975000', '154206.977000', '154206.980000', '154206.986000', '154206.989000', '154206.992000', '154206.995000', '154206.997000', '154207.002000', '154207.004000', '154207.007000', '154207.010000', '154207.013000', '154207.016000', '154207.019000', '154207.021000', '154207.024000', '154207.027000', '154207.030000', '154207.033000', '154207.037000', '154207.040000', '154207.043000', '154207.046000', '154207.049000', '154207.051000', '154207.054000', '154207.057000', '154207.060000', '154207.063000', '154207.066000', '154207.068000', '154207.071000', '154207.074000', '154207.077000', '154207.080000', '154207.083000', '154207.086000', '154207.088000', '154226.962000', '154226.965000', '154226.968000', '154226.971000', '154226.974000', '154226.980000', '154226.983000', '154226.985000', '154226.988000', '154226.991000', '154226.994000', '154226.997000', '154227.001000', '154227.004000', '154227.006000', '154227.009000', '154227.012000', '154227.015000', '154227.018000', '154227.021000', '154227.024000', '154227.027000', '154227.029000', '154227.032000', '154227.035000', '154227.038000', '154227.041000', '154227.044000', '154227.047000', '154227.049000', '154227.052000', '154227.055000', '154227.058000', '154227.061000', '154227.064000', '154227.067000', '154227.069000', '154227.072000', '154227.075000', '154227.078000', '154227.081000', '154227.084000', '154227.087000', '154227.089000', '154246.962000', '154246.965000', '154246.968000', '154246.971000', '154246.974000', '154246.976000', '154246.979000', '154246.982000', '154246.985000', '154246.988000', '154246.991000', '154246.994000', '154246.997000', '154247.001000', '154247.004000', '154247.007000', '154247.028000', '154247.031000', '154247.034000', '154247.037000', '154247.040000', '154247.043000', '154247.046000', '154247.049000', '154247.051000', '154247.054000', '154247.057000', '154247.060000', '154247.063000', '154247.066000', '154247.068000', '154247.072000', '154247.075000', '154247.078000', '154247.080000', '154247.083000', '154247.086000', '154247.089000', '154247.092000', '154247.095000', '154247.098000', '154247.100000', '154247.103000', '154306.962000', '154306.965000', '154306.968000', '154306.970000', '154306.974000', '154306.976000', '154306.979000', '154306.982000', '154306.985000', '154306.988000', '154306.990000', '154306.993000', '154306.996000', '154307.000000', '154307.003000', '154307.006000', '154307.009000', '154307.011000', '154307.014000', '154307.017000', '154307.020000', '154307.023000', '154307.026000', '154307.028000', '154307.031000', '154307.034000', '154307.037000', '154307.040000', '154307.043000', '154307.046000', '154307.049000', '154307.051000', '154307.054000', '154307.057000', '154307.060000', '154307.063000', '154307.066000', '154307.068000', '154307.071000', '154307.074000', '154307.077000', '154307.080000', '154307.083000', '154307.085000', '154326.962000', '154326.965000', '154326.968000', '154326.971000', '154326.974000', '154326.977000', '154326.980000', '154326.982000', '154326.985000', '154326.988000', '154326.991000', '154326.994000', '154326.997000', '154327.000000', '154327.003000', '154327.005000', '154327.008000', '154327.011000', '154327.014000', '154327.017000', '154327.020000', '154327.022000', '154327.025000', '154327.028000', '154327.031000', '154327.034000', '154327.037000', '154327.039000', '154327.042000', '154327.045000', '154327.048000', '154327.051000', '154327.054000', '154327.056000', '154327.059000', '154327.062000', '154327.065000', '154327.068000', '154327.071000', '154327.075000', '154327.078000', '154327.081000', '154327.084000', '154346.963000', '154346.966000', '154346.969000', '154346.972000', '154346.975000', '154346.977000', '154346.980000', '154346.991000', '154346.994000', '154346.996000', '154347.000000', '154347.003000', '154347.006000', '154347.009000', '154347.012000', '154347.015000', '154347.018000', '154347.020000', '154347.023000', '154347.026000', '154347.029000', '154347.032000', '154347.035000', '154347.038000', '154347.041000', '154347.044000', '154347.046000', '154347.049000', '154347.052000', '154347.055000', '154347.058000', '154347.061000', '154347.064000', '154347.067000', '154347.069000', '154347.072000', '154347.075000', '154347.078000', '154347.081000', '154347.084000', '154347.086000', '154347.089000', '154347.092000', '154347.095000', '154406.963000', '154406.966000', '154406.969000', '154406.972000', '154406.975000', '154406.978000', '154406.981000', '154406.983000', '154406.986000', '154406.989000', '154406.992000', '154406.995000', '154406.998000', '154407.002000', '154407.005000', '154407.007000', '154407.010000', '154407.013000', '154407.016000', '154407.019000', '154407.021000', '154407.024000', '154407.027000', '154407.030000', '154407.033000', '154407.036000', '154407.039000', '154407.054000', '154407.057000', '154407.060000', '154407.063000', '154407.066000', '154407.069000', '154407.072000', '154407.074000', '154407.077000', '154407.080000', '154407.083000', '154407.086000', '154407.089000', '154407.091000', '154407.094000', '154407.097000', '154426.963000', '154426.966000', '154426.969000', '154426.972000', '154426.975000', '154426.978000', '154426.981000', '154426.984000', '154426.987000', '154426.989000', '154426.992000', '154426.995000', '154426.998000', '154427.002000', '154427.005000', '154427.008000', '154427.011000', '154427.014000', '154427.016000', '154427.019000', '154427.022000', '154427.026000', '154427.029000', '154427.032000', '154427.035000', '154427.038000', '154427.041000', '154427.044000', '154427.047000', '154427.050000', '154427.053000', '154427.055000', '154427.058000', '154427.061000', '154427.064000', '154427.067000', '154427.070000', '154427.073000', '154427.075000', '154427.078000', '154427.081000', '154427.084000', '154427.087000', '154427.090000', '154446.962000', '154446.965000', '154446.968000', '154446.971000', '154446.974000', '154446.976000', '154446.979000', '154446.982000', '154446.985000', '154446.988000', '154446.991000', '154446.994000', '154446.997000', '154447.000000', '154447.003000', '154447.006000', '154447.009000', '154447.012000', '154447.015000', '154447.017000', '154447.020000', '154447.023000', '154447.026000', '154447.029000', '154447.032000', '154447.035000', '154447.037000', '154447.040000', '154447.043000', '154447.046000', '154447.049000', '154447.052000', '154447.055000', '154447.057000', '154447.060000', '154447.063000', '154447.066000', '154447.069000', '154447.072000', '154447.075000', '154447.078000', '154447.081000', '154447.083000', '154501.496000', '154501.500000', '154501.504000', '154501.506000', '154501.509000', '154501.512000', '154501.515000', '154501.518000', '154501.521000', '154501.525000', '154501.527000', '154501.530000', '154501.533000', '154501.536000', '154501.539000', '154501.542000', '154501.545000', '154501.548000', '154501.550000', '154501.553000', '154501.556000', '154501.560000', '154501.563000', '154501.566000', '154501.569000', '154501.572000', '154501.575000', '154501.578000', '154501.580000', '154501.583000', '154501.586000', '154501.589000'], 'InstanceCreationTime': ['153846.998000', '153847.003000', '153847.007000', '153847.010000', '153847.012000', '153847.015000', '153847.018000', '153847.021000', '153847.024000', '153847.027000', '153847.030000', '153847.039000', '153847.042000', '153847.045000', '153847.048000', '153847.051000', '153847.054000', '153847.056000', '153847.059000', '153847.062000', '153847.065000', '153847.068000', '153847.071000', '153847.073000', '153847.076000', '153847.079000', '153847.082000', '153847.085000', '153847.088000', '153847.090000', '153847.093000', '153847.096000', '153847.099000', '153847.102000', '153847.105000', '153847.107000', '153847.110000', '153847.113000', '153847.116000', '153847.119000', '153847.121000', '153847.124000', '153847.127000', '153847.130000', '153847.133000', '153847.135000', '153847.138000', '153847.141000', '153847.144000', '153847.147000', '153847.150000', '153847.152000', '153847.155000', '153847.158000', '153847.161000', '153847.164000', '153847.166000', '153906.963000', '153906.966000', '153906.969000', '153906.972000', '153906.974000', '153906.977000', '153907.033000', '153907.036000', '153907.039000', '153907.042000', '153907.045000', '153907.047000', '153907.050000', '153907.053000', '153907.066000', '153907.068000', '153907.071000', '153907.074000', '153907.077000', '153907.080000', '153907.082000', '153907.085000', '153907.088000', '153907.091000', '153907.094000', '153907.097000', '153907.099000', '153907.102000', '153907.105000', '153907.108000', '153907.111000', '153907.114000', '153907.116000', '153907.119000', '153907.122000', '153907.125000', '153907.128000', '153907.130000', '153907.133000', '153907.136000', '153907.139000', '153907.142000', '153907.145000', '153907.147000', '153926.963000', '153926.967000', '153926.969000', '153926.972000', '153926.975000', '153926.978000', '153926.981000', '153926.984000', '153926.987000', '153926.990000', '153926.993000', '153926.996000', '153927.000000', '153927.003000', '153927.006000', '153927.009000', '153927.012000', '153927.015000', '153927.018000', '153927.021000', '153927.024000', '153927.027000', '153927.030000', '153927.033000', '153927.036000', '153927.038000', '153927.041000', '153927.044000', '153927.054000', '153927.057000', '153927.060000', '153927.063000', '153927.065000', '153927.068000', '153927.071000', '153927.074000', '153927.077000', '153927.079000', '153927.082000', '153927.100000', '153927.102000', '153927.105000', '153927.113000', '153946.963000', '153946.968000', '153946.971000', '153946.974000', '153946.977000', '153946.980000', '153946.983000', '153946.986000', '153946.988000', '153946.991000', '153946.994000', '153946.997000', '153947.001000', '153947.004000', '153947.006000', '153947.009000', '153947.012000', '153947.015000', '153947.018000', '153947.021000', '153947.024000', '153947.026000', '153947.029000', '153947.032000', '153947.035000', '153947.038000', '153947.041000', '153947.043000', '153947.046000', '153947.049000', '153947.052000', '153947.055000', '153947.058000', '153947.061000', '153947.063000', '153947.066000', '153947.069000', '153947.072000', '153947.075000', '153947.078000', '153947.080000', '153947.083000', '153947.086000', '153947.089000', '154006.962000', '154006.965000', '154006.968000', '154006.971000', '154006.974000', '154006.976000', '154006.979000', '154006.982000', '154006.985000', '154006.988000', '154006.991000', '154006.994000', '154006.996000', '154007.000000', '154007.003000', '154007.006000', '154007.009000', '154007.012000', '154007.014000', '154007.017000', '154007.020000', '154007.023000', '154007.026000', '154007.029000', '154007.032000', '154007.034000', '154007.037000', '154007.040000', '154007.043000', '154007.046000', '154007.049000', '154007.051000', '154007.054000', '154007.057000', '154007.060000', '154007.063000', '154007.066000', '154007.069000', '154007.072000', '154007.075000', '154007.078000', '154007.080000', '154007.083000', '154026.962000', '154026.965000', '154026.968000', '154026.971000', '154026.974000', '154026.976000', '154026.979000', '154026.982000', '154026.992000', '154026.995000', '154026.998000', '154027.001000', '154027.004000', '154027.007000', '154027.010000', '154027.013000', '154027.016000', '154027.019000', '154027.021000', '154027.024000', '154027.027000', '154027.030000', '154027.033000', '154027.036000', '154027.039000', '154027.041000', '154027.044000', '154027.047000', '154027.050000', '154027.053000', '154027.056000', '154027.058000', '154027.061000', '154027.064000', '154027.067000', '154027.070000', '154027.073000', '154027.076000', '154027.079000', '154027.081000', '154027.084000', '154027.087000', '154027.090000', '154027.093000', '154046.962000', '154046.965000', '154046.968000', '154046.971000', '154046.974000', '154046.976000', '154046.979000', '154046.982000', '154046.985000', '154046.988000', '154046.991000', '154046.994000', '154046.996000', '154047.001000', '154047.005000', '154047.007000', '154047.010000', '154047.013000', '154047.017000', '154047.020000', '154047.023000', '154047.026000', '154047.029000', '154047.032000', '154047.034000', '154047.037000', '154047.040000', '154047.043000', '154047.046000', '154047.049000', '154047.052000', '154047.054000', '154047.057000', '154047.060000', '154047.063000', '154047.068000', '154047.072000', '154047.076000', '154047.078000', '154047.081000', '154047.084000', '154047.087000', '154047.090000', '154106.962000', '154106.965000', '154106.968000', '154106.971000', '154106.973000', '154106.976000', '154106.979000', '154106.982000', '154106.985000', '154106.988000', '154106.991000', '154106.994000', '154106.996000', '154107.000000', '154107.003000', '154107.006000', '154107.009000', '154107.011000', '154107.014000', '154107.017000', '154107.020000', '154107.023000', '154107.026000', '154107.029000', '154107.032000', '154107.034000', '154107.037000', '154107.040000', '154107.043000', '154107.046000', '154107.048000', '154107.051000', '154107.054000', '154107.057000', '154107.060000', '154107.063000', '154107.077000', '154107.079000', '154107.082000', '154107.085000', '154107.088000', '154107.091000', '154107.093000', '154107.096000', '154126.963000', '154126.966000', '154126.969000', '154126.972000', '154126.975000', '154126.978000', '154126.981000', '154126.984000', '154126.986000', '154126.990000', '154126.992000', '154126.995000', '154126.998000', '154127.002000', '154127.005000', '154127.008000', '154127.011000', '154127.014000', '154127.016000', '154127.019000', '154127.022000', '154127.025000', '154127.028000', '154127.031000', '154127.033000', '154127.037000', '154127.039000', '154127.042000', '154127.045000', '154127.048000', '154127.051000', '154127.054000', '154127.056000', '154127.059000', '154127.062000', '154127.065000', '154127.068000', '154127.071000', '154127.074000', '154127.077000', '154127.080000', '154127.083000', '154127.086000', '154146.963000', '154146.966000', '154146.969000', '154146.972000', '154146.984000', '154146.987000', '154146.990000', '154146.992000', '154146.995000', '154146.998000', '154147.002000', '154147.005000', '154147.008000', '154147.010000', '154147.013000', '154147.016000', '154147.019000', '154147.022000', '154147.025000', '154147.028000', '154147.030000', '154147.033000', '154147.036000', '154147.039000', '154147.042000', '154147.045000', '154147.048000', '154147.050000', '154147.053000', '154147.056000', '154147.059000', '154147.062000', '154147.065000', '154147.067000', '154147.070000', '154147.073000', '154147.076000', '154147.079000', '154147.082000', '154147.085000', '154147.097000', '154147.100000', '154147.103000', '154147.106000', '154206.963000', '154206.966000', '154206.969000', '154206.972000', '154206.975000', '154206.977000', '154206.980000', '154206.986000', '154206.989000', '154206.992000', '154206.995000', '154206.997000', '154207.002000', '154207.004000', '154207.007000', '154207.010000', '154207.013000', '154207.016000', '154207.019000', '154207.021000', '154207.024000', '154207.027000', '154207.030000', '154207.033000', '154207.037000', '154207.040000', '154207.043000', '154207.046000', '154207.049000', '154207.051000', '154207.054000', '154207.057000', '154207.060000', '154207.063000', '154207.066000', '154207.068000', '154207.071000', '154207.074000', '154207.077000', '154207.080000', '154207.083000', '154207.086000', '154207.088000', '154226.962000', '154226.965000', '154226.968000', '154226.971000', '154226.974000', '154226.980000', '154226.983000', '154226.985000', '154226.988000', '154226.991000', '154226.994000', '154226.997000', '154227.001000', '154227.004000', '154227.006000', '154227.009000', '154227.012000', '154227.015000', '154227.018000', '154227.021000', '154227.024000', '154227.027000', '154227.029000', '154227.032000', '154227.035000', '154227.038000', '154227.041000', '154227.044000', '154227.047000', '154227.049000', '154227.052000', '154227.055000', '154227.058000', '154227.061000', '154227.064000', '154227.067000', '154227.069000', '154227.072000', '154227.075000', '154227.078000', '154227.081000', '154227.084000', '154227.087000', '154227.089000', '154246.962000', '154246.965000', '154246.968000', '154246.971000', '154246.974000', '154246.976000', '154246.979000', '154246.982000', '154246.985000', '154246.988000', '154246.991000', '154246.994000', '154246.997000', '154247.001000', '154247.004000', '154247.007000', '154247.028000', '154247.031000', '154247.034000', '154247.037000', '154247.040000', '154247.043000', '154247.046000', '154247.049000', '154247.051000', '154247.054000', '154247.057000', '154247.060000', '154247.063000', '154247.066000', '154247.068000', '154247.072000', '154247.075000', '154247.078000', '154247.080000', '154247.083000', '154247.086000', '154247.089000', '154247.092000', '154247.095000', '154247.098000', '154247.100000', '154247.103000', '154306.962000', '154306.965000', '154306.968000', '154306.970000', '154306.974000', '154306.976000', '154306.979000', '154306.982000', '154306.985000', '154306.988000', '154306.990000', '154306.993000', '154306.996000', '154307.000000', '154307.003000', '154307.006000', '154307.009000', '154307.011000', '154307.014000', '154307.017000', '154307.020000', '154307.023000', '154307.026000', '154307.028000', '154307.031000', '154307.034000', '154307.037000', '154307.040000', '154307.043000', '154307.046000', '154307.049000', '154307.051000', '154307.054000', '154307.057000', '154307.060000', '154307.063000', '154307.066000', '154307.068000', '154307.071000', '154307.074000', '154307.077000', '154307.080000', '154307.083000', '154307.085000', '154326.962000', '154326.965000', '154326.968000', '154326.971000', '154326.974000', '154326.977000', '154326.980000', '154326.982000', '154326.985000', '154326.988000', '154326.991000', '154326.994000', '154326.997000', '154327.000000', '154327.003000', '154327.005000', '154327.008000', '154327.011000', '154327.014000', '154327.017000', '154327.020000', '154327.022000', '154327.025000', '154327.028000', '154327.031000', '154327.034000', '154327.037000', '154327.039000', '154327.042000', '154327.045000', '154327.048000', '154327.051000', '154327.054000', '154327.056000', '154327.059000', '154327.062000', '154327.065000', '154327.068000', '154327.071000', '154327.075000', '154327.078000', '154327.081000', '154327.084000', '154346.963000', '154346.966000', '154346.969000', '154346.972000', '154346.975000', '154346.977000', '154346.980000', '154346.991000', '154346.994000', '154346.996000', '154347.000000', '154347.003000', '154347.006000', '154347.009000', '154347.012000', '154347.015000', '154347.018000', '154347.020000', '154347.023000', '154347.026000', '154347.029000', '154347.032000', '154347.035000', '154347.038000', '154347.041000', '154347.044000', '154347.046000', '154347.049000', '154347.052000', '154347.055000', '154347.058000', '154347.061000', '154347.064000', '154347.067000', '154347.069000', '154347.072000', '154347.075000', '154347.078000', '154347.081000', '154347.084000', '154347.086000', '154347.089000', '154347.092000', '154347.095000', '154406.963000', '154406.966000', '154406.969000', '154406.972000', '154406.975000', '154406.978000', '154406.981000', '154406.983000', '154406.986000', '154406.989000', '154406.992000', '154406.995000', '154406.998000', '154407.002000', '154407.005000', '154407.007000', '154407.010000', '154407.013000', '154407.016000', '154407.019000', '154407.021000', '154407.024000', '154407.027000', '154407.030000', '154407.033000', '154407.036000', '154407.039000', '154407.054000', '154407.057000', '154407.060000', '154407.063000', '154407.066000', '154407.069000', '154407.072000', '154407.074000', '154407.077000', '154407.080000', '154407.083000', '154407.086000', '154407.089000', '154407.091000', '154407.094000', '154407.097000', '154426.963000', '154426.966000', '154426.969000', '154426.972000', '154426.975000', '154426.978000', '154426.981000', '154426.984000', '154426.987000', '154426.989000', '154426.992000', '154426.995000', '154426.998000', '154427.002000', '154427.005000', '154427.008000', '154427.011000', '154427.014000', '154427.016000', '154427.019000', '154427.022000', '154427.026000', '154427.029000', '154427.032000', '154427.035000', '154427.038000', '154427.041000', '154427.044000', '154427.047000', '154427.050000', '154427.053000', '154427.055000', '154427.058000', '154427.061000', '154427.064000', '154427.067000', '154427.070000', '154427.073000', '154427.075000', '154427.078000', '154427.081000', '154427.084000', '154427.087000', '154427.090000', '154446.962000', '154446.965000', '154446.968000', '154446.971000', '154446.974000', '154446.976000', '154446.979000', '154446.982000', '154446.985000', '154446.988000', '154446.991000', '154446.994000', '154446.997000', '154447.000000', '154447.003000', '154447.006000', '154447.009000', '154447.012000', '154447.015000', '154447.017000', '154447.020000', '154447.023000', '154447.026000', '154447.029000', '154447.032000', '154447.035000', '154447.037000', '154447.040000', '154447.043000', '154447.046000', '154447.049000', '154447.052000', '154447.055000', '154447.057000', '154447.060000', '154447.063000', '154447.066000', '154447.069000', '154447.072000', '154447.075000', '154447.078000', '154447.081000', '154447.083000', '154501.496000', '154501.500000', '154501.504000', '154501.506000', '154501.509000', '154501.512000', '154501.515000', '154501.518000', '154501.521000', '154501.525000', '154501.527000', '154501.530000', '154501.533000', '154501.536000', '154501.539000', '154501.542000', '154501.545000', '154501.548000', '154501.550000', '154501.553000', '154501.556000', '154501.560000', '154501.563000', '154501.566000', '154501.569000', '154501.572000', '154501.575000', '154501.578000', '154501.580000', '154501.583000', '154501.586000', '154501.589000'], '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': [8096, 8178, 7698, 8360, 7862, 9632, 8189, 11187, 7903, 12090, 10490, 8438, 8356, 11685, 8257, 11817, 8182, 9227, 7801, 7917, 11755, 7824, 11423, 8202, 10269, 7855, 7342, 7758, 7709, 8505, 7764, 8297, 7884, 7669, 7908, 8479, 7175, 7568, 7343, 7770, 9176, 7856, 10005, 7612, 6807, 7730, 6974, 7836, 8516, 7748, 11250, 8109, 6936, 8063, 7140, 8044, 8230, 8304, 7608, 8287, 7727, 8391, 8108, 9033, 7961, 8337, 9532, 8537, 11291, 8152, 10337, 8364, 9135, 8304, 8936, 8367, 9420, 7580, 8430, 7292, 7992, 11651, 8140, 10552, 8153, 9055, 8026, 8393, 7981, 9002, 8132, 9104, 7807, 9055, 7952, 9034, 7255, 8336, 6897, 7760, 11462, 8102, 10874, 8444, 9744, 8059, 9009, 8190, 9358, 8397, 8690, 8426, 8429, 8313, 9630, 8569, 10331, 8387, 8526, 8161, 10102, 7986, 8675, 8964, 7976, 10796, 7981, 9736, 8213, 9225, 6971, 7726, 11797, 7999, 11294, 8575, 9880, 7611, 8776, 6877, 8476, 9542, 7495, 10716, 7591, 10398, 7918, 9100, 7499, 8852, 7344, 9618, 7520, 9053, 7120, 8694, 7101, 8877, 7303, 9208, 7267, 9200, 7971, 9147, 7657, 8584, 9257, 8023, 10706, 7875, 9710, 7236, 8608, 12442, 7925, 11071, 8310, 10100, 7664, 9803, 7736, 8837, 7980, 8980, 7552, 8848, 7595, 8882, 7567, 9362, 7048, 9202, 6936, 7645, 11155, 7500, 10817, 7392, 9197, 7662, 8438, 6910, 8474, 10233, 7592, 11111, 7680, 10691, 7827, 11272, 7704, 10386, 7596, 10185, 7422, 9860, 7555, 9401, 6831, 8509, 9274, 7766, 12770, 8525, 10014, 8145, 6795, 8922, 7522, 8960, 7455, 9187, 7832, 8834, 7618, 7678, 11809, 7786, 11148, 7862, 10747, 7926, 10352, 8154, 10472, 7939, 9881, 7262, 9592, 7121, 8713, 9167, 7259, 10833, 7246, 9635, 7329, 8107, 7429, 7302, 11223, 8342, 10640, 7603, 8918, 7160, 8374, 6841, 9284, 7614, 8059, 7025, 9479, 7821, 11007, 7986, 11015, 7931, 11082, 7769, 9176, 8902, 8300, 12167, 8375, 11484, 8753, 10634, 7741, 10090, 7822, 9468, 7118, 9370, 7256, 9828, 7117, 9331, 7046, 8434, 7106, 7869, 11154, 8269, 8400, 8216, 7095, 9021, 7584, 9264, 7690, 9546, 7227, 9119, 8228, 7979, 12810, 7501, 11185, 7565, 10532, 7619, 9297, 7131, 8156, 7059, 7760, 12013, 8191, 10387, 7252, 9972, 7222, 10058, 7118, 9254, 7473, 8257, 7265, 8343, 7062, 7837, 6973, 7256, 7233, 7888, 7450, 8359, 6809, 8182, 7666, 8962, 7318, 10263, 7263, 10795, 7757, 12256, 7796, 12313, 7935, 11121, 7782, 8193, 7823, 7554, 11412, 7931, 11112, 7574, 9904, 7271, 9448, 9149, 8651, 7423, 8392, 7528, 8525, 7892, 8898, 8088, 9661, 8099, 10979, 8239, 9447, 8124, 7917, 8377, 7913, 7449, 12216, 7827, 11221, 7873, 9259, 7784, 8449, 12819, 7785, 11150, 7668, 10705, 7669, 8988, 7686, 9511, 7953, 10399, 8055, 8263, 7941, 7709, 7903, 8163, 10265, 8097, 8757, 12379, 7703, 11344, 7907, 10952, 8034, 10678, 8229, 9707, 8443, 9669, 8573, 10900, 7921, 10401, 8115, 10285, 8251, 11103, 8457, 13302, 8597, 8079, 7893, 8273, 7540, 10871, 7819, 12093, 7753, 11354, 7648, 10100, 7584, 8921, 9862, 10310, 9380, 9180, 7929, 8835, 8362, 8650, 8177, 9395, 8532, 10527, 8403, 10314, 8012, 11911, 8022, 10893, 8315, 9347, 8054, 8904, 7809, 8942, 7626, 9876, 7752, 10942, 8226, 10081, 7610, 11151, 7615, 11190, 7754, 8280, 7380, 7963, 7550, 8156, 7798, 7829, 8580, 8263, 8675, 8534, 9082, 8887, 10432, 8919, 10641, 8752, 10802, 8515, 12342, 8559, 11494, 8507, 11369, 8451, 10510, 8565, 8823, 10800, 7938, 12204, 8217, 11226, 8123, 10615, 7873, 8854, 7974, 8923, 8081, 9645, 8114, 9946, 8197, 8310, 8637, 8698, 9510, 8196, 8869, 8882, 9348, 8744, 9432, 8832, 9192, 8976, 10159, 8467, 8657, 10589, 8264, 11929, 8576, 11213, 8347, 10976, 8549, 10772, 8922, 8532, 8309, 8457, 9075, 8475, 9485, 8305, 9043, 8097, 9365, 7730, 8117, 8182, 7707, 11276, 8258, 12420, 8847, 8343, 9082, 9051, 10124, 9133, 9522, 8362, 8665, 13721, 9086, 11840, 8849, 10981, 8968, 10934, 8941, 10964, 8781, 11144, 8190, 8553, 8395, 8134, 10975, 8242, 8354, 8315, 8009, 9981, 8293, 11370, 8525, 12447, 9360, 8545, 7977, 8781, 9533, 8673, 9834, 8447, 8813, 8207, 7595, 8135, 7865, 8047, 9661, 8078, 8124, 9737, 8241, 11934, 7850, 12308, 8630, 12222, 9671, 8346, 7557, 9446, 7672, 12120, 7882, 11777, 8111, 11767, 8273, 8339, 8588, 9223, 9468, 9089, 8116, 9235, 8454, 8953, 12800, 9183, 11167, 9234, 9765, 9503, 9012, 8958, 8802, 9189, 9611, 9234, 10890, 9165, 11767, 8792, 11071, 8436, 10824, 8337, 11432, 8827, 12303, 8321, 9603, 8424, 10293, 8229, 10704, 8483, 10032, 8657, 9000, 8542, 8999, 8924, 8661, 8830, 10093, 8777, 10688, 8690, 11383, 8051, 9429, 8446, 8428, 8503, 8005, 8822, 7708, 10181, 8113, 11838, 8137, 11630, 8268, 10938, 8345, 10301, 8540, 10482, 8542, 10134, 8609, 10630, 8840, 11242, 8603, 10710, 8715, 10133, 8630, 11358, 8817, 9445, 9364, 8791, 8818, 9135, 7954, 8534, 8349, 12744, 8511, 11169, 8868, 10390, 8809, 9066, 8928, 8575, 8974, 8746, 9007, 9281, 8996, 9905, 9427, 10299, 9322, 10443, 9476, 9992, 9360, 10029, 9335, 10079, 9387, 8365, 9299, 13143, 9349, 12473, 9290, 10743, 8575, 10084, 8472, 9953, 8359, 10648, 8099, 8340, 8037, 8577, 9972, 8288, 10245, 8278, 10873, 8442, 10522, 8661, 9082, 8932, 8268, 8750, 8516, 8840, 8151, 8789, 8045, 8850, 9295, 8625, 7932, 12794, 8577, 11708, 8535, 11047, 8383, 11013, 8585, 10348, 8559, 10161, 8639, 11182, 8665, 10664, 8549, 11010, 8773, 11510, 8857, 11549, 8919, 10690, 9137, 8717, 9180, 8657, 9166, 9360, 9993, 9597, 11949, 9613, 8603, 9221, 9607, 11936, 9484, 11642, 9513, 11396, 10648, 9275, 14253, 8830, 12451, 8972, 11231, 8156, 10070, 8604, 8688, 8597, 7843, 8543, 8255, 10881, 8468, 11708, 8748, 11607, 8397, 8323, 8429, 9230, 8570, 11529, 8591, 10458, 8602, 11372], 'WindowCenter': [4097.0, 4093.0, 4070.0, 4080.0, 4068.0, 4090.0, 4078.0, 4100.0, 4066.0, 4095.0, 4097.0, 4076.0, 4077.0, 4096.0, 4066.0, 4082.0, 4051.0, 4063.0, 4040.0, 4053.0, 4081.0, 4052.0, 4083.0, 4052.0, 4058.0, 4039.0, 4027.0, 4029.0, 4027.0, 4049.0, 4026.0, 4039.0, 4036.0, 4028.0, 4036.0, 4050.0, 4026.0, 4027.0, 4025.0, 4038.0, 4045.0, 4050.0, 4058.0, 4040.0, 4027.0, 4041.0, 4028.0, 4052.0, 4060.0, 4054.0, 4094.0, 4065.0, 4042.0, 4064.0, 4043.0, 4068.0, 4076.0, 4077.0, 4056.0, 4066.0, 4053.0, 4066.0, 4065.0, 4078.0, 4065.0, 4077.0, 4076.0, 4079.0, 4096.0, 4067.0, 4098.0, 4068.0, 4086.0, 4075.0, 4077.0, 4077.0, 4090.0, 4065.0, 4077.0, 4055.0, 4066.0, 4095.0, 4068.0, 4087.0, 4065.0, 4063.0, 4052.0, 4066.0, 4077.0, 4076.0, 4066.0, 4076.0, 4066.0, 4086.0, 4078.0, 4090.0, 4068.0, 4079.0, 4056.0, 4066.0, 4096.0, 4067.0, 4098.0, 4066.0, 4075.0, 4066.0, 4076.0, 4078.0, 4077.0, 4066.0, 4077.0, 4067.0, 4067.0, 4068.0, 4102.0, 4090.0, 4099.0, 4077.0, 4076.0, 4080.0, 4100.0, 4067.0, 4077.0, 4076.0, 4066.0, 4096.0, 4067.0, 4086.0, 4066.0, 4077.0, 4044.0, 4053.0, 4083.0, 4063.0, 4083.0, 4062.0, 4072.0, 4041.0, 4052.0, 4031.0, 4051.0, 4058.0, 4041.0, 4069.0, 4051.0, 4082.0, 4052.0, 4060.0, 4052.0, 4073.0, 4053.0, 4084.0, 4066.0, 4076.0, 4044.0, 4077.0, 4055.0, 4077.0, 4055.0, 4076.0, 4054.0, 4074.0, 4053.0, 4075.0, 4053.0, 4075.0, 4072.0, 4053.0, 4083.0, 4052.0, 4074.0, 4042.0, 4063.0, 4091.0, 4053.0, 4082.0, 4051.0, 4072.0, 4040.0, 4060.0, 4039.0, 4060.0, 4051.0, 4061.0, 4052.0, 4060.0, 4052.0, 4062.0, 4051.0, 4074.0, 4044.0, 4074.0, 4041.0, 4052.0, 4081.0, 4042.0, 4083.0, 4053.0, 4073.0, 4051.0, 4062.0, 4042.0, 4075.0, 4083.0, 4054.0, 4093.0, 4053.0, 4094.0, 4066.0, 4094.0, 4054.0, 4083.0, 4053.0, 4083.0, 4054.0, 4084.0, 4054.0, 4075.0, 4032.0, 4063.0, 4061.0, 4053.0, 4093.0, 4063.0, 4072.0, 4053.0, 4031.0, 4061.0, 4052.0, 4073.0, 4053.0, 4085.0, 4064.0, 4075.0, 4054.0, 4065.0, 4093.0, 4054.0, 4093.0, 4065.0, 4095.0, 4065.0, 4083.0, 4065.0, 4083.0, 4063.0, 4082.0, 4052.0, 4072.0, 4042.0, 4063.0, 4060.0, 4041.0, 4082.0, 4053.0, 4073.0, 4040.0, 4062.0, 4040.0, 4053.0, 4094.0, 4074.0, 4083.0, 4064.0, 4073.0, 4056.0, 4075.0, 4056.0, 4086.0, 4065.0, 4077.0, 4069.0, 4099.0, 4092.0, 4110.0, 4079.0, 4097.0, 4067.0, 4097.0, 4053.0, 4075.0, 4061.0, 4051.0, 4080.0, 4050.0, 4079.0, 4061.0, 4067.0, 4040.0, 4067.0, 4038.0, 4057.0, 4040.0, 4060.0, 4053.0, 4082.0, 4042.0, 4073.0, 4042.0, 4063.0, 4042.0, 4065.0, 4093.0, 4064.0, 4062.0, 4062.0, 4041.0, 4072.0, 4053.0, 4073.0, 4064.0, 4086.0, 4052.0, 4073.0, 4061.0, 4052.0, 4091.0, 4051.0, 4080.0, 4051.0, 4083.0, 4050.0, 4060.0, 4028.0, 4049.0, 4029.0, 4049.0, 4091.0, 4063.0, 4069.0, 4040.0, 4070.0, 4041.0, 4071.0, 4041.0, 4072.0, 4041.0, 4063.0, 4053.0, 4076.0, 4043.0, 4065.0, 4043.0, 4054.0, 4064.0, 4076.0, 4066.0, 4077.0, 4044.0, 4076.0, 4066.0, 4088.0, 4067.0, 4097.0, 4056.0, 4096.0, 4066.0, 4104.0, 4065.0, 4094.0, 4064.0, 4095.0, 4051.0, 4062.0, 4039.0, 4040.0, 4078.0, 4050.0, 4081.0, 4038.0, 4070.0, 4026.0, 4060.0, 4057.0, 4047.0, 4024.0, 4036.0, 4025.0, 4046.0, 4036.0, 4059.0, 4048.0, 4068.0, 4062.0, 4080.0, 4062.0, 4071.0, 4064.0, 4061.0, 4064.0, 4063.0, 4055.0, 4092.0, 4054.0, 4083.0, 4048.0, 4060.0, 4038.0, 4049.0, 4078.0, 4038.0, 4067.0, 4037.0, 4067.0, 4039.0, 4046.0, 4050.0, 4070.0, 4062.0, 4094.0, 4077.0, 4075.0, 4075.0, 4066.0, 4077.0, 4088.0, 4098.0, 4065.0, 4077.0, 4105.0, 4065.0, 4094.0, 4067.0, 4095.0, 4065.0, 4082.0, 4063.0, 4071.0, 4062.0, 4073.0, 4074.0, 4093.0, 4064.0, 4083.0, 4063.0, 4084.0, 4075.0, 4096.0, 4076.0, 4103.0, 4062.0, 4050.0, 4062.0, 4063.0, 4052.0, 4081.0, 4053.0, 4091.0, 4052.0, 4093.0, 4051.0, 4071.0, 4037.0, 4048.0, 4057.0, 4058.0, 4044.0, 4045.0, 4022.0, 4033.0, 4033.0, 4046.0, 4048.0, 4057.0, 4058.0, 4067.0, 4046.0, 4067.0, 4050.0, 4079.0, 4037.0, 4066.0, 4037.0, 4059.0, 4034.0, 4048.0, 4036.0, 4057.0, 4037.0, 4056.0, 4051.0, 4078.0, 4049.0, 4056.0, 4039.0, 4067.0, 4039.0, 4080.0, 4050.0, 4048.0, 4041.0, 4048.0, 4050.0, 4050.0, 4052.0, 4052.0, 4073.0, 4064.0, 4074.0, 4073.0, 4073.0, 4074.0, 4095.0, 4086.0, 4094.0, 4076.0, 4095.0, 4077.0, 4105.0, 4075.0, 4093.0, 4064.0, 4082.0, 4053.0, 4072.0, 4048.0, 4050.0, 4066.0, 4038.0, 4067.0, 4037.0, 4066.0, 4024.0, 4055.0, 4024.0, 4034.0, 4034.0, 4045.0, 4036.0, 4057.0, 4049.0, 4070.0, 4073.0, 4075.0, 4074.0, 4075.0, 4084.0, 4063.0, 4076.0, 4086.0, 4087.0, 4087.0, 4086.0, 4086.0, 4086.0, 4087.0, 4100.0, 4076.0, 4077.0, 4096.0, 4078.0, 4106.0, 4076.0, 4094.0, 4065.0, 4094.0, 4076.0, 4095.0, 4087.0, 4074.0, 4064.0, 4065.0, 4086.0, 4066.0, 4084.0, 4064.0, 4073.0, 4053.0, 4074.0, 4055.0, 4065.0, 4076.0, 4067.0, 4108.0, 4076.0, 4105.0, 4074.0, 4062.0, 4063.0, 4061.0, 4082.0, 4073.0, 4073.0, 4050.0, 4062.0, 4089.0, 4060.0, 4080.0, 4060.0, 4079.0, 4061.0, 4080.0, 4061.0, 4080.0, 4061.0, 4080.0, 4062.0, 4060.0, 4051.0, 4051.0, 4083.0, 4062.0, 4051.0, 4051.0, 4050.0, 4070.0, 4062.0, 4093.0, 4074.0, 4094.0, 4071.0, 4061.0, 4052.0, 4062.0, 4073.0, 4061.0, 4083.0, 4062.0, 4073.0, 4061.0, 4064.0, 4049.0, 4062.0, 4062.0, 4084.0, 4064.0, 4076.0, 4098.0, 4076.0, 4095.0, 4065.0, 4092.0, 4064.0, 4093.0, 4062.0, 4038.0, 4038.0, 4056.0, 4039.0, 4077.0, 4038.0, 4068.0, 4049.0, 4090.0, 4063.0, 4060.0, 4063.0, 4072.0, 4070.0, 4072.0, 4063.0, 4085.0, 4076.0, 4087.0, 4105.0, 4073.0, 4094.0, 4075.0, 4085.0, 4073.0, 4063.0, 4061.0, 4063.0, 4060.0, 4062.0, 4060.0, 4072.0, 4061.0, 4078.0, 4050.0, 4079.0, 4050.0, 4068.0, 4048.0, 4078.0, 4062.0, 4078.0, 4048.0, 4056.0, 4048.0, 4067.0, 4050.0, 4071.0, 4061.0, 4070.0, 4061.0, 4061.0, 4062.0, 4074.0, 4075.0, 4072.0, 4074.0, 4084.0, 4075.0, 4095.0, 4075.0, 4096.0, 4053.0, 4075.0, 4051.0, 4052.0, 4049.0, 4052.0, 4061.0, 4040.0, 4068.0, 4050.0, 4079.0, 4051.0, 4080.0, 4061.0, 4080.0, 4061.0, 4070.0, 4064.0, 4084.0, 4064.0, 4082.0, 4075.0, 4083.0, 4086.0, 4106.0, 4077.0, 4096.0, 4076.0, 4094.0, 4088.0, 4107.0, 4090.0, 4087.0, 4089.0, 4077.0, 4077.0, 4086.0, 4067.0, 4063.0, 4065.0, 4093.0, 4063.0, 4083.0, 4062.0, 4072.0, 4061.0, 4063.0, 4072.0, 4062.0, 4072.0, 4061.0, 4063.0, 4073.0, 4074.0, 4086.0, 4085.0, 4082.0, 4073.0, 4084.0, 4085.0, 4084.0, 4086.0, 4084.0, 4086.0, 4083.0, 4075.0, 4063.0, 4074.0, 4105.0, 4084.0, 4094.0, 4062.0, 4083.0, 4061.0, 4070.0, 4048.0, 4070.0, 4050.0, 4068.0, 4049.0, 4061.0, 4051.0, 4061.0, 4072.0, 4061.0, 4069.0, 4060.0, 4082.0, 4051.0, 4082.0, 4049.0, 4060.0, 4048.0, 4050.0, 4048.0, 4062.0, 4061.0, 4062.0, 4062.0, 4062.0, 4073.0, 4085.0, 4063.0, 4065.0, 4104.0, 4065.0, 4092.0, 4064.0, 4082.0, 4063.0, 4083.0, 4074.0, 4082.0, 4075.0, 4083.0, 4076.0, 4106.0, 4077.0, 4094.0, 4076.0, 4094.0, 4076.0, 4107.0, 4087.0, 4096.0, 4076.0, 4095.0, 4087.0, 4075.0, 4085.0, 4076.0, 4086.0, 4086.0, 4099.0, 4100.0, 4120.0, 4099.0, 4088.0, 4088.0, 4098.0, 4109.0, 4088.0, 4097.0, 4074.0, 4108.0, 4084.0, 4074.0, 4091.0, 4051.0, 4077.0, 4047.0, 4068.0, 4023.0, 4045.0, 4032.0, 4035.0, 4033.0, 4024.0, 4033.0, 4035.0, 4066.0, 4046.0, 4089.0, 4060.0, 4079.0, 4049.0, 4047.0, 4062.0, 4071.0, 4073.0, 4093.0, 4075.0, 4094.0, 4077.0, 4106.0], 'WindowWidth': [9128.0, 9114.0, 9073.0, 9088.0, 9067.0, 9099.0, 9082.0, 9114.0, 9064.0, 9097.0, 9104.0, 9076.0, 9081.0, 9101.0, 9060.0, 9073.0, 9031.0, 9049.0, 9014.0, 9036.0, 9071.0, 9035.0, 9077.0, 9033.0, 9033.0, 9009.0, 8990.0, 8997.0, 8990.0, 9024.0, 8989.0, 9007.0, 9000.0, 8992.0, 9000.0, 9025.0, 8990.0, 8991.0, 8982.0, 9006.0, 9013.0, 9026.0, 9034.0, 9015.0, 8994.0, 9018.0, 8998.0, 9036.0, 9042.0, 9040.0, 9094.0, 9057.0, 9022.0, 9055.0, 9025.0, 9067.0, 9076.0, 9080.0, 9048.0, 9063.0, 9042.0, 9062.0, 9059.0, 9079.0, 9058.0, 9077.0, 9071.0, 9080.0, 9102.0, 9064.0, 9106.0, 9066.0, 9087.0, 9073.0, 9078.0, 9077.0, 9099.0, 9060.0, 9079.0, 9043.0, 9060.0, 9098.0, 9065.0, 9089.0, 9058.0, 9050.0, 9036.0, 9057.0, 9078.0, 9074.0, 9063.0, 9074.0, 9064.0, 9090.0, 9082.0, 9101.0, 9067.0, 9083.0, 9046.0, 9063.0, 9098.0, 9064.0, 9105.0, 9061.0, 9069.0, 9059.0, 9072.0, 9079.0, 9077.0, 9059.0, 9075.0, 9060.0, 9063.0, 9064.0, 9117.0, 9101.0, 9110.0, 9080.0, 9074.0, 9087.0, 9114.0, 9064.0, 9079.0, 9075.0, 9062.0, 9101.0, 9063.0, 9087.0, 9061.0, 9075.0, 9026.0, 9038.0, 9077.0, 9051.0, 9076.0, 9049.0, 9060.0, 9016.0, 9033.0, 9006.0, 9033.0, 9037.0, 9017.0, 9052.0, 9031.0, 9074.0, 9037.0, 9042.0, 9037.0, 9063.0, 9040.0, 9082.0, 9059.0, 9075.0, 9029.0, 9078.0, 9047.0, 9076.0, 9046.0, 9074.0, 9042.0, 9068.0, 9040.0, 9072.0, 9040.0, 9072.0, 9063.0, 9040.0, 9077.0, 9037.0, 9069.0, 9021.0, 9051.0, 9086.0, 9037.0, 9073.0, 9033.0, 9057.0, 9016.0, 9039.0, 9011.0, 9041.0, 9030.0, 9045.0, 9035.0, 9043.0, 9037.0, 9049.0, 9035.0, 9068.0, 9030.0, 9069.0, 9021.0, 9036.0, 9073.0, 9023.0, 9078.0, 9040.0, 9065.0, 9033.0, 9049.0, 9023.0, 9074.0, 9080.0, 9043.0, 9090.0, 9041.0, 9095.0, 9062.0, 9096.0, 9044.0, 9078.0, 9041.0, 9079.0, 9044.0, 9083.0, 9042.0, 9071.0, 9009.0, 9052.0, 9045.0, 9039.0, 9090.0, 9053.0, 9061.0, 9039.0, 9006.0, 9048.0, 9036.0, 9067.0, 9042.0, 9086.0, 9057.0, 9074.0, 9044.0, 9060.0, 9092.0, 9045.0, 9094.0, 9059.0, 9098.0, 9058.0, 9080.0, 9060.0, 9079.0, 9054.0, 9077.0, 9036.0, 9063.0, 9023.0, 9052.0, 9043.0, 9020.0, 9075.0, 9040.0, 9065.0, 9017.0, 9051.0, 9017.0, 9039.0, 9097.0, 9070.0, 9080.0, 9057.0, 9066.0, 9049.0, 9073.0, 9051.0, 9089.0, 9062.0, 9082.0, 9074.0, 9115.0, 9113.0, 9130.0, 9088.0, 9107.0, 9065.0, 9103.0, 9037.0, 9070.0, 9044.0, 9031.0, 9068.0, 9029.0, 9066.0, 9045.0, 9049.0, 9016.0, 9046.0, 9011.0, 9034.0, 9018.0, 9042.0, 9040.0, 9078.0, 9025.0, 9067.0, 9023.0, 9054.0, 9023.0, 9059.0, 9093.0, 9055.0, 9050.0, 9050.0, 9022.0, 9063.0, 9040.0, 9067.0, 9058.0, 9088.0, 9040.0, 9068.0, 9047.0, 9038.0, 9087.0, 9035.0, 9070.0, 9032.0, 9078.0, 9031.0, 9043.0, 8999.0, 9029.0, 8999.0, 9029.0, 9088.0, 9051.0, 9053.0, 9018.0, 9055.0, 9020.0, 9061.0, 9021.0, 9063.0, 9022.0, 9053.0, 9040.0, 9076.0, 9029.0, 9059.0, 9026.0, 9044.0, 9060.0, 9079.0, 9063.0, 9079.0, 9032.0, 9076.0, 9065.0, 9096.0, 9067.0, 9108.0, 9050.0, 9104.0, 9066.0, 9112.0, 9063.0, 9099.0, 9056.0, 9099.0, 9033.0, 9050.0, 9013.0, 9018.0, 9064.0, 9032.0, 9072.0, 9011.0, 9054.0, 8993.0, 9041.0, 9032.0, 9020.0, 8986.0, 9003.0, 8986.0, 9018.0, 9006.0, 9038.0, 9026.0, 9053.0, 9050.0, 9072.0, 9052.0, 9062.0, 9057.0, 9051.0, 9058.0, 9055.0, 9048.0, 9091.0, 9041.0, 9076.0, 9024.0, 9042.0, 9009.0, 9026.0, 9063.0, 9009.0, 9045.0, 9010.0, 9049.0, 9013.0, 9017.0, 9029.0, 9055.0, 9051.0, 9098.0, 9081.0, 9078.0, 9076.0, 9065.0, 9082.0, 9097.0, 9111.0, 9061.0, 9079.0, 9112.0, 9060.0, 9096.0, 9065.0, 9101.0, 9062.0, 9076.0, 9052.0, 9059.0, 9048.0, 9063.0, 9069.0, 9094.0, 9058.0, 9078.0, 9053.0, 9082.0, 9076.0, 9102.0, 9076.0, 9106.0, 9052.0, 9033.0, 9052.0, 9052.0, 9038.0, 9072.0, 9039.0, 9087.0, 9037.0, 9093.0, 9034.0, 9058.0, 9006.0, 9023.0, 9033.0, 9035.0, 9010.0, 9013.0, 8977.0, 8994.0, 8994.0, 9018.0, 9023.0, 9034.0, 9039.0, 9047.0, 9021.0, 9046.0, 9032.0, 9067.0, 9009.0, 9043.0, 9006.0, 9036.0, 8997.0, 9022.0, 9004.0, 9034.0, 9009.0, 9031.0, 9035.0, 9064.0, 9026.0, 9028.0, 9011.0, 9044.0, 9013.0, 9069.0, 9030.0, 9023.0, 9018.0, 9025.0, 9031.0, 9030.0, 9039.0, 9039.0, 9067.0, 9056.0, 9069.0, 9066.0, 9067.0, 9071.0, 9099.0, 9091.0, 9099.0, 9077.0, 9100.0, 9080.0, 9113.0, 9073.0, 9094.0, 9055.0, 9076.0, 9036.0, 9061.0, 9022.0, 9028.0, 9042.0, 9007.0, 9043.0, 9005.0, 9041.0, 8983.0, 9025.0, 8981.0, 8995.0, 8995.0, 9012.0, 9004.0, 9031.0, 9026.0, 9057.0, 9068.0, 9074.0, 9072.0, 9075.0, 9085.0, 9055.0, 9076.0, 9093.0, 9095.0, 9095.0, 9089.0, 9091.0, 9088.0, 9092.0, 9113.0, 9074.0, 9080.0, 9102.0, 9081.0, 9114.0, 9074.0, 9096.0, 9059.0, 9097.0, 9078.0, 9098.0, 9093.0, 9070.0, 9057.0, 9058.0, 9090.0, 9060.0, 9085.0, 9055.0, 9065.0, 9038.0, 9067.0, 9044.0, 9059.0, 9076.0, 9065.0, 9121.0, 9079.0, 9112.0, 9069.0, 9049.0, 9052.0, 9048.0, 9079.0, 9064.0, 9064.0, 9031.0, 9047.0, 9081.0, 9043.0, 9068.0, 9044.0, 9068.0, 9047.0, 9068.0, 9045.0, 9070.0, 9046.0, 9070.0, 9049.0, 9043.0, 9033.0, 9031.0, 9077.0, 9050.0, 9030.0, 9034.0, 9030.0, 9055.0, 9048.0, 9093.0, 9070.0, 9096.0, 9062.0, 9047.0, 9035.0, 9049.0, 9065.0, 9045.0, 9079.0, 9048.0, 9067.0, 9046.0, 9055.0, 9026.0, 9050.0, 9051.0, 9082.0, 9058.0, 9076.0, 9109.0, 9077.0, 9097.0, 9060.0, 9088.0, 9053.0, 9091.0, 9049.0, 9008.0, 9008.0, 9029.0, 9011.0, 9056.0, 9009.0, 9046.0, 9024.0, 9084.0, 9052.0, 9046.0, 9052.0, 9062.0, 9058.0, 9066.0, 9054.0, 9089.0, 9075.0, 9093.0, 9113.0, 9068.0, 9094.0, 9071.0, 9084.0, 9065.0, 9052.0, 9044.0, 9050.0, 9041.0, 9047.0, 9040.0, 9058.0, 9042.0, 9060.0, 9027.0, 9063.0, 9031.0, 9048.0, 9022.0, 9064.0, 9048.0, 9063.0, 9024.0, 9028.0, 9024.0, 9046.0, 9027.0, 9056.0, 9045.0, 9055.0, 9044.0, 9044.0, 9050.0, 9070.0, 9072.0, 9064.0, 9069.0, 9082.0, 9072.0, 9099.0, 9072.0, 9102.0, 9040.0, 9069.0, 9030.0, 9034.0, 9026.0, 9034.0, 9045.0, 9016.0, 9050.0, 9028.0, 9066.0, 9032.0, 9070.0, 9046.0, 9068.0, 9046.0, 9054.0, 9053.0, 9082.0, 9055.0, 9075.0, 9073.0, 9079.0, 9088.0, 9115.0, 9080.0, 9099.0, 9075.0, 9097.0, 9093.0, 9118.0, 9100.0, 9092.0, 9098.0, 9077.0, 9077.0, 9087.0, 9065.0, 9053.0, 9057.0, 9092.0, 9052.0, 9078.0, 9047.0, 9062.0, 9045.0, 9050.0, 9063.0, 9051.0, 9061.0, 9046.0, 9051.0, 9066.0, 9068.0, 9086.0, 9086.0, 9079.0, 9068.0, 9082.0, 9088.0, 9083.0, 9088.0, 9083.0, 9088.0, 9080.0, 9071.0, 9055.0, 9071.0, 9113.0, 9085.0, 9094.0, 9048.0, 9080.0, 9046.0, 9055.0, 9024.0, 9054.0, 9029.0, 9049.0, 9026.0, 9045.0, 9034.0, 9046.0, 9062.0, 9045.0, 9053.0, 9044.0, 9073.0, 9031.0, 9073.0, 9026.0, 9042.0, 9021.0, 9027.0, 9024.0, 9047.0, 9046.0, 9051.0, 9050.0, 9051.0, 9066.0, 9085.0, 9053.0, 9059.0, 9111.0, 9057.0, 9088.0, 9055.0, 9075.0, 9053.0, 9078.0, 9069.0, 9076.0, 9071.0, 9078.0, 9075.0, 9114.0, 9079.0, 9096.0, 9076.0, 9095.0, 9075.0, 9118.0, 9092.0, 9103.0, 9077.0, 9100.0, 9091.0, 9073.0, 9087.0, 9077.0, 9089.0, 9090.0, 9111.0, 9117.0, 9141.0, 9113.0, 9098.0, 9097.0, 9109.0, 9124.0, 9093.0, 9106.0, 9069.0, 9124.0, 9081.0, 9068.0, 9087.0, 9030.0, 9059.0, 9017.0, 9046.0, 8981.0, 9010.0, 8990.0, 8997.0, 8992.0, 8984.0, 8992.0, 8999.0, 9041.0, 9017.0, 9080.0, 9046.0, 9067.0, 9028.0, 9021.0, 9049.0, 9059.0, 9069.0, 9095.0, 9074.0, 9095.0, 9079.0, 9115.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.0007323279816513761</td></tr>
<tr><td colspan=3>aqi</td><td>0.037607518004587163</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.340613858897775</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1758735863834664</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9708810049598168</td></tr>
<tr><td colspan=3>efc</td><td>0.4425</td></tr>
<tr><td colspan=3>fber</td><td>7814.2305</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10010232725365861</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.045871559633028</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4061708629766527</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3368023988317437</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6882991177241364</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1934110723740776</td></tr>
<tr><td colspan=3>gcor</td><td>0.0136825</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014851039275527</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02562372386455536</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8280098409418604</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>32.7276</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.5084</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.8008</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309394.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>671.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.1282</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.111</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.5541</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3334.724</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3572.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4354.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.115</td></tr>
<tr><td colspan=3>tsnr</td><td>35.081721429829486</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>