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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-06_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-06_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-0061/ses-04/func/sub-0061_ses-04_task-social_acq-mb8_run-06_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>ca761ed639f24b8a47c2a316c0821a8e</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>17:28:0.262500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998967, 0.0236772, 0.0387982, -0.0299977, 0.984741, 0.171419]</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-06_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.0852325</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7777, -7255, 554, -30, -174, 3, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.231</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3a5635ed-9993-41c1-854c-b670e240f18b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801540851593018, -0.0804816484451294, 0.09219814836978912, 112.24178314208984], [-0.0635242909193039, 2.641989231109619, 0.46549537777900696, -95.00112915039062], [0.10409272462129593, -0.45990464091300964, 2.6579718589782715, -50.743526458740234], [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': ['172800.262500', '172800.722500', '172801.182500', '172801.642500', '172802.102500', '172802.562500', '172803.022500', '172803.482500', '172803.942500', '172804.402500', '172804.862500', '172805.322500', '172805.782500', '172806.242500', '172806.702500', '172807.162500', '172807.622500', '172808.082500', '172808.542500', '172809.002500', '172809.462500', '172809.922500', '172810.382500', '172810.842500', '172811.302500', '172811.762500', '172812.222500', '172812.682500', '172813.142500', '172813.602500', '172814.062500', '172814.522500', '172814.982500', '172815.442500', '172815.902500', '172816.362500', '172816.822500', '172817.282500', '172817.742500', '172818.202500', '172818.662500', '172819.122500', '172819.582500', '172820.042500', '172820.502500', '172820.962500', '172821.422500', '172821.882500', '172822.342500', '172822.802500', '172823.262500', '172823.722500', '172824.182500', '172824.642500', '172825.102500', '172825.562500', '172826.022500', '172826.482500', '172826.942500', '172827.402500', '172827.862500', '172828.322500', '172828.782500', '172829.242500', '172829.702500', '172830.162500', '172830.622500', '172831.082500', '172831.542500', '172832.002500', '172832.462500', '172832.922500', '172833.382500', '172833.842500', '172834.302500', '172834.762500', '172835.222500', '172835.682500', '172836.142500', '172836.602500', '172837.062500', '172837.522500', '172837.982500', '172838.442500', '172838.902500', '172839.362500', '172839.822500', '172840.282500', '172840.742500', '172841.202500', '172841.662500', '172842.122500', '172842.582500', '172843.042500', '172843.502500', '172843.962500', '172844.422500', '172844.882500', '172845.342500', '172845.802500', '172846.262500', '172846.722500', '172847.182500', '172847.642500', '172848.102500', '172848.562500', '172849.022500', '172849.482500', '172849.942500', '172850.402500', '172850.862500', '172851.322500', '172851.782500', '172852.242500', '172852.702500', '172853.162500', '172853.622500', '172854.082500', '172854.542500', '172855.002500', '172855.462500', '172855.922500', '172856.382500', '172856.842500', '172857.302500', '172857.762500', '172858.222500', '172858.682500', '172859.142500', '172859.602500', '172900.062500', '172900.522500', '172900.982500', '172901.442500', '172901.902500', '172902.362500', '172902.822500', '172903.282500', '172903.742500', '172904.202500', '172904.662500', '172905.122500', '172905.582500', '172906.042500', '172906.502500', '172906.962500', '172907.422500', '172907.882500', '172908.342500', '172908.802500', '172909.262500', '172909.722500', '172910.182500', '172910.642500', '172911.102500', '172911.562500', '172912.022500', '172912.482500', '172912.942500', '172913.402500', '172913.862500', '172914.322500', '172914.782500', '172915.242500', '172915.702500', '172916.162500', '172916.622500', '172917.082500', '172917.542500', '172918.002500', '172918.462500', '172918.922500', '172919.382500', '172919.842500', '172920.302500', '172920.762500', '172921.222500', '172921.682500', '172922.142500', '172922.602500', '172923.062500', '172923.522500', '172923.982500', '172924.442500', '172924.902500', '172925.362500', '172925.822500', '172926.282500', '172926.742500', '172927.202500', '172927.662500', '172928.122500', '172928.582500', '172929.042500', '172929.502500', '172929.962500', '172930.422500', '172930.882500', '172931.342500', '172931.802500', '172932.262500', '172932.722500', '172933.182500', '172933.642500', '172934.102500', '172934.562500', '172935.022500', '172935.482500', '172935.942500', '172936.402500', '172936.862500', '172937.322500', '172937.782500', '172938.242500', '172938.702500', '172939.162500', '172939.622500', '172940.082500', '172940.542500', '172941.002500', '172941.462500', '172941.922500', '172942.382500', '172942.842500', '172943.302500', '172943.762500', '172944.222500', '172944.682500', '172945.142500', '172945.602500', '172946.062500', '172946.522500', '172946.982500', '172947.442500', '172947.902500', '172948.362500', '172948.822500', '172949.282500', '172949.742500', '172950.202500', '172950.662500', '172951.122500', '172951.582500', '172952.042500', '172952.502500', '172952.962500', '172953.422500', '172953.882500', '172954.342500', '172954.802500', '172955.262500', '172955.722500', '172956.182500', '172956.642500', '172957.102500', '172957.562500', '172958.022500', '172958.482500', '172958.942500', '172959.402500', '172959.862500', '173000.322500', '173000.782500', '173001.242500', '173001.702500', '173002.162500', '173002.622500', '173003.082500', '173003.542500', '173004.002500', '173004.462500', '173004.922500', '173005.382500', '173005.842500', '173006.302500', '173006.762500', '173007.222500', '173007.682500', '173008.142500', '173008.602500', '173009.062500', '173009.522500', '173009.982500', '173010.442500', '173010.902500', '173011.362500', '173011.822500', '173012.282500', '173012.742500', '173013.202500', '173013.662500', '173014.122500', '173014.582500', '173015.042500', '173015.502500', '173015.962500', '173016.422500', '173016.882500', '173017.342500', '173017.802500', '173018.262500', '173018.722500', '173019.182500', '173019.642500', '173020.102500', '173020.562500', '173021.022500', '173021.482500', '173021.942500', '173022.402500', '173022.862500', '173023.322500', '173023.782500', '173024.242500', '173024.702500', '173025.162500', '173025.622500', '173026.082500', '173026.542500', '173027.002500', '173027.462500', '173027.922500', '173028.382500', '173028.842500', '173029.302500', '173029.762500', '173030.222500', '173030.682500', '173031.142500', '173031.602500', '173032.062500', '173032.522500', '173032.982500', '173033.442500', '173033.902500', '173034.362500', '173034.822500', '173035.282500', '173035.742500', '173036.202500', '173036.662500', '173037.122500', '173037.582500', '173038.042500', '173038.502500', '173038.962500', '173039.422500', '173039.882500', '173040.342500', '173040.802500', '173041.262500', '173041.722500', '173042.182500', '173042.642500', '173043.102500', '173043.562500', '173044.022500', '173044.482500', '173044.942500', '173045.402500', '173045.862500', '173046.322500', '173046.782500', '173047.242500', '173047.702500', '173048.162500', '173048.622500', '173049.082500', '173049.542500', '173050.002500', '173050.462500', '173050.922500', '173051.382500', '173051.842500', '173052.302500', '173052.762500', '173053.222500', '173053.682500', '173054.142500', '173054.602500', '173055.062500', '173055.522500', '173055.982500', '173056.442500', '173056.902500', '173057.362500', '173057.822500', '173058.282500', '173058.742500', '173059.202500', '173059.662500', '173100.122500', '173100.582500', '173101.042500', '173101.502500', '173101.962500', '173102.422500', '173102.882500', '173103.342500', '173103.802500', '173104.262500', '173104.722500', '173105.182500', '173105.642500', '173106.102500', '173106.562500', '173107.022500', '173107.482500', '173107.942500', '173108.402500', '173108.862500', '173109.322500', '173109.782500', '173110.242500', '173110.702500', '173111.162500', '173111.622500', '173112.082500', '173112.542500', '173113.002500', '173113.462500', '173113.922500', '173114.382500', '173114.842500', '173115.302500', '173115.762500', '173116.222500', '173116.682500', '173117.142500', '173117.602500', '173118.062500', '173118.522500', '173118.982500', '173119.442500', '173119.902500', '173120.362500', '173120.822500', '173121.282500', '173121.742500', '173122.202500', '173122.662500', '173123.122500', '173123.582500', '173124.042500', '173124.502500', '173124.962500', '173125.422500', '173125.882500', '173126.342500', '173126.802500', '173127.262500', '173127.722500', '173128.182500', '173128.642500', '173129.102500', '173129.562500', '173130.022500', '173130.482500', '173130.942500', '173131.402500', '173131.862500', '173132.322500', '173132.782500', '173133.242500', '173133.702500', '173134.162500', '173134.622500', '173135.082500', '173135.542500', '173136.002500', '173136.462500', '173136.922500', '173137.382500', '173137.842500', '173138.302500', '173138.762500', '173139.222500', '173139.682500', '173140.142500', '173140.602500', '173141.062500', '173141.522500', '173141.982500', '173142.442500', '173142.902500', '173143.362500', '173143.822500', '173144.282500', '173144.742500', '173145.202500', '173145.662500', '173146.122500', '173146.582500', '173147.042500', '173147.502500', '173147.962500', '173148.422500', '173148.882500', '173149.342500', '173149.802500', '173150.262500', '173150.722500', '173151.182500', '173151.642500', '173152.102500', '173152.562500', '173153.022500', '173153.482500', '173153.942500', '173154.402500', '173154.862500', '173155.322500', '173155.782500', '173156.242500', '173156.702500', '173157.162500', '173157.622500', '173158.082500', '173158.542500', '173159.002500', '173159.462500', '173159.922500', '173200.382500', '173200.842500', '173201.302500', '173201.762500', '173202.222500', '173202.682500', '173203.142500', '173203.602500', '173204.062500', '173204.522500', '173204.982500', '173205.442500', '173205.902500', '173206.362500', '173206.822500', '173207.282500', '173207.742500', '173208.202500', '173208.662500', '173209.122500', '173209.582500', '173210.042500', '173210.502500', '173210.962500', '173211.422500', '173211.882500', '173212.342500', '173212.802500', '173213.262500', '173213.722500', '173214.182500', '173214.642500', '173215.102500', '173215.562500', '173216.022500', '173216.482500', '173216.942500', '173217.402500', '173217.862500', '173218.322500', '173218.782500', '173219.242500', '173219.702500', '173220.162500', '173220.622500', '173221.082500', '173221.542500', '173222.002500', '173222.462500', '173222.922500', '173223.382500', '173223.842500', '173224.302500', '173224.762500', '173225.222500', '173225.682500', '173226.142500', '173226.602500', '173227.062500', '173227.522500', '173227.982500', '173228.442500', '173228.902500', '173229.362500', '173229.822500', '173230.282500', '173230.742500', '173231.202500', '173231.662500', '173232.122500', '173232.582500', '173233.042500', '173233.502500', '173233.962500', '173234.422500', '173234.882500', '173235.342500', '173235.802500', '173236.262500', '173236.722500', '173237.182500', '173237.642500', '173238.102500', '173238.562500', '173239.022500', '173239.482500', '173239.942500', '173240.402500', '173240.862500', '173241.322500', '173241.782500', '173242.242500', '173242.702500', '173243.162500', '173243.622500', '173244.082500', '173244.542500', '173245.002500', '173245.462500', '173245.922500', '173246.382500', '173246.842500', '173247.302500', '173247.762500', '173248.222500', '173248.682500', '173249.142500', '173249.602500', '173250.062500', '173250.522500', '173250.982500', '173251.442500', '173251.902500', '173252.362500', '173252.822500', '173253.282500', '173253.742500', '173254.202500', '173254.662500', '173255.122500', '173255.582500', '173256.042500', '173256.502500', '173256.962500', '173257.422500', '173257.882500', '173258.342500', '173258.802500', '173259.262500', '173259.722500', '173300.182500', '173300.642500', '173301.102500', '173301.562500', '173302.022500', '173302.482500', '173302.942500', '173303.402500', '173303.862500', '173304.322500', '173304.782500', '173305.242500', '173305.702500', '173306.162500', '173306.622500', '173307.082500', '173307.542500', '173308.002500', '173308.462500', '173308.922500', '173309.382500', '173309.842500', '173310.302500', '173310.762500', '173311.222500', '173311.682500', '173312.142500', '173312.602500', '173313.062500', '173313.522500', '173313.982500', '173314.442500', '173314.902500', '173315.362500', '173315.822500', '173316.282500', '173316.742500', '173317.202500', '173317.662500', '173318.122500', '173318.582500', '173319.042500', '173319.502500', '173319.962500', '173320.422500', '173320.882500', '173321.342500', '173321.802500', '173322.262500', '173322.722500', '173323.182500', '173323.642500', '173324.102500', '173324.562500', '173325.022500', '173325.482500', '173325.942500', '173326.402500', '173326.862500', '173327.322500', '173327.782500', '173328.242500', '173328.702500', '173329.162500', '173329.622500', '173330.082500', '173330.542500', '173331.002500', '173331.462500', '173331.922500', '173332.382500', '173332.842500', '173333.302500', '173333.762500', '173334.222500', '173334.682500', '173335.142500', '173335.602500', '173336.062500', '173336.522500', '173336.982500', '173337.442500', '173337.902500', '173338.362500', '173338.822500', '173339.282500', '173339.742500', '173340.202500', '173340.662500', '173341.122500', '173341.582500', '173342.042500', '173342.502500', '173342.962500', '173343.422500', '173343.882500', '173344.342500', '173344.802500', '173345.262500', '173345.722500', '173346.182500', '173346.642500', '173347.102500', '173347.562500', '173348.022500', '173348.482500', '173348.942500', '173349.402500', '173349.862500', '173350.322500', '173350.782500', '173351.242500', '173351.702500', '173352.162500', '173352.622500', '173353.082500', '173353.542500', '173354.002500', '173354.462500', '173354.922500', '173355.382500', '173355.842500', '173356.302500', '173356.762500', '173357.222500', '173357.682500', '173358.142500', '173358.602500', '173359.062500', '173359.522500', '173359.982500', '173400.442500', '173400.902500', '173401.362500', '173401.822500', '173402.282500', '173402.742500', '173403.202500', '173403.662500', '173404.122500', '173404.582500', '173405.042500', '173405.502500', '173405.962500', '173406.422500', '173406.882500', '173407.342500', '173407.802500', '173408.262500', '173408.722500', '173409.182500', '173409.642500', '173410.102500', '173410.562500', '173411.022500', '173411.482500', '173411.942500', '173412.402500', '173412.862500', '173413.322500', '173413.782500', '173414.242500', '173414.702500', '173415.162500', '173415.622500', '173416.082500', '173416.542500', '173417.002500', '173417.462500', '173417.922500', '173418.382500', '173418.842500', '173419.302500', '173419.762500', '173420.222500', '173420.682500', '173421.142500', '173421.602500', '173422.062500', '173422.522500', '173422.982500', '173423.442500', '173423.902500', '173424.362500', '173424.822500', '173425.282500', '173425.742500', '173426.202500', '173426.662500', '173427.122500', '173427.582500', '173428.042500', '173428.502500', '173428.962500', '173429.422500', '173429.882500', '173430.342500', '173430.802500', '173431.262500', '173431.722500', '173432.182500', '173432.642500', '173433.102500', '173433.562500', '173434.022500', '173434.482500', '173434.942500', '173435.402500', '173435.862500', '173436.322500', '173436.782500', '173437.242500', '173437.702500', '173438.162500', '173438.622500', '173439.082500', '173439.542500', '173440.002500', '173440.462500', '173440.922500'], 'ContentTime': ['172809.562000', '172809.565000', '172809.569000', '172809.571000', '172809.574000', '172809.577000', '172809.579000', '172809.582000', '172809.593000', '172809.596000', '172809.599000', '172809.601000', '172809.607000', '172809.612000', '172809.615000', '172809.618000', '172809.620000', '172829.525000', '172829.535000', '172829.537000', '172829.540000', '172829.542000', '172829.545000', '172829.548000', '172829.550000', '172829.553000', '172829.556000', '172829.559000', '172829.561000', '172829.564000', '172829.567000', '172829.569000', '172829.572000', '172829.575000', '172829.577000', '172829.580000', '172829.582000', '172829.585000', '172829.588000', '172829.590000', '172829.593000', '172829.599000', '172829.601000', '172829.604000', '172829.607000', '172829.609000', '172829.612000', '172829.616000', '172829.619000', '172829.622000', '172829.624000', '172829.627000', '172829.629000', '172829.632000', '172829.635000', '172829.637000', '172829.646000', '172829.648000', '172829.651000', '172829.654000', '172849.525000', '172849.528000', '172849.531000', '172849.534000', '172849.536000', '172849.539000', '172849.541000', '172849.544000', '172849.547000', '172849.549000', '172849.552000', '172849.555000', '172849.557000', '172849.560000', '172849.562000', '172849.565000', '172849.568000', '172849.570000', '172849.573000', '172849.575000', '172849.578000', '172849.581000', '172849.583000', '172849.586000', '172849.589000', '172849.591000', '172849.594000', '172849.596000', '172849.599000', '172849.601000', '172849.604000', '172849.607000', '172849.609000', '172849.612000', '172849.615000', '172849.617000', '172849.620000', '172849.622000', '172849.625000', '172849.628000', '172849.630000', '172849.633000', '172849.635000', '172849.638000', '172909.526000', '172909.528000', '172909.531000', '172909.534000', '172909.536000', '172909.539000', '172909.541000', '172909.544000', '172909.547000', '172909.549000', '172909.552000', '172909.555000', '172909.557000', '172909.560000', '172909.563000', '172909.566000', '172909.568000', '172909.571000', '172909.573000', '172909.576000', '172909.579000', '172909.582000', '172909.585000', '172909.587000', '172909.590000', '172909.593000', '172909.595000', '172909.598000', '172909.601000', '172909.603000', '172909.606000', '172909.608000', '172909.611000', '172909.613000', '172909.616000', '172909.619000', '172909.630000', '172909.633000', '172909.636000', '172909.645000', '172909.647000', '172909.650000', '172909.653000', '172929.525000', '172929.528000', '172929.531000', '172929.534000', '172929.536000', '172929.539000', '172929.542000', '172929.544000', '172929.547000', '172929.549000', '172929.552000', '172929.555000', '172929.557000', '172929.560000', '172929.563000', '172929.565000', '172929.568000', '172929.571000', '172929.573000', '172929.576000', '172929.578000', '172929.581000', '172929.584000', '172929.586000', '172929.589000', '172929.592000', '172929.595000', '172929.597000', '172929.600000', '172929.602000', '172929.605000', '172929.608000', '172929.610000', '172929.613000', '172929.616000', '172929.618000', '172929.621000', '172929.624000', '172929.626000', '172929.629000', '172929.632000', '172929.634000', '172929.637000', '172929.640000', '172949.525000', '172949.528000', '172949.531000', '172949.533000', '172949.537000', '172949.539000', '172949.542000', '172949.545000', '172949.547000', '172949.550000', '172949.553000', '172949.555000', '172949.558000', '172949.560000', '172949.563000', '172949.566000', '172949.568000', '172949.571000', '172949.573000', '172949.576000', '172949.579000', '172949.581000', '172949.584000', '172949.586000', '172949.589000', '172949.592000', '172949.594000', '172949.597000', '172949.600000', '172949.602000', '172949.605000', '172949.607000', '172949.610000', '172949.613000', '172949.615000', '172949.618000', '172949.620000', '172949.623000', '172949.626000', '172949.628000', '172949.631000', '172949.633000', '172949.636000', '173009.525000', '173009.528000', '173009.530000', '173009.533000', '173009.536000', '173009.538000', '173009.541000', '173009.544000', '173009.546000', '173009.549000', '173009.552000', '173009.554000', '173009.557000', '173009.559000', '173009.562000', '173009.565000', '173009.567000', '173009.570000', '173009.573000', '173009.575000', '173009.578000', '173009.581000', '173009.583000', '173009.586000', '173009.588000', '173009.591000', '173009.594000', '173009.596000', '173009.599000', '173009.602000', '173009.604000', '173009.607000', '173009.610000', '173009.612000', '173009.615000', '173009.618000', '173009.620000', '173009.623000', '173009.626000', '173009.628000', '173009.631000', '173009.634000', '173009.636000', '173009.639000', '173029.525000', '173029.528000', '173029.531000', '173029.534000', '173029.537000', '173029.539000', '173029.542000', '173029.544000', '173029.547000', '173029.550000', '173029.552000', '173029.555000', '173029.557000', '173029.560000', '173029.563000', '173029.565000', '173029.568000', '173029.571000', '173029.573000', '173029.576000', '173029.578000', '173029.581000', '173029.584000', '173029.586000', '173029.589000', '173029.592000', '173029.594000', '173029.597000', '173029.600000', '173029.602000', '173029.605000', '173029.607000', '173029.610000', '173029.613000', '173029.615000', '173029.618000', '173029.622000', '173029.625000', '173029.628000', '173029.630000', '173029.633000', '173029.635000', '173029.638000', '173049.525000', '173049.528000', '173049.531000', '173049.533000', '173049.537000', '173049.539000', '173049.542000', '173049.544000', '173049.547000', '173049.550000', '173049.552000', '173049.555000', '173049.558000', '173049.560000', '173049.563000', '173049.565000', '173049.568000', '173049.571000', '173049.573000', '173049.576000', '173049.579000', '173049.581000', '173049.584000', '173049.586000', '173049.589000', '173049.592000', '173049.595000', '173049.597000', '173049.600000', '173049.603000', '173049.605000', '173049.608000', '173049.622000', '173049.625000', '173049.628000', '173049.630000', '173049.633000', '173049.635000', '173049.638000', '173049.641000', '173049.643000', '173049.646000', '173049.649000', '173049.651000', '173109.525000', '173109.528000', '173109.532000', '173109.534000', '173109.537000', '173109.539000', '173109.542000', '173109.545000', '173109.547000', '173109.550000', '173109.553000', '173109.555000', '173109.558000', '173109.560000', '173109.563000', '173109.566000', '173109.568000', '173109.571000', '173109.574000', '173109.576000', '173109.579000', '173109.581000', '173109.584000', '173109.587000', '173109.589000', '173109.592000', '173109.595000', '173109.597000', '173109.600000', '173109.603000', '173109.605000', '173109.608000', '173109.610000', '173109.613000', '173109.616000', '173109.618000', '173109.621000', '173109.623000', '173109.626000', '173109.629000', '173109.631000', '173109.634000', '173109.636000', '173129.525000', '173129.528000', '173129.531000', '173129.534000', '173129.536000', '173129.539000', '173129.541000', '173129.544000', '173129.547000', '173129.549000', '173129.552000', '173129.555000', '173129.557000', '173129.560000', '173129.563000', '173129.565000', '173129.568000', '173129.571000', '173129.573000', '173129.576000', '173129.579000', '173129.581000', '173129.584000', '173129.586000', '173129.589000', '173129.592000', '173129.594000', '173129.597000', '173129.600000', '173129.602000', '173129.605000', '173129.608000', '173129.610000', '173129.613000', '173129.615000', '173129.618000', '173129.621000', '173129.623000', '173129.626000', '173129.628000', '173129.631000', '173129.634000', '173129.636000', '173129.639000', '173149.525000', '173149.529000', '173149.531000', '173149.534000', '173149.536000', '173149.539000', '173149.542000', '173149.544000', '173149.547000', '173149.550000', '173149.552000', '173149.555000', '173149.557000', '173149.560000', '173149.563000', '173149.565000', '173149.568000', '173149.571000', '173149.573000', '173149.576000', '173149.578000', '173149.581000', '173149.584000', '173149.586000', '173149.589000', '173149.592000', '173149.594000', '173149.597000', '173149.599000', '173149.602000', '173149.605000', '173149.607000', '173149.610000', '173149.613000', '173149.615000', '173149.618000', '173149.620000', '173149.623000', '173149.626000', '173149.628000', '173149.631000', '173149.634000', '173149.636000', '173209.525000', '173209.528000', '173209.531000', '173209.534000', '173209.536000', '173209.539000', '173209.541000', '173209.544000', '173209.547000', '173209.549000', '173209.552000', '173209.555000', '173209.557000', '173209.560000', '173209.563000', '173209.565000', '173209.568000', '173209.571000', '173209.573000', '173209.576000', '173209.579000', '173209.581000', '173209.584000', '173209.587000', '173209.589000', '173209.592000', '173209.595000', '173209.598000', '173209.600000', '173209.603000', '173209.606000', '173209.608000', '173209.611000', '173209.613000', '173209.622000', '173209.624000', '173209.627000', '173209.630000', '173209.632000', '173209.635000', '173209.638000', '173209.640000', '173209.643000', '173209.646000', '173229.525000', '173229.527000', '173229.530000', '173229.533000', '173229.535000', '173229.538000', '173229.540000', '173229.543000', '173229.546000', '173229.548000', '173229.551000', '173229.554000', '173229.556000', '173229.568000', '173229.570000', '173229.573000', '173229.576000', '173229.578000', '173229.581000', '173229.583000', '173229.586000', '173229.589000', '173229.591000', '173229.594000', '173229.597000', '173229.599000', '173229.602000', '173229.604000', '173229.607000', '173229.610000', '173229.612000', '173229.615000', '173229.618000', '173229.620000', '173229.623000', '173229.626000', '173229.628000', '173229.631000', '173229.633000', '173229.636000', '173229.639000', '173229.641000', '173229.644000', '173249.526000', '173249.529000', '173249.531000', '173249.534000', '173249.537000', '173249.539000', '173249.542000', '173249.545000', '173249.547000', '173249.550000', '173249.552000', '173249.555000', '173249.558000', '173249.560000', '173249.563000', '173249.566000', '173249.568000', '173249.571000', '173249.574000', '173249.576000', '173249.579000', '173249.582000', '173249.584000', '173249.587000', '173249.590000', '173249.593000', '173249.595000', '173249.598000', '173249.601000', '173249.603000', '173249.606000', '173249.609000', '173249.611000', '173249.614000', '173249.617000', '173249.619000', '173249.622000', '173249.625000', '173249.627000', '173249.630000', '173249.632000', '173249.635000', '173249.638000', '173249.640000', '173309.526000', '173309.528000', '173309.531000', '173309.534000', '173309.536000', '173309.539000', '173309.542000', '173309.544000', '173309.547000', '173309.550000', '173309.552000', '173309.555000', '173309.558000', '173309.560000', '173309.563000', '173309.565000', '173309.568000', '173309.571000', '173309.573000', '173309.576000', '173309.579000', '173309.581000', '173309.584000', '173309.587000', '173309.589000', '173309.592000', '173309.595000', '173309.597000', '173309.600000', '173309.603000', '173309.605000', '173309.608000', '173309.610000', '173309.613000', '173309.616000', '173309.618000', '173309.621000', '173309.623000', '173309.626000', '173309.629000', '173309.631000', '173309.634000', '173309.637000', '173329.526000', '173329.528000', '173329.531000', '173329.534000', '173329.536000', '173329.539000', '173329.542000', '173329.544000', '173329.547000', '173329.549000', '173329.552000', '173329.555000', '173329.557000', '173329.560000', '173329.563000', '173329.565000', '173329.568000', '173329.571000', '173329.573000', '173329.576000', '173329.579000', '173329.581000', '173329.584000', '173329.587000', '173329.590000', '173329.592000', '173329.595000', '173329.598000', '173329.600000', '173329.603000', '173329.606000', '173329.608000', '173329.611000', '173329.614000', '173329.616000', '173329.619000', '173329.622000', '173329.624000', '173329.631000', '173329.634000', '173329.636000', '173329.639000', '173329.642000', '173349.525000', '173349.528000', '173349.531000', '173349.534000', '173349.536000', '173349.539000', '173349.541000', '173349.544000', '173349.547000', '173349.549000', '173349.552000', '173349.555000', '173349.557000', '173349.560000', '173349.562000', '173349.565000', '173349.568000', '173349.570000', '173349.573000', '173349.583000', '173349.586000', '173349.589000', '173349.591000', '173349.594000', '173349.597000', '173349.612000', '173349.615000', '173349.617000', '173349.620000', '173349.622000', '173349.625000', '173349.628000', '173349.630000', '173349.633000', '173349.635000', '173349.638000', '173349.641000', '173349.643000', '173349.646000', '173349.649000', '173349.651000', '173349.654000', '173349.656000', '173349.659000', '173409.526000', '173409.529000', '173409.531000', '173409.534000', '173409.537000', '173409.539000', '173409.542000', '173409.545000', '173409.547000', '173409.550000', '173409.553000', '173409.556000', '173409.559000', '173409.562000', '173409.565000', '173409.568000', '173409.570000', '173409.573000', '173409.576000', '173409.578000', '173409.581000', '173409.584000', '173409.586000', '173409.589000', '173409.592000', '173409.595000', '173409.597000', '173409.600000', '173409.603000', '173409.605000', '173409.608000', '173409.611000', '173409.613000', '173409.616000', '173409.619000', '173409.621000', '173409.624000', '173409.627000', '173409.629000', '173409.632000', '173409.635000', '173409.637000', '173409.640000', '173409.643000', '173429.525000', '173429.528000', '173429.531000', '173429.534000', '173429.536000', '173429.539000', '173429.542000', '173429.544000', '173429.547000', '173429.550000', '173429.552000', '173429.555000', '173429.557000', '173429.560000', '173429.563000', '173429.565000', '173429.568000', '173429.571000', '173429.573000', '173429.576000', '173429.578000', '173429.581000', '173429.584000', '173429.586000', '173429.589000', '173429.592000', '173429.594000', '173429.597000', '173429.600000', '173429.602000', '173429.605000', '173429.607000', '173429.610000', '173429.613000', '173429.615000', '173429.618000', '173429.620000', '173429.623000', '173429.626000', '173429.628000', '173429.631000', '173429.634000', '173429.636000', '173442.568000', '173442.580000', '173442.582000', '173442.585000', '173442.588000', '173442.590000', '173442.593000', '173442.595000', '173442.598000', '173442.601000', '173442.603000', '173442.606000', '173442.609000', '173442.611000', '173442.614000', '173442.617000', '173442.619000', '173442.622000', '173442.625000', '173442.627000', '173442.630000', '173442.633000', '173442.635000', '173442.638000', '173442.641000', '173442.643000', '173442.646000', '173442.648000', '173442.651000'], 'InstanceCreationTime': ['172809.562000', '172809.565000', '172809.569000', '172809.571000', '172809.574000', '172809.577000', '172809.579000', '172809.582000', '172809.593000', '172809.596000', '172809.599000', '172809.601000', '172809.607000', '172809.612000', '172809.615000', '172809.618000', '172809.620000', '172829.525000', '172829.535000', '172829.537000', '172829.540000', '172829.542000', '172829.545000', '172829.548000', '172829.550000', '172829.553000', '172829.556000', '172829.559000', '172829.561000', '172829.564000', '172829.567000', '172829.569000', '172829.572000', '172829.575000', '172829.577000', '172829.580000', '172829.582000', '172829.585000', '172829.588000', '172829.590000', '172829.593000', '172829.599000', '172829.601000', '172829.604000', '172829.607000', '172829.609000', '172829.612000', '172829.616000', '172829.619000', '172829.622000', '172829.624000', '172829.627000', '172829.629000', '172829.632000', '172829.635000', '172829.637000', '172829.646000', '172829.648000', '172829.651000', '172829.654000', '172849.525000', '172849.528000', '172849.531000', '172849.534000', '172849.536000', '172849.539000', '172849.541000', '172849.544000', '172849.547000', '172849.549000', '172849.552000', '172849.555000', '172849.557000', '172849.560000', '172849.562000', '172849.565000', '172849.568000', '172849.570000', '172849.573000', '172849.575000', '172849.578000', '172849.581000', '172849.583000', '172849.586000', '172849.589000', '172849.591000', '172849.594000', '172849.596000', '172849.599000', '172849.601000', '172849.604000', '172849.607000', '172849.609000', '172849.612000', '172849.615000', '172849.617000', '172849.620000', '172849.622000', '172849.625000', '172849.628000', '172849.630000', '172849.633000', '172849.635000', '172849.638000', '172909.526000', '172909.528000', '172909.531000', '172909.534000', '172909.536000', '172909.539000', '172909.541000', '172909.544000', '172909.547000', '172909.549000', '172909.552000', '172909.555000', '172909.557000', '172909.560000', '172909.563000', '172909.566000', '172909.568000', '172909.571000', '172909.573000', '172909.576000', '172909.579000', '172909.582000', '172909.585000', '172909.587000', '172909.590000', '172909.593000', '172909.595000', '172909.598000', '172909.601000', '172909.603000', '172909.606000', '172909.608000', '172909.611000', '172909.613000', '172909.616000', '172909.619000', '172909.630000', '172909.633000', '172909.636000', '172909.645000', '172909.647000', '172909.650000', '172909.653000', '172929.525000', '172929.528000', '172929.531000', '172929.534000', '172929.536000', '172929.539000', '172929.542000', '172929.544000', '172929.547000', '172929.549000', '172929.552000', '172929.555000', '172929.557000', '172929.560000', '172929.563000', '172929.565000', '172929.568000', '172929.571000', '172929.573000', '172929.576000', '172929.578000', '172929.581000', '172929.584000', '172929.586000', '172929.589000', '172929.592000', '172929.595000', '172929.597000', '172929.600000', '172929.602000', '172929.605000', '172929.608000', '172929.610000', '172929.613000', '172929.616000', '172929.618000', '172929.621000', '172929.624000', '172929.626000', '172929.629000', '172929.632000', '172929.634000', '172929.637000', '172929.640000', '172949.525000', '172949.528000', '172949.531000', '172949.533000', '172949.537000', '172949.539000', '172949.542000', '172949.545000', '172949.547000', '172949.550000', '172949.553000', '172949.555000', '172949.558000', '172949.560000', '172949.563000', '172949.566000', '172949.568000', '172949.571000', '172949.573000', '172949.576000', '172949.579000', '172949.581000', '172949.584000', '172949.586000', '172949.589000', '172949.592000', '172949.594000', '172949.597000', '172949.600000', '172949.602000', '172949.605000', '172949.607000', '172949.610000', '172949.613000', '172949.615000', '172949.618000', '172949.620000', '172949.623000', '172949.626000', '172949.628000', '172949.631000', '172949.633000', '172949.636000', '173009.525000', '173009.528000', '173009.530000', '173009.533000', '173009.536000', '173009.538000', '173009.541000', '173009.544000', '173009.546000', '173009.549000', '173009.552000', '173009.554000', '173009.557000', '173009.559000', '173009.562000', '173009.565000', '173009.567000', '173009.570000', '173009.573000', '173009.575000', '173009.578000', '173009.581000', '173009.583000', '173009.586000', '173009.588000', '173009.591000', '173009.594000', '173009.596000', '173009.599000', '173009.602000', '173009.604000', '173009.607000', '173009.610000', '173009.612000', '173009.615000', '173009.618000', '173009.620000', '173009.623000', '173009.626000', '173009.628000', '173009.631000', '173009.634000', '173009.636000', '173009.639000', '173029.525000', '173029.528000', '173029.531000', '173029.534000', '173029.537000', '173029.539000', '173029.542000', '173029.544000', '173029.547000', '173029.550000', '173029.552000', '173029.555000', '173029.557000', '173029.560000', '173029.563000', '173029.565000', '173029.568000', '173029.571000', '173029.573000', '173029.576000', '173029.578000', '173029.581000', '173029.584000', '173029.586000', '173029.589000', '173029.592000', '173029.594000', '173029.597000', '173029.600000', '173029.602000', '173029.605000', '173029.607000', '173029.610000', '173029.613000', '173029.615000', '173029.618000', '173029.622000', '173029.625000', '173029.628000', '173029.630000', '173029.633000', '173029.635000', '173029.638000', '173049.525000', '173049.528000', '173049.531000', '173049.533000', '173049.537000', '173049.539000', '173049.542000', '173049.544000', '173049.547000', '173049.550000', '173049.552000', '173049.555000', '173049.558000', '173049.560000', '173049.563000', '173049.565000', '173049.568000', '173049.571000', '173049.573000', '173049.576000', '173049.579000', '173049.581000', '173049.584000', '173049.586000', '173049.589000', '173049.592000', '173049.595000', '173049.597000', '173049.600000', '173049.603000', '173049.605000', '173049.608000', '173049.622000', '173049.625000', '173049.628000', '173049.630000', '173049.633000', '173049.635000', '173049.638000', '173049.641000', '173049.643000', '173049.646000', '173049.649000', '173049.651000', '173109.525000', '173109.528000', '173109.532000', '173109.534000', '173109.537000', '173109.539000', '173109.542000', '173109.545000', '173109.547000', '173109.550000', '173109.553000', '173109.555000', '173109.558000', '173109.560000', '173109.563000', '173109.566000', '173109.568000', '173109.571000', '173109.574000', '173109.576000', '173109.579000', '173109.581000', '173109.584000', '173109.587000', '173109.589000', '173109.592000', '173109.595000', '173109.597000', '173109.600000', '173109.603000', '173109.605000', '173109.608000', '173109.610000', '173109.613000', '173109.616000', '173109.618000', '173109.621000', '173109.623000', '173109.626000', '173109.629000', '173109.631000', '173109.634000', '173109.636000', '173129.525000', '173129.528000', '173129.531000', '173129.534000', '173129.536000', '173129.539000', '173129.541000', '173129.544000', '173129.547000', '173129.549000', '173129.552000', '173129.555000', '173129.557000', '173129.560000', '173129.563000', '173129.565000', '173129.568000', '173129.571000', '173129.573000', '173129.576000', '173129.579000', '173129.581000', '173129.584000', '173129.586000', '173129.589000', '173129.592000', '173129.594000', '173129.597000', '173129.600000', '173129.602000', '173129.605000', '173129.608000', '173129.610000', '173129.613000', '173129.615000', '173129.618000', '173129.621000', '173129.623000', '173129.626000', '173129.628000', '173129.631000', '173129.634000', '173129.636000', '173129.639000', '173149.525000', '173149.529000', '173149.531000', '173149.534000', '173149.536000', '173149.539000', '173149.542000', '173149.544000', '173149.547000', '173149.550000', '173149.552000', '173149.555000', '173149.557000', '173149.560000', '173149.563000', '173149.565000', '173149.568000', '173149.571000', '173149.573000', '173149.576000', '173149.578000', '173149.581000', '173149.584000', '173149.586000', '173149.589000', '173149.592000', '173149.594000', '173149.597000', '173149.599000', '173149.602000', '173149.605000', '173149.607000', '173149.610000', '173149.613000', '173149.615000', '173149.618000', '173149.620000', '173149.623000', '173149.626000', '173149.628000', '173149.631000', '173149.634000', '173149.636000', '173209.525000', '173209.528000', '173209.531000', '173209.534000', '173209.536000', '173209.539000', '173209.541000', '173209.544000', '173209.547000', '173209.549000', '173209.552000', '173209.555000', '173209.557000', '173209.560000', '173209.563000', '173209.565000', '173209.568000', '173209.571000', '173209.573000', '173209.576000', '173209.579000', '173209.581000', '173209.584000', '173209.587000', '173209.589000', '173209.592000', '173209.595000', '173209.598000', '173209.600000', '173209.603000', '173209.606000', '173209.608000', '173209.611000', '173209.613000', '173209.622000', '173209.624000', '173209.627000', '173209.630000', '173209.632000', '173209.635000', '173209.638000', '173209.640000', '173209.643000', '173209.646000', '173229.525000', '173229.527000', '173229.530000', '173229.533000', '173229.535000', '173229.538000', '173229.540000', '173229.543000', '173229.546000', '173229.548000', '173229.551000', '173229.554000', '173229.556000', '173229.568000', '173229.570000', '173229.573000', '173229.576000', '173229.578000', '173229.581000', '173229.583000', '173229.586000', '173229.589000', '173229.591000', '173229.594000', '173229.597000', '173229.599000', '173229.602000', '173229.604000', '173229.607000', '173229.610000', '173229.612000', '173229.615000', '173229.618000', '173229.620000', '173229.623000', '173229.626000', '173229.628000', '173229.631000', '173229.633000', '173229.636000', '173229.639000', '173229.641000', '173229.644000', '173249.526000', '173249.529000', '173249.531000', '173249.534000', '173249.537000', '173249.539000', '173249.542000', '173249.545000', '173249.547000', '173249.550000', '173249.552000', '173249.555000', '173249.558000', '173249.560000', '173249.563000', '173249.566000', '173249.568000', '173249.571000', '173249.574000', '173249.576000', '173249.579000', '173249.582000', '173249.584000', '173249.587000', '173249.590000', '173249.593000', '173249.595000', '173249.598000', '173249.601000', '173249.603000', '173249.606000', '173249.609000', '173249.611000', '173249.614000', '173249.617000', '173249.619000', '173249.622000', '173249.625000', '173249.627000', '173249.630000', '173249.632000', '173249.635000', '173249.638000', '173249.640000', '173309.526000', '173309.528000', '173309.531000', '173309.534000', '173309.536000', '173309.539000', '173309.542000', '173309.544000', '173309.547000', '173309.550000', '173309.552000', '173309.555000', '173309.558000', '173309.560000', '173309.563000', '173309.565000', '173309.568000', '173309.571000', '173309.573000', '173309.576000', '173309.579000', '173309.581000', '173309.584000', '173309.587000', '173309.589000', '173309.592000', '173309.595000', '173309.597000', '173309.600000', '173309.603000', '173309.605000', '173309.608000', '173309.610000', '173309.613000', '173309.616000', '173309.618000', '173309.621000', '173309.623000', '173309.626000', '173309.629000', '173309.631000', '173309.634000', '173309.637000', '173329.526000', '173329.528000', '173329.531000', '173329.534000', '173329.536000', '173329.539000', '173329.542000', '173329.544000', '173329.547000', '173329.549000', '173329.552000', '173329.555000', '173329.557000', '173329.560000', '173329.563000', '173329.565000', '173329.568000', '173329.571000', '173329.573000', '173329.576000', '173329.579000', '173329.581000', '173329.584000', '173329.587000', '173329.590000', '173329.592000', '173329.595000', '173329.598000', '173329.600000', '173329.603000', '173329.606000', '173329.608000', '173329.611000', '173329.614000', '173329.616000', '173329.619000', '173329.622000', '173329.624000', '173329.631000', '173329.634000', '173329.636000', '173329.639000', '173329.642000', '173349.525000', '173349.528000', '173349.531000', '173349.534000', '173349.536000', '173349.539000', '173349.541000', '173349.544000', '173349.547000', '173349.549000', '173349.552000', '173349.555000', '173349.557000', '173349.560000', '173349.562000', '173349.565000', '173349.568000', '173349.570000', '173349.573000', '173349.583000', '173349.586000', '173349.589000', '173349.591000', '173349.594000', '173349.597000', '173349.612000', '173349.615000', '173349.617000', '173349.620000', '173349.622000', '173349.625000', '173349.628000', '173349.630000', '173349.633000', '173349.635000', '173349.638000', '173349.641000', '173349.643000', '173349.646000', '173349.649000', '173349.651000', '173349.654000', '173349.656000', '173349.659000', '173409.526000', '173409.529000', '173409.531000', '173409.534000', '173409.537000', '173409.539000', '173409.542000', '173409.545000', '173409.547000', '173409.550000', '173409.553000', '173409.556000', '173409.559000', '173409.562000', '173409.565000', '173409.568000', '173409.570000', '173409.573000', '173409.576000', '173409.578000', '173409.581000', '173409.584000', '173409.586000', '173409.589000', '173409.592000', '173409.595000', '173409.597000', '173409.600000', '173409.603000', '173409.605000', '173409.608000', '173409.611000', '173409.613000', '173409.616000', '173409.619000', '173409.621000', '173409.624000', '173409.627000', '173409.629000', '173409.632000', '173409.635000', '173409.637000', '173409.640000', '173409.643000', '173429.525000', '173429.528000', '173429.531000', '173429.534000', '173429.536000', '173429.539000', '173429.542000', '173429.544000', '173429.547000', '173429.550000', '173429.552000', '173429.555000', '173429.557000', '173429.560000', '173429.563000', '173429.565000', '173429.568000', '173429.571000', '173429.573000', '173429.576000', '173429.578000', '173429.581000', '173429.584000', '173429.586000', '173429.589000', '173429.592000', '173429.594000', '173429.597000', '173429.600000', '173429.602000', '173429.605000', '173429.607000', '173429.610000', '173429.613000', '173429.615000', '173429.618000', '173429.620000', '173429.623000', '173429.626000', '173429.628000', '173429.631000', '173429.634000', '173429.636000', '173442.568000', '173442.580000', '173442.582000', '173442.585000', '173442.588000', '173442.590000', '173442.593000', '173442.595000', '173442.598000', '173442.601000', '173442.603000', '173442.606000', '173442.609000', '173442.611000', '173442.614000', '173442.617000', '173442.619000', '173442.622000', '173442.625000', '173442.627000', '173442.630000', '173442.633000', '173442.635000', '173442.638000', '173442.641000', '173442.643000', '173442.646000', '173442.648000', '173442.651000'], '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': [9164, 13963, 9980, 16401, 9554, 10824, 10603, 8801, 14259, 8036, 9515, 9684, 7735, 12846, 9058, 14638, 12109, 10921, 15041, 10217, 7570, 8029, 9320, 8939, 11068, 9444, 9731, 9778, 7804, 11933, 7771, 12789, 10637, 13644, 11533, 9244, 11258, 7797, 12512, 8914, 11031, 8963, 7244, 11359, 7703, 12707, 8783, 9812, 8862, 7048, 11211, 7349, 11783, 7997, 7748, 8863, 7202, 13528, 10859, 7423, 8189, 7585, 7202, 6906, 10798, 9761, 8124, 13080, 11711, 8782, 14956, 12146, 15091, 12583, 13147, 11683, 10417, 11191, 7412, 11963, 7799, 9688, 8819, 7220, 11028, 7880, 13213, 8067, 7903, 8077, 7299, 12113, 8158, 13998, 9903, 8054, 9181, 7301, 12624, 8200, 14037, 10169, 8863, 9222, 7373, 11507, 7828, 13572, 10226, 11527, 9043, 7763, 9771, 7131, 12791, 8465, 13766, 8607, 9949, 8030, 7607, 10119, 7271, 13027, 7728, 13138, 7972, 13135, 8505, 11555, 9363, 9871, 9521, 7198, 10170, 7417, 11876, 7945, 12439, 8969, 9947, 9064, 7523, 10693, 8211, 7791, 12684, 9778, 7946, 8353, 8596, 8115, 7696, 9134, 12693, 10134, 7388, 15218, 10588, 13829, 12893, 12131, 13652, 10928, 15402, 8607, 15279, 9102, 10021, 10231, 7691, 14134, 9575, 13594, 8363, 8410, 9777, 7579, 13085, 9154, 14667, 8191, 8744, 8933, 7467, 12667, 8256, 13044, 7914, 10454, 8823, 7997, 12268, 7567, 12872, 8453, 12091, 10251, 7988, 11576, 7618, 13276, 8897, 15377, 12537, 8513, 10698, 7382, 12968, 8533, 8980, 14698, 13394, 8630, 9025, 8612, 8334, 6950, 10411, 8768, 7512, 13680, 11415, 9280, 13769, 9701, 15013, 12227, 16021, 12269, 10907, 8960, 7226, 11784, 7777, 12785, 8246, 7760, 10399, 8360, 13323, 7864, 7712, 8693, 7392, 11730, 8282, 13017, 8620, 10499, 8598, 7989, 9159, 7258, 13230, 9721, 13708, 8142, 7456, 9847, 7375, 7620, 11371, 8921, 12438, 14733, 11917, 9978, 7918, 8114, 7812, 7633, 11503, 8436, 12488, 9174, 12183, 9792, 11919, 9692, 8693, 11315, 8024, 13636, 10740, 9422, 8903, 7143, 10791, 8048, 10557, 7995, 7147, 9091, 7951, 10999, 7714, 7439, 8294, 6810, 10173, 7516, 8191, 7616, 7195, 10038, 7562, 10620, 8781, 9604, 8950, 6903, 11951, 7682, 12490, 9057, 12137, 10158, 8313, 10758, 7516, 11939, 7813, 11286, 9430, 9171, 11690, 7700, 12209, 7304, 9560, 8660, 9219, 14288, 11170, 7620, 9468, 7732, 7157, 10277, 9412, 7648, 12194, 9961, 7969, 12556, 9487, 13194, 11225, 8915, 12311, 8229, 12840, 8118, 13354, 9894, 8334, 8295, 7297, 10706, 8043, 10517, 8255, 7956, 10081, 7445, 11591, 7943, 8054, 7833, 7417, 10802, 7796, 11768, 9240, 9803, 8125, 7521, 9287, 7202, 11841, 8853, 13078, 9387, 7851, 8920, 7428, 12246, 9174, 7834, 10230, 7647, 11661, 8015, 10435, 9316, 8904, 11900, 7500, 11369, 7781, 12133, 8719, 12370, 9312, 11304, 9897, 8383, 9635, 7455, 10137, 7792, 11436, 8680, 8320, 12055, 10109, 7968, 10242, 7804, 8524, 8074, 8639, 9277, 10021, 8507, 12692, 10322, 7794, 14241, 10049, 13973, 10188, 13051, 9614, 13496, 9974, 9030, 8268, 7209, 10856, 7795, 11404, 7965, 8058, 9237, 8058, 13275, 10541, 7985, 8952, 7832, 8647, 8175, 8453, 9221, 7382, 10965, 7697, 11457, 8064, 9580, 8768, 7685, 11230, 7569, 11646, 7974, 9198, 8040, 7868, 9990, 7768, 11206, 8133, 9572, 8741, 7255, 9826, 7490, 7847, 8466, 7816, 9700, 9997, 11948, 14739, 12661, 10613, 9963, 8316, 7210, 10011, 7955, 8687, 10309, 7813, 10979, 9436, 13432, 11043, 13801, 11581, 13452, 11078, 10819, 9378, 7853, 10892, 7811, 11443, 7895, 9501, 8209, 7611, 8720, 7735, 9907, 7724, 8351, 8204, 7309, 9672, 8134, 8055, 8029, 7936, 9098, 7469, 8376, 8525, 7620, 10062, 7635, 11112, 9152, 12988, 11095, 11293, 12495, 10652, 10244, 9574, 7686, 8371, 7578, 8047, 8838, 9071, 8786, 10617, 13553, 9675, 10448, 11113, 13157, 10393, 9960, 10273, 7553, 11703, 9799, 11815, 8595, 9462, 8271, 7670, 8831, 8110, 11804, 7860, 8041, 7740, 8944, 8627, 7687, 8282, 9010, 8572, 9183, 8222, 8430, 9457, 7996, 11263, 10837, 11050, 9634, 8336, 8830, 7727, 11514, 9551, 8858, 7444, 8174, 9682, 8910, 11718, 10011, 8293, 7307, 7804, 10213, 9259, 12922, 10151, 9095, 7927, 8253, 10336, 9396, 13420, 11649, 9652, 12967, 10284, 8180, 9685, 8278, 7982, 7933, 8022, 9401, 8051, 7455, 13614, 12752, 11720, 9468, 10191, 8095, 7718, 8314, 9750, 8571, 11892, 10019, 13033, 10690, 10386, 8466, 8038, 10137, 7421, 11299, 7670, 8154, 8320, 7293, 9409, 7396, 8014, 8258, 7436, 9307, 7824, 8309, 7965, 7923, 8906, 7882, 8172, 8754, 8498, 8568, 7557, 7870, 8617, 8552, 11851, 9715, 8546, 7892, 7752, 9326, 8765, 10035, 10747, 11462, 10373, 9799, 9224, 8897, 9973, 9994, 11170, 9983, 11240, 9899, 9053, 8674, 11937, 9833, 13313, 11940, 12899, 10666, 9172, 9228, 8165, 10508, 8485, 9646, 8153, 7972, 9301, 7399, 10007, 8250, 10115, 7400, 8321, 8646, 7549, 12290, 10493, 8493, 9279, 8396, 8169, 8172, 8373, 9446, 8897, 11138, 9005, 10565, 8696, 8217, 9074, 7734, 10902, 10146, 12120, 10510, 10638, 8095, 8834, 10347, 8810, 11743, 7931, 8443, 7902, 8613, 10614, 8519, 10660, 7944, 8817, 7926, 8523, 10025, 8440, 8527, 13453, 10867, 10835, 7915, 8062, 9661, 8282, 8304, 7708, 8729, 8144, 7780, 9062, 7843, 12058, 10149, 13132, 10672, 13599, 11154, 13756, 10898, 9467, 7684, 7785, 8806, 7946, 9919, 7465, 7581, 7582, 7161, 8270, 8138, 9047, 8127, 7761, 7615, 7390, 8354, 8597, 8176, 7331, 7324, 8452, 7380, 10823, 8327, 7766, 7753, 8213, 10535, 8511, 10483, 8585, 7379, 8767, 7679, 10811, 8383, 10636, 8455, 9034, 11007, 8186, 11482, 8874, 11751, 8903, 9854, 9679, 7933, 8759, 8748, 7620, 8578, 9889, 8017, 8462, 8826, 11313, 8966, 8286, 12785, 11223, 8493, 11012, 9297, 11733, 9606, 11334, 9386, 10639, 8869, 11661, 9002, 9219, 7538, 7940, 8650, 8504, 9956, 8311, 8831, 8640, 7285, 10851, 10383, 8610, 7494, 7155, 9124, 8224, 9103, 8087, 8431], 'WindowCenter': [4033.0, 4051.0, 4015.0, 4044.0, 4002.0, 4024.0, 4025.0, 4005.0, 4033.0, 3994.0, 4013.0, 4002.0, 3980.0, 4022.0, 3991.0, 4044.0, 4037.0, 4037.0, 4056.0, 4013.0, 3980.0, 3981.0, 3988.0, 3976.0, 3984.0, 3987.0, 3987.0, 3988.0, 3968.0, 4010.0, 3968.0, 4007.0, 3986.0, 4005.0, 3984.0, 3962.0, 3983.0, 3952.0, 3993.0, 3963.0, 3982.0, 3962.0, 3941.0, 3982.0, 3942.0, 3992.0, 3962.0, 3970.0, 3962.0, 3942.0, 3995.0, 3956.0, 3995.0, 3965.0, 3965.0, 3977.0, 3969.0, 4020.0, 4023.0, 3994.0, 3992.0, 3980.0, 3970.0, 3970.0, 4012.0, 4015.0, 3994.0, 4036.0, 4037.0, 4006.0, 4046.0, 4025.0, 4031.0, 4008.0, 4007.0, 4013.0, 4000.0, 3998.0, 3955.0, 3994.0, 3953.0, 3986.0, 3976.0, 3955.0, 3997.0, 3978.0, 4020.0, 3968.0, 3966.0, 3967.0, 3966.0, 4009.0, 3979.0, 4032.0, 4002.0, 3979.0, 3990.0, 3970.0, 4010.0, 3979.0, 4020.0, 4000.0, 3990.0, 3990.0, 3969.0, 4010.0, 3969.0, 4022.0, 4012.0, 4010.0, 3987.0, 3967.0, 3999.0, 3957.0, 4018.0, 3980.0, 4021.0, 3990.0, 3998.0, 3977.0, 3966.0, 3999.0, 3956.0, 4020.0, 3969.0, 4019.0, 3979.0, 4019.0, 3977.0, 4007.0, 3988.0, 3986.0, 3988.0, 3956.0, 3987.0, 3956.0, 4008.0, 3967.0, 4020.0, 3990.0, 3999.0, 3989.0, 3969.0, 4000.0, 3980.0, 3980.0, 4047.0, 4029.0, 4009.0, 4006.0, 4004.0, 3991.0, 4008.0, 4030.0, 4053.0, 4013.0, 3973.0, 4019.0, 4027.0, 4049.0, 4046.0, 4037.0, 4036.0, 4010.0, 4031.0, 3964.0, 4004.0, 3964.0, 3975.0, 3986.0, 3968.0, 4019.0, 4000.0, 4020.0, 3978.0, 3965.0, 3975.0, 3954.0, 4007.0, 3989.0, 4018.0, 3978.0, 3978.0, 3990.0, 3969.0, 4037.0, 3993.0, 4019.0, 3968.0, 3997.0, 3991.0, 3981.0, 4012.0, 3970.0, 4010.0, 3980.0, 4021.0, 4011.0, 3978.0, 4011.0, 3969.0, 4018.0, 3989.0, 4030.0, 4021.0, 3990.0, 4000.0, 3969.0, 4008.0, 3990.0, 3990.0, 4060.0, 4049.0, 4005.0, 4004.0, 3990.0, 3991.0, 3969.0, 4011.0, 3991.0, 3973.0, 4036.0, 4026.0, 4004.0, 4036.0, 4003.0, 4023.0, 4023.0, 4017.0, 3996.0, 3973.0, 3963.0, 3940.0, 3994.0, 3954.0, 3994.0, 3963.0, 3953.0, 4000.0, 3992.0, 4018.0, 3965.0, 3952.0, 3961.0, 3954.0, 3994.0, 3965.0, 4007.0, 3978.0, 3997.0, 3977.0, 3967.0, 3976.0, 3955.0, 4009.0, 3988.0, 4017.0, 3966.0, 3955.0, 3986.0, 3955.0, 3968.0, 4024.0, 4005.0, 4050.0, 4061.0, 4036.0, 4013.0, 3992.0, 3979.0, 3967.0, 3969.0, 3998.0, 3968.0, 4006.0, 3978.0, 3995.0, 3988.0, 3996.0, 3975.0, 3962.0, 3971.0, 3940.0, 3978.0, 3971.0, 3949.0, 3948.0, 3927.0, 3967.0, 3951.0, 3970.0, 3939.0, 3928.0, 3949.0, 3939.0, 3970.0, 3939.0, 3940.0, 3953.0, 3944.0, 4013.0, 3981.0, 3979.0, 3967.0, 3956.0, 3984.0, 3968.0, 3997.0, 3980.0, 3989.0, 3988.0, 3971.0, 4036.0, 3980.0, 4008.0, 3979.0, 4007.0, 3999.0, 3978.0, 3997.0, 3968.0, 4008.0, 3968.0, 3995.0, 3989.0, 3989.0, 4009.0, 3969.0, 4009.0, 3955.0, 3987.0, 3979.0, 3990.0, 4035.0, 4013.0, 3979.0, 4002.0, 3969.0, 3957.0, 3998.0, 3991.0, 3980.0, 4021.0, 4004.0, 3980.0, 4023.0, 4000.0, 4007.0, 3997.0, 3963.0, 3996.0, 3952.0, 3995.0, 3955.0, 4008.0, 3987.0, 3964.0, 3964.0, 3943.0, 3984.0, 3954.0, 3985.0, 3965.0, 3965.0, 3986.0, 3957.0, 3998.0, 3967.0, 3966.0, 3966.0, 3956.0, 3998.0, 3967.0, 4009.0, 3990.0, 4000.0, 3979.0, 3969.0, 3987.0, 3958.0, 4010.0, 4006.0, 4020.0, 3990.0, 3967.0, 3978.0, 3957.0, 4008.0, 3991.0, 3969.0, 3999.0, 3968.0, 4008.0, 3980.0, 3997.0, 3990.0, 3978.0, 4010.0, 3958.0, 3998.0, 3968.0, 3995.0, 3977.0, 4007.0, 3976.0, 3996.0, 3988.0, 3967.0, 3986.0, 3954.0, 3983.0, 3954.0, 3996.0, 3977.0, 3980.0, 4022.0, 4014.0, 3981.0, 4025.0, 3981.0, 3989.0, 3980.0, 4004.0, 4003.0, 4014.0, 3993.0, 4037.0, 4014.0, 3982.0, 4020.0, 3988.0, 4005.0, 3984.0, 3996.0, 3976.0, 4007.0, 3973.0, 3961.0, 3952.0, 3941.0, 3982.0, 3952.0, 3982.0, 3953.0, 3952.0, 3974.0, 3965.0, 4021.0, 3998.0, 3966.0, 3975.0, 3953.0, 3963.0, 3966.0, 3965.0, 3977.0, 3957.0, 3999.0, 3969.0, 3996.0, 3967.0, 3986.0, 3977.0, 3954.0, 3995.0, 3955.0, 3996.0, 3964.0, 3975.0, 3966.0, 3966.0, 3986.0, 3954.0, 3995.0, 3965.0, 3987.0, 3979.0, 3970.0, 3989.0, 3970.0, 3979.0, 3978.0, 3983.0, 4028.0, 4016.0, 4036.0, 4063.0, 4052.0, 4027.0, 4016.0, 3993.0, 3971.0, 4017.0, 3993.0, 4005.0, 4014.0, 3986.0, 4016.0, 4006.0, 4022.0, 4002.0, 4007.0, 3996.0, 3994.0, 3984.0, 3970.0, 3959.0, 3938.0, 3970.0, 3939.0, 3970.0, 3939.0, 3959.0, 3949.0, 3938.0, 3950.0, 3939.0, 3958.0, 3940.0, 3952.0, 3978.0, 3969.0, 3988.0, 3965.0, 3965.0, 3966.0, 3967.0, 3975.0, 3957.0, 3978.0, 3979.0, 3969.0, 3999.0, 3970.0, 3999.0, 3989.0, 4011.0, 4002.0, 4011.0, 4022.0, 3999.0, 3999.0, 3988.0, 3955.0, 3966.0, 3968.0, 3980.0, 3978.0, 3990.0, 3994.0, 4014.0, 4038.0, 4004.0, 4000.0, 3997.0, 4008.0, 3988.0, 3976.0, 3973.0, 3942.0, 3984.0, 3972.0, 3982.0, 3962.0, 3974.0, 3964.0, 3953.0, 3965.0, 3966.0, 3996.0, 3964.0, 3953.0, 3953.0, 3978.0, 3978.0, 3968.0, 3979.0, 3990.0, 3990.0, 3991.0, 3982.0, 3979.0, 3989.0, 3969.0, 4000.0, 4001.0, 4000.0, 3990.0, 3979.0, 3979.0, 3970.0, 4011.0, 3988.0, 3977.0, 3955.0, 3967.0, 3989.0, 3989.0, 4012.0, 4001.0, 3978.0, 3957.0, 3967.0, 3998.0, 3989.0, 4009.0, 3989.0, 3976.0, 3966.0, 3967.0, 3987.0, 3989.0, 4021.0, 4013.0, 4016.0, 4048.0, 4013.0, 3992.0, 4000.0, 3980.0, 3967.0, 3968.0, 3980.0, 3989.0, 3983.0, 3972.0, 4047.0, 4039.0, 4025.0, 4001.0, 3988.0, 3952.0, 3941.0, 3952.0, 3976.0, 3965.0, 3996.0, 3977.0, 4006.0, 3986.0, 3972.0, 3951.0, 3938.0, 3958.0, 3927.0, 3969.0, 3927.0, 3938.0, 3949.0, 3941.0, 3961.0, 3941.0, 3951.0, 3950.0, 3940.0, 3961.0, 3941.0, 3953.0, 3952.0, 3965.0, 3975.0, 3965.0, 3977.0, 3979.0, 3979.0, 3977.0, 3966.0, 3968.0, 3977.0, 3979.0, 4010.0, 4000.0, 3991.0, 3981.0, 3970.0, 3990.0, 3982.0, 4002.0, 4014.0, 4028.0, 4015.0, 4003.0, 3991.0, 3991.0, 4002.0, 4002.0, 4012.0, 4003.0, 4024.0, 4003.0, 4002.0, 3980.0, 4010.0, 3989.0, 4008.0, 4010.0, 4022.0, 3997.0, 3974.0, 3973.0, 3963.0, 3972.0, 3965.0, 3963.0, 3952.0, 3953.0, 3975.0, 3942.0, 3971.0, 3952.0, 3972.0, 3944.0, 3952.0, 3965.0, 3955.0, 4008.0, 3999.0, 3978.0, 3986.0, 3963.0, 3964.0, 3965.0, 3966.0, 3986.0, 3977.0, 3998.0, 3980.0, 3999.0, 3978.0, 3966.0, 3977.0, 3953.0, 3985.0, 3986.0, 3994.0, 3986.0, 3984.0, 3953.0, 3965.0, 3985.0, 3977.0, 3998.0, 3955.0, 3964.0, 3953.0, 3964.0, 3984.0, 3965.0, 3986.0, 3966.0, 3976.0, 3967.0, 3978.0, 4015.0, 3992.0, 3991.0, 4034.0, 4028.0, 4026.0, 3980.0, 3979.0, 4002.0, 3979.0, 3993.0, 3994.0, 4004.0, 3996.0, 3995.0, 4006.0, 3983.0, 4010.0, 3988.0, 4007.0, 3985.0, 3992.0, 3971.0, 3979.0, 3970.0, 3948.0, 3927.0, 3926.0, 3948.0, 3939.0, 3958.0, 3928.0, 3938.0, 3938.0, 3929.0, 3949.0, 3951.0, 3960.0, 3952.0, 3953.0, 3954.0, 3942.0, 3963.0, 3966.0, 3965.0, 3955.0, 3956.0, 3981.0, 3982.0, 4024.0, 3990.0, 3969.0, 3967.0, 3978.0, 3998.0, 3979.0, 4001.0, 3980.0, 3970.0, 3981.0, 3971.0, 4000.0, 3980.0, 3999.0, 3980.0, 3979.0, 4001.0, 3978.0, 3999.0, 3979.0, 3996.0, 3980.0, 4000.0, 3992.0, 3981.0, 3979.0, 3989.0, 3970.0, 3979.0, 4002.0, 3982.0, 3980.0, 3992.0, 4013.0, 3992.0, 3993.0, 4035.0, 4013.0, 3981.0, 4000.0, 3977.0, 3999.0, 3976.0, 3987.0, 3975.0, 3985.0, 3975.0, 3997.0, 3978.0, 3976.0, 3955.0, 3965.0, 3964.0, 3966.0, 3986.0, 3967.0, 3977.0, 3979.0, 3957.0, 4014.0, 4012.0, 3980.0, 3956.0, 3946.0, 3976.0, 3978.0, 3978.0, 3968.0, 3980.0], 'WindowWidth': [8992.0, 9012.0, 8952.0, 8990.0, 8925.0, 8961.0, 8965.0, 8939.0, 8970.0, 8920.0, 8943.0, 8924.0, 8895.0, 8950.0, 8910.0, 8989.0, 8984.0, 8986.0, 9009.0, 8943.0, 8897.0, 8898.0, 8899.0, 8881.0, 8888.0, 8894.0, 8896.0, 8900.0, 8873.0, 8931.0, 8872.0, 8924.0, 8893.0, 8914.0, 8886.0, 8853.0, 8882.0, 8840.0, 8897.0, 8856.0, 8880.0, 8853.0, 8824.0, 8880.0, 8826.0, 8893.0, 8854.0, 8861.0, 8854.0, 8828.0, 8901.0, 8854.0, 8903.0, 8865.0, 8865.0, 8884.0, 8879.0, 8948.0, 8958.0, 8926.0, 8916.0, 8896.0, 8882.0, 8882.0, 8937.0, 8949.0, 8921.0, 8980.0, 8981.0, 8939.0, 8993.0, 8962.0, 8965.0, 8928.0, 8923.0, 8941.0, 8919.0, 8914.0, 8851.0, 8901.0, 8847.0, 8891.0, 8879.0, 8851.0, 8910.0, 8889.0, 8946.0, 8874.0, 8870.0, 8871.0, 8869.0, 8929.0, 8892.0, 8966.0, 8925.0, 8891.0, 8905.0, 8880.0, 8932.0, 8892.0, 8947.0, 8923.0, 8906.0, 8905.0, 8876.0, 8932.0, 8877.0, 8952.0, 8940.0, 8933.0, 8898.0, 8871.0, 8914.0, 8858.0, 8940.0, 8893.0, 8949.0, 8906.0, 8915.0, 8885.0, 8869.0, 8915.0, 8855.0, 8946.0, 8877.0, 8943.0, 8890.0, 8943.0, 8886.0, 8923.0, 8900.0, 8897.0, 8899.0, 8855.0, 8897.0, 8856.0, 8924.0, 8871.0, 8945.0, 8910.0, 8917.0, 8904.0, 8878.0, 8918.0, 8892.0, 8895.0, 8997.0, 8977.0, 8952.0, 8941.0, 8933.0, 8912.0, 8948.0, 8978.0, 9013.0, 8944.0, 8891.0, 8944.0, 8968.0, 9001.0, 8995.0, 8981.0, 8979.0, 8936.0, 8963.0, 8860.0, 8911.0, 8858.0, 8876.0, 8895.0, 8873.0, 8945.0, 8921.0, 8946.0, 8886.0, 8863.0, 8875.0, 8846.0, 8924.0, 8903.0, 8939.0, 8886.0, 8887.0, 8905.0, 8877.0, 8983.0, 8916.0, 8942.0, 8874.0, 8909.0, 8908.0, 8896.0, 8937.0, 8879.0, 8931.0, 8894.0, 8953.0, 8938.0, 8889.0, 8934.0, 8876.0, 8940.0, 8903.0, 8961.0, 8948.0, 8906.0, 8917.0, 8875.0, 8927.0, 8907.0, 8910.0, 9020.0, 9005.0, 8939.0, 8933.0, 8909.0, 8912.0, 8881.0, 8936.0, 8911.0, 8889.0, 8978.0, 8966.0, 8933.0, 8977.0, 8926.0, 8955.0, 8958.0, 8940.0, 8904.0, 8869.0, 8854.0, 8822.0, 8898.0, 8846.0, 8900.0, 8856.0, 8846.0, 8921.0, 8914.0, 8941.0, 8863.0, 8841.0, 8852.0, 8848.0, 8900.0, 8865.0, 8923.0, 8884.0, 8910.0, 8883.0, 8868.0, 8879.0, 8852.0, 8929.0, 8900.0, 8938.0, 8868.0, 8852.0, 8892.0, 8852.0, 8874.0, 8959.0, 8936.0, 9008.0, 9025.0, 8985.0, 8943.0, 8915.0, 8891.0, 8872.0, 8876.0, 8911.0, 8872.0, 8921.0, 8885.0, 8905.0, 8897.0, 8905.0, 8874.0, 8851.0, 8861.0, 8817.0, 8867.0, 8861.0, 8828.0, 8826.0, 8800.0, 8852.0, 8834.0, 8858.0, 8816.0, 8802.0, 8829.0, 8818.0, 8860.0, 8819.0, 8821.0, 8842.0, 8834.0, 8945.0, 8898.0, 8889.0, 8872.0, 8854.0, 8888.0, 8871.0, 8908.0, 8891.0, 8902.0, 8903.0, 8882.0, 8979.0, 8894.0, 8926.0, 8887.0, 8922.0, 8915.0, 8885.0, 8909.0, 8874.0, 8925.0, 8873.0, 8905.0, 8900.0, 8902.0, 8930.0, 8877.0, 8927.0, 8851.0, 8897.0, 8889.0, 8908.0, 8978.0, 8943.0, 8891.0, 8928.0, 8877.0, 8857.0, 8913.0, 8908.0, 8895.0, 8951.0, 8932.0, 8895.0, 8956.0, 8919.0, 8926.0, 8910.0, 8857.0, 8905.0, 8839.0, 8900.0, 8847.0, 8926.0, 8892.0, 8859.0, 8858.0, 8831.0, 8884.0, 8847.0, 8887.0, 8862.0, 8862.0, 8893.0, 8856.0, 8911.0, 8870.0, 8866.0, 8867.0, 8853.0, 8913.0, 8870.0, 8928.0, 8907.0, 8918.0, 8888.0, 8874.0, 8898.0, 8859.0, 8934.0, 8940.0, 8947.0, 8904.0, 8870.0, 8885.0, 8858.0, 8926.0, 8907.0, 8876.0, 8914.0, 8875.0, 8927.0, 8891.0, 8910.0, 8903.0, 8887.0, 8932.0, 8859.0, 8911.0, 8870.0, 8904.0, 8882.0, 8921.0, 8879.0, 8905.0, 8899.0, 8867.0, 8891.0, 8848.0, 8884.0, 8848.0, 8903.0, 8882.0, 8894.0, 8954.0, 8947.0, 8897.0, 8963.0, 8899.0, 8904.0, 8894.0, 8934.0, 8930.0, 8946.0, 8917.0, 8982.0, 8945.0, 8898.0, 8947.0, 8898.0, 8918.0, 8888.0, 8903.0, 8877.0, 8920.0, 8870.0, 8850.0, 8839.0, 8826.0, 8879.0, 8839.0, 8879.0, 8840.0, 8839.0, 8871.0, 8864.0, 8951.0, 8913.0, 8866.0, 8875.0, 8845.0, 8856.0, 8864.0, 8862.0, 8882.0, 8855.0, 8915.0, 8875.0, 8908.0, 8868.0, 8891.0, 8883.0, 8847.0, 8903.0, 8850.0, 8904.0, 8861.0, 8876.0, 8866.0, 8865.0, 8891.0, 8849.0, 8904.0, 8864.0, 8896.0, 8890.0, 8879.0, 8901.0, 8879.0, 8888.0, 8886.0, 8900.0, 8972.0, 8954.0, 8981.0, 9026.0, 9012.0, 8970.0, 8953.0, 8915.0, 8884.0, 8958.0, 8917.0, 8937.0, 8946.0, 8911.0, 8949.0, 8935.0, 8952.0, 8923.0, 8924.0, 8905.0, 8899.0, 8882.0, 8858.0, 8842.0, 8812.0, 8857.0, 8815.0, 8856.0, 8816.0, 8842.0, 8828.0, 8813.0, 8830.0, 8817.0, 8840.0, 8820.0, 8838.0, 8888.0, 8880.0, 8900.0, 8866.0, 8862.0, 8867.0, 8869.0, 8877.0, 8856.0, 8884.0, 8889.0, 8874.0, 8916.0, 8877.0, 8914.0, 8901.0, 8934.0, 8922.0, 8937.0, 8953.0, 8918.0, 8915.0, 8898.0, 8851.0, 8866.0, 8874.0, 8894.0, 8886.0, 8905.0, 8918.0, 8944.0, 8982.0, 8931.0, 8917.0, 8909.0, 8924.0, 8899.0, 8875.0, 8868.0, 8825.0, 8885.0, 8866.0, 8880.0, 8852.0, 8875.0, 8858.0, 8841.0, 8860.0, 8868.0, 8908.0, 8859.0, 8844.0, 8845.0, 8885.0, 8884.0, 8874.0, 8890.0, 8905.0, 8907.0, 8908.0, 8898.0, 8889.0, 8902.0, 8876.0, 8920.0, 8922.0, 8918.0, 8903.0, 8887.0, 8889.0, 8881.0, 8933.0, 8899.0, 8882.0, 8852.0, 8869.0, 8900.0, 8902.0, 8938.0, 8920.0, 8886.0, 8857.0, 8870.0, 8912.0, 8902.0, 8928.0, 8900.0, 8879.0, 8865.0, 8868.0, 8896.0, 8900.0, 8949.0, 8941.0, 8952.0, 9002.0, 8947.0, 8914.0, 8920.0, 8893.0, 8868.0, 8873.0, 8891.0, 8905.0, 8903.0, 8887.0, 8996.0, 8988.0, 8965.0, 8923.0, 8898.0, 8840.0, 8822.0, 8839.0, 8876.0, 8860.0, 8902.0, 8879.0, 8919.0, 8890.0, 8865.0, 8835.0, 8811.0, 8838.0, 8795.0, 8853.0, 8797.0, 8813.0, 8829.0, 8820.0, 8849.0, 8823.0, 8835.0, 8833.0, 8821.0, 8847.0, 8823.0, 8842.0, 8842.0, 8862.0, 8876.0, 8864.0, 8883.0, 8889.0, 8888.0, 8883.0, 8867.0, 8871.0, 8883.0, 8888.0, 8930.0, 8921.0, 8907.0, 8895.0, 8880.0, 8904.0, 8896.0, 8924.0, 8945.0, 8970.0, 8947.0, 8928.0, 8909.0, 8908.0, 8925.0, 8924.0, 8938.0, 8929.0, 8960.0, 8928.0, 8926.0, 8891.0, 8934.0, 8901.0, 8926.0, 8930.0, 8954.0, 8910.0, 8873.0, 8868.0, 8855.0, 8866.0, 8859.0, 8853.0, 8840.0, 8841.0, 8872.0, 8825.0, 8864.0, 8840.0, 8867.0, 8831.0, 8839.0, 8860.0, 8850.0, 8925.0, 8918.0, 8886.0, 8894.0, 8859.0, 8858.0, 8861.0, 8865.0, 8893.0, 8884.0, 8911.0, 8889.0, 8913.0, 8885.0, 8865.0, 8880.0, 8844.0, 8886.0, 8888.0, 8899.0, 8889.0, 8883.0, 8842.0, 8861.0, 8891.0, 8882.0, 8910.0, 8849.0, 8857.0, 8843.0, 8858.0, 8885.0, 8862.0, 8890.0, 8865.0, 8881.0, 8870.0, 8886.0, 8948.0, 8913.0, 8909.0, 8972.0, 8971.0, 8965.0, 8893.0, 8890.0, 8924.0, 8891.0, 8916.0, 8921.0, 8935.0, 8923.0, 8922.0, 8935.0, 8898.0, 8933.0, 8896.0, 8922.0, 8887.0, 8892.0, 8859.0, 8870.0, 8856.0, 8823.0, 8795.0, 8793.0, 8822.0, 8813.0, 8839.0, 8799.0, 8812.0, 8814.0, 8803.0, 8830.0, 8835.0, 8847.0, 8839.0, 8842.0, 8845.0, 8827.0, 8855.0, 8864.0, 8861.0, 8850.0, 8852.0, 8895.0, 8900.0, 8961.0, 8909.0, 8875.0, 8870.0, 8885.0, 8912.0, 8889.0, 8920.0, 8892.0, 8877.0, 8894.0, 8880.0, 8917.0, 8891.0, 8914.0, 8890.0, 8887.0, 8918.0, 8885.0, 8913.0, 8886.0, 8906.0, 8889.0, 8919.0, 8911.0, 8894.0, 8887.0, 8903.0, 8878.0, 8889.0, 8927.0, 8900.0, 8894.0, 8910.0, 8941.0, 8913.0, 8913.0, 8974.0, 8940.0, 8893.0, 8916.0, 8881.0, 8912.0, 8877.0, 8895.0, 8874.0, 8888.0, 8876.0, 8907.0, 8884.0, 8879.0, 8850.0, 8862.0, 8860.0, 8864.0, 8891.0, 8868.0, 8881.0, 8886.0, 8857.0, 8947.0, 8940.0, 8891.0, 8854.0, 8838.0, 8878.0, 8884.0, 8885.0, 8875.0, 8892.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.003825401376146789</td></tr>
<tr><td colspan=3>aqi</td><td>0.03259440412844037</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.07433907283583</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1998799021699202</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0423241359471869</td></tr>
<tr><td colspan=3>efc</td><td>0.4631</td></tr>
<tr><td colspan=3>fber</td><td>5393.8735</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1427140961067731</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>159</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.23394495412844</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.471880896482877</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4365777600892775</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6495131186488665</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3295518107104867</td></tr>
<tr><td colspan=3>gcor</td><td>0.0207276</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01079785916954279</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024806614965200424</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.044330787936481</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>26.5464</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.7869</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.0303</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303460.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>630.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.5912</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6071</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.2111</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3216.9378</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73084.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.8806</td></tr>
<tr><td colspan=3>tsnr</td><td>34.70590028911829</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>