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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0002_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-05_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-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-03_task-social_acq-mb8_run-05_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-0002/ses-03/func/sub-0002_ses-03_task-social_acq-mb8_run-05_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>dc355e1cff570fc113bf63a03ea13e5a</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:26:19.282500</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.997105, -0.0299901, -0.0698788, 0.0372592, 0.993757, 0.10516]</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-05_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.0699966</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4118, -7783, -7263, 633, -97, -236, 34, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.271</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e7aec233-2906-498e-b4a7-1169564b56aa||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.675158739089966, 0.09996367990970612, -0.17897962033748627, 107.92984771728516], [0.08046118915081024, 2.66617751121521, 0.2901398539543152, -107.77104187011719], [-0.18747960031032562, -0.2821367681026459, 2.678392171859741, -39.465614318847656], [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': ['102619.282500', '102619.742500', '102620.202500', '102620.662500', '102621.122500', '102621.582500', '102622.042500', '102622.502500', '102622.962500', '102623.422500', '102623.882500', '102624.342500', '102624.802500', '102625.262500', '102625.722500', '102626.182500', '102626.642500', '102627.102500', '102627.562500', '102628.022500', '102628.482500', '102628.942500', '102629.402500', '102629.862500', '102630.322500', '102630.782500', '102631.242500', '102631.702500', '102632.162500', '102632.622500', '102633.082500', '102633.542500', '102634.002500', '102634.462500', '102634.922500', '102635.382500', '102635.842500', '102636.302500', '102636.762500', '102637.222500', '102637.682500', '102638.142500', '102638.602500', '102639.062500', '102639.522500', '102639.982500', '102640.442500', '102640.902500', '102641.362500', '102641.822500', '102642.282500', '102642.742500', '102643.202500', '102643.662500', '102644.122500', '102644.582500', '102645.042500', '102645.502500', '102645.962500', '102646.422500', '102646.882500', '102647.342500', '102647.802500', '102648.262500', '102648.722500', '102649.182500', '102649.642500', '102650.102500', '102650.562500', '102651.022500', '102651.482500', '102651.942500', '102652.402500', '102652.862500', '102653.322500', '102653.782500', '102654.242500', '102654.702500', '102655.162500', '102655.622500', '102656.082500', '102656.542500', '102657.002500', '102657.462500', '102657.922500', '102658.382500', '102658.842500', '102659.302500', '102659.762500', '102700.222500', '102700.682500', '102701.142500', '102701.602500', '102702.062500', '102702.522500', '102702.982500', '102703.442500', '102703.902500', '102704.362500', '102704.822500', '102705.282500', '102705.742500', '102706.202500', '102706.662500', '102707.122500', '102707.582500', '102708.042500', '102708.502500', '102708.962500', '102709.422500', '102709.882500', '102710.342500', '102710.802500', '102711.262500', '102711.722500', '102712.182500', '102712.642500', '102713.102500', '102713.562500', '102714.022500', '102714.482500', '102714.942500', '102715.402500', '102715.862500', '102716.322500', '102716.782500', '102717.242500', '102717.702500', '102718.162500', '102718.622500', '102719.082500', '102719.542500', '102720.002500', '102720.462500', '102720.922500', '102721.382500', '102721.842500', '102722.302500', '102722.762500', '102723.222500', '102723.682500', '102724.142500', '102724.602500', '102725.062500', '102725.522500', '102725.982500', '102726.442500', '102726.902500', '102727.362500', '102727.822500', '102728.282500', '102728.742500', '102729.202500', '102729.662500', '102730.122500', '102730.582500', '102731.042500', '102731.502500', '102731.962500', '102732.422500', '102732.882500', '102733.342500', '102733.802500', '102734.262500', '102734.722500', '102735.182500', '102735.642500', '102736.102500', '102736.562500', '102737.022500', '102737.482500', '102737.942500', '102738.402500', '102738.862500', '102739.322500', '102739.782500', '102740.242500', '102740.702500', '102741.162500', '102741.622500', '102742.082500', '102742.542500', '102743.002500', '102743.462500', '102743.922500', '102744.382500', '102744.842500', '102745.302500', '102745.762500', '102746.222500', '102746.682500', '102747.142500', '102747.602500', '102748.062500', '102748.522500', '102748.982500', '102749.442500', '102749.902500', '102750.362500', '102750.822500', '102751.282500', '102751.742500', '102752.202500', '102752.662500', '102753.122500', '102753.582500', '102754.042500', '102754.502500', '102754.962500', '102755.422500', '102755.882500', '102756.342500', '102756.802500', '102757.262500', '102757.722500', '102758.182500', '102758.642500', '102759.102500', '102759.562500', '102800.022500', '102800.482500', '102800.942500', '102801.402500', '102801.862500', '102802.322500', '102802.782500', '102803.242500', '102803.702500', '102804.162500', '102804.622500', '102805.082500', '102805.542500', '102806.002500', '102806.462500', '102806.922500', '102807.382500', '102807.842500', '102808.302500', '102808.762500', '102809.222500', '102809.682500', '102810.142500', '102810.602500', '102811.062500', '102811.522500', '102811.982500', '102812.442500', '102812.902500', '102813.362500', '102813.822500', '102814.282500', '102814.742500', '102815.202500', '102815.662500', '102816.122500', '102816.582500', '102817.042500', '102817.502500', '102817.962500', '102818.422500', '102818.882500', '102819.342500', '102819.802500', '102820.262500', '102820.722500', '102821.182500', '102821.642500', '102822.102500', '102822.562500', '102823.022500', '102823.482500', '102823.942500', '102824.402500', '102824.862500', '102825.322500', '102825.782500', '102826.242500', '102826.702500', '102827.162500', '102827.622500', '102828.082500', '102828.542500', '102829.002500', '102829.462500', '102829.922500', '102830.382500', '102830.842500', '102831.302500', '102831.762500', '102832.222500', '102832.682500', '102833.142500', '102833.602500', '102834.062500', '102834.522500', '102834.982500', '102835.442500', '102835.902500', '102836.362500', '102836.822500', '102837.282500', '102837.742500', '102838.202500', '102838.662500', '102839.122500', '102839.582500', '102840.042500', '102840.502500', '102840.962500', '102841.422500', '102841.882500', '102842.342500', '102842.802500', '102843.262500', '102843.722500', '102844.182500', '102844.642500', '102845.102500', '102845.562500', '102846.022500', '102846.482500', '102846.942500', '102847.402500', '102847.862500', '102848.322500', '102848.782500', '102849.242500', '102849.702500', '102850.162500', '102850.622500', '102851.082500', '102851.542500', '102852.002500', '102852.462500', '102852.922500', '102853.382500', '102853.842500', '102854.302500', '102854.762500', '102855.222500', '102855.682500', '102856.142500', '102856.602500', '102857.062500', '102857.522500', '102857.982500', '102858.442500', '102858.902500', '102859.362500', '102859.822500', '102900.282500', '102900.742500', '102901.202500', '102901.662500', '102902.122500', '102902.582500', '102903.042500', '102903.502500', '102903.962500', '102904.422500', '102904.882500', '102905.342500', '102905.802500', '102906.262500', '102906.722500', '102907.182500', '102907.642500', '102908.102500', '102908.562500', '102909.022500', '102909.482500', '102909.942500', '102910.402500', '102910.862500', '102911.322500', '102911.782500', '102912.242500', '102912.702500', '102913.162500', '102913.622500', '102914.082500', '102914.542500', '102915.002500', '102915.462500', '102915.922500', '102916.382500', '102916.842500', '102917.302500', '102917.762500', '102918.222500', '102918.682500', '102919.142500', '102919.602500', '102920.062500', '102920.522500', '102920.982500', '102921.442500', '102921.902500', '102922.362500', '102922.822500', '102923.282500', '102923.742500', '102924.202500', '102924.662500', '102925.122500', '102925.582500', '102926.042500', '102926.502500', '102926.962500', '102927.422500', '102927.882500', '102928.342500', '102928.802500', '102929.262500', '102929.722500', '102930.182500', '102930.642500', '102931.102500', '102931.562500', '102932.022500', '102932.482500', '102932.942500', '102933.402500', '102933.862500', '102934.322500', '102934.782500', '102935.242500', '102935.702500', '102936.162500', '102936.622500', '102937.082500', '102937.542500', '102938.002500', '102938.462500', '102938.922500', '102939.382500', '102939.842500', '102940.302500', '102940.762500', '102941.222500', '102941.682500', '102942.142500', '102942.602500', '102943.062500', '102943.522500', '102943.982500', '102944.442500', '102944.902500', '102945.362500', '102945.822500', '102946.282500', '102946.742500', '102947.202500', '102947.662500', '102948.122500', '102948.582500', '102949.042500', '102949.502500', '102949.962500', '102950.422500', '102950.882500', '102951.342500', '102951.802500', '102952.262500', '102952.722500', '102953.182500', '102953.642500', '102954.102500', '102954.562500', '102955.022500', '102955.482500', '102955.942500', '102956.402500', '102956.862500', '102957.322500', '102957.782500', '102958.242500', '102958.702500', '102959.162500', '102959.622500', '103000.082500', '103000.542500', '103001.002500', '103001.462500', '103001.922500', '103002.382500', '103002.842500', '103003.302500', '103003.762500', '103004.222500', '103004.682500', '103005.142500', '103005.602500', '103006.062500', '103006.522500', '103006.982500', '103007.442500', '103007.902500', '103008.362500', '103008.822500', '103009.282500', '103009.742500', '103010.202500', '103010.662500', '103011.122500', '103011.582500', '103012.042500', '103012.502500', '103012.962500', '103013.422500', '103013.882500', '103014.342500', '103014.802500', '103015.262500', '103015.722500', '103016.182500', '103016.642500', '103017.102500', '103017.562500', '103018.022500', '103018.482500', '103018.942500', '103019.402500', '103019.862500', '103020.322500', '103020.782500', '103021.242500', '103021.702500', '103022.162500', '103022.622500', '103023.082500', '103023.542500', '103024.002500', '103024.462500', '103024.922500', '103025.382500', '103025.842500', '103026.302500', '103026.762500', '103027.222500', '103027.682500', '103028.142500', '103028.602500', '103029.062500', '103029.522500', '103029.982500', '103030.442500', '103030.902500', '103031.362500', '103031.822500', '103032.282500', '103032.742500', '103033.202500', '103033.662500', '103034.122500', '103034.582500', '103035.042500', '103035.502500', '103035.962500', '103036.422500', '103036.882500', '103037.342500', '103037.802500', '103038.262500', '103038.722500', '103039.182500', '103039.642500', '103040.102500', '103040.562500', '103041.022500', '103041.482500', '103041.942500', '103042.402500', '103042.862500', '103043.322500', '103043.782500', '103044.242500', '103044.702500', '103045.162500', '103045.622500', '103046.082500', '103046.542500', '103047.002500', '103047.462500', '103047.922500', '103048.382500', '103048.842500', '103049.302500', '103049.762500', '103050.222500', '103050.682500', '103051.142500', '103051.602500', '103052.062500', '103052.522500', '103052.982500', '103053.442500', '103053.902500', '103054.362500', '103054.822500', '103055.282500', '103055.742500', '103056.202500', '103056.662500', '103057.122500', '103057.582500', '103058.042500', '103058.502500', '103058.962500', '103059.422500', '103059.882500', '103100.342500', '103100.802500', '103101.262500', '103101.722500', '103102.182500', '103102.642500', '103103.102500', '103103.562500', '103104.022500', '103104.482500', '103104.942500', '103105.402500', '103105.862500', '103106.322500', '103106.782500', '103107.242500', '103107.702500', '103108.162500', '103108.622500', '103109.082500', '103109.542500', '103110.002500', '103110.462500', '103110.922500', '103111.382500', '103111.842500', '103112.302500', '103112.762500', '103113.222500', '103113.682500', '103114.142500', '103114.602500', '103115.062500', '103115.522500', '103115.982500', '103116.442500', '103116.902500', '103117.362500', '103117.822500', '103118.282500', '103118.742500', '103119.202500', '103119.662500', '103120.122500', '103120.582500', '103121.042500', '103121.502500', '103121.962500', '103122.422500', '103122.882500', '103123.342500', '103123.802500', '103124.262500', '103124.722500', '103125.182500', '103125.642500', '103126.102500', '103126.562500', '103127.022500', '103127.482500', '103127.942500', '103128.402500', '103128.862500', '103129.322500', '103129.782500', '103130.242500', '103130.702500', '103131.162500', '103131.622500', '103132.082500', '103132.542500', '103133.002500', '103133.462500', '103133.922500', '103134.382500', '103134.842500', '103135.302500', '103135.762500', '103136.222500', '103136.682500', '103137.142500', '103137.602500', '103138.062500', '103138.522500', '103138.982500', '103139.442500', '103139.902500', '103140.362500', '103140.822500', '103141.282500', '103141.742500', '103142.202500', '103142.662500', '103143.122500', '103143.582500', '103144.042500', '103144.502500', '103144.962500', '103145.422500', '103145.882500', '103146.342500', '103146.802500', '103147.262500', '103147.722500', '103148.182500', '103148.642500', '103149.102500', '103149.562500', '103150.022500', '103150.482500', '103150.942500', '103151.402500', '103151.862500', '103152.322500', '103152.782500', '103153.242500', '103153.702500', '103154.162500', '103154.622500', '103155.082500', '103155.542500', '103156.002500', '103156.462500', '103156.922500', '103157.382500', '103157.842500', '103158.302500', '103158.762500', '103159.222500', '103159.682500', '103200.142500', '103200.602500', '103201.062500', '103201.522500', '103201.982500', '103202.442500', '103202.902500', '103203.362500', '103203.822500', '103204.282500', '103204.742500', '103205.202500', '103205.662500', '103206.122500', '103206.582500', '103207.042500', '103207.502500', '103207.962500', '103208.422500', '103208.882500', '103209.342500', '103209.802500', '103210.262500', '103210.722500', '103211.182500', '103211.642500', '103212.102500', '103212.562500', '103213.022500', '103213.482500', '103213.942500', '103214.402500', '103214.862500', '103215.322500', '103215.782500', '103216.242500', '103216.702500', '103217.162500', '103217.622500', '103218.082500', '103218.542500', '103219.002500', '103219.462500', '103219.922500', '103220.382500', '103220.842500', '103221.302500', '103221.762500', '103222.222500', '103222.682500', '103223.142500', '103223.602500', '103224.062500', '103224.522500', '103224.982500', '103225.442500', '103225.902500', '103226.362500', '103226.822500', '103227.282500', '103227.742500', '103228.202500', '103228.662500', '103229.122500', '103229.582500', '103230.042500', '103230.502500', '103230.962500', '103231.422500', '103231.882500', '103232.342500', '103232.802500', '103233.262500', '103233.722500', '103234.182500', '103234.642500', '103235.102500', '103235.562500', '103236.022500', '103236.482500', '103236.942500', '103237.402500', '103237.862500', '103238.322500', '103238.782500', '103239.242500', '103239.702500', '103240.162500', '103240.622500', '103241.082500', '103241.542500', '103242.002500', '103242.462500', '103242.922500', '103243.382500', '103243.842500', '103244.302500', '103244.762500', '103245.222500', '103245.682500', '103246.142500', '103246.602500', '103247.062500', '103247.522500', '103247.982500', '103248.442500', '103248.902500', '103249.362500', '103249.822500', '103250.282500', '103250.742500', '103251.202500', '103251.662500', '103252.122500', '103252.582500', '103253.042500', '103253.502500', '103253.962500', '103254.422500', '103254.882500', '103255.342500', '103255.802500', '103256.262500', '103256.722500', '103257.182500', '103257.642500', '103258.102500', '103258.562500', '103259.022500', '103259.482500', '103259.942500'], 'ContentTime': ['102647.368000', '102647.372000', '102647.375000', '102647.378000', '102647.380000', '102647.383000', '102647.386000', '102647.389000', '102647.392000', '102647.395000', '102647.398000', '102647.401000', '102647.404000', '102647.407000', '102647.410000', '102647.413000', '102647.415000', '102647.418000', '102647.421000', '102647.424000', '102647.427000', '102647.430000', '102647.433000', '102647.436000', '102647.438000', '102647.441000', '102647.444000', '102647.447000', '102647.450000', '102647.453000', '102647.456000', '102647.459000', '102647.461000', '102647.464000', '102647.467000', '102647.470000', '102647.473000', '102647.476000', '102647.478000', '102647.481000', '102647.484000', '102647.487000', '102647.490000', '102647.493000', '102647.496000', '102647.499000', '102647.502000', '102647.505000', '102647.508000', '102647.511000', '102647.514000', '102647.516000', '102647.525000', '102647.527000', '102647.530000', '102647.533000', '102647.536000', '102647.539000', '102647.542000', '102707.332000', '102707.335000', '102707.339000', '102707.342000', '102707.345000', '102707.348000', '102707.351000', '102707.353000', '102707.356000', '102707.359000', '102707.362000', '102707.365000', '102707.368000', '102707.370000', '102707.373000', '102707.376000', '102707.379000', '102707.382000', '102707.385000', '102707.387000', '102707.390000', '102707.393000', '102707.396000', '102707.399000', '102707.402000', '102707.414000', '102707.417000', '102707.420000', '102707.423000', '102707.426000', '102707.428000', '102707.431000', '102707.434000', '102707.437000', '102707.440000', '102707.443000', '102707.445000', '102707.448000', '102707.451000', '102707.454000', '102707.457000', '102707.460000', '102707.463000', '102707.465000', '102727.333000', '102727.336000', '102727.339000', '102727.342000', '102727.344000', '102727.347000', '102727.350000', '102727.353000', '102727.356000', '102727.359000', '102727.362000', '102727.364000', '102727.367000', '102727.370000', '102727.373000', '102727.376000', '102727.379000', '102727.381000', '102727.384000', '102727.387000', '102727.390000', '102727.393000', '102727.396000', '102727.399000', '102727.402000', '102727.404000', '102727.407000', '102727.410000', '102727.413000', '102727.416000', '102727.419000', '102727.421000', '102727.424000', '102727.427000', '102727.430000', '102727.433000', '102727.436000', '102727.439000', '102727.442000', '102727.445000', '102727.449000', '102727.452000', '102727.454000', '102747.333000', '102747.336000', '102747.339000', '102747.342000', '102747.345000', '102747.347000', '102747.350000', '102747.353000', '102747.356000', '102747.359000', '102747.362000', '102747.365000', '102747.367000', '102747.370000', '102747.373000', '102747.376000', '102747.379000', '102747.382000', '102747.385000', '102747.387000', '102747.390000', '102747.393000', '102747.396000', '102747.399000', '102747.402000', '102747.405000', '102747.408000', '102747.410000', '102747.413000', '102747.416000', '102747.419000', '102747.422000', '102747.425000', '102747.428000', '102747.430000', '102747.433000', '102747.436000', '102747.439000', '102747.442000', '102747.445000', '102747.448000', '102747.450000', '102747.453000', '102747.456000', '102807.333000', '102807.342000', '102807.345000', '102807.348000', '102807.351000', '102807.354000', '102807.357000', '102807.359000', '102807.362000', '102807.365000', '102807.368000', '102807.371000', '102807.374000', '102807.377000', '102807.379000', '102807.382000', '102807.385000', '102807.388000', '102807.391000', '102807.394000', '102807.397000', '102807.400000', '102807.402000', '102807.405000', '102807.408000', '102807.411000', '102807.414000', '102807.417000', '102807.420000', '102807.422000', '102807.425000', '102807.428000', '102807.431000', '102807.434000', '102807.437000', '102807.440000', '102807.442000', '102807.445000', '102807.448000', '102807.451000', '102807.454000', '102807.457000', '102807.460000', '102827.333000', '102827.336000', '102827.339000', '102827.342000', '102827.344000', '102827.347000', '102827.350000', '102827.353000', '102827.356000', '102827.359000', '102827.362000', '102827.365000', '102827.367000', '102827.370000', '102827.373000', '102827.376000', '102827.379000', '102827.382000', '102827.384000', '102827.387000', '102827.390000', '102827.393000', '102827.396000', '102827.399000', '102827.402000', '102827.405000', '102827.408000', '102827.410000', '102827.413000', '102827.416000', '102827.419000', '102827.422000', '102827.425000', '102827.427000', '102827.430000', '102827.433000', '102827.436000', '102827.439000', '102827.442000', '102827.445000', '102827.448000', '102827.451000', '102827.453000', '102827.456000', '102847.333000', '102847.336000', '102847.339000', '102847.342000', '102847.345000', '102847.348000', '102847.350000', '102847.353000', '102847.356000', '102847.359000', '102847.362000', '102847.365000', '102847.368000', '102847.370000', '102847.373000', '102847.376000', '102847.379000', '102847.382000', '102847.385000', '102847.388000', '102847.404000', '102847.407000', '102847.410000', '102847.412000', '102847.415000', '102847.418000', '102847.421000', '102847.424000', '102847.427000', '102847.429000', '102847.432000', '102847.435000', '102847.438000', '102847.441000', '102847.444000', '102847.447000', '102847.450000', '102847.452000', '102847.455000', '102847.458000', '102847.461000', '102847.464000', '102847.467000', '102907.333000', '102907.336000', '102907.339000', '102907.342000', '102907.345000', '102907.348000', '102907.351000', '102907.353000', '102907.356000', '102907.359000', '102907.362000', '102907.365000', '102907.368000', '102907.371000', '102907.373000', '102907.376000', '102907.379000', '102907.382000', '102907.385000', '102907.388000', '102907.391000', '102907.393000', '102907.396000', '102907.399000', '102907.402000', '102907.405000', '102907.408000', '102907.414000', '102907.416000', '102907.419000', '102907.422000', '102907.425000', '102907.428000', '102907.431000', '102907.434000', '102907.437000', '102907.440000', '102907.443000', '102907.446000', '102907.449000', '102907.451000', '102907.454000', '102907.457000', '102927.332000', '102927.335000', '102927.338000', '102927.341000', '102927.344000', '102927.346000', '102927.349000', '102927.352000', '102927.355000', '102927.358000', '102927.361000', '102927.364000', '102927.367000', '102927.370000', '102927.373000', '102927.375000', '102927.378000', '102927.381000', '102927.384000', '102927.387000', '102927.390000', '102927.393000', '102927.396000', '102927.399000', '102927.402000', '102927.405000', '102927.408000', '102927.411000', '102927.413000', '102927.416000', '102927.419000', '102927.422000', '102927.425000', '102927.428000', '102927.431000', '102927.434000', '102927.437000', '102927.440000', '102927.443000', '102927.446000', '102927.449000', '102927.451000', '102927.454000', '102927.457000', '102947.333000', '102947.336000', '102947.339000', '102947.342000', '102947.345000', '102947.348000', '102947.351000', '102947.354000', '102947.357000', '102947.360000', '102947.363000', '102947.366000', '102947.369000', '102947.371000', '102947.374000', '102947.377000', '102947.380000', '102947.383000', '102947.386000', '102947.389000', '102947.392000', '102947.394000', '102947.397000', '102947.400000', '102947.403000', '102947.406000', '102947.409000', '102947.412000', '102947.415000', '102947.417000', '102947.420000', '102947.423000', '102947.426000', '102947.429000', '102947.432000', '102947.435000', '102947.438000', '102947.441000', '102947.444000', '102947.446000', '102947.449000', '102947.452000', '102947.455000', '103007.333000', '103007.336000', '103007.339000', '103007.342000', '103007.345000', '103007.347000', '103007.350000', '103007.353000', '103007.356000', '103007.359000', '103007.362000', '103007.365000', '103007.367000', '103007.370000', '103007.373000', '103007.376000', '103007.379000', '103007.382000', '103007.385000', '103007.388000', '103007.391000', '103007.394000', '103007.396000', '103007.399000', '103007.402000', '103007.405000', '103007.408000', '103007.411000', '103007.414000', '103007.417000', '103007.419000', '103007.422000', '103007.425000', '103007.428000', '103007.431000', '103007.434000', '103007.437000', '103007.440000', '103007.443000', '103007.445000', '103007.448000', '103007.451000', '103007.454000', '103007.457000', '103027.333000', '103027.336000', '103027.349000', '103027.352000', '103027.355000', '103027.358000', '103027.361000', '103027.364000', '103027.367000', '103027.369000', '103027.372000', '103027.375000', '103027.378000', '103027.381000', '103027.384000', '103027.387000', '103027.391000', '103027.394000', '103027.397000', '103027.400000', '103027.403000', '103027.405000', '103027.408000', '103027.411000', '103027.414000', '103027.417000', '103027.420000', '103027.423000', '103027.426000', '103027.428000', '103027.431000', '103027.434000', '103027.437000', '103027.440000', '103027.443000', '103027.445000', '103027.448000', '103027.451000', '103027.454000', '103027.457000', '103027.460000', '103027.463000', '103027.470000', '103047.333000', '103047.336000', '103047.339000', '103047.342000', '103047.344000', '103047.347000', '103047.350000', '103047.353000', '103047.356000', '103047.359000', '103047.362000', '103047.364000', '103047.367000', '103047.370000', '103047.373000', '103047.376000', '103047.379000', '103047.382000', '103047.385000', '103047.387000', '103047.390000', '103047.393000', '103047.396000', '103047.399000', '103047.402000', '103047.405000', '103047.408000', '103047.410000', '103047.413000', '103047.416000', '103047.419000', '103047.422000', '103047.425000', '103047.428000', '103047.430000', '103047.433000', '103047.436000', '103047.439000', '103047.442000', '103047.445000', '103047.448000', '103047.451000', '103047.453000', '103047.456000', '103107.333000', '103107.336000', '103107.339000', '103107.342000', '103107.345000', '103107.348000', '103107.351000', '103107.354000', '103107.357000', '103107.359000', '103107.363000', '103107.365000', '103107.368000', '103107.371000', '103107.374000', '103107.377000', '103107.380000', '103107.383000', '103107.386000', '103107.389000', '103107.392000', '103107.395000', '103107.398000', '103107.401000', '103107.404000', '103107.407000', '103107.410000', '103107.413000', '103107.416000', '103107.419000', '103107.422000', '103107.424000', '103107.427000', '103107.430000', '103107.433000', '103107.436000', '103107.439000', '103107.442000', '103107.444000', '103107.447000', '103107.450000', '103107.453000', '103107.456000', '103127.333000', '103127.336000', '103127.339000', '103127.342000', '103127.345000', '103127.347000', '103127.350000', '103127.353000', '103127.356000', '103127.359000', '103127.362000', '103127.364000', '103127.367000', '103127.370000', '103127.373000', '103127.376000', '103127.379000', '103127.382000', '103127.385000', '103127.388000', '103127.390000', '103127.393000', '103127.396000', '103127.399000', '103127.402000', '103127.405000', '103127.408000', '103127.411000', '103127.414000', '103127.416000', '103127.419000', '103127.422000', '103127.425000', '103127.428000', '103127.431000', '103127.434000', '103127.436000', '103127.439000', '103127.442000', '103127.445000', '103127.448000', '103127.451000', '103127.454000', '103127.457000', '103147.332000', '103147.335000', '103147.338000', '103147.341000', '103147.344000', '103147.347000', '103147.350000', '103147.352000', '103147.355000', '103147.358000', '103147.361000', '103147.364000', '103147.367000', '103147.370000', '103147.373000', '103147.376000', '103147.379000', '103147.381000', '103147.384000', '103147.387000', '103147.390000', '103147.393000', '103147.396000', '103147.399000', '103147.402000', '103147.405000', '103147.408000', '103147.426000', '103147.429000', '103147.432000', '103147.435000', '103147.437000', '103147.440000', '103147.443000', '103147.446000', '103147.449000', '103147.452000', '103147.455000', '103147.458000', '103147.460000', '103147.463000', '103147.466000', '103147.469000', '103207.333000', '103207.336000', '103207.339000', '103207.342000', '103207.345000', '103207.347000', '103207.350000', '103207.353000', '103207.356000', '103207.359000', '103207.362000', '103207.364000', '103207.367000', '103207.370000', '103207.373000', '103207.376000', '103207.379000', '103207.382000', '103207.385000', '103207.387000', '103207.390000', '103207.393000', '103207.396000', '103207.399000', '103207.402000', '103207.405000', '103207.408000', '103207.410000', '103207.413000', '103207.416000', '103207.419000', '103207.422000', '103207.425000', '103207.428000', '103207.431000', '103207.434000', '103207.437000', '103207.439000', '103207.442000', '103207.445000', '103207.448000', '103207.451000', '103207.454000', '103207.457000', '103227.333000', '103227.336000', '103227.339000', '103227.342000', '103227.345000', '103227.348000', '103227.351000', '103227.354000', '103227.358000', '103227.362000', '103227.365000', '103227.368000', '103227.371000', '103227.374000', '103227.377000', '103227.381000', '103227.384000', '103227.387000', '103227.391000', '103227.394000', '103227.397000', '103227.400000', '103227.404000', '103227.407000', '103227.410000', '103227.413000', '103227.417000', '103227.420000', '103227.423000', '103227.427000', '103227.430000', '103227.433000', '103227.436000', '103227.439000', '103227.442000', '103227.444000', '103227.447000', '103227.450000', '103227.453000', '103227.456000', '103227.459000', '103227.462000', '103227.465000', '103247.333000', '103247.336000', '103247.339000', '103247.342000', '103247.345000', '103247.347000', '103247.350000', '103247.353000', '103247.356000', '103247.359000', '103247.362000', '103247.365000', '103247.367000', '103247.370000', '103247.373000', '103247.376000', '103247.379000', '103247.382000', '103247.385000', '103247.387000', '103247.390000', '103247.393000', '103247.396000', '103247.399000', '103247.402000', '103247.405000', '103247.408000', '103247.410000', '103247.413000', '103247.416000', '103247.419000', '103247.422000', '103247.425000', '103247.428000', '103247.430000', '103247.433000', '103247.436000', '103247.439000', '103247.442000', '103247.445000', '103247.448000', '103247.450000', '103247.453000', '103247.456000', '103301.065000', '103301.069000', '103301.072000', '103301.076000', '103301.079000', '103301.082000', '103301.085000', '103301.088000', '103301.091000', '103301.094000', '103301.097000', '103301.100000', '103301.103000', '103301.106000', '103301.109000', '103301.112000', '103301.115000', '103301.118000', '103301.121000', '103301.124000', '103301.127000', '103301.130000', '103301.133000', '103301.136000', '103301.139000', '103301.142000', '103301.145000', '103301.148000', '103301.151000', '103301.154000'], 'InstanceCreationTime': ['102647.368000', '102647.372000', '102647.375000', '102647.378000', '102647.380000', '102647.383000', '102647.386000', '102647.389000', '102647.392000', '102647.395000', '102647.398000', '102647.401000', '102647.404000', '102647.407000', '102647.410000', '102647.413000', '102647.415000', '102647.418000', '102647.421000', '102647.424000', '102647.427000', '102647.430000', '102647.433000', '102647.436000', '102647.438000', '102647.441000', '102647.444000', '102647.447000', '102647.450000', '102647.453000', '102647.456000', '102647.459000', '102647.461000', '102647.464000', '102647.467000', '102647.470000', '102647.473000', '102647.476000', '102647.478000', '102647.481000', '102647.484000', '102647.487000', '102647.490000', '102647.493000', '102647.496000', '102647.499000', '102647.502000', '102647.505000', '102647.508000', '102647.511000', '102647.514000', '102647.516000', '102647.525000', '102647.527000', '102647.530000', '102647.533000', '102647.536000', '102647.539000', '102647.542000', '102707.332000', '102707.335000', '102707.339000', '102707.342000', '102707.345000', '102707.348000', '102707.351000', '102707.353000', '102707.356000', '102707.359000', '102707.362000', '102707.365000', '102707.368000', '102707.370000', '102707.373000', '102707.376000', '102707.379000', '102707.382000', '102707.385000', '102707.387000', '102707.390000', '102707.393000', '102707.396000', '102707.399000', '102707.402000', '102707.414000', '102707.417000', '102707.420000', '102707.423000', '102707.426000', '102707.428000', '102707.431000', '102707.434000', '102707.437000', '102707.440000', '102707.443000', '102707.445000', '102707.448000', '102707.451000', '102707.454000', '102707.457000', '102707.460000', '102707.463000', '102707.465000', '102727.333000', '102727.336000', '102727.339000', '102727.342000', '102727.344000', '102727.347000', '102727.350000', '102727.353000', '102727.356000', '102727.359000', '102727.362000', '102727.364000', '102727.367000', '102727.370000', '102727.373000', '102727.376000', '102727.379000', '102727.381000', '102727.384000', '102727.387000', '102727.390000', '102727.393000', '102727.396000', '102727.399000', '102727.402000', '102727.404000', '102727.407000', '102727.410000', '102727.413000', '102727.416000', '102727.419000', '102727.421000', '102727.424000', '102727.427000', '102727.430000', '102727.433000', '102727.436000', '102727.439000', '102727.442000', '102727.445000', '102727.449000', '102727.452000', '102727.454000', '102747.333000', '102747.336000', '102747.339000', '102747.342000', '102747.345000', '102747.347000', '102747.350000', '102747.353000', '102747.356000', '102747.359000', '102747.362000', '102747.365000', '102747.367000', '102747.370000', '102747.373000', '102747.376000', '102747.379000', '102747.382000', '102747.385000', '102747.387000', '102747.390000', '102747.393000', '102747.396000', '102747.399000', '102747.402000', '102747.405000', '102747.408000', '102747.410000', '102747.413000', '102747.416000', '102747.419000', '102747.422000', '102747.425000', '102747.428000', '102747.430000', '102747.433000', '102747.436000', '102747.439000', '102747.442000', '102747.445000', '102747.448000', '102747.450000', '102747.453000', '102747.456000', '102807.333000', '102807.342000', '102807.345000', '102807.348000', '102807.351000', '102807.354000', '102807.357000', '102807.359000', '102807.362000', '102807.365000', '102807.368000', '102807.371000', '102807.374000', '102807.377000', '102807.379000', '102807.382000', '102807.385000', '102807.388000', '102807.391000', '102807.394000', '102807.397000', '102807.400000', '102807.402000', '102807.405000', '102807.408000', '102807.411000', '102807.414000', '102807.417000', '102807.420000', '102807.422000', '102807.425000', '102807.428000', '102807.431000', '102807.434000', '102807.437000', '102807.440000', '102807.442000', '102807.445000', '102807.448000', '102807.451000', '102807.454000', '102807.457000', '102807.460000', '102827.333000', '102827.336000', '102827.339000', '102827.342000', '102827.344000', '102827.347000', '102827.350000', '102827.353000', '102827.356000', '102827.359000', '102827.362000', '102827.365000', '102827.367000', '102827.370000', '102827.373000', '102827.376000', '102827.379000', '102827.382000', '102827.384000', '102827.387000', '102827.390000', '102827.393000', '102827.396000', '102827.399000', '102827.402000', '102827.405000', '102827.408000', '102827.410000', '102827.413000', '102827.416000', '102827.419000', '102827.422000', '102827.425000', '102827.427000', '102827.430000', '102827.433000', '102827.436000', '102827.439000', '102827.442000', '102827.445000', '102827.448000', '102827.451000', '102827.453000', '102827.456000', '102847.333000', '102847.336000', '102847.339000', '102847.342000', '102847.345000', '102847.348000', '102847.350000', '102847.353000', '102847.356000', '102847.359000', '102847.362000', '102847.365000', '102847.368000', '102847.370000', '102847.373000', '102847.376000', '102847.379000', '102847.382000', '102847.385000', '102847.388000', '102847.404000', '102847.407000', '102847.410000', '102847.412000', '102847.415000', '102847.418000', '102847.421000', '102847.424000', '102847.427000', '102847.429000', '102847.432000', '102847.435000', '102847.438000', '102847.441000', '102847.444000', '102847.447000', '102847.450000', '102847.452000', '102847.455000', '102847.458000', '102847.461000', '102847.464000', '102847.467000', '102907.333000', '102907.336000', '102907.339000', '102907.342000', '102907.345000', '102907.348000', '102907.351000', '102907.353000', '102907.356000', '102907.359000', '102907.362000', '102907.365000', '102907.368000', '102907.371000', '102907.373000', '102907.376000', '102907.379000', '102907.382000', '102907.385000', '102907.388000', '102907.391000', '102907.393000', '102907.396000', '102907.399000', '102907.402000', '102907.405000', '102907.408000', '102907.414000', '102907.416000', '102907.419000', '102907.422000', '102907.425000', '102907.428000', '102907.431000', '102907.434000', '102907.437000', '102907.440000', '102907.443000', '102907.446000', '102907.449000', '102907.451000', '102907.454000', '102907.457000', '102927.332000', '102927.335000', '102927.338000', '102927.341000', '102927.344000', '102927.346000', '102927.349000', '102927.352000', '102927.355000', '102927.358000', '102927.361000', '102927.364000', '102927.367000', '102927.370000', '102927.373000', '102927.375000', '102927.378000', '102927.381000', '102927.384000', '102927.387000', '102927.390000', '102927.393000', '102927.396000', '102927.399000', '102927.402000', '102927.405000', '102927.408000', '102927.411000', '102927.413000', '102927.416000', '102927.419000', '102927.422000', '102927.425000', '102927.428000', '102927.431000', '102927.434000', '102927.437000', '102927.440000', '102927.443000', '102927.446000', '102927.449000', '102927.451000', '102927.454000', '102927.457000', '102947.333000', '102947.336000', '102947.339000', '102947.342000', '102947.345000', '102947.348000', '102947.351000', '102947.354000', '102947.357000', '102947.360000', '102947.363000', '102947.366000', '102947.369000', '102947.371000', '102947.374000', '102947.377000', '102947.380000', '102947.383000', '102947.386000', '102947.389000', '102947.392000', '102947.394000', '102947.397000', '102947.400000', '102947.403000', '102947.406000', '102947.409000', '102947.412000', '102947.415000', '102947.417000', '102947.420000', '102947.423000', '102947.426000', '102947.429000', '102947.432000', '102947.435000', '102947.438000', '102947.441000', '102947.444000', '102947.446000', '102947.449000', '102947.452000', '102947.455000', '103007.333000', '103007.336000', '103007.339000', '103007.342000', '103007.345000', '103007.347000', '103007.350000', '103007.353000', '103007.356000', '103007.359000', '103007.362000', '103007.365000', '103007.367000', '103007.370000', '103007.373000', '103007.376000', '103007.379000', '103007.382000', '103007.385000', '103007.388000', '103007.391000', '103007.394000', '103007.396000', '103007.399000', '103007.402000', '103007.405000', '103007.408000', '103007.411000', '103007.414000', '103007.417000', '103007.419000', '103007.422000', '103007.425000', '103007.428000', '103007.431000', '103007.434000', '103007.437000', '103007.440000', '103007.443000', '103007.445000', '103007.448000', '103007.451000', '103007.454000', '103007.457000', '103027.333000', '103027.336000', '103027.349000', '103027.352000', '103027.355000', '103027.358000', '103027.361000', '103027.364000', '103027.367000', '103027.369000', '103027.372000', '103027.375000', '103027.378000', '103027.381000', '103027.384000', '103027.387000', '103027.391000', '103027.394000', '103027.397000', '103027.400000', '103027.403000', '103027.405000', '103027.408000', '103027.411000', '103027.414000', '103027.417000', '103027.420000', '103027.423000', '103027.426000', '103027.428000', '103027.431000', '103027.434000', '103027.437000', '103027.440000', '103027.443000', '103027.445000', '103027.448000', '103027.451000', '103027.454000', '103027.457000', '103027.460000', '103027.463000', '103027.470000', '103047.333000', '103047.336000', '103047.339000', '103047.342000', '103047.344000', '103047.347000', '103047.350000', '103047.353000', '103047.356000', '103047.359000', '103047.362000', '103047.364000', '103047.367000', '103047.370000', '103047.373000', '103047.376000', '103047.379000', '103047.382000', '103047.385000', '103047.387000', '103047.390000', '103047.393000', '103047.396000', '103047.399000', '103047.402000', '103047.405000', '103047.408000', '103047.410000', '103047.413000', '103047.416000', '103047.419000', '103047.422000', '103047.425000', '103047.428000', '103047.430000', '103047.433000', '103047.436000', '103047.439000', '103047.442000', '103047.445000', '103047.448000', '103047.451000', '103047.453000', '103047.456000', '103107.333000', '103107.336000', '103107.339000', '103107.342000', '103107.345000', '103107.348000', '103107.351000', '103107.354000', '103107.357000', '103107.359000', '103107.363000', '103107.365000', '103107.368000', '103107.371000', '103107.374000', '103107.377000', '103107.380000', '103107.383000', '103107.386000', '103107.389000', '103107.392000', '103107.395000', '103107.398000', '103107.401000', '103107.404000', '103107.407000', '103107.410000', '103107.413000', '103107.416000', '103107.419000', '103107.422000', '103107.424000', '103107.427000', '103107.430000', '103107.433000', '103107.436000', '103107.439000', '103107.442000', '103107.444000', '103107.447000', '103107.450000', '103107.453000', '103107.456000', '103127.333000', '103127.336000', '103127.339000', '103127.342000', '103127.345000', '103127.347000', '103127.350000', '103127.353000', '103127.356000', '103127.359000', '103127.362000', '103127.364000', '103127.367000', '103127.370000', '103127.373000', '103127.376000', '103127.379000', '103127.382000', '103127.385000', '103127.388000', '103127.390000', '103127.393000', '103127.396000', '103127.399000', '103127.402000', '103127.405000', '103127.408000', '103127.411000', '103127.414000', '103127.416000', '103127.419000', '103127.422000', '103127.425000', '103127.428000', '103127.431000', '103127.434000', '103127.436000', '103127.439000', '103127.442000', '103127.445000', '103127.448000', '103127.451000', '103127.454000', '103127.457000', '103147.332000', '103147.335000', '103147.338000', '103147.341000', '103147.344000', '103147.347000', '103147.350000', '103147.352000', '103147.355000', '103147.358000', '103147.361000', '103147.364000', '103147.367000', '103147.370000', '103147.373000', '103147.376000', '103147.379000', '103147.381000', '103147.384000', '103147.387000', '103147.390000', '103147.393000', '103147.396000', '103147.399000', '103147.402000', '103147.405000', '103147.408000', '103147.426000', '103147.429000', '103147.432000', '103147.435000', '103147.437000', '103147.440000', '103147.443000', '103147.446000', '103147.449000', '103147.452000', '103147.455000', '103147.458000', '103147.460000', '103147.463000', '103147.466000', '103147.469000', '103207.333000', '103207.336000', '103207.339000', '103207.342000', '103207.345000', '103207.347000', '103207.350000', '103207.353000', '103207.356000', '103207.359000', '103207.362000', '103207.364000', '103207.367000', '103207.370000', '103207.373000', '103207.376000', '103207.379000', '103207.382000', '103207.385000', '103207.387000', '103207.390000', '103207.393000', '103207.396000', '103207.399000', '103207.402000', '103207.405000', '103207.408000', '103207.410000', '103207.413000', '103207.416000', '103207.419000', '103207.422000', '103207.425000', '103207.428000', '103207.431000', '103207.434000', '103207.437000', '103207.439000', '103207.442000', '103207.445000', '103207.448000', '103207.451000', '103207.454000', '103207.457000', '103227.333000', '103227.336000', '103227.339000', '103227.342000', '103227.345000', '103227.348000', '103227.351000', '103227.354000', '103227.358000', '103227.362000', '103227.365000', '103227.368000', '103227.371000', '103227.374000', '103227.377000', '103227.381000', '103227.384000', '103227.387000', '103227.391000', '103227.394000', '103227.397000', '103227.400000', '103227.404000', '103227.407000', '103227.410000', '103227.413000', '103227.417000', '103227.420000', '103227.423000', '103227.427000', '103227.430000', '103227.433000', '103227.436000', '103227.439000', '103227.442000', '103227.444000', '103227.447000', '103227.450000', '103227.453000', '103227.456000', '103227.459000', '103227.462000', '103227.465000', '103247.333000', '103247.336000', '103247.339000', '103247.342000', '103247.345000', '103247.347000', '103247.350000', '103247.353000', '103247.356000', '103247.359000', '103247.362000', '103247.365000', '103247.367000', '103247.370000', '103247.373000', '103247.376000', '103247.379000', '103247.382000', '103247.385000', '103247.387000', '103247.390000', '103247.393000', '103247.396000', '103247.399000', '103247.402000', '103247.405000', '103247.408000', '103247.410000', '103247.413000', '103247.416000', '103247.419000', '103247.422000', '103247.425000', '103247.428000', '103247.430000', '103247.433000', '103247.436000', '103247.439000', '103247.442000', '103247.445000', '103247.448000', '103247.450000', '103247.453000', '103247.456000', '103301.065000', '103301.069000', '103301.072000', '103301.076000', '103301.079000', '103301.082000', '103301.085000', '103301.088000', '103301.091000', '103301.094000', '103301.097000', '103301.100000', '103301.103000', '103301.106000', '103301.109000', '103301.112000', '103301.115000', '103301.118000', '103301.121000', '103301.124000', '103301.127000', '103301.130000', '103301.133000', '103301.136000', '103301.139000', '103301.142000', '103301.145000', '103301.148000', '103301.151000', '103301.154000'], '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': [11245, 10097, 8586, 8405, 13321, 9918, 9861, 15256, 10705, 10541, 8137, 9968, 7239, 7840, 10697, 8051, 8994, 7329, 8183, 10450, 7097, 6963, 8041, 7735, 7599, 6688, 8129, 6967, 8964, 9335, 8485, 11438, 8336, 11276, 8708, 7637, 9325, 7213, 10525, 13642, 9922, 14258, 11489, 12687, 10544, 12423, 8002, 8637, 7627, 7813, 10223, 7864, 8734, 7845, 8392, 8580, 8452, 7102, 7825, 7154, 8119, 10682, 8004, 9470, 7423, 8865, 9304, 8701, 9036, 7792, 7424, 7834, 8244, 8252, 10417, 8248, 9983, 8300, 10216, 8282, 10744, 7878, 10423, 7570, 9182, 13129, 8753, 10714, 7909, 9325, 7365, 8503, 6644, 8643, 6957, 9257, 8611, 8849, 12114, 8813, 10981, 8236, 11525, 7443, 9087, 7676, 8293, 12032, 8733, 10354, 7437, 8770, 8089, 8773, 6950, 7968, 10859, 8073, 9129, 7132, 8429, 10640, 7755, 9727, 7678, 9554, 7924, 9629, 7598, 8985, 7154, 9026, 8839, 8567, 11089, 8210, 10144, 7836, 9531, 7238, 9059, 7578, 8914, 12964, 9041, 10062, 7543, 8846, 6888, 8274, 11791, 7892, 9714, 7005, 8553, 9105, 7783, 11236, 7833, 9440, 7879, 7900, 8091, 10782, 8334, 9583, 8739, 8794, 13437, 9155, 12777, 8638, 8194, 8314, 10747, 8057, 10104, 10410, 9010, 12249, 9011, 10342, 7707, 8585, 6867, 9009, 8344, 8628, 11704, 8530, 9831, 8960, 10578, 8525, 8537, 7442, 8366, 11362, 8170, 9345, 8716, 8388, 11448, 8626, 9985, 8085, 8598, 7975, 8989, 7964, 10142, 8146, 9539, 8058, 9904, 8378, 9962, 7062, 9172, 13365, 9487, 10019, 9778, 8692, 12646, 8322, 9054, 9252, 7835, 10526, 7694, 8852, 6587, 8563, 7722, 8142, 10365, 8146, 9789, 7659, 8881, 6960, 8711, 6611, 9600, 12414, 8833, 10730, 7965, 9471, 12524, 8820, 11433, 8933, 10199, 8543, 10478, 7767, 9588, 11914, 8866, 10172, 7970, 9291, 12112, 8654, 11131, 8620, 9814, 8122, 10580, 7669, 9849, 13789, 9188, 9833, 8195, 8826, 11620, 8117, 9979, 7193, 8630, 11044, 8163, 9651, 7258, 8684, 8412, 8227, 7359, 8560, 10960, 8524, 11058, 9650, 9376, 12661, 8436, 9189, 10836, 8575, 11082, 8325, 10063, 7646, 9191, 12779, 8528, 9903, 7282, 8802, 10549, 8092, 10614, 8142, 8684, 8052, 10450, 7964, 9264, 11977, 8906, 9916, 7839, 9093, 7275, 9258, 9162, 9218, 12322, 8871, 10061, 12431, 9798, 13345, 9246, 8188, 8405, 7479, 9666, 8547, 10118, 10497, 9990, 13009, 10120, 13143, 9837, 11304, 7634, 9761, 13730, 9703, 11601, 7917, 9928, 12553, 9210, 11043, 8471, 9415, 7137, 9530, 8262, 8630, 10904, 8200, 9853, 8037, 8927, 10812, 8443, 10243, 8064, 10079, 9181, 8893, 11243, 8306, 9817, 8966, 8957, 8839, 9034, 7710, 9396, 7444, 10232, 14380, 10276, 11364, 12248, 9826, 14551, 10678, 12070, 8852, 10987, 10831, 9694, 13399, 8720, 9759, 13594, 9342, 10963, 8754, 9573, 7332, 9323, 11373, 8978, 9897, 8521, 9511, 9486, 8703, 9040, 9282, 11624, 8354, 9720, 13324, 9287, 9905, 11526, 8695, 11077, 8685, 9336, 7468, 8593, 10932, 8580, 9279, 8116, 8690, 10564, 9143, 10021, 8465, 8788, 7432, 8936, 11610, 8285, 9119, 12464, 8845, 9962, 8323, 8894, 7782, 8878, 7164, 9342, 8005, 9525, 12573, 9605, 12214, 10131, 13311, 9267, 9960, 7614, 9583, 14265, 9980, 10920, 11528, 9486, 14550, 10217, 9888, 7268, 8977, 11053, 8600, 9791, 8437, 8897, 11013, 8518, 9794, 8758, 8458, 10561, 8426, 9573, 7376, 9175, 10705, 8138, 10671, 8230, 8742, 9404, 9299, 8922, 8902, 9944, 8693, 12479, 9548, 11093, 16112, 10259, 11356, 10818, 10000, 12651, 8421, 10961, 9925, 9477, 14144, 8972, 9744, 11028, 8767, 10523, 8359, 10073, 8445, 9104, 11244, 8500, 9563, 8542, 8953, 9639, 8171, 11091, 8091, 10083, 10206, 8926, 11106, 8202, 9420, 9023, 8892, 8987, 8583, 11248, 8537, 10022, 12943, 9598, 11602, 10138, 9435, 13446, 8677, 10001, 8126, 9720, 9277, 8974, 11303, 8554, 9254, 13950, 8887, 10402, 8100, 8818, 7305, 9030, 11062, 8991, 11266, 11338, 9114, 14457, 10543, 10239, 11867, 8197, 10624, 8260, 10343, 8144, 9030, 11945, 9042, 9443, 8173, 9011, 10837, 8419, 9821, 9148, 9276, 11318, 8177, 9129, 10813, 8421, 9668, 7659, 9246, 9152, 8375, 10631, 8141, 9368, 10699, 8427, 10384, 9019, 9639, 8171, 9481, 7741, 10049, 10500, 9152, 13045, 10987, 12026, 12546, 8981, 14023, 9301, 9472, 15926, 10890, 10568, 11769, 8803, 10965, 8372, 8967, 7878, 8391, 10631, 7946, 8979, 11220, 8212, 9801, 7746, 8814, 9070, 8258, 10469, 7959, 9484, 11270, 8742, 10320, 8376, 9108, 11447, 8724, 9341, 8937, 8522, 10861, 8117, 9751, 8306, 9209, 11747, 8922, 10365, 10959, 8375, 10871, 8363, 9260, 7319, 9061, 11546, 7998, 10362, 7834, 9204, 10463, 8846, 10449, 8530, 8567, 9003, 11746, 9295, 12388, 10386, 12227, 11507, 12650, 7824, 10723, 15959, 10947, 15761, 14109, 10903, 14975, 11421, 12613, 8095, 9012, 13044, 9101, 9689, 13883, 9014, 11284, 8786, 9084, 10558, 8665, 9760, 7330, 9244, 9656, 8172, 10418, 7870, 9615, 11295, 8635, 9742, 9342, 8915, 11189, 8655, 10181, 7993, 9740, 11678, 8919, 10949, 10230, 8959, 11053, 8866, 9281, 7548, 9278, 11922, 8977, 10485, 11610, 8647, 11209, 8749, 9151, 7291, 8965, 12697, 8555, 10058, 13587, 9417, 10090, 13361, 9483, 12519, 9010, 9687, 8127, 9393, 8378, 9298, 12054, 9202, 12335, 11573, 12230, 8706, 10618, 14585, 10428, 13578, 13395, 10267, 12494, 11240, 10496, 14145, 8969, 9904, 8662, 8805, 10857, 8220, 9485, 11627, 8708, 9765, 8004, 8832, 10271, 8076, 10213, 7962, 8950, 11065, 8390, 10484, 8779, 8985, 11249, 8853, 10445, 8281, 10196, 10161, 9516, 12372, 8905, 10506, 11062, 9043, 11559, 8824, 10496, 8125, 10406, 9642, 9484, 12000, 8940, 10153, 10669, 9327, 9010, 9152, 12153, 8927, 10564, 11348, 9061, 11421, 8718, 10247, 7795, 9149, 7163, 9658, 12464, 9289, 10708, 9859, 9610, 12011, 9384, 11671, 9043, 11086, 8274, 10346, 16630, 11679, 11455, 13402, 11310, 14278, 10640, 12135, 8808, 11464, 12407, 9596, 12645, 9094, 10118], 'WindowCenter': [4280.0, 4255.0, 4221.0, 4219.0, 4258.0, 4226.0, 4227.0, 4256.0, 4225.0, 4212.0, 4181.0, 4200.0, 4169.0, 4180.0, 4209.0, 4181.0, 4190.0, 4169.0, 4191.0, 4196.0, 4188.0, 4143.0, 4219.0, 4194.0, 4195.0, 4185.0, 4205.0, 4197.0, 4240.0, 4240.0, 4232.0, 4262.0, 4232.0, 4261.0, 4220.0, 4208.0, 4231.0, 4199.0, 4235.0, 4245.0, 4225.0, 4244.0, 4224.0, 4233.0, 4212.0, 4221.0, 4179.0, 4177.0, 4167.0, 4166.0, 4195.0, 4169.0, 4177.0, 4168.0, 4179.0, 4177.0, 4180.0, 4160.0, 4169.0, 4159.0, 4179.0, 4208.0, 4179.0, 4198.0, 4169.0, 4201.0, 4200.0, 4191.0, 4202.0, 4182.0, 4170.0, 4169.0, 4178.0, 4192.0, 4211.0, 4192.0, 4212.0, 4194.0, 4213.0, 4194.0, 4223.0, 4182.0, 4210.0, 4169.0, 4200.0, 4220.0, 4190.0, 4210.0, 4191.0, 4200.0, 4170.0, 4190.0, 4159.0, 4188.0, 4170.0, 4213.0, 4191.0, 4202.0, 4232.0, 4205.0, 4224.0, 4193.0, 4223.0, 4169.0, 4189.0, 4168.0, 4178.0, 4219.0, 4202.0, 4211.0, 4171.0, 4203.0, 4181.0, 4191.0, 4160.0, 4181.0, 4221.0, 4192.0, 4199.0, 4159.0, 4204.0, 4235.0, 4194.0, 4213.0, 4195.0, 4224.0, 4205.0, 4213.0, 4184.0, 4202.0, 4174.0, 4214.0, 4203.0, 4203.0, 4222.0, 4193.0, 4213.0, 4183.0, 4213.0, 4183.0, 4204.0, 4182.0, 4203.0, 4233.0, 4203.0, 4213.0, 4183.0, 4202.0, 4160.0, 4191.0, 4219.0, 4180.0, 4199.0, 4160.0, 4191.0, 4190.0, 4194.0, 4234.0, 4195.0, 4214.0, 4195.0, 4195.0, 4195.0, 4236.0, 4206.0, 4215.0, 4205.0, 4217.0, 4246.0, 4216.0, 4245.0, 4202.0, 4191.0, 4193.0, 4211.0, 4181.0, 4213.0, 4211.0, 4191.0, 4222.0, 4190.0, 4212.0, 4171.0, 4190.0, 4150.0, 4191.0, 4181.0, 4193.0, 4222.0, 4191.0, 4213.0, 4202.0, 4213.0, 4192.0, 4191.0, 4159.0, 4180.0, 4219.0, 4191.0, 4190.0, 4179.0, 4192.0, 4221.0, 4192.0, 4212.0, 4181.0, 4190.0, 4181.0, 4201.0, 4193.0, 4213.0, 4194.0, 4214.0, 4196.0, 4216.0, 4195.0, 4215.0, 4173.0, 4203.0, 4232.0, 4203.0, 4213.0, 4202.0, 4191.0, 4220.0, 4181.0, 4204.0, 4201.0, 4180.0, 4198.0, 4168.0, 4188.0, 4147.0, 4189.0, 4169.0, 4181.0, 4211.0, 4194.0, 4214.0, 4193.0, 4215.0, 4175.0, 4194.0, 4164.0, 4214.0, 4235.0, 4206.0, 4224.0, 4184.0, 4215.0, 4234.0, 4206.0, 4235.0, 4205.0, 4214.0, 4205.0, 4224.0, 4183.0, 4203.0, 4222.0, 4192.0, 4213.0, 4182.0, 4203.0, 4234.0, 4205.0, 4222.0, 4194.0, 4213.0, 4195.0, 4225.0, 4197.0, 4227.0, 4246.0, 4215.0, 4226.0, 4206.0, 4205.0, 4223.0, 4181.0, 4202.0, 4159.0, 4191.0, 4221.0, 4193.0, 4213.0, 4174.0, 4207.0, 4206.0, 4206.0, 4186.0, 4207.0, 4226.0, 4220.0, 4250.0, 4230.0, 4217.0, 4236.0, 4207.0, 4218.0, 4237.0, 4205.0, 4223.0, 4193.0, 4202.0, 4171.0, 4216.0, 4234.0, 4193.0, 4212.0, 4183.0, 4218.0, 4225.0, 4196.0, 4224.0, 4196.0, 4204.0, 4196.0, 4226.0, 4197.0, 4229.0, 4237.0, 4206.0, 4216.0, 4185.0, 4204.0, 4173.0, 4203.0, 4193.0, 4202.0, 4223.0, 4192.0, 4202.0, 4222.0, 4214.0, 4244.0, 4203.0, 4206.0, 4193.0, 4171.0, 4213.0, 4193.0, 4215.0, 4224.0, 4214.0, 4247.0, 4229.0, 4234.0, 4213.0, 4212.0, 4159.0, 4190.0, 4232.0, 4201.0, 4211.0, 4168.0, 4190.0, 4209.0, 4190.0, 4208.0, 4178.0, 4187.0, 4160.0, 4201.0, 4179.0, 4192.0, 4211.0, 4193.0, 4215.0, 4207.0, 4231.0, 4237.0, 4208.0, 4226.0, 4197.0, 4228.0, 4216.0, 4218.0, 4237.0, 4208.0, 4240.0, 4231.0, 4232.0, 4230.0, 4230.0, 4199.0, 4232.0, 4199.0, 4242.0, 4274.0, 4243.0, 4251.0, 4251.0, 4231.0, 4250.0, 4228.0, 4236.0, 4206.0, 4225.0, 4227.0, 4216.0, 4234.0, 4204.0, 4215.0, 4232.0, 4202.0, 4210.0, 4191.0, 4201.0, 4158.0, 4202.0, 4223.0, 4204.0, 4226.0, 4204.0, 4214.0, 4203.0, 4194.0, 4207.0, 4217.0, 4225.0, 4182.0, 4205.0, 4235.0, 4205.0, 4213.0, 4222.0, 4194.0, 4224.0, 4192.0, 4192.0, 4161.0, 4192.0, 4199.0, 4178.0, 4191.0, 4170.0, 4192.0, 4212.0, 4204.0, 4216.0, 4208.0, 4205.0, 4172.0, 4204.0, 4224.0, 4194.0, 4205.0, 4233.0, 4205.0, 4214.0, 4194.0, 4205.0, 4183.0, 4193.0, 4163.0, 4204.0, 4180.0, 4215.0, 4234.0, 4216.0, 4234.0, 4216.0, 4246.0, 4205.0, 4203.0, 4170.0, 4201.0, 4231.0, 4202.0, 4201.0, 4209.0, 4201.0, 4231.0, 4199.0, 4187.0, 4144.0, 4176.0, 4194.0, 4165.0, 4186.0, 4164.0, 4178.0, 4209.0, 4190.0, 4200.0, 4192.0, 4192.0, 4209.0, 4191.0, 4199.0, 4169.0, 4203.0, 4213.0, 4195.0, 4226.0, 4219.0, 4222.0, 4230.0, 4219.0, 4218.0, 4217.0, 4216.0, 4207.0, 4249.0, 4229.0, 4240.0, 4260.0, 4241.0, 4239.0, 4225.0, 4214.0, 4223.0, 4182.0, 4211.0, 4201.0, 4203.0, 4231.0, 4193.0, 4204.0, 4213.0, 4192.0, 4202.0, 4181.0, 4200.0, 4180.0, 4191.0, 4211.0, 4192.0, 4203.0, 4193.0, 4204.0, 4213.0, 4195.0, 4225.0, 4196.0, 4238.0, 4226.0, 4206.0, 4237.0, 4220.0, 4229.0, 4220.0, 4219.0, 4217.0, 4207.0, 4225.0, 4205.0, 4228.0, 4249.0, 4217.0, 4237.0, 4227.0, 4216.0, 4259.0, 4208.0, 4214.0, 4183.0, 4203.0, 4202.0, 4204.0, 4223.0, 4192.0, 4216.0, 4247.0, 4205.0, 4223.0, 4194.0, 4202.0, 4173.0, 4205.0, 4223.0, 4205.0, 4236.0, 4225.0, 4207.0, 4245.0, 4225.0, 4215.0, 4211.0, 4181.0, 4198.0, 4181.0, 4201.0, 4169.0, 4192.0, 4221.0, 4191.0, 4200.0, 4182.0, 4191.0, 4210.0, 4180.0, 4200.0, 4202.0, 4202.0, 4211.0, 4193.0, 4205.0, 4212.0, 4181.0, 4200.0, 4171.0, 4201.0, 4190.0, 4191.0, 4212.0, 4184.0, 4215.0, 4226.0, 4206.0, 4228.0, 4217.0, 4215.0, 4195.0, 4216.0, 4186.0, 4227.0, 4226.0, 4216.0, 4236.0, 4228.0, 4238.0, 4235.0, 4193.0, 4221.0, 4189.0, 4190.0, 4230.0, 4199.0, 4201.0, 4208.0, 4190.0, 4209.0, 4168.0, 4177.0, 4156.0, 4166.0, 4185.0, 4156.0, 4177.0, 4196.0, 4178.0, 4199.0, 4169.0, 4191.0, 4191.0, 4181.0, 4210.0, 4170.0, 4202.0, 4211.0, 4181.0, 4202.0, 4181.0, 4203.0, 4223.0, 4195.0, 4205.0, 4203.0, 4192.0, 4211.0, 4181.0, 4202.0, 4181.0, 4204.0, 4236.0, 4206.0, 4226.0, 4226.0, 4207.0, 4237.0, 4208.0, 4215.0, 4174.0, 4205.0, 4235.0, 4196.0, 4227.0, 4198.0, 4230.0, 4240.0, 4231.0, 4250.0, 4221.0, 4219.0, 4232.0, 4250.0, 4231.0, 4250.0, 4230.0, 4248.0, 4240.0, 4248.0, 4187.0, 4227.0, 4257.0, 4238.0, 4258.0, 4235.0, 4227.0, 4245.0, 4212.0, 4210.0, 4157.0, 4177.0, 4206.0, 4165.0, 4176.0, 4206.0, 4189.0, 4209.0, 4177.0, 4191.0, 4209.0, 4179.0, 4187.0, 4157.0, 4188.0, 4187.0, 4179.0, 4211.0, 4182.0, 4214.0, 4223.0, 4205.0, 4217.0, 4205.0, 4207.0, 4224.0, 4194.0, 4215.0, 4184.0, 4217.0, 4237.0, 4219.0, 4240.0, 4229.0, 4229.0, 4239.0, 4218.0, 4217.0, 4186.0, 4230.0, 4249.0, 4230.0, 4241.0, 4251.0, 4221.0, 4254.0, 4232.0, 4230.0, 4200.0, 4219.0, 4249.0, 4208.0, 4230.0, 4260.0, 4231.0, 4253.0, 4259.0, 4216.0, 4236.0, 4207.0, 4215.0, 4195.0, 4217.0, 4208.0, 4229.0, 4249.0, 4230.0, 4249.0, 4250.0, 4249.0, 4208.0, 4227.0, 4245.0, 4228.0, 4247.0, 4234.0, 4213.0, 4235.0, 4214.0, 4211.0, 4219.0, 4177.0, 4186.0, 4164.0, 4165.0, 4185.0, 4165.0, 4186.0, 4197.0, 4178.0, 4189.0, 4167.0, 4177.0, 4185.0, 4167.0, 4198.0, 4168.0, 4190.0, 4210.0, 4193.0, 4225.0, 4204.0, 4217.0, 4235.0, 4206.0, 4224.0, 4195.0, 4226.0, 4239.0, 4229.0, 4247.0, 4217.0, 4239.0, 4251.0, 4219.0, 4239.0, 4217.0, 4227.0, 4197.0, 4238.0, 4228.0, 4230.0, 4249.0, 4230.0, 4239.0, 4240.0, 4219.0, 4216.0, 4231.0, 4248.0, 4218.0, 4239.0, 4238.0, 4220.0, 4249.0, 4231.0, 4240.0, 4210.0, 4229.0, 4187.0, 4228.0, 4247.0, 4217.0, 4238.0, 4227.0, 4241.0, 4250.0, 4231.0, 4249.0, 4232.0, 4240.0, 4196.0, 4228.0, 4257.0, 4225.0, 4225.0, 4235.0, 4223.0, 4234.0, 4213.0, 4209.0, 4178.0, 4208.0, 4207.0, 4187.0, 4207.0, 4177.0, 4187.0], 'WindowWidth': [9455.0, 9411.0, 9354.0, 9349.0, 9400.0, 9351.0, 9353.0, 9390.0, 9346.0, 9325.0, 9281.0, 9304.0, 9260.0, 9276.0, 9313.0, 9280.0, 9289.0, 9261.0, 9293.0, 9292.0, 9312.0, 9215.0, 9352.0, 9307.0, 9309.0, 9297.0, 9325.0, 9320.0, 9380.0, 9380.0, 9373.0, 9413.0, 9373.0, 9409.0, 9352.0, 9334.0, 9367.0, 9319.0, 9365.0, 9376.0, 9348.0, 9374.0, 9344.0, 9355.0, 9324.0, 9334.0, 9275.0, 9270.0, 9254.0, 9251.0, 9288.0, 9258.0, 9268.0, 9256.0, 9273.0, 9270.0, 9276.0, 9249.0, 9261.0, 9249.0, 9274.0, 9311.0, 9276.0, 9300.0, 9262.0, 9307.0, 9305.0, 9293.0, 9309.0, 9285.0, 9266.0, 9261.0, 9271.0, 9297.0, 9322.0, 9296.0, 9323.0, 9303.0, 9326.0, 9303.0, 9340.0, 9283.0, 9317.0, 9260.0, 9304.0, 9330.0, 9290.0, 9320.0, 9297.0, 9306.0, 9265.0, 9290.0, 9248.0, 9285.0, 9265.0, 9328.0, 9295.0, 9312.0, 9351.0, 9319.0, 9346.0, 9303.0, 9338.0, 9260.0, 9286.0, 9256.0, 9272.0, 9328.0, 9311.0, 9320.0, 9268.0, 9314.0, 9281.0, 9294.0, 9251.0, 9281.0, 9333.0, 9298.0, 9303.0, 9249.0, 9320.0, 9361.0, 9305.0, 9328.0, 9308.0, 9346.0, 9323.0, 9326.0, 9290.0, 9311.0, 9277.0, 9331.0, 9312.0, 9313.0, 9338.0, 9299.0, 9327.0, 9286.0, 9325.0, 9286.0, 9315.0, 9283.0, 9313.0, 9355.0, 9312.0, 9327.0, 9285.0, 9309.0, 9251.0, 9293.0, 9326.0, 9275.0, 9300.0, 9250.0, 9293.0, 9291.0, 9304.0, 9360.0, 9308.0, 9333.0, 9308.0, 9305.0, 9308.0, 9365.0, 9322.0, 9333.0, 9321.0, 9339.0, 9378.0, 9337.0, 9373.0, 9312.0, 9293.0, 9298.0, 9321.0, 9280.0, 9326.0, 9320.0, 9294.0, 9336.0, 9292.0, 9322.0, 9265.0, 9289.0, 9236.0, 9291.0, 9278.0, 9300.0, 9336.0, 9293.0, 9326.0, 9310.0, 9326.0, 9294.0, 9293.0, 9247.0, 9274.0, 9328.0, 9292.0, 9288.0, 9273.0, 9298.0, 9334.0, 9296.0, 9324.0, 9282.0, 9291.0, 9280.0, 9305.0, 9301.0, 9326.0, 9301.0, 9330.0, 9308.0, 9334.0, 9303.0, 9330.0, 9271.0, 9309.0, 9350.0, 9310.0, 9323.0, 9307.0, 9291.0, 9327.0, 9276.0, 9312.0, 9307.0, 9276.0, 9296.0, 9257.0, 9280.0, 9228.0, 9286.0, 9259.0, 9279.0, 9318.0, 9302.0, 9328.0, 9302.0, 9333.0, 9279.0, 9300.0, 9260.0, 9328.0, 9356.0, 9319.0, 9341.0, 9286.0, 9329.0, 9357.0, 9320.0, 9357.0, 9317.0, 9327.0, 9316.0, 9340.0, 9282.0, 9311.0, 9335.0, 9295.0, 9324.0, 9282.0, 9312.0, 9354.0, 9317.0, 9336.0, 9299.0, 9323.0, 9303.0, 9345.0, 9311.0, 9352.0, 9375.0, 9330.0, 9347.0, 9322.0, 9319.0, 9337.0, 9278.0, 9306.0, 9246.0, 9291.0, 9331.0, 9297.0, 9323.0, 9275.0, 9324.0, 9323.0, 9321.0, 9294.0, 9324.0, 9346.0, 9348.0, 9389.0, 9358.0, 9338.0, 9361.0, 9325.0, 9340.0, 9365.0, 9318.0, 9337.0, 9296.0, 9307.0, 9264.0, 9332.0, 9354.0, 9296.0, 9321.0, 9286.0, 9340.0, 9346.0, 9308.0, 9341.0, 9307.0, 9315.0, 9308.0, 9347.0, 9312.0, 9358.0, 9363.0, 9321.0, 9333.0, 9290.0, 9312.0, 9271.0, 9310.0, 9294.0, 9307.0, 9336.0, 9292.0, 9308.0, 9335.0, 9328.0, 9369.0, 9312.0, 9322.0, 9301.0, 9268.0, 9323.0, 9297.0, 9329.0, 9339.0, 9326.0, 9378.0, 9354.0, 9355.0, 9323.0, 9317.0, 9243.0, 9284.0, 9347.0, 9304.0, 9314.0, 9252.0, 9282.0, 9307.0, 9284.0, 9308.0, 9269.0, 9278.0, 9247.0, 9305.0, 9272.0, 9294.0, 9316.0, 9298.0, 9328.0, 9325.0, 9362.0, 9367.0, 9328.0, 9347.0, 9311.0, 9353.0, 9334.0, 9339.0, 9365.0, 9329.0, 9374.0, 9366.0, 9367.0, 9363.0, 9361.0, 9319.0, 9364.0, 9319.0, 9381.0, 9427.0, 9380.0, 9389.0, 9388.0, 9363.0, 9387.0, 9352.0, 9360.0, 9318.0, 9343.0, 9349.0, 9331.0, 9355.0, 9315.0, 9329.0, 9349.0, 9307.0, 9315.0, 9290.0, 9300.0, 9243.0, 9306.0, 9335.0, 9312.0, 9347.0, 9315.0, 9327.0, 9309.0, 9300.0, 9323.0, 9336.0, 9343.0, 9279.0, 9313.0, 9357.0, 9317.0, 9323.0, 9333.0, 9299.0, 9339.0, 9295.0, 9291.0, 9249.0, 9294.0, 9295.0, 9268.0, 9288.0, 9260.0, 9292.0, 9320.0, 9311.0, 9331.0, 9327.0, 9317.0, 9267.0, 9311.0, 9337.0, 9301.0, 9314.0, 9352.0, 9315.0, 9328.0, 9301.0, 9315.0, 9285.0, 9296.0, 9256.0, 9311.0, 9277.0, 9329.0, 9356.0, 9332.0, 9356.0, 9332.0, 9374.0, 9313.0, 9308.0, 9260.0, 9303.0, 9345.0, 9304.0, 9300.0, 9309.0, 9303.0, 9343.0, 9295.0, 9276.0, 9214.0, 9259.0, 9279.0, 9241.0, 9271.0, 9241.0, 9264.0, 9311.0, 9287.0, 9299.0, 9294.0, 9295.0, 9311.0, 9290.0, 9298.0, 9259.0, 9309.0, 9321.0, 9303.0, 9345.0, 9345.0, 9352.0, 9360.0, 9343.0, 9339.0, 9338.0, 9333.0, 9322.0, 9386.0, 9357.0, 9372.0, 9402.0, 9377.0, 9369.0, 9343.0, 9326.0, 9334.0, 9278.0, 9316.0, 9301.0, 9306.0, 9343.0, 9294.0, 9310.0, 9322.0, 9293.0, 9304.0, 9275.0, 9300.0, 9272.0, 9290.0, 9316.0, 9294.0, 9309.0, 9296.0, 9314.0, 9325.0, 9304.0, 9342.0, 9309.0, 9367.0, 9345.0, 9319.0, 9363.0, 9348.0, 9356.0, 9344.0, 9342.0, 9337.0, 9324.0, 9344.0, 9315.0, 9353.0, 9384.0, 9337.0, 9363.0, 9349.0, 9333.0, 9397.0, 9325.0, 9327.0, 9283.0, 9309.0, 9306.0, 9311.0, 9335.0, 9294.0, 9332.0, 9377.0, 9317.0, 9338.0, 9300.0, 9308.0, 9270.0, 9315.0, 9338.0, 9315.0, 9360.0, 9343.0, 9324.0, 9372.0, 9342.0, 9329.0, 9316.0, 9275.0, 9291.0, 9276.0, 9303.0, 9257.0, 9292.0, 9329.0, 9290.0, 9300.0, 9279.0, 9289.0, 9312.0, 9271.0, 9300.0, 9308.0, 9306.0, 9315.0, 9299.0, 9314.0, 9319.0, 9278.0, 9300.0, 9263.0, 9303.0, 9287.0, 9292.0, 9321.0, 9285.0, 9330.0, 9348.0, 9322.0, 9351.0, 9336.0, 9330.0, 9305.0, 9332.0, 9294.0, 9348.0, 9345.0, 9334.0, 9361.0, 9350.0, 9365.0, 9354.0, 9296.0, 9331.0, 9282.0, 9284.0, 9341.0, 9295.0, 9300.0, 9305.0, 9285.0, 9311.0, 9254.0, 9263.0, 9231.0, 9247.0, 9270.0, 9231.0, 9263.0, 9287.0, 9268.0, 9296.0, 9255.0, 9290.0, 9291.0, 9278.0, 9312.0, 9261.0, 9305.0, 9316.0, 9276.0, 9304.0, 9276.0, 9310.0, 9335.0, 9302.0, 9315.0, 9309.0, 9294.0, 9314.0, 9276.0, 9305.0, 9277.0, 9314.0, 9360.0, 9320.0, 9346.0, 9345.0, 9325.0, 9363.0, 9326.0, 9329.0, 9273.0, 9316.0, 9356.0, 9306.0, 9350.0, 9314.0, 9363.0, 9374.0, 9363.0, 9389.0, 9352.0, 9345.0, 9365.0, 9388.0, 9363.0, 9389.0, 9359.0, 9382.0, 9371.0, 9380.0, 9295.0, 9349.0, 9390.0, 9366.0, 9397.0, 9356.0, 9349.0, 9372.0, 9319.0, 9312.0, 9236.0, 9262.0, 9300.0, 9243.0, 9258.0, 9301.0, 9283.0, 9310.0, 9265.0, 9290.0, 9311.0, 9272.0, 9276.0, 9237.0, 9278.0, 9277.0, 9271.0, 9316.0, 9280.0, 9327.0, 9335.0, 9317.0, 9335.0, 9316.0, 9321.0, 9338.0, 9300.0, 9329.0, 9286.0, 9335.0, 9363.0, 9343.0, 9374.0, 9355.0, 9359.0, 9370.0, 9340.0, 9336.0, 9294.0, 9360.0, 9385.0, 9361.0, 9375.0, 9390.0, 9352.0, 9398.0, 9369.0, 9361.0, 9319.0, 9343.0, 9382.0, 9325.0, 9360.0, 9401.0, 9362.0, 9395.0, 9398.0, 9335.0, 9361.0, 9323.0, 9330.0, 9304.0, 9336.0, 9328.0, 9356.0, 9384.0, 9359.0, 9385.0, 9386.0, 9384.0, 9325.0, 9348.0, 9371.0, 9350.0, 9378.0, 9354.0, 9322.0, 9356.0, 9324.0, 9316.0, 9324.0, 9262.0, 9272.0, 9239.0, 9241.0, 9268.0, 9242.0, 9272.0, 9287.0, 9266.0, 9281.0, 9249.0, 9263.0, 9270.0, 9249.0, 9291.0, 9253.0, 9284.0, 9311.0, 9298.0, 9343.0, 9316.0, 9338.0, 9359.0, 9320.0, 9339.0, 9304.0, 9345.0, 9370.0, 9356.0, 9378.0, 9336.0, 9368.0, 9389.0, 9345.0, 9368.0, 9338.0, 9348.0, 9310.0, 9367.0, 9353.0, 9360.0, 9383.0, 9361.0, 9371.0, 9373.0, 9342.0, 9335.0, 9362.0, 9380.0, 9340.0, 9370.0, 9367.0, 9343.0, 9384.0, 9365.0, 9374.0, 9334.0, 9357.0, 9298.0, 9354.0, 9379.0, 9339.0, 9367.0, 9353.0, 9376.0, 9388.0, 9362.0, 9386.0, 9366.0, 9370.0, 9307.0, 9352.0, 9397.0, 9345.0, 9344.0, 9357.0, 9338.0, 9354.0, 9321.0, 9309.0, 9266.0, 9305.0, 9301.0, 9275.0, 9305.0, 9262.0, 9277.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.017576628440366972</td></tr>
<tr><td colspan=3>aqi</td><td>0.08113813383027522</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.2425616971986</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1548808077497135</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1020162677152692</td></tr>
<tr><td colspan=3>efc</td><td>0.4391</td></tr>
<tr><td colspan=3>fber</td><td>7813.2153</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16615750444333455</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>171</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.610091743119266</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6399730531046113</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5472740301773453</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9773118381062633</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.395333291030225</td></tr>
<tr><td colspan=3>gcor</td><td>0.00875425</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0089932382106781</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032888028770685196</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.7727749356867637</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>27.648</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.2826</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.7476</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309036.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>597.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>289.2382</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9401</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.0877</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3431.7505</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3672.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.2817</td></tr>
<tr><td colspan=3>tsnr</td><td>23.684505689074285</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>