<?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-0098_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0098_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0098_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-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-01/func/sub-0098_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e375015b6dd6a82d566e3c91eeb782c7</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>14:02:33.547500</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.994573, -0.104038, 0.000427383, 0.101376, 0.970028, 0.220835]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0896926</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7806, -7152, 270, -139, 104, -50, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>24ea7bfc-938a-4c0b-b59e-9f6c4d7747a2||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.6683671474456787, 0.2719839811325073, 0.06315259635448456, 101.84870910644531], [0.2791271209716797, 2.6025149822235107, 0.5929012894630432, -114.95855712890625], [0.0011466372525319457, -0.5924836993217468, 2.6333401203155518, -18.487125396728516], [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': ['140233.547500', '140234.007500', '140234.467500', '140234.927500', '140235.387500', '140235.847500', '140236.307500', '140236.767500', '140237.227500', '140237.687500', '140238.147500', '140238.607500', '140239.067500', '140239.527500', '140239.987500', '140240.447500', '140240.907500', '140241.367500', '140241.827500', '140242.287500', '140242.747500', '140243.207500', '140243.667500', '140244.127500', '140244.587500', '140245.047500', '140245.507500', '140245.967500', '140246.427500', '140246.887500', '140247.347500', '140247.807500', '140248.267500', '140248.727500', '140249.187500', '140249.647500', '140250.107500', '140250.567500', '140251.027500', '140251.487500', '140251.947500', '140252.407500', '140252.867500', '140253.327500', '140253.787500', '140254.247500', '140254.707500', '140255.167500', '140255.627500', '140256.087500', '140256.547500', '140257.007500', '140257.467500', '140257.927500', '140258.387500', '140258.847500', '140259.307500', '140259.767500', '140300.227500', '140300.687500', '140301.147500', '140301.607500', '140302.067500', '140302.527500', '140302.987500', '140303.447500', '140303.907500', '140304.367500', '140304.827500', '140305.287500', '140305.747500', '140306.207500', '140306.667500', '140307.127500', '140307.587500', '140308.047500', '140308.507500', '140308.967500', '140309.427500', '140309.887500', '140310.347500', '140310.807500', '140311.267500', '140311.727500', '140312.187500', '140312.647500', '140313.107500', '140313.567500', '140314.027500', '140314.487500', '140314.947500', '140315.407500', '140315.867500', '140316.327500', '140316.787500', '140317.247500', '140317.707500', '140318.167500', '140318.627500', '140319.087500', '140319.547500', '140320.007500', '140320.467500', '140320.927500', '140321.387500', '140321.847500', '140322.307500', '140322.767500', '140323.227500', '140323.687500', '140324.147500', '140324.607500', '140325.067500', '140325.527500', '140325.987500', '140326.447500', '140326.907500', '140327.367500', '140327.827500', '140328.287500', '140328.747500', '140329.207500', '140329.667500', '140330.127500', '140330.587500', '140331.047500', '140331.507500', '140331.967500', '140332.427500', '140332.887500', '140333.347500', '140333.807500', '140334.267500', '140334.727500', '140335.187500', '140335.647500', '140336.107500', '140336.567500', '140337.027500', '140337.487500', '140337.947500', '140338.407500', '140338.867500', '140339.327500', '140339.787500', '140340.247500', '140340.707500', '140341.167500', '140341.627500', '140342.087500', '140342.547500', '140343.007500', '140343.467500', '140343.927500', '140344.387500', '140344.847500', '140345.307500', '140345.767500', '140346.227500', '140346.687500', '140347.147500', '140347.607500', '140348.067500', '140348.527500', '140348.987500', '140349.447500', '140349.907500', '140350.367500', '140350.827500', '140351.287500', '140351.747500', '140352.207500', '140352.667500', '140353.127500', '140353.587500', '140354.047500', '140354.507500', '140354.967500', '140355.427500', '140355.887500', '140356.347500', '140356.807500', '140357.267500', '140357.727500', '140358.187500', '140358.647500', '140359.107500', '140359.567500', '140400.027500', '140400.487500', '140400.947500', '140401.407500', '140401.867500', '140402.327500', '140402.787500', '140403.247500', '140403.707500', '140404.167500', '140404.627500', '140405.087500', '140405.547500', '140406.007500', '140406.467500', '140406.927500', '140407.387500', '140407.847500', '140408.307500', '140408.767500', '140409.227500', '140409.687500', '140410.147500', '140410.607500', '140411.067500', '140411.527500', '140411.987500', '140412.447500', '140412.907500', '140413.367500', '140413.827500', '140414.287500', '140414.747500', '140415.207500', '140415.667500', '140416.127500', '140416.587500', '140417.047500', '140417.507500', '140417.967500', '140418.427500', '140418.887500', '140419.347500', '140419.807500', '140420.267500', '140420.727500', '140421.187500', '140421.647500', '140422.107500', '140422.567500', '140423.027500', '140423.487500', '140423.947500', '140424.407500', '140424.867500', '140425.327500', '140425.787500', '140426.247500', '140426.707500', '140427.167500', '140427.627500', '140428.087500', '140428.547500', '140429.007500', '140429.467500', '140429.927500', '140430.387500', '140430.847500', '140431.307500', '140431.767500', '140432.227500', '140432.687500', '140433.147500', '140433.607500', '140434.067500', '140434.527500', '140434.987500', '140435.447500', '140435.907500', '140436.367500', '140436.827500', '140437.287500', '140437.747500', '140438.207500', '140438.667500', '140439.127500', '140439.587500', '140440.047500', '140440.507500', '140440.967500', '140441.427500', '140441.887500', '140442.347500', '140442.807500', '140443.267500', '140443.727500', '140444.187500', '140444.647500', '140445.107500', '140445.567500', '140446.027500', '140446.487500', '140446.947500', '140447.407500', '140447.867500', '140448.327500', '140448.787500', '140449.247500', '140449.707500', '140450.167500', '140450.627500', '140451.087500', '140451.547500', '140452.007500', '140452.467500', '140452.927500', '140453.387500', '140453.847500', '140454.307500', '140454.767500', '140455.227500', '140455.687500', '140456.147500', '140456.607500', '140457.067500', '140457.527500', '140457.987500', '140458.447500', '140458.907500', '140459.367500', '140459.827500', '140500.287500', '140500.747500', '140501.207500', '140501.667500', '140502.127500', '140502.587500', '140503.047500', '140503.507500', '140503.967500', '140504.427500', '140504.887500', '140505.347500', '140505.807500', '140506.267500', '140506.727500', '140507.187500', '140507.647500', '140508.107500', '140508.567500', '140509.027500', '140509.487500', '140509.947500', '140510.407500', '140510.867500', '140511.327500', '140511.787500', '140512.247500', '140512.707500', '140513.167500', '140513.627500', '140514.087500', '140514.547500', '140515.007500', '140515.467500', '140515.927500', '140516.387500', '140516.847500', '140517.307500', '140517.767500', '140518.227500', '140518.687500', '140519.147500', '140519.607500', '140520.067500', '140520.527500', '140520.987500', '140521.447500', '140521.907500', '140522.367500', '140522.827500', '140523.287500', '140523.747500', '140524.207500', '140524.667500', '140525.127500', '140525.587500', '140526.047500', '140526.507500', '140526.967500', '140527.427500', '140527.887500', '140528.347500', '140528.807500', '140529.267500', '140529.727500', '140530.187500', '140530.647500', '140531.107500', '140531.567500', '140532.027500', '140532.487500', '140532.947500', '140533.407500', '140533.867500', '140534.327500', '140534.787500', '140535.247500', '140535.707500', '140536.167500', '140536.627500', '140537.087500', '140537.547500', '140538.007500', '140538.467500', '140538.927500', '140539.387500', '140539.847500', '140540.307500', '140540.767500', '140541.227500', '140541.687500', '140542.147500', '140542.607500', '140543.067500', '140543.527500', '140543.987500', '140544.447500', '140544.907500', '140545.367500', '140545.827500', '140546.287500', '140546.747500', '140547.207500', '140547.667500', '140548.127500', '140548.587500', '140549.047500', '140549.507500', '140549.967500', '140550.427500', '140550.887500', '140551.347500', '140551.807500', '140552.267500', '140552.727500', '140553.187500', '140553.647500', '140554.107500', '140554.567500', '140555.027500', '140555.487500', '140555.947500', '140556.407500', '140556.867500', '140557.327500', '140557.787500', '140558.247500', '140558.707500', '140559.167500', '140559.627500', '140600.087500', '140600.547500', '140601.007500', '140601.467500', '140601.927500', '140602.387500', '140602.847500', '140603.307500', '140603.767500', '140604.227500', '140604.687500', '140605.147500', '140605.607500', '140606.067500', '140606.527500', '140606.987500', '140607.447500', '140607.907500', '140608.367500', '140608.827500', '140609.287500', '140609.747500', '140610.207500', '140610.667500', '140611.127500', '140611.587500', '140612.047500', '140612.507500', '140612.967500', '140613.427500', '140613.887500', '140614.347500', '140614.807500', '140615.267500', '140615.727500', '140616.187500', '140616.647500', '140617.107500', '140617.567500', '140618.027500', '140618.487500', '140618.947500', '140619.407500', '140619.867500', '140620.327500', '140620.787500', '140621.247500', '140621.707500', '140622.167500', '140622.627500', '140623.087500', '140623.547500', '140624.007500', '140624.467500', '140624.927500', '140625.387500', '140625.847500', '140626.307500', '140626.767500', '140627.227500', '140627.687500', '140628.147500', '140628.607500', '140629.067500', '140629.527500', '140629.987500', '140630.447500', '140630.907500', '140631.367500', '140631.827500', '140632.287500', '140632.747500', '140633.207500', '140633.667500', '140634.127500', '140634.587500', '140635.047500', '140635.507500', '140635.967500', '140636.427500', '140636.887500', '140637.347500', '140637.807500', '140638.267500', '140638.727500', '140639.187500', '140639.647500', '140640.107500', '140640.567500', '140641.027500', '140641.487500', '140641.947500', '140642.407500', '140642.867500', '140643.327500', '140643.787500', '140644.247500', '140644.707500', '140645.167500', '140645.627500', '140646.087500', '140646.547500', '140647.007500', '140647.467500', '140647.927500', '140648.387500', '140648.847500', '140649.307500', '140649.767500', '140650.227500', '140650.687500', '140651.147500', '140651.607500', '140652.067500', '140652.527500', '140652.987500', '140653.447500', '140653.907500', '140654.367500', '140654.827500', '140655.287500', '140655.747500', '140656.207500', '140656.667500', '140657.127500', '140657.587500', '140658.047500', '140658.507500', '140658.967500', '140659.427500', '140659.887500', '140700.347500', '140700.807500', '140701.267500', '140701.727500', '140702.187500', '140702.647500', '140703.107500', '140703.567500', '140704.027500', '140704.487500', '140704.947500', '140705.407500', '140705.867500', '140706.327500', '140706.787500', '140707.247500', '140707.707500', '140708.167500', '140708.627500', '140709.087500', '140709.547500', '140710.007500', '140710.467500', '140710.927500', '140711.387500', '140711.847500', '140712.307500', '140712.767500', '140713.227500', '140713.687500', '140714.147500', '140714.607500', '140715.067500', '140715.527500', '140715.987500', '140716.447500', '140716.907500', '140717.367500', '140717.827500', '140718.287500', '140718.747500', '140719.207500', '140719.667500', '140720.127500', '140720.587500', '140721.047500', '140721.507500', '140721.967500', '140722.427500', '140722.887500', '140723.347500', '140723.807500', '140724.267500', '140724.727500', '140725.187500', '140725.647500', '140726.107500', '140726.567500', '140727.027500', '140727.487500', '140727.947500', '140728.407500', '140728.867500', '140729.327500', '140729.787500', '140730.247500', '140730.707500', '140731.167500', '140731.627500', '140732.087500', '140732.547500', '140733.007500', '140733.467500', '140733.927500', '140734.387500', '140734.847500', '140735.307500', '140735.767500', '140736.227500', '140736.687500', '140737.147500', '140737.607500', '140738.067500', '140738.527500', '140738.987500', '140739.447500', '140739.907500', '140740.367500', '140740.827500', '140741.287500', '140741.747500', '140742.207500', '140742.667500', '140743.127500', '140743.587500', '140744.047500', '140744.507500', '140744.967500', '140745.427500', '140745.887500', '140746.347500', '140746.807500', '140747.267500', '140747.727500', '140748.187500', '140748.647500', '140749.107500', '140749.567500', '140750.027500', '140750.487500', '140750.947500', '140751.407500', '140751.867500', '140752.327500', '140752.787500', '140753.247500', '140753.707500', '140754.167500', '140754.627500', '140755.087500', '140755.547500', '140756.007500', '140756.467500', '140756.927500', '140757.387500', '140757.847500', '140758.307500', '140758.767500', '140759.227500', '140759.687500', '140800.147500', '140800.607500', '140801.067500', '140801.527500', '140801.987500', '140802.447500', '140802.907500', '140803.367500', '140803.827500', '140804.287500', '140804.747500', '140805.207500', '140805.667500', '140806.127500', '140806.587500', '140807.047500', '140807.507500', '140807.967500', '140808.427500', '140808.887500', '140809.347500', '140809.807500', '140810.267500', '140810.727500', '140811.187500', '140811.647500', '140812.107500', '140812.567500', '140813.027500', '140813.487500', '140813.947500', '140814.407500', '140814.867500', '140815.327500', '140815.787500', '140816.247500', '140816.707500', '140817.167500', '140817.627500', '140818.087500', '140818.547500', '140819.007500', '140819.467500', '140819.927500', '140820.387500', '140820.847500', '140821.307500', '140821.767500', '140822.227500', '140822.687500', '140823.147500', '140823.607500', '140824.067500', '140824.527500', '140824.987500', '140825.447500', '140825.907500', '140826.367500', '140826.827500', '140827.287500', '140827.747500', '140828.207500', '140828.667500', '140829.127500', '140829.587500', '140830.047500', '140830.507500', '140830.967500', '140831.427500', '140831.887500', '140832.347500', '140832.807500', '140833.267500', '140833.727500', '140834.187500', '140834.647500', '140835.107500', '140835.567500', '140836.027500', '140836.487500', '140836.947500', '140837.407500', '140837.867500', '140838.327500', '140838.787500', '140839.247500', '140839.707500', '140840.167500', '140840.627500', '140841.087500', '140841.547500', '140842.007500', '140842.467500', '140842.927500', '140843.387500', '140843.847500', '140844.307500', '140844.767500', '140845.227500', '140845.687500', '140846.147500', '140846.607500', '140847.067500', '140847.527500', '140847.987500', '140848.447500', '140848.907500', '140849.367500', '140849.827500', '140850.287500', '140850.747500', '140851.207500', '140851.667500', '140852.127500', '140852.587500', '140853.047500', '140853.507500', '140853.967500', '140854.427500', '140854.887500', '140855.347500', '140855.807500', '140856.267500', '140856.727500', '140857.187500', '140857.647500', '140858.107500', '140858.567500', '140859.027500', '140859.487500', '140859.947500', '140900.407500', '140900.867500', '140901.327500', '140901.787500', '140902.247500', '140902.707500', '140903.167500', '140903.627500', '140904.087500', '140904.547500', '140905.007500', '140905.467500', '140905.927500', '140906.387500', '140906.847500', '140907.307500', '140907.767500', '140908.227500', '140908.687500', '140909.147500', '140909.607500', '140910.067500', '140910.527500', '140910.987500', '140911.447500', '140911.907500', '140912.367500', '140912.827500', '140913.287500', '140913.747500', '140914.207500'], 'ContentTime': ['140245.594000', '140245.629000', '140245.632000', '140245.634000', '140245.637000', '140245.639000', '140245.642000', '140245.645000', '140245.647000', '140245.650000', '140245.652000', '140245.655000', '140245.669000', '140245.672000', '140245.681000', '140245.684000', '140245.692000', '140245.695000', '140245.698000', '140245.700000', '140245.703000', '140245.709000', '140245.712000', '140245.714000', '140305.560000', '140305.562000', '140305.565000', '140305.568000', '140305.570000', '140305.573000', '140305.582000', '140305.584000', '140305.587000', '140305.590000', '140305.592000', '140305.595000', '140305.597000', '140305.600000', '140305.603000', '140305.605000', '140305.608000', '140305.610000', '140305.613000', '140305.615000', '140305.618000', '140305.621000', '140305.623000', '140305.626000', '140305.628000', '140305.631000', '140305.633000', '140305.636000', '140305.638000', '140305.641000', '140305.644000', '140305.646000', '140305.649000', '140305.651000', '140305.654000', '140305.657000', '140305.659000', '140305.662000', '140305.664000', '140305.667000', '140305.670000', '140305.672000', '140305.675000', '140305.677000', '140325.559000', '140325.562000', '140325.565000', '140325.567000', '140325.570000', '140325.573000', '140325.575000', '140325.578000', '140325.580000', '140325.583000', '140325.586000', '140325.588000', '140325.591000', '140325.594000', '140325.596000', '140325.599000', '140325.602000', '140325.604000', '140325.607000', '140325.609000', '140325.612000', '140325.614000', '140325.617000', '140325.619000', '140325.622000', '140325.625000', '140325.627000', '140325.630000', '140325.632000', '140325.635000', '140325.638000', '140325.640000', '140325.643000', '140325.645000', '140325.648000', '140325.651000', '140325.653000', '140325.656000', '140325.658000', '140325.661000', '140325.664000', '140325.675000', '140325.677000', '140345.560000', '140345.562000', '140345.565000', '140345.568000', '140345.570000', '140345.573000', '140345.576000', '140345.578000', '140345.581000', '140345.583000', '140345.586000', '140345.589000', '140345.592000', '140345.594000', '140345.597000', '140345.599000', '140345.602000', '140345.604000', '140345.607000', '140345.610000', '140345.612000', '140345.615000', '140345.617000', '140345.620000', '140345.623000', '140345.625000', '140345.628000', '140345.630000', '140345.633000', '140345.636000', '140345.638000', '140345.641000', '140345.643000', '140345.646000', '140345.648000', '140345.651000', '140345.654000', '140345.656000', '140345.659000', '140345.661000', '140345.664000', '140345.667000', '140345.669000', '140345.672000', '140405.560000', '140405.563000', '140405.566000', '140405.568000', '140405.571000', '140405.574000', '140405.576000', '140405.579000', '140405.582000', '140405.584000', '140405.587000', '140405.590000', '140405.592000', '140405.595000', '140405.597000', '140405.600000', '140405.602000', '140405.605000', '140405.608000', '140405.611000', '140405.613000', '140405.616000', '140405.618000', '140405.621000', '140405.624000', '140405.626000', '140405.629000', '140405.631000', '140405.634000', '140405.637000', '140405.639000', '140405.642000', '140405.644000', '140405.647000', '140405.650000', '140405.652000', '140405.655000', '140405.657000', '140405.660000', '140405.663000', '140405.665000', '140405.668000', '140405.670000', '140425.561000', '140425.563000', '140425.566000', '140425.569000', '140425.572000', '140425.574000', '140425.577000', '140425.579000', '140425.582000', '140425.585000', '140425.587000', '140425.590000', '140425.593000', '140425.595000', '140425.598000', '140425.601000', '140425.603000', '140425.606000', '140425.608000', '140425.611000', '140425.613000', '140425.641000', '140425.644000', '140425.646000', '140425.649000', '140425.652000', '140425.654000', '140425.657000', '140425.659000', '140425.662000', '140425.664000', '140425.667000', '140425.670000', '140425.672000', '140425.675000', '140425.678000', '140425.680000', '140425.683000', '140425.685000', '140425.688000', '140425.691000', '140425.693000', '140425.696000', '140425.698000', '140445.560000', '140445.562000', '140445.565000', '140445.568000', '140445.570000', '140445.573000', '140445.576000', '140445.578000', '140445.581000', '140445.583000', '140445.586000', '140445.589000', '140445.591000', '140445.594000', '140445.596000', '140445.599000', '140445.602000', '140445.604000', '140445.607000', '140445.609000', '140445.612000', '140445.615000', '140445.617000', '140445.620000', '140445.622000', '140445.625000', '140445.628000', '140445.630000', '140445.633000', '140445.635000', '140445.638000', '140445.641000', '140445.643000', '140445.646000', '140445.648000', '140445.651000', '140445.654000', '140445.656000', '140445.659000', '140445.661000', '140445.664000', '140445.666000', '140445.669000', '140505.559000', '140505.562000', '140505.565000', '140505.568000', '140505.570000', '140505.573000', '140505.575000', '140505.578000', '140505.581000', '140505.583000', '140505.586000', '140505.589000', '140505.591000', '140505.594000', '140505.596000', '140505.599000', '140505.602000', '140505.604000', '140505.607000', '140505.609000', '140505.612000', '140505.615000', '140505.617000', '140505.620000', '140505.622000', '140505.625000', '140505.628000', '140505.630000', '140505.633000', '140505.635000', '140505.638000', '140505.641000', '140505.643000', '140505.646000', '140505.648000', '140505.651000', '140505.654000', '140505.656000', '140505.659000', '140505.661000', '140505.664000', '140505.666000', '140505.669000', '140505.672000', '140525.559000', '140525.562000', '140525.565000', '140525.568000', '140525.570000', '140525.573000', '140525.576000', '140525.578000', '140525.581000', '140525.583000', '140525.586000', '140525.589000', '140525.591000', '140525.594000', '140525.596000', '140525.599000', '140525.602000', '140525.604000', '140525.607000', '140525.610000', '140525.612000', '140525.615000', '140525.617000', '140525.620000', '140525.623000', '140525.625000', '140525.628000', '140525.630000', '140525.633000', '140525.636000', '140525.638000', '140525.641000', '140525.643000', '140525.646000', '140525.649000', '140525.651000', '140525.654000', '140525.656000', '140525.659000', '140525.661000', '140525.664000', '140525.667000', '140525.669000', '140545.560000', '140545.563000', '140545.565000', '140545.568000', '140545.571000', '140545.573000', '140545.576000', '140545.578000', '140545.581000', '140545.584000', '140545.586000', '140545.589000', '140545.592000', '140545.594000', '140545.597000', '140545.599000', '140545.602000', '140545.605000', '140545.607000', '140545.610000', '140545.613000', '140545.615000', '140545.618000', '140545.621000', '140545.623000', '140545.626000', '140545.628000', '140545.631000', '140545.634000', '140545.636000', '140545.639000', '140545.642000', '140545.644000', '140545.647000', '140545.649000', '140545.652000', '140545.655000', '140545.657000', '140545.660000', '140545.662000', '140545.665000', '140545.668000', '140545.670000', '140545.673000', '140605.559000', '140605.562000', '140605.565000', '140605.568000', '140605.570000', '140605.573000', '140605.575000', '140605.578000', '140605.581000', '140605.583000', '140605.586000', '140605.589000', '140605.591000', '140605.594000', '140605.596000', '140605.599000', '140605.602000', '140605.604000', '140605.607000', '140605.609000', '140605.612000', '140605.615000', '140605.617000', '140605.620000', '140605.623000', '140605.625000', '140605.628000', '140605.631000', '140605.633000', '140605.636000', '140605.639000', '140605.641000', '140605.644000', '140605.647000', '140605.649000', '140605.652000', '140605.654000', '140605.657000', '140605.660000', '140605.662000', '140605.665000', '140605.668000', '140605.670000', '140625.561000', '140625.564000', '140625.566000', '140625.569000', '140625.571000', '140625.574000', '140625.576000', '140625.579000', '140625.582000', '140625.584000', '140625.587000', '140625.590000', '140625.592000', '140625.595000', '140625.598000', '140625.600000', '140625.603000', '140625.605000', '140625.608000', '140625.611000', '140625.613000', '140625.616000', '140625.618000', '140625.621000', '140625.624000', '140625.626000', '140625.629000', '140625.632000', '140625.634000', '140625.637000', '140625.640000', '140625.642000', '140625.645000', '140625.648000', '140625.650000', '140625.653000', '140625.656000', '140625.658000', '140625.661000', '140625.664000', '140625.666000', '140625.669000', '140625.671000', '140625.674000', '140645.560000', '140645.568000', '140645.570000', '140645.573000', '140645.576000', '140645.579000', '140645.581000', '140645.584000', '140645.586000', '140645.589000', '140645.592000', '140645.594000', '140645.597000', '140645.608000', '140645.610000', '140645.613000', '140645.616000', '140645.618000', '140645.621000', '140645.624000', '140645.626000', '140645.629000', '140645.631000', '140645.634000', '140645.637000', '140645.639000', '140645.642000', '140645.644000', '140645.647000', '140645.650000', '140645.652000', '140645.655000', '140645.657000', '140645.660000', '140645.663000', '140645.665000', '140645.668000', '140645.671000', '140645.673000', '140645.676000', '140645.678000', '140645.681000', '140645.683000', '140705.559000', '140705.562000', '140705.565000', '140705.568000', '140705.570000', '140705.573000', '140705.576000', '140705.578000', '140705.581000', '140705.583000', '140705.586000', '140705.589000', '140705.591000', '140705.594000', '140705.598000', '140705.601000', '140705.603000', '140705.606000', '140705.609000', '140705.611000', '140705.614000', '140705.616000', '140705.619000', '140705.622000', '140705.624000', '140705.627000', '140705.629000', '140705.632000', '140705.634000', '140705.637000', '140705.640000', '140705.642000', '140705.645000', '140705.647000', '140705.650000', '140705.653000', '140705.655000', '140705.658000', '140705.661000', '140705.663000', '140705.666000', '140705.668000', '140705.671000', '140705.673000', '140725.560000', '140725.562000', '140725.565000', '140725.568000', '140725.571000', '140725.573000', '140725.576000', '140725.578000', '140725.581000', '140725.584000', '140725.586000', '140725.589000', '140725.591000', '140725.594000', '140725.597000', '140725.599000', '140725.602000', '140725.623000', '140725.625000', '140725.628000', '140725.630000', '140725.633000', '140725.636000', '140725.638000', '140725.641000', '140725.643000', '140725.646000', '140725.649000', '140725.651000', '140725.654000', '140725.656000', '140725.659000', '140725.662000', '140725.664000', '140725.667000', '140725.669000', '140725.672000', '140725.675000', '140725.677000', '140725.680000', '140725.682000', '140725.685000', '140725.688000', '140745.559000', '140745.562000', '140745.565000', '140745.568000', '140745.570000', '140745.574000', '140745.576000', '140745.579000', '140745.582000', '140745.585000', '140745.587000', '140745.590000', '140745.593000', '140745.595000', '140745.598000', '140745.601000', '140745.603000', '140745.606000', '140745.608000', '140745.611000', '140745.614000', '140745.616000', '140745.619000', '140745.622000', '140745.624000', '140745.627000', '140745.629000', '140745.632000', '140745.635000', '140745.637000', '140745.640000', '140745.643000', '140745.645000', '140745.648000', '140745.651000', '140745.653000', '140745.656000', '140745.659000', '140745.661000', '140745.664000', '140745.667000', '140745.669000', '140745.672000', '140805.560000', '140805.562000', '140805.565000', '140805.568000', '140805.570000', '140805.573000', '140805.576000', '140805.578000', '140805.581000', '140805.584000', '140805.586000', '140805.589000', '140805.591000', '140805.594000', '140805.597000', '140805.599000', '140805.602000', '140805.605000', '140805.607000', '140805.610000', '140805.613000', '140805.615000', '140805.618000', '140805.620000', '140805.623000', '140805.626000', '140805.628000', '140805.631000', '140805.634000', '140805.636000', '140805.639000', '140805.641000', '140805.644000', '140805.646000', '140805.649000', '140805.652000', '140805.654000', '140805.657000', '140805.659000', '140805.662000', '140805.665000', '140805.667000', '140805.670000', '140805.672000', '140825.560000', '140825.563000', '140825.565000', '140825.568000', '140825.571000', '140825.573000', '140825.576000', '140825.579000', '140825.581000', '140825.584000', '140825.587000', '140825.590000', '140825.593000', '140825.595000', '140825.598000', '140825.601000', '140825.604000', '140825.606000', '140825.609000', '140825.612000', '140825.614000', '140825.617000', '140825.619000', '140825.622000', '140825.625000', '140825.627000', '140825.630000', '140825.633000', '140825.636000', '140825.639000', '140825.642000', '140825.645000', '140825.647000', '140825.650000', '140825.652000', '140825.655000', '140825.658000', '140825.660000', '140825.663000', '140825.666000', '140825.668000', '140825.671000', '140825.673000', '140845.561000', '140845.564000', '140845.566000', '140845.570000', '140845.573000', '140845.575000', '140845.578000', '140845.580000', '140845.583000', '140845.586000', '140845.588000', '140845.591000', '140845.594000', '140845.596000', '140845.599000', '140845.602000', '140845.604000', '140845.607000', '140845.610000', '140845.612000', '140845.615000', '140845.617000', '140845.620000', '140845.623000', '140845.625000', '140845.628000', '140845.631000', '140845.633000', '140845.636000', '140845.639000', '140845.641000', '140845.644000', '140845.646000', '140845.649000', '140845.652000', '140845.654000', '140845.657000', '140845.675000', '140845.678000', '140845.680000', '140845.683000', '140845.686000', '140845.688000', '140845.691000', '140905.560000', '140905.562000', '140905.565000', '140905.569000', '140905.571000', '140905.574000', '140905.576000', '140905.579000', '140905.582000', '140905.585000', '140905.587000', '140905.590000', '140905.593000', '140905.595000', '140905.598000', '140905.600000', '140905.603000', '140905.607000', '140905.610000', '140905.612000', '140905.615000', '140905.618000', '140905.620000', '140905.623000', '140905.626000', '140905.628000', '140905.631000', '140905.633000', '140905.636000', '140905.639000', '140905.641000', '140905.644000', '140905.647000', '140905.649000', '140905.652000', '140905.655000', '140905.657000', '140905.660000', '140905.662000', '140905.665000', '140905.668000', '140905.670000', '140905.673000', '140915.262000', '140915.265000', '140915.267000', '140915.270000', '140915.273000', '140915.276000', '140915.279000', '140915.282000', '140915.284000', '140915.287000', '140915.290000', '140915.293000', '140915.296000', '140915.299000', '140915.301000', '140915.305000', '140915.308000', '140915.311000', '140915.313000', '140915.317000', '140915.327000', '140915.330000'], 'InstanceCreationTime': ['140245.594000', '140245.629000', '140245.632000', '140245.634000', '140245.637000', '140245.639000', '140245.642000', '140245.645000', '140245.647000', '140245.650000', '140245.652000', '140245.655000', '140245.669000', '140245.672000', '140245.681000', '140245.684000', '140245.692000', '140245.695000', '140245.698000', '140245.700000', '140245.703000', '140245.709000', '140245.712000', '140245.714000', '140305.560000', '140305.562000', '140305.565000', '140305.568000', '140305.570000', '140305.573000', '140305.582000', '140305.584000', '140305.587000', '140305.590000', '140305.592000', '140305.595000', '140305.597000', '140305.600000', '140305.603000', '140305.605000', '140305.608000', '140305.610000', '140305.613000', '140305.615000', '140305.618000', '140305.621000', '140305.623000', '140305.626000', '140305.628000', '140305.631000', '140305.633000', '140305.636000', '140305.638000', '140305.641000', '140305.644000', '140305.646000', '140305.649000', '140305.651000', '140305.654000', '140305.657000', '140305.659000', '140305.662000', '140305.664000', '140305.667000', '140305.670000', '140305.672000', '140305.675000', '140305.677000', '140325.559000', '140325.562000', '140325.565000', '140325.567000', '140325.570000', '140325.573000', '140325.575000', '140325.578000', '140325.580000', '140325.583000', '140325.586000', '140325.588000', '140325.591000', '140325.594000', '140325.596000', '140325.599000', '140325.602000', '140325.604000', '140325.607000', '140325.609000', '140325.612000', '140325.614000', '140325.617000', '140325.619000', '140325.622000', '140325.625000', '140325.627000', '140325.630000', '140325.632000', '140325.635000', '140325.638000', '140325.640000', '140325.643000', '140325.645000', '140325.648000', '140325.651000', '140325.653000', '140325.656000', '140325.658000', '140325.661000', '140325.664000', '140325.675000', '140325.677000', '140345.560000', '140345.562000', '140345.565000', '140345.568000', '140345.570000', '140345.573000', '140345.576000', '140345.578000', '140345.581000', '140345.583000', '140345.586000', '140345.589000', '140345.592000', '140345.594000', '140345.597000', '140345.599000', '140345.602000', '140345.604000', '140345.607000', '140345.610000', '140345.612000', '140345.615000', '140345.617000', '140345.620000', '140345.623000', '140345.625000', '140345.628000', '140345.630000', '140345.633000', '140345.636000', '140345.638000', '140345.641000', '140345.643000', '140345.646000', '140345.648000', '140345.651000', '140345.654000', '140345.656000', '140345.659000', '140345.661000', '140345.664000', '140345.667000', '140345.669000', '140345.672000', '140405.560000', '140405.563000', '140405.566000', '140405.568000', '140405.571000', '140405.574000', '140405.576000', '140405.579000', '140405.582000', '140405.584000', '140405.587000', '140405.590000', '140405.592000', '140405.595000', '140405.597000', '140405.600000', '140405.602000', '140405.605000', '140405.608000', '140405.611000', '140405.613000', '140405.616000', '140405.618000', '140405.621000', '140405.624000', '140405.626000', '140405.629000', '140405.631000', '140405.634000', '140405.637000', '140405.639000', '140405.642000', '140405.644000', '140405.647000', '140405.650000', '140405.652000', '140405.655000', '140405.657000', '140405.660000', '140405.663000', '140405.665000', '140405.668000', '140405.670000', '140425.561000', '140425.563000', '140425.566000', '140425.569000', '140425.572000', '140425.574000', '140425.577000', '140425.579000', '140425.582000', '140425.585000', '140425.587000', '140425.590000', '140425.593000', '140425.595000', '140425.598000', '140425.601000', '140425.603000', '140425.606000', '140425.608000', '140425.611000', '140425.613000', '140425.641000', '140425.644000', '140425.646000', '140425.649000', '140425.652000', '140425.654000', '140425.657000', '140425.659000', '140425.662000', '140425.664000', '140425.667000', '140425.670000', '140425.672000', '140425.675000', '140425.678000', '140425.680000', '140425.683000', '140425.685000', '140425.688000', '140425.691000', '140425.693000', '140425.696000', '140425.698000', '140445.560000', '140445.562000', '140445.565000', '140445.568000', '140445.570000', '140445.573000', '140445.576000', '140445.578000', '140445.581000', '140445.583000', '140445.586000', '140445.589000', '140445.591000', '140445.594000', '140445.596000', '140445.599000', '140445.602000', '140445.604000', '140445.607000', '140445.609000', '140445.612000', '140445.615000', '140445.617000', '140445.620000', '140445.622000', '140445.625000', '140445.628000', '140445.630000', '140445.633000', '140445.635000', '140445.638000', '140445.641000', '140445.643000', '140445.646000', '140445.648000', '140445.651000', '140445.654000', '140445.656000', '140445.659000', '140445.661000', '140445.664000', '140445.666000', '140445.669000', '140505.559000', '140505.562000', '140505.565000', '140505.568000', '140505.570000', '140505.573000', '140505.575000', '140505.578000', '140505.581000', '140505.583000', '140505.586000', '140505.589000', '140505.591000', '140505.594000', '140505.596000', '140505.599000', '140505.602000', '140505.604000', '140505.607000', '140505.609000', '140505.612000', '140505.615000', '140505.617000', '140505.620000', '140505.622000', '140505.625000', '140505.628000', '140505.630000', '140505.633000', '140505.635000', '140505.638000', '140505.641000', '140505.643000', '140505.646000', '140505.648000', '140505.651000', '140505.654000', '140505.656000', '140505.659000', '140505.661000', '140505.664000', '140505.666000', '140505.669000', '140505.672000', '140525.559000', '140525.562000', '140525.565000', '140525.568000', '140525.570000', '140525.573000', '140525.576000', '140525.578000', '140525.581000', '140525.583000', '140525.586000', '140525.589000', '140525.591000', '140525.594000', '140525.596000', '140525.599000', '140525.602000', '140525.604000', '140525.607000', '140525.610000', '140525.612000', '140525.615000', '140525.617000', '140525.620000', '140525.623000', '140525.625000', '140525.628000', '140525.630000', '140525.633000', '140525.636000', '140525.638000', '140525.641000', '140525.643000', '140525.646000', '140525.649000', '140525.651000', '140525.654000', '140525.656000', '140525.659000', '140525.661000', '140525.664000', '140525.667000', '140525.669000', '140545.560000', '140545.563000', '140545.565000', '140545.568000', '140545.571000', '140545.573000', '140545.576000', '140545.578000', '140545.581000', '140545.584000', '140545.586000', '140545.589000', '140545.592000', '140545.594000', '140545.597000', '140545.599000', '140545.602000', '140545.605000', '140545.607000', '140545.610000', '140545.613000', '140545.615000', '140545.618000', '140545.621000', '140545.623000', '140545.626000', '140545.628000', '140545.631000', '140545.634000', '140545.636000', '140545.639000', '140545.642000', '140545.644000', '140545.647000', '140545.649000', '140545.652000', '140545.655000', '140545.657000', '140545.660000', '140545.662000', '140545.665000', '140545.668000', '140545.670000', '140545.673000', '140605.559000', '140605.562000', '140605.565000', '140605.568000', '140605.570000', '140605.573000', '140605.575000', '140605.578000', '140605.581000', '140605.583000', '140605.586000', '140605.589000', '140605.591000', '140605.594000', '140605.596000', '140605.599000', '140605.602000', '140605.604000', '140605.607000', '140605.609000', '140605.612000', '140605.615000', '140605.617000', '140605.620000', '140605.623000', '140605.625000', '140605.628000', '140605.631000', '140605.633000', '140605.636000', '140605.639000', '140605.641000', '140605.644000', '140605.647000', '140605.649000', '140605.652000', '140605.654000', '140605.657000', '140605.660000', '140605.662000', '140605.665000', '140605.668000', '140605.670000', '140625.561000', '140625.564000', '140625.566000', '140625.569000', '140625.571000', '140625.574000', '140625.576000', '140625.579000', '140625.582000', '140625.584000', '140625.587000', '140625.590000', '140625.592000', '140625.595000', '140625.598000', '140625.600000', '140625.603000', '140625.605000', '140625.608000', '140625.611000', '140625.613000', '140625.616000', '140625.618000', '140625.621000', '140625.624000', '140625.626000', '140625.629000', '140625.632000', '140625.634000', '140625.637000', '140625.640000', '140625.642000', '140625.645000', '140625.648000', '140625.650000', '140625.653000', '140625.656000', '140625.658000', '140625.661000', '140625.664000', '140625.666000', '140625.669000', '140625.671000', '140625.674000', '140645.560000', '140645.568000', '140645.570000', '140645.573000', '140645.576000', '140645.579000', '140645.581000', '140645.584000', '140645.586000', '140645.589000', '140645.592000', '140645.594000', '140645.597000', '140645.608000', '140645.610000', '140645.613000', '140645.616000', '140645.618000', '140645.621000', '140645.624000', '140645.626000', '140645.629000', '140645.631000', '140645.634000', '140645.637000', '140645.639000', '140645.642000', '140645.644000', '140645.647000', '140645.650000', '140645.652000', '140645.655000', '140645.657000', '140645.660000', '140645.663000', '140645.665000', '140645.668000', '140645.671000', '140645.673000', '140645.676000', '140645.678000', '140645.681000', '140645.683000', '140705.559000', '140705.562000', '140705.565000', '140705.568000', '140705.570000', '140705.573000', '140705.576000', '140705.578000', '140705.581000', '140705.583000', '140705.586000', '140705.589000', '140705.591000', '140705.594000', '140705.598000', '140705.601000', '140705.603000', '140705.606000', '140705.609000', '140705.611000', '140705.614000', '140705.616000', '140705.619000', '140705.622000', '140705.624000', '140705.627000', '140705.629000', '140705.632000', '140705.634000', '140705.637000', '140705.640000', '140705.642000', '140705.645000', '140705.647000', '140705.650000', '140705.653000', '140705.655000', '140705.658000', '140705.661000', '140705.663000', '140705.666000', '140705.668000', '140705.671000', '140705.673000', '140725.560000', '140725.562000', '140725.565000', '140725.568000', '140725.571000', '140725.573000', '140725.576000', '140725.578000', '140725.581000', '140725.584000', '140725.586000', '140725.589000', '140725.591000', '140725.594000', '140725.597000', '140725.599000', '140725.602000', '140725.623000', '140725.625000', '140725.628000', '140725.630000', '140725.633000', '140725.636000', '140725.638000', '140725.641000', '140725.643000', '140725.646000', '140725.649000', '140725.651000', '140725.654000', '140725.656000', '140725.659000', '140725.662000', '140725.664000', '140725.667000', '140725.669000', '140725.672000', '140725.675000', '140725.677000', '140725.680000', '140725.682000', '140725.685000', '140725.688000', '140745.559000', '140745.562000', '140745.565000', '140745.568000', '140745.570000', '140745.574000', '140745.576000', '140745.579000', '140745.582000', '140745.585000', '140745.587000', '140745.590000', '140745.593000', '140745.595000', '140745.598000', '140745.601000', '140745.603000', '140745.606000', '140745.608000', '140745.611000', '140745.614000', '140745.616000', '140745.619000', '140745.622000', '140745.624000', '140745.627000', '140745.629000', '140745.632000', '140745.635000', '140745.637000', '140745.640000', '140745.643000', '140745.645000', '140745.648000', '140745.651000', '140745.653000', '140745.656000', '140745.659000', '140745.661000', '140745.664000', '140745.667000', '140745.669000', '140745.672000', '140805.560000', '140805.562000', '140805.565000', '140805.568000', '140805.570000', '140805.573000', '140805.576000', '140805.578000', '140805.581000', '140805.584000', '140805.586000', '140805.589000', '140805.591000', '140805.594000', '140805.597000', '140805.599000', '140805.602000', '140805.605000', '140805.607000', '140805.610000', '140805.613000', '140805.615000', '140805.618000', '140805.620000', '140805.623000', '140805.626000', '140805.628000', '140805.631000', '140805.634000', '140805.636000', '140805.639000', '140805.641000', '140805.644000', '140805.646000', '140805.649000', '140805.652000', '140805.654000', '140805.657000', '140805.659000', '140805.662000', '140805.665000', '140805.667000', '140805.670000', '140805.672000', '140825.560000', '140825.563000', '140825.565000', '140825.568000', '140825.571000', '140825.573000', '140825.576000', '140825.579000', '140825.581000', '140825.584000', '140825.587000', '140825.590000', '140825.593000', '140825.595000', '140825.598000', '140825.601000', '140825.604000', '140825.606000', '140825.609000', '140825.612000', '140825.614000', '140825.617000', '140825.619000', '140825.622000', '140825.625000', '140825.627000', '140825.630000', '140825.633000', '140825.636000', '140825.639000', '140825.642000', '140825.645000', '140825.647000', '140825.650000', '140825.652000', '140825.655000', '140825.658000', '140825.660000', '140825.663000', '140825.666000', '140825.668000', '140825.671000', '140825.673000', '140845.561000', '140845.564000', '140845.566000', '140845.570000', '140845.573000', '140845.575000', '140845.578000', '140845.580000', '140845.583000', '140845.586000', '140845.588000', '140845.591000', '140845.594000', '140845.596000', '140845.599000', '140845.602000', '140845.604000', '140845.607000', '140845.610000', '140845.612000', '140845.615000', '140845.617000', '140845.620000', '140845.623000', '140845.625000', '140845.628000', '140845.631000', '140845.633000', '140845.636000', '140845.639000', '140845.641000', '140845.644000', '140845.646000', '140845.649000', '140845.652000', '140845.654000', '140845.657000', '140845.675000', '140845.678000', '140845.680000', '140845.683000', '140845.686000', '140845.688000', '140845.691000', '140905.560000', '140905.562000', '140905.565000', '140905.569000', '140905.571000', '140905.574000', '140905.576000', '140905.579000', '140905.582000', '140905.585000', '140905.587000', '140905.590000', '140905.593000', '140905.595000', '140905.598000', '140905.600000', '140905.603000', '140905.607000', '140905.610000', '140905.612000', '140905.615000', '140905.618000', '140905.620000', '140905.623000', '140905.626000', '140905.628000', '140905.631000', '140905.633000', '140905.636000', '140905.639000', '140905.641000', '140905.644000', '140905.647000', '140905.649000', '140905.652000', '140905.655000', '140905.657000', '140905.660000', '140905.662000', '140905.665000', '140905.668000', '140905.670000', '140905.673000', '140915.262000', '140915.265000', '140915.267000', '140915.270000', '140915.273000', '140915.276000', '140915.279000', '140915.282000', '140915.284000', '140915.287000', '140915.290000', '140915.293000', '140915.296000', '140915.299000', '140915.301000', '140915.305000', '140915.308000', '140915.311000', '140915.313000', '140915.317000', '140915.327000', '140915.330000'], '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': [10273, 13354, 16271, 12326, 15622, 11025, 11971, 9559, 11308, 9658, 10770, 9459, 11662, 9510, 11279, 16266, 11413, 15454, 9973, 12673, 10289, 12430, 15548, 11335, 12456, 9182, 12823, 13478, 10048, 11395, 8908, 11350, 10441, 10085, 12136, 11041, 12010, 8898, 11805, 13152, 10444, 12982, 9870, 10862, 8606, 11321, 8942, 11349, 8303, 11313, 8972, 10825, 9561, 10362, 9687, 13420, 9799, 12861, 10587, 14683, 10096, 15120, 12844, 16052, 11436, 14156, 19074, 13726, 13720, 9570, 12351, 9772, 11386, 14383, 10675, 11825, 9379, 11228, 8285, 11283, 10767, 10310, 12196, 9717, 11121, 9839, 10618, 8516, 11727, 8636, 11486, 12524, 10189, 12954, 10118, 11753, 10158, 11537, 9644, 11787, 8932, 12374, 16578, 10915, 14347, 10747, 12575, 9013, 12400, 12965, 11769, 16112, 10710, 13225, 10101, 12069, 8573, 12444, 8302, 11635, 8414, 11714, 13123, 10731, 14684, 10489, 13503, 10314, 12700, 10279, 13361, 9468, 13088, 8731, 12141, 13385, 11627, 14903, 10055, 12441, 9852, 11700, 9715, 11938, 8449, 11692, 8222, 11371, 12310, 10477, 14128, 9969, 12031, 9626, 11586, 8912, 11445, 8535, 11712, 8588, 11301, 15171, 10833, 15071, 10384, 12237, 9724, 12254, 8282, 12024, 8148, 11630, 11201, 11758, 12578, 11393, 12890, 10762, 14185, 10789, 13476, 10422, 12547, 9532, 11889, 8415, 12969, 8518, 12529, 9501, 12593, 17595, 12045, 14523, 10682, 12630, 10190, 11901, 10232, 11934, 10236, 8191, 11226, 8193, 11286, 10230, 11455, 9689, 8380, 11516, 12070, 12851, 18525, 13695, 16427, 10529, 14595, 10624, 15289, 10649, 12917, 12065, 12148, 9118, 11433, 10475, 11577, 8655, 12164, 8521, 11689, 11972, 11124, 10878, 11186, 13707, 10394, 11781, 9913, 11463, 9279, 10800, 9426, 11149, 8847, 11578, 8504, 11647, 9369, 11364, 9319, 11092, 9093, 12043, 9649, 12893, 9205, 12357, 9121, 13779, 9925, 13915, 9569, 13423, 10313, 13740, 9374, 14089, 11248, 15264, 10776, 14865, 10769, 13739, 13487, 13399, 17746, 11812, 8860, 11614, 8908, 11407, 8437, 12006, 9003, 12015, 8442, 12328, 8765, 11386, 15743, 10394, 13508, 9633, 11301, 9741, 11387, 10120, 11854, 9935, 11318, 9675, 11123, 8943, 10937, 8130, 11109, 8103, 11021, 12703, 9859, 12367, 9771, 13239, 12336, 11972, 13379, 10811, 12381, 9211, 11510, 8434, 11832, 8348, 11784, 9524, 11156, 15032, 10299, 13747, 10525, 12541, 8255, 12409, 11269, 11613, 15764, 11047, 12637, 8911, 12352, 9153, 11920, 12778, 10733, 12207, 10005, 10755, 10181, 8312, 11592, 8132, 11864, 8073, 12806, 11253, 16114, 10429, 13379, 10174, 12164, 10115, 13815, 9191, 13013, 9144, 12929, 16345, 11343, 12919, 9748, 11579, 9607, 10836, 8356, 11205, 8401, 10918, 8372, 10806, 8554, 10866, 8689, 10986, 10004, 10191, 13163, 10477, 11959, 9399, 11257, 9475, 11778, 9326, 11146, 10027, 9724, 11626, 8358, 12851, 9279, 12773, 15031, 12356, 15912, 11713, 16183, 11535, 14594, 10849, 13179, 9182, 12534, 8293, 12166, 8623, 12131, 8431, 11702, 8290, 11043, 9535, 11653, 9424, 8553, 10712, 8496, 12688, 10969, 13836, 10557, 12904, 17989, 11716, 15965, 12189, 14174, 9038, 12658, 10205, 11980, 14057, 10543, 11440, 10386, 12677, 10165, 11275, 9275, 10886, 8723, 11238, 8030, 11490, 10441, 10822, 14118, 10424, 12399, 9948, 11842, 8870, 11880, 8582, 11438, 7994, 11824, 10101, 10375, 9189, 10949, 10100, 10289, 11524, 10342, 14028, 10805, 14494, 10612, 14854, 10633, 14342, 10462, 14446, 9063, 12674, 8918, 11991, 8690, 13422, 9897, 12633, 9964, 12531, 9766, 13883, 11871, 14906, 9714, 13308, 8931, 13621, 11422, 12349, 9105, 12541, 8635, 11813, 8554, 12278, 9481, 13231, 11396, 11745, 14433, 10525, 12339, 9650, 11674, 9131, 10948, 9506, 10909, 9502, 11167, 8999, 11096, 9500, 10986, 9506, 11195, 9205, 11754, 9326, 11716, 9807, 11630, 9142, 11639, 9006, 11753, 8567, 12097, 8682, 12055, 7881, 12035, 8023, 12653, 10072, 13132, 8991, 13034, 9862, 12670, 9353, 12359, 10531, 12287, 10916, 12117, 8567, 11738, 8465, 9605, 10968, 8641, 11293, 8432, 13055, 9811, 15119, 12753, 17587, 12708, 15273, 10199, 13746, 10571, 14943, 10076, 12764, 10623, 12542, 11555, 11228, 8132, 10983, 8531, 11348, 9352, 10934, 9444, 8284, 11027, 8451, 12199, 8562, 12306, 10663, 12619, 17162, 11310, 13235, 9641, 12157, 9407, 12220, 10048, 11780, 9222, 9414, 10971, 9979, 10862, 11187, 11117, 10738, 11745, 14542, 11098, 11085, 11495, 8139, 11916, 8302, 12111, 9655, 11636, 10807, 8187, 11844, 10004, 12648, 10334, 16838, 13810, 16303, 13301, 13455, 19112, 13291, 16514, 11269, 13517, 10016, 12478, 15411, 10863, 13033, 9562, 11817, 9479, 11472, 9771, 11000, 8495, 11751, 8034, 11848, 8039, 11948, 8552, 11027, 13650, 10185, 12136, 10398, 11508, 9305, 11631, 9684, 11802, 9651, 12139, 8810, 12199, 8147, 12227, 8240, 11725, 11826, 10351, 12709, 9847, 12061, 9702, 11812, 9601, 11511, 9366, 12153, 10088, 12362, 10076, 12885, 9599, 12658, 8046, 12411, 8497, 12162, 8417, 12043, 8046, 12882, 8959, 12257, 9531, 12067, 10072, 15731, 12100, 13146, 11451, 9494, 11357, 8858, 11855, 9510, 12360, 8630, 11515, 9413, 11612, 9978, 8294, 12074, 8522, 11784, 8483, 12784, 8073, 13102, 10280, 11509, 13098, 10128, 12980, 10453, 12347, 9943, 11573, 9164, 11254, 9426, 11276, 9561, 11639, 9087, 11622, 8230, 11749, 8269, 11852, 8291, 11916, 9364, 12411, 9503, 12997, 8416, 13558, 13638, 11912, 11766, 11429, 11007, 11714, 10247, 12556, 8904, 13853, 9603, 14552, 10707, 16623, 13059, 16106, 11419, 13659, 11017, 18965, 13303, 17052, 11801, 13858, 9970, 12899, 15283, 10888, 13533, 10086, 12219, 9773, 12275, 9435, 11923, 8949, 12098, 8113, 11776, 8845, 10417, 8239, 10441, 12793, 10453, 12441, 9679, 12514, 9349, 12803, 10425, 12787, 9513, 13023, 8311, 13501, 12616, 13265, 14578, 11290, 14624, 10100, 12534, 8630, 12014, 8050, 11486, 8193, 11407, 8054, 10420, 7967, 11461, 8321, 11845, 8038, 12689, 12314, 12488, 17275, 11312, 14725, 11025, 14552, 9639, 12311, 8644, 12109, 7912, 12401, 8730, 11703, 8605, 11698, 8441, 12457, 12366, 12187, 15294, 10077, 12930, 9250, 12810, 15141, 11504, 15115, 10241, 12234, 8063], 'WindowCenter': [4917.0, 4939.0, 4947.0, 4904.0, 4920.0, 4882.0, 4887.0, 4872.0, 4889.0, 4872.0, 4882.0, 4875.0, 4904.0, 4876.0, 4920.0, 4946.0, 4906.0, 4934.0, 4873.0, 4900.0, 4870.0, 4890.0, 4917.0, 4880.0, 4887.0, 4848.0, 4888.0, 4886.0, 4858.0, 4877.0, 4848.0, 4877.0, 4856.0, 4869.0, 4888.0, 4878.0, 4875.0, 4848.0, 4875.0, 4884.0, 4868.0, 4886.0, 4859.0, 4867.0, 4839.0, 4868.0, 4838.0, 4868.0, 4830.0, 4878.0, 4850.0, 4882.0, 4875.0, 4873.0, 4877.0, 4913.0, 4875.0, 4904.0, 4874.0, 4912.0, 4861.0, 4910.0, 4888.0, 4909.0, 4866.0, 4885.0, 4924.0, 4885.0, 4882.0, 4834.0, 4863.0, 4832.0, 4863.0, 4881.0, 4843.0, 4861.0, 4832.0, 4852.0, 4813.0, 4864.0, 4852.0, 4844.0, 4860.0, 4844.0, 4864.0, 4845.0, 4854.0, 4834.0, 4875.0, 4834.0, 4878.0, 4875.0, 4857.0, 4884.0, 4856.0, 4874.0, 4857.0, 4877.0, 4847.0, 4877.0, 4836.0, 4876.0, 4904.0, 4866.0, 4894.0, 4855.0, 4874.0, 4834.0, 4875.0, 4873.0, 4864.0, 4891.0, 4854.0, 4872.0, 4844.0, 4863.0, 4824.0, 4873.0, 4823.0, 4864.0, 4823.0, 4875.0, 4882.0, 4865.0, 4894.0, 4856.0, 4883.0, 4857.0, 4886.0, 4857.0, 4886.0, 4845.0, 4885.0, 4834.0, 4886.0, 4885.0, 4866.0, 4902.0, 4856.0, 4884.0, 4856.0, 4875.0, 4846.0, 4875.0, 4827.0, 4875.0, 4837.0, 4878.0, 4876.0, 4865.0, 4894.0, 4857.0, 4875.0, 4857.0, 4876.0, 4847.0, 4876.0, 4836.0, 4877.0, 4838.0, 4878.0, 4906.0, 4868.0, 4905.0, 4868.0, 4884.0, 4857.0, 4876.0, 4827.0, 4876.0, 4827.0, 4877.0, 4876.0, 4877.0, 4885.0, 4876.0, 4885.0, 4877.0, 4896.0, 4877.0, 4894.0, 4868.0, 4886.0, 4857.0, 4887.0, 4838.0, 4896.0, 4835.0, 4887.0, 4846.0, 4887.0, 4924.0, 4876.0, 4893.0, 4855.0, 4875.0, 4856.0, 4873.0, 4856.0, 4865.0, 4868.0, 4838.0, 4888.0, 4854.0, 4890.0, 4884.0, 4892.0, 4875.0, 4853.0, 4906.0, 4903.0, 4904.0, 4943.0, 4913.0, 4918.0, 4868.0, 4908.0, 4868.0, 4907.0, 4868.0, 4885.0, 4877.0, 4875.0, 4836.0, 4878.0, 4857.0, 4866.0, 4836.0, 4873.0, 4825.0, 4875.0, 4873.0, 4865.0, 4865.0, 4866.0, 4884.0, 4857.0, 4875.0, 4855.0, 4874.0, 4847.0, 4864.0, 4859.0, 4880.0, 4851.0, 4890.0, 4849.0, 4876.0, 4859.0, 4877.0, 4858.0, 4878.0, 4851.0, 4890.0, 4860.0, 4899.0, 4850.0, 4888.0, 4851.0, 4898.0, 4857.0, 4897.0, 4848.0, 4895.0, 4856.0, 4897.0, 4847.0, 4896.0, 4867.0, 4905.0, 4867.0, 4896.0, 4854.0, 4882.0, 4872.0, 4884.0, 4915.0, 4864.0, 4821.0, 4862.0, 4821.0, 4862.0, 4813.0, 4863.0, 4833.0, 4873.0, 4814.0, 4873.0, 4822.0, 4863.0, 4891.0, 4841.0, 4870.0, 4833.0, 4850.0, 4833.0, 4852.0, 4841.0, 4861.0, 4844.0, 4852.0, 4844.0, 4862.0, 4837.0, 4865.0, 4826.0, 4877.0, 4829.0, 4869.0, 4887.0, 4860.0, 4888.0, 4858.0, 4887.0, 4875.0, 4875.0, 4885.0, 4867.0, 4876.0, 4846.0, 4865.0, 4826.0, 4877.0, 4826.0, 4876.0, 4846.0, 4867.0, 4904.0, 4857.0, 4885.0, 4855.0, 4875.0, 4825.0, 4874.0, 4863.0, 4865.0, 4902.0, 4864.0, 4873.0, 4833.0, 4873.0, 4833.0, 4863.0, 4872.0, 4855.0, 4873.0, 4843.0, 4854.0, 4845.0, 4826.0, 4868.0, 4827.0, 4877.0, 4829.0, 4887.0, 4867.0, 4918.0, 4869.0, 4883.0, 4855.0, 4875.0, 4855.0, 4895.0, 4847.0, 4884.0, 4835.0, 4875.0, 4903.0, 4864.0, 4871.0, 4844.0, 4852.0, 4844.0, 4862.0, 4825.0, 4864.0, 4825.0, 4863.0, 4825.0, 4866.0, 4834.0, 4866.0, 4835.0, 4865.0, 4854.0, 4858.0, 4884.0, 4866.0, 4877.0, 4860.0, 4881.0, 4860.0, 4876.0, 4858.0, 4877.0, 4870.0, 4860.0, 4878.0, 4839.0, 4899.0, 4847.0, 4887.0, 4906.0, 4886.0, 4904.0, 4877.0, 4903.0, 4866.0, 4894.0, 4854.0, 4872.0, 4834.0, 4872.0, 4826.0, 4873.0, 4823.0, 4872.0, 4824.0, 4873.0, 4838.0, 4875.0, 4860.0, 4880.0, 4863.0, 4852.0, 4882.0, 4852.0, 4904.0, 4881.0, 4909.0, 4870.0, 4890.0, 4926.0, 4878.0, 4918.0, 4875.0, 4895.0, 4834.0, 4884.0, 4842.0, 4864.0, 4881.0, 4854.0, 4862.0, 4854.0, 4873.0, 4855.0, 4865.0, 4846.0, 4863.0, 4835.0, 4864.0, 4828.0, 4876.0, 4856.0, 4867.0, 4894.0, 4866.0, 4873.0, 4856.0, 4876.0, 4835.0, 4876.0, 4847.0, 4876.0, 4827.0, 4877.0, 4856.0, 4855.0, 4846.0, 4867.0, 4871.0, 4882.0, 4888.0, 4869.0, 4908.0, 4882.0, 4908.0, 4869.0, 4905.0, 4869.0, 4907.0, 4868.0, 4897.0, 4838.0, 4877.0, 4837.0, 4877.0, 4839.0, 4888.0, 4859.0, 4886.0, 4858.0, 4888.0, 4859.0, 4896.0, 4875.0, 4904.0, 4846.0, 4885.0, 4835.0, 4885.0, 4866.0, 4876.0, 4824.0, 4873.0, 4825.0, 4874.0, 4836.0, 4875.0, 4832.0, 4873.0, 4852.0, 4862.0, 4879.0, 4843.0, 4860.0, 4831.0, 4849.0, 4833.0, 4850.0, 4844.0, 4852.0, 4844.0, 4852.0, 4833.0, 4861.0, 4845.0, 4864.0, 4847.0, 4864.0, 4846.0, 4873.0, 4848.0, 4875.0, 4856.0, 4864.0, 4846.0, 4875.0, 4846.0, 4876.0, 4839.0, 4887.0, 4840.0, 4901.0, 4854.0, 4889.0, 4828.0, 4900.0, 4858.0, 4887.0, 4835.0, 4885.0, 4845.0, 4885.0, 4849.0, 4887.0, 4857.0, 4878.0, 4865.0, 4888.0, 4840.0, 4889.0, 4851.0, 4872.0, 4882.0, 4863.0, 4890.0, 4853.0, 4911.0, 4873.0, 4933.0, 4901.0, 4929.0, 4891.0, 4906.0, 4859.0, 4886.0, 4856.0, 4896.0, 4845.0, 4876.0, 4845.0, 4874.0, 4852.0, 4853.0, 4826.0, 4865.0, 4836.0, 4864.0, 4849.0, 4878.0, 4858.0, 4838.0, 4868.0, 4840.0, 4890.0, 4840.0, 4889.0, 4858.0, 4888.0, 4917.0, 4879.0, 4886.0, 4847.0, 4888.0, 4862.0, 4877.0, 4858.0, 4876.0, 4848.0, 4847.0, 4869.0, 4858.0, 4879.0, 4877.0, 4879.0, 4868.0, 4879.0, 4897.0, 4869.0, 4866.0, 4868.0, 4829.0, 4879.0, 4841.0, 4889.0, 4862.0, 4881.0, 4881.0, 4843.0, 4891.0, 4874.0, 4901.0, 4872.0, 4930.0, 4900.0, 4919.0, 4887.0, 4887.0, 4924.0, 4885.0, 4903.0, 4852.0, 4871.0, 4828.0, 4860.0, 4878.0, 4840.0, 4858.0, 4831.0, 4847.0, 4832.0, 4850.0, 4832.0, 4841.0, 4823.0, 4861.0, 4812.0, 4862.0, 4813.0, 4862.0, 4825.0, 4852.0, 4871.0, 4843.0, 4861.0, 4843.0, 4851.0, 4834.0, 4862.0, 4845.0, 4874.0, 4845.0, 4874.0, 4835.0, 4873.0, 4815.0, 4874.0, 4825.0, 4864.0, 4863.0, 4854.0, 4872.0, 4845.0, 4864.0, 4845.0, 4864.0, 4846.0, 4865.0, 4847.0, 4874.0, 4857.0, 4874.0, 4857.0, 4885.0, 4847.0, 4886.0, 4818.0, 4877.0, 4828.0, 4866.0, 4842.0, 4879.0, 4830.0, 4888.0, 4840.0, 4879.0, 4852.0, 4889.0, 4871.0, 4918.0, 4890.0, 4889.0, 4868.0, 4846.0, 4878.0, 4836.0, 4877.0, 4848.0, 4874.0, 4850.0, 4878.0, 4848.0, 4876.0, 4856.0, 4837.0, 4886.0, 4838.0, 4877.0, 4837.0, 4886.0, 4827.0, 4886.0, 4854.0, 4865.0, 4873.0, 4844.0, 4871.0, 4853.0, 4861.0, 4842.0, 4851.0, 4844.0, 4863.0, 4845.0, 4865.0, 4846.0, 4865.0, 4846.0, 4875.0, 4837.0, 4875.0, 4837.0, 4876.0, 4838.0, 4877.0, 4849.0, 4888.0, 4859.0, 4897.0, 4839.0, 4899.0, 4897.0, 4879.0, 4877.0, 4881.0, 4869.0, 4880.0, 4861.0, 4889.0, 4851.0, 4899.0, 4862.0, 4907.0, 4869.0, 4918.0, 4900.0, 4919.0, 4880.0, 4899.0, 4868.0, 4925.0, 4887.0, 4915.0, 4866.0, 4885.0, 4844.0, 4876.0, 4891.0, 4852.0, 4870.0, 4842.0, 4860.0, 4843.0, 4872.0, 4834.0, 4862.0, 4834.0, 4872.0, 4825.0, 4875.0, 4835.0, 4855.0, 4825.0, 4857.0, 4873.0, 4856.0, 4875.0, 4847.0, 4875.0, 4847.0, 4885.0, 4857.0, 4885.0, 4846.0, 4884.0, 4825.0, 4885.0, 4873.0, 4885.0, 4882.0, 4853.0, 4881.0, 4843.0, 4872.0, 4823.0, 4862.0, 4813.0, 4864.0, 4836.0, 4876.0, 4815.0, 4867.0, 4826.0, 4875.0, 4827.0, 4875.0, 4827.0, 4889.0, 4875.0, 4875.0, 4913.0, 4865.0, 4894.0, 4855.0, 4883.0, 4835.0, 4865.0, 4826.0, 4873.0, 4815.0, 4874.0, 4837.0, 4887.0, 4849.0, 4876.0, 4838.0, 4887.0, 4875.0, 4887.0, 4904.0, 4856.0, 4885.0, 4835.0, 4885.0, 4892.0, 4863.0, 4881.0, 4842.0, 4859.0, 4812.0], 'WindowWidth': [10719.0, 10736.0, 10740.0, 10673.0, 10689.0, 10637.0, 10641.0, 10625.0, 10646.0, 10628.0, 10641.0, 10636.0, 10672.0, 10636.0, 10706.0, 10737.0, 10676.0, 10715.0, 10627.0, 10659.0, 10617.0, 10645.0, 10680.0, 10628.0, 10637.0, 10584.0, 10638.0, 10634.0, 10597.0, 10622.0, 10584.0, 10622.0, 10593.0, 10618.0, 10639.0, 10624.0, 10618.0, 10583.0, 10618.0, 10629.0, 10610.0, 10634.0, 10597.0, 10607.0, 10571.0, 10610.0, 10568.0, 10606.0, 10558.0, 10623.0, 10591.0, 10635.0, 10629.0, 10623.0, 10632.0, 10679.0, 10628.0, 10668.0, 10624.0, 10675.0, 10601.0, 10670.0, 10636.0, 10668.0, 10602.0, 10628.0, 10683.0, 10626.0, 10620.0, 10553.0, 10593.0, 10549.0, 10594.0, 10618.0, 10568.0, 10588.0, 10551.0, 10578.0, 10528.0, 10597.0, 10578.0, 10570.0, 10588.0, 10571.0, 10598.0, 10573.0, 10585.0, 10560.0, 10616.0, 10560.0, 10621.0, 10614.0, 10594.0, 10628.0, 10592.0, 10615.0, 10595.0, 10620.0, 10580.0, 10620.0, 10563.0, 10618.0, 10656.0, 10603.0, 10640.0, 10587.0, 10614.0, 10558.0, 10615.0, 10609.0, 10599.0, 10632.0, 10584.0, 10607.0, 10570.0, 10595.0, 10544.0, 10610.0, 10541.0, 10600.0, 10543.0, 10616.0, 10623.0, 10603.0, 10640.0, 10592.0, 10625.0, 10596.0, 10633.0, 10596.0, 10634.0, 10578.0, 10632.0, 10561.0, 10634.0, 10630.0, 10604.0, 10651.0, 10592.0, 10628.0, 10594.0, 10618.0, 10579.0, 10617.0, 10554.0, 10617.0, 10567.0, 10626.0, 10619.0, 10605.0, 10641.0, 10595.0, 10617.0, 10594.0, 10621.0, 10580.0, 10621.0, 10566.0, 10623.0, 10571.0, 10626.0, 10661.0, 10612.0, 10660.0, 10610.0, 10630.0, 10593.0, 10619.0, 10553.0, 10619.0, 10553.0, 10622.0, 10619.0, 10622.0, 10631.0, 10620.0, 10632.0, 10623.0, 10648.0, 10624.0, 10644.0, 10610.0, 10633.0, 10595.0, 10636.0, 10570.0, 10648.0, 10564.0, 10636.0, 10577.0, 10634.0, 10684.0, 10617.0, 10638.0, 10589.0, 10615.0, 10591.0, 10612.0, 10588.0, 10601.0, 10611.0, 10572.0, 10642.0, 10605.0, 10648.0, 10643.0, 10651.0, 10632.0, 10600.0, 10677.0, 10670.0, 10671.0, 10726.0, 10680.0, 10682.0, 10610.0, 10665.0, 10611.0, 10667.0, 10608.0, 10630.0, 10619.0, 10615.0, 10562.0, 10624.0, 10593.0, 10604.0, 10562.0, 10610.0, 10548.0, 10616.0, 10612.0, 10602.0, 10603.0, 10605.0, 10629.0, 10594.0, 10616.0, 10591.0, 10614.0, 10582.0, 10602.0, 10601.0, 10632.0, 10595.0, 10646.0, 10588.0, 10620.0, 10600.0, 10623.0, 10601.0, 10625.0, 10592.0, 10644.0, 10603.0, 10653.0, 10589.0, 10639.0, 10590.0, 10652.0, 10596.0, 10650.0, 10583.0, 10645.0, 10593.0, 10649.0, 10582.0, 10646.0, 10607.0, 10659.0, 10607.0, 10649.0, 10585.0, 10623.0, 10606.0, 10624.0, 10671.0, 10599.0, 10535.0, 10592.0, 10537.0, 10591.0, 10526.0, 10595.0, 10554.0, 10610.0, 10528.0, 10608.0, 10537.0, 10594.0, 10631.0, 10563.0, 10600.0, 10553.0, 10573.0, 10555.0, 10578.0, 10564.0, 10589.0, 10569.0, 10577.0, 10572.0, 10594.0, 10566.0, 10603.0, 10551.0, 10621.0, 10559.0, 10613.0, 10635.0, 10602.0, 10639.0, 10596.0, 10635.0, 10615.0, 10615.0, 10629.0, 10605.0, 10617.0, 10577.0, 10602.0, 10550.0, 10619.0, 10549.0, 10618.0, 10576.0, 10606.0, 10656.0, 10591.0, 10629.0, 10588.0, 10614.0, 10547.0, 10613.0, 10596.0, 10600.0, 10648.0, 10599.0, 10610.0, 10555.0, 10610.0, 10553.0, 10595.0, 10605.0, 10583.0, 10608.0, 10568.0, 10581.0, 10572.0, 10548.0, 10606.0, 10552.0, 10621.0, 10556.0, 10634.0, 10606.0, 10681.0, 10612.0, 10625.0, 10589.0, 10615.0, 10587.0, 10644.0, 10579.0, 10627.0, 10559.0, 10612.0, 10652.0, 10596.0, 10604.0, 10569.0, 10578.0, 10570.0, 10593.0, 10547.0, 10597.0, 10547.0, 10596.0, 10548.0, 10604.0, 10558.0, 10603.0, 10561.0, 10603.0, 10587.0, 10596.0, 10626.0, 10605.0, 10621.0, 10603.0, 10631.0, 10602.0, 10620.0, 10599.0, 10622.0, 10617.0, 10602.0, 10627.0, 10573.0, 10654.0, 10582.0, 10637.0, 10660.0, 10633.0, 10657.0, 10618.0, 10654.0, 10604.0, 10639.0, 10584.0, 10607.0, 10557.0, 10607.0, 10547.0, 10609.0, 10541.0, 10606.0, 10544.0, 10612.0, 10569.0, 10617.0, 10604.0, 10630.0, 10612.0, 10597.0, 10635.0, 10596.0, 10668.0, 10634.0, 10671.0, 10615.0, 10643.0, 10692.0, 10623.0, 10680.0, 10614.0, 10641.0, 10557.0, 10626.0, 10567.0, 10598.0, 10618.0, 10583.0, 10593.0, 10585.0, 10609.0, 10589.0, 10602.0, 10578.0, 10598.0, 10563.0, 10602.0, 10557.0, 10619.0, 10592.0, 10606.0, 10641.0, 10605.0, 10613.0, 10592.0, 10617.0, 10562.0, 10620.0, 10584.0, 10619.0, 10555.0, 10622.0, 10591.0, 10590.0, 10577.0, 10607.0, 10621.0, 10638.0, 10640.0, 10615.0, 10668.0, 10636.0, 10667.0, 10614.0, 10659.0, 10612.0, 10663.0, 10607.0, 10647.0, 10566.0, 10617.0, 10564.0, 10619.0, 10570.0, 10635.0, 10598.0, 10633.0, 10597.0, 10636.0, 10599.0, 10647.0, 10616.0, 10655.0, 10578.0, 10630.0, 10559.0, 10627.0, 10604.0, 10617.0, 10542.0, 10608.0, 10547.0, 10612.0, 10562.0, 10614.0, 10551.0, 10608.0, 10577.0, 10591.0, 10613.0, 10565.0, 10586.0, 10549.0, 10570.0, 10554.0, 10575.0, 10572.0, 10580.0, 10570.0, 10579.0, 10557.0, 10592.0, 10576.0, 10599.0, 10579.0, 10599.0, 10577.0, 10610.0, 10584.0, 10618.0, 10592.0, 10600.0, 10579.0, 10617.0, 10579.0, 10619.0, 10570.0, 10635.0, 10574.0, 10662.0, 10605.0, 10642.0, 10558.0, 10656.0, 10596.0, 10635.0, 10560.0, 10627.0, 10573.0, 10629.0, 10583.0, 10635.0, 10593.0, 10623.0, 10602.0, 10638.0, 10575.0, 10640.0, 10596.0, 10624.0, 10638.0, 10612.0, 10648.0, 10599.0, 10675.0, 10626.0, 10711.0, 10661.0, 10698.0, 10642.0, 10661.0, 10598.0, 10632.0, 10589.0, 10645.0, 10573.0, 10617.0, 10569.0, 10610.0, 10577.0, 10581.0, 10549.0, 10601.0, 10563.0, 10601.0, 10587.0, 10625.0, 10598.0, 10571.0, 10610.0, 10575.0, 10642.0, 10573.0, 10640.0, 10595.0, 10636.0, 10678.0, 10628.0, 10631.0, 10578.0, 10639.0, 10611.0, 10620.0, 10596.0, 10617.0, 10582.0, 10580.0, 10612.0, 10594.0, 10626.0, 10620.0, 10626.0, 10609.0, 10625.0, 10649.0, 10611.0, 10602.0, 10607.0, 10556.0, 10624.0, 10575.0, 10640.0, 10608.0, 10630.0, 10633.0, 10582.0, 10645.0, 10627.0, 10660.0, 10622.0, 10700.0, 10655.0, 10682.0, 10631.0, 10632.0, 10684.0, 10626.0, 10651.0, 10576.0, 10602.0, 10539.0, 10584.0, 10608.0, 10555.0, 10579.0, 10545.0, 10564.0, 10550.0, 10573.0, 10550.0, 10560.0, 10540.0, 10589.0, 10525.0, 10593.0, 10525.0, 10593.0, 10546.0, 10580.0, 10602.0, 10567.0, 10588.0, 10566.0, 10576.0, 10558.0, 10592.0, 10575.0, 10615.0, 10576.0, 10612.0, 10561.0, 10609.0, 10532.0, 10612.0, 10545.0, 10597.0, 10594.0, 10584.0, 10607.0, 10572.0, 10596.0, 10573.0, 10598.0, 10578.0, 10600.0, 10579.0, 10613.0, 10592.0, 10614.0, 10594.0, 10629.0, 10579.0, 10630.0, 10538.0, 10618.0, 10550.0, 10600.0, 10579.0, 10622.0, 10558.0, 10634.0, 10572.0, 10623.0, 10592.0, 10640.0, 10619.0, 10680.0, 10643.0, 10641.0, 10608.0, 10576.0, 10623.0, 10565.0, 10623.0, 10581.0, 10614.0, 10592.0, 10625.0, 10585.0, 10620.0, 10594.0, 10569.0, 10633.0, 10569.0, 10622.0, 10567.0, 10632.0, 10554.0, 10632.0, 10585.0, 10600.0, 10608.0, 10570.0, 10605.0, 10582.0, 10590.0, 10567.0, 10576.0, 10572.0, 10596.0, 10576.0, 10600.0, 10577.0, 10601.0, 10579.0, 10617.0, 10567.0, 10617.0, 10566.0, 10619.0, 10571.0, 10623.0, 10586.0, 10637.0, 10600.0, 10651.0, 10574.0, 10655.0, 10649.0, 10624.0, 10620.0, 10628.0, 10612.0, 10628.0, 10602.0, 10638.0, 10587.0, 10651.0, 10606.0, 10664.0, 10614.0, 10679.0, 10657.0, 10683.0, 10632.0, 10651.0, 10609.0, 10688.0, 10634.0, 10673.0, 10603.0, 10628.0, 10570.0, 10617.0, 10631.0, 10578.0, 10599.0, 10563.0, 10587.0, 10570.0, 10606.0, 10559.0, 10593.0, 10557.0, 10606.0, 10550.0, 10616.0, 10560.0, 10589.0, 10547.0, 10592.0, 10611.0, 10592.0, 10616.0, 10580.0, 10615.0, 10582.0, 10631.0, 10594.0, 10630.0, 10578.0, 10627.0, 10547.0, 10629.0, 10608.0, 10626.0, 10619.0, 10581.0, 10617.0, 10568.0, 10607.0, 10540.0, 10592.0, 10529.0, 10599.0, 10565.0, 10618.0, 10532.0, 10609.0, 10552.0, 10616.0, 10553.0, 10618.0, 10553.0, 10640.0, 10615.0, 10617.0, 10666.0, 10601.0, 10640.0, 10585.0, 10622.0, 10558.0, 10597.0, 10545.0, 10610.0, 10534.0, 10614.0, 10570.0, 10637.0, 10590.0, 10622.0, 10573.0, 10637.0, 10616.0, 10635.0, 10657.0, 10593.0, 10631.0, 10560.0, 10629.0, 10635.0, 10596.0, 10618.0, 10566.0, 10586.0, 10526.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.0006433218390804598</td></tr>
<tr><td colspan=3>aqi</td><td>0.018743638390804597</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.36622210506327</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.180396784833143</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9998014991829699</td></tr>
<tr><td colspan=3>efc</td><td>0.5074</td></tr>
<tr><td colspan=3>fber</td><td>4039.3179</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0866046818668127</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.172413793103448</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.530498503391774</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4247585785528867</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8366147505516524</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.330122181070784</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101128</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015380237251520157</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027695512399077415</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5959252293511277</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>18.6011</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.1268</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>257.073</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291791.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>1242.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>475.6984</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8536</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>684.4034</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3960.3374</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1167.9818</td></tr>
<tr><td colspan=3>tsnr</td><td>40.8007713991683</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>