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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-04_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-04_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-0101/ses-04/func/sub-0101_ses-04_task-social_acq-mb8_run-04_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>044545e1448408f71adcfe2e35fcb926</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>12:33:6.187500</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.999588, 0.0207368, 0.0198519, -0.0170989, 0.98555, -0.168517]</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-04_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.124025</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7746, -7226, 27, -175, -137, -42, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>312.966</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c3f101e-cac7-4d5e-adf7-29ed688ee760||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.68182110786438, -0.04587496817111969, 0.06226077303290367, 109.84159851074219], [-0.055635400116443634, 2.6441595554351807, -0.45389285683631897, -84.07157135009766], [0.05326114967465401, 0.45211976766586304, 2.660846710205078, -94.26454162597656], [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': ['123306.187500', '123306.647500', '123307.107500', '123307.567500', '123308.027500', '123308.487500', '123308.947500', '123309.407500', '123309.867500', '123310.327500', '123310.787500', '123311.247500', '123311.707500', '123312.167500', '123312.627500', '123313.087500', '123313.547500', '123314.007500', '123314.467500', '123314.927500', '123315.387500', '123315.847500', '123316.307500', '123316.767500', '123317.227500', '123317.687500', '123318.147500', '123318.607500', '123319.067500', '123319.527500', '123319.987500', '123320.447500', '123320.907500', '123321.367500', '123321.827500', '123322.287500', '123322.747500', '123323.207500', '123323.667500', '123324.127500', '123324.587500', '123325.047500', '123325.507500', '123325.967500', '123326.427500', '123326.887500', '123327.347500', '123327.807500', '123328.267500', '123328.727500', '123329.187500', '123329.647500', '123330.107500', '123330.567500', '123331.027500', '123331.487500', '123331.947500', '123332.407500', '123332.867500', '123333.327500', '123333.787500', '123334.247500', '123334.707500', '123335.167500', '123335.627500', '123336.087500', '123336.547500', '123337.007500', '123337.467500', '123337.927500', '123338.387500', '123338.847500', '123339.307500', '123339.767500', '123340.227500', '123340.687500', '123341.147500', '123341.607500', '123342.067500', '123342.527500', '123342.987500', '123343.447500', '123343.907500', '123344.367500', '123344.827500', '123345.287500', '123345.747500', '123346.207500', '123346.667500', '123347.127500', '123347.587500', '123348.047500', '123348.507500', '123348.967500', '123349.427500', '123349.887500', '123350.347500', '123350.807500', '123351.267500', '123351.727500', '123352.187500', '123352.647500', '123353.107500', '123353.567500', '123354.027500', '123354.487500', '123354.947500', '123355.407500', '123355.867500', '123356.327500', '123356.787500', '123357.247500', '123357.707500', '123358.167500', '123358.627500', '123359.087500', '123359.547500', '123400.007500', '123400.467500', '123400.927500', '123401.387500', '123401.847500', '123402.307500', '123402.767500', '123403.227500', '123403.687500', '123404.147500', '123404.607500', '123405.067500', '123405.527500', '123405.987500', '123406.447500', '123406.907500', '123407.367500', '123407.827500', '123408.287500', '123408.747500', '123409.207500', '123409.667500', '123410.127500', '123410.587500', '123411.047500', '123411.507500', '123411.967500', '123412.427500', '123412.887500', '123413.347500', '123413.807500', '123414.267500', '123414.727500', '123415.187500', '123415.647500', '123416.107500', '123416.567500', '123417.027500', '123417.487500', '123417.947500', '123418.407500', '123418.867500', '123419.327500', '123419.787500', '123420.247500', '123420.707500', '123421.167500', '123421.627500', '123422.087500', '123422.547500', '123423.007500', '123423.467500', '123423.927500', '123424.387500', '123424.847500', '123425.307500', '123425.767500', '123426.227500', '123426.687500', '123427.147500', '123427.607500', '123428.067500', '123428.527500', '123428.987500', '123429.447500', '123429.907500', '123430.367500', '123430.827500', '123431.287500', '123431.747500', '123432.207500', '123432.667500', '123433.127500', '123433.587500', '123434.047500', '123434.507500', '123434.967500', '123435.427500', '123435.887500', '123436.347500', '123436.807500', '123437.267500', '123437.727500', '123438.187500', '123438.647500', '123439.107500', '123439.567500', '123440.027500', '123440.487500', '123440.947500', '123441.407500', '123441.867500', '123442.327500', '123442.787500', '123443.247500', '123443.707500', '123444.167500', '123444.627500', '123445.087500', '123445.547500', '123446.007500', '123446.467500', '123446.927500', '123447.387500', '123447.847500', '123448.307500', '123448.767500', '123449.227500', '123449.687500', '123450.147500', '123450.607500', '123451.067500', '123451.527500', '123451.987500', '123452.447500', '123452.907500', '123453.367500', '123453.827500', '123454.287500', '123454.747500', '123455.207500', '123455.667500', '123456.127500', '123456.587500', '123457.047500', '123457.507500', '123457.967500', '123458.427500', '123458.887500', '123459.347500', '123459.807500', '123500.267500', '123500.727500', '123501.187500', '123501.647500', '123502.107500', '123502.567500', '123503.027500', '123503.487500', '123503.947500', '123504.407500', '123504.867500', '123505.327500', '123505.787500', '123506.247500', '123506.707500', '123507.167500', '123507.627500', '123508.087500', '123508.547500', '123509.007500', '123509.467500', '123509.927500', '123510.387500', '123510.847500', '123511.307500', '123511.767500', '123512.227500', '123512.687500', '123513.147500', '123513.607500', '123514.067500', '123514.527500', '123514.987500', '123515.447500', '123515.907500', '123516.367500', '123516.827500', '123517.287500', '123517.747500', '123518.207500', '123518.667500', '123519.127500', '123519.587500', '123520.047500', '123520.507500', '123520.967500', '123521.427500', '123521.887500', '123522.347500', '123522.807500', '123523.267500', '123523.727500', '123524.187500', '123524.647500', '123525.107500', '123525.567500', '123526.027500', '123526.487500', '123526.947500', '123527.407500', '123527.867500', '123528.327500', '123528.787500', '123529.247500', '123529.707500', '123530.167500', '123530.627500', '123531.087500', '123531.547500', '123532.007500', '123532.467500', '123532.927500', '123533.387500', '123533.847500', '123534.307500', '123534.767500', '123535.227500', '123535.687500', '123536.147500', '123536.607500', '123537.067500', '123537.527500', '123537.987500', '123538.447500', '123538.907500', '123539.367500', '123539.827500', '123540.287500', '123540.747500', '123541.207500', '123541.667500', '123542.127500', '123542.587500', '123543.047500', '123543.507500', '123543.967500', '123544.427500', '123544.887500', '123545.347500', '123545.807500', '123546.267500', '123546.727500', '123547.187500', '123547.647500', '123548.107500', '123548.567500', '123549.027500', '123549.487500', '123549.947500', '123550.407500', '123550.867500', '123551.327500', '123551.787500', '123552.247500', '123552.707500', '123553.167500', '123553.627500', '123554.087500', '123554.547500', '123555.007500', '123555.467500', '123555.927500', '123556.387500', '123556.847500', '123557.307500', '123557.767500', '123558.227500', '123558.687500', '123559.147500', '123559.607500', '123600.067500', '123600.527500', '123600.987500', '123601.447500', '123601.907500', '123602.367500', '123602.827500', '123603.287500', '123603.747500', '123604.207500', '123604.667500', '123605.127500', '123605.587500', '123606.047500', '123606.507500', '123606.967500', '123607.427500', '123607.887500', '123608.347500', '123608.807500', '123609.267500', '123609.727500', '123610.187500', '123610.647500', '123611.107500', '123611.567500', '123612.027500', '123612.487500', '123612.947500', '123613.407500', '123613.867500', '123614.327500', '123614.787500', '123615.247500', '123615.707500', '123616.167500', '123616.627500', '123617.087500', '123617.547500', '123618.007500', '123618.467500', '123618.927500', '123619.387500', '123619.847500', '123620.307500', '123620.767500', '123621.227500', '123621.687500', '123622.147500', '123622.607500', '123623.067500', '123623.527500', '123623.987500', '123624.447500', '123624.907500', '123625.367500', '123625.827500', '123626.287500', '123626.747500', '123627.207500', '123627.667500', '123628.127500', '123628.587500', '123629.047500', '123629.507500', '123629.967500', '123630.427500', '123630.887500', '123631.347500', '123631.807500', '123632.267500', '123632.727500', '123633.187500', '123633.647500', '123634.107500', '123634.567500', '123635.027500', '123635.487500', '123635.947500', '123636.407500', '123636.867500', '123637.327500', '123637.787500', '123638.247500', '123638.707500', '123639.167500', '123639.627500', '123640.087500', '123640.547500', '123641.007500', '123641.467500', '123641.927500', '123642.387500', '123642.847500', '123643.307500', '123643.767500', '123644.227500', '123644.687500', '123645.147500', '123645.607500', '123646.067500', '123646.527500', '123646.987500', '123647.447500', '123647.907500', '123648.367500', '123648.827500', '123649.287500', '123649.747500', '123650.207500', '123650.667500', '123651.127500', '123651.587500', '123652.047500', '123652.507500', '123652.967500', '123653.427500', '123653.887500', '123654.347500', '123654.807500', '123655.267500', '123655.727500', '123656.187500', '123656.647500', '123657.107500', '123657.567500', '123658.027500', '123658.487500', '123658.947500', '123659.407500', '123659.867500', '123700.327500', '123700.787500', '123701.247500', '123701.707500', '123702.167500', '123702.627500', '123703.087500', '123703.547500', '123704.007500', '123704.467500', '123704.927500', '123705.387500', '123705.847500', '123706.307500', '123706.767500', '123707.227500', '123707.687500', '123708.147500', '123708.607500', '123709.067500', '123709.527500', '123709.987500', '123710.447500', '123710.907500', '123711.367500', '123711.827500', '123712.287500', '123712.747500', '123713.207500', '123713.667500', '123714.127500', '123714.587500', '123715.047500', '123715.507500', '123715.967500', '123716.427500', '123716.887500', '123717.347500', '123717.807500', '123718.267500', '123718.727500', '123719.187500', '123719.647500', '123720.107500', '123720.567500', '123721.027500', '123721.487500', '123721.947500', '123722.407500', '123722.867500', '123723.327500', '123723.787500', '123724.247500', '123724.707500', '123725.167500', '123725.627500', '123726.087500', '123726.547500', '123727.007500', '123727.467500', '123727.927500', '123728.387500', '123728.847500', '123729.307500', '123729.767500', '123730.227500', '123730.687500', '123731.147500', '123731.607500', '123732.067500', '123732.527500', '123732.987500', '123733.447500', '123733.907500', '123734.367500', '123734.827500', '123735.287500', '123735.747500', '123736.207500', '123736.667500', '123737.127500', '123737.587500', '123738.047500', '123738.507500', '123738.967500', '123739.427500', '123739.887500', '123740.347500', '123740.807500', '123741.267500', '123741.727500', '123742.187500', '123742.647500', '123743.107500', '123743.567500', '123744.027500', '123744.487500', '123744.947500', '123745.407500', '123745.867500', '123746.327500', '123746.787500', '123747.247500', '123747.707500', '123748.167500', '123748.627500', '123749.087500', '123749.547500', '123750.007500', '123750.467500', '123750.927500', '123751.387500', '123751.847500', '123752.307500', '123752.767500', '123753.227500', '123753.687500', '123754.147500', '123754.607500', '123755.067500', '123755.527500', '123755.987500', '123756.447500', '123756.907500', '123757.367500', '123757.827500', '123758.287500', '123758.747500', '123759.207500', '123759.667500', '123800.127500', '123800.587500', '123801.047500', '123801.507500', '123801.967500', '123802.427500', '123802.887500', '123803.347500', '123803.807500', '123804.267500', '123804.727500', '123805.187500', '123805.647500', '123806.107500', '123806.567500', '123807.027500', '123807.487500', '123807.947500', '123808.407500', '123808.867500', '123809.327500', '123809.787500', '123810.247500', '123810.707500', '123811.167500', '123811.627500', '123812.087500', '123812.547500', '123813.007500', '123813.467500', '123813.927500', '123814.387500', '123814.847500', '123815.307500', '123815.767500', '123816.227500', '123816.687500', '123817.147500', '123817.607500', '123818.067500', '123818.527500', '123818.987500', '123819.447500', '123819.907500', '123820.367500', '123820.827500', '123821.287500', '123821.747500', '123822.207500', '123822.667500', '123823.127500', '123823.587500', '123824.047500', '123824.507500', '123824.967500', '123825.427500', '123825.887500', '123826.347500', '123826.807500', '123827.267500', '123827.727500', '123828.187500', '123828.647500', '123829.107500', '123829.567500', '123830.027500', '123830.487500', '123830.947500', '123831.407500', '123831.867500', '123832.327500', '123832.787500', '123833.247500', '123833.707500', '123834.167500', '123834.627500', '123835.087500', '123835.547500', '123836.007500', '123836.467500', '123836.927500', '123837.387500', '123837.847500', '123838.307500', '123838.767500', '123839.227500', '123839.687500', '123840.147500', '123840.607500', '123841.067500', '123841.527500', '123841.987500', '123842.447500', '123842.907500', '123843.367500', '123843.827500', '123844.287500', '123844.747500', '123845.207500', '123845.667500', '123846.127500', '123846.587500', '123847.047500', '123847.507500', '123847.967500', '123848.427500', '123848.887500', '123849.347500', '123849.807500', '123850.267500', '123850.727500', '123851.187500', '123851.647500', '123852.107500', '123852.567500', '123853.027500', '123853.487500', '123853.947500', '123854.407500', '123854.867500', '123855.327500', '123855.787500', '123856.247500', '123856.707500', '123857.167500', '123857.627500', '123858.087500', '123858.547500', '123859.007500', '123859.467500', '123859.927500', '123900.387500', '123900.847500', '123901.307500', '123901.767500', '123902.227500', '123902.687500', '123903.147500', '123903.607500', '123904.067500', '123904.527500', '123904.987500', '123905.447500', '123905.907500', '123906.367500', '123906.827500', '123907.287500', '123907.747500', '123908.207500', '123908.667500', '123909.127500', '123909.587500', '123910.047500', '123910.507500', '123910.967500', '123911.427500', '123911.887500', '123912.347500', '123912.807500', '123913.267500', '123913.727500', '123914.187500', '123914.647500', '123915.107500', '123915.567500', '123916.027500', '123916.487500', '123916.947500', '123917.407500', '123917.867500', '123918.327500', '123918.787500', '123919.247500', '123919.707500', '123920.167500', '123920.627500', '123921.087500', '123921.547500', '123922.007500', '123922.467500', '123922.927500', '123923.387500', '123923.847500', '123924.307500', '123924.767500', '123925.227500', '123925.687500', '123926.147500', '123926.607500', '123927.067500', '123927.527500', '123927.987500', '123928.447500', '123928.907500', '123929.367500', '123929.827500', '123930.287500', '123930.747500', '123931.207500', '123931.667500', '123932.127500', '123932.587500', '123933.047500', '123933.507500', '123933.967500', '123934.427500', '123934.887500', '123935.347500', '123935.807500', '123936.267500', '123936.727500', '123937.187500', '123937.647500', '123938.107500', '123938.567500', '123939.027500', '123939.487500', '123939.947500', '123940.407500', '123940.867500', '123941.327500', '123941.787500', '123942.247500', '123942.707500', '123943.167500', '123943.627500', '123944.087500', '123944.547500', '123945.007500', '123945.467500', '123945.927500', '123946.387500', '123946.847500'], 'ContentTime': ['123327.232000', '123327.235000', '123327.238000', '123327.240000', '123327.243000', '123327.245000', '123327.248000', '123327.251000', '123327.256000', '123327.259000', '123327.262000', '123327.264000', '123327.267000', '123327.270000', '123327.272000', '123327.275000', '123327.277000', '123327.280000', '123327.283000', '123327.285000', '123327.288000', '123327.290000', '123327.293000', '123327.298000', '123327.301000', '123327.303000', '123327.306000', '123327.309000', '123327.311000', '123327.314000', '123327.316000', '123327.319000', '123327.322000', '123327.324000', '123327.327000', '123327.329000', '123327.332000', '123327.335000', '123327.337000', '123327.340000', '123327.342000', '123327.345000', '123327.354000', '123347.160000', '123347.163000', '123347.166000', '123347.169000', '123347.171000', '123347.176000', '123347.178000', '123347.181000', '123347.184000', '123347.186000', '123347.189000', '123347.191000', '123347.194000', '123347.196000', '123347.199000', '123347.208000', '123347.211000', '123347.214000', '123347.216000', '123347.219000', '123347.222000', '123347.224000', '123347.227000', '123347.229000', '123347.232000', '123347.234000', '123347.237000', '123347.240000', '123347.242000', '123347.245000', '123347.248000', '123347.250000', '123347.253000', '123347.255000', '123347.258000', '123347.260000', '123347.263000', '123347.266000', '123347.268000', '123347.271000', '123347.274000', '123347.282000', '123347.284000', '123407.161000', '123407.163000', '123407.166000', '123407.169000', '123407.171000', '123407.174000', '123407.177000', '123407.179000', '123407.182000', '123407.184000', '123407.187000', '123407.190000', '123407.192000', '123407.195000', '123407.197000', '123407.200000', '123407.202000', '123407.205000', '123407.208000', '123407.210000', '123407.213000', '123407.220000', '123407.223000', '123407.225000', '123407.228000', '123407.231000', '123407.240000', '123407.243000', '123407.245000', '123407.248000', '123407.250000', '123407.253000', '123407.256000', '123407.258000', '123407.261000', '123407.263000', '123407.266000', '123407.268000', '123407.271000', '123407.274000', '123407.276000', '123407.279000', '123407.281000', '123407.284000', '123427.161000', '123427.164000', '123427.166000', '123427.169000', '123427.171000', '123427.174000', '123427.177000', '123427.179000', '123427.182000', '123427.185000', '123427.187000', '123427.190000', '123427.192000', '123427.195000', '123427.198000', '123427.200000', '123427.203000', '123427.206000', '123427.208000', '123427.211000', '123427.213000', '123427.216000', '123427.219000', '123427.222000', '123427.224000', '123427.227000', '123427.230000', '123427.232000', '123427.235000', '123427.238000', '123427.240000', '123427.243000', '123427.245000', '123427.248000', '123427.251000', '123427.253000', '123427.256000', '123427.258000', '123427.261000', '123427.264000', '123427.266000', '123427.269000', '123427.271000', '123447.160000', '123447.163000', '123447.166000', '123447.169000', '123447.171000', '123447.174000', '123447.176000', '123447.179000', '123447.182000', '123447.184000', '123447.193000', '123447.195000', '123447.198000', '123447.201000', '123447.203000', '123447.206000', '123447.208000', '123447.211000', '123447.214000', '123447.216000', '123447.219000', '123447.221000', '123447.224000', '123447.226000', '123447.238000', '123447.241000', '123447.244000', '123447.246000', '123447.249000', '123447.251000', '123447.254000', '123447.256000', '123447.259000', '123447.262000', '123447.264000', '123447.267000', '123447.269000', '123447.272000', '123447.275000', '123447.277000', '123447.280000', '123447.282000', '123447.285000', '123447.288000', '123507.162000', '123507.165000', '123507.168000', '123507.171000', '123507.173000', '123507.176000', '123507.179000', '123507.181000', '123507.184000', '123507.187000', '123507.189000', '123507.192000', '123507.194000', '123507.197000', '123507.200000', '123507.202000', '123507.205000', '123507.208000', '123507.210000', '123507.213000', '123507.215000', '123507.218000', '123507.221000', '123507.223000', '123507.226000', '123507.228000', '123507.237000', '123507.240000', '123507.242000', '123507.245000', '123507.248000', '123507.250000', '123507.253000', '123507.256000', '123507.258000', '123507.261000', '123507.263000', '123507.266000', '123507.269000', '123507.271000', '123507.276000', '123507.279000', '123507.282000', '123527.162000', '123527.165000', '123527.168000', '123527.171000', '123527.173000', '123527.176000', '123527.179000', '123527.181000', '123527.184000', '123527.187000', '123527.189000', '123527.192000', '123527.194000', '123527.197000', '123527.200000', '123527.202000', '123527.205000', '123527.207000', '123527.210000', '123527.213000', '123527.215000', '123527.218000', '123527.220000', '123527.223000', '123527.226000', '123527.228000', '123527.231000', '123527.233000', '123527.236000', '123527.239000', '123527.241000', '123527.244000', '123527.246000', '123527.249000', '123527.252000', '123527.255000', '123527.257000', '123527.260000', '123527.262000', '123527.265000', '123527.268000', '123527.270000', '123527.273000', '123527.275000', '123547.161000', '123547.164000', '123547.167000', '123547.170000', '123547.172000', '123547.175000', '123547.178000', '123547.180000', '123547.183000', '123547.185000', '123547.188000', '123547.191000', '123547.193000', '123547.196000', '123547.198000', '123547.201000', '123547.204000', '123547.206000', '123547.209000', '123547.212000', '123547.214000', '123547.217000', '123547.219000', '123547.222000', '123547.224000', '123547.227000', '123547.229000', '123547.232000', '123547.235000', '123547.237000', '123547.240000', '123547.242000', '123547.245000', '123547.247000', '123547.250000', '123547.253000', '123547.255000', '123547.259000', '123547.262000', '123547.265000', '123547.267000', '123547.270000', '123547.274000', '123607.160000', '123607.163000', '123607.166000', '123607.169000', '123607.171000', '123607.174000', '123607.177000', '123607.179000', '123607.182000', '123607.184000', '123607.187000', '123607.190000', '123607.192000', '123607.195000', '123607.198000', '123607.200000', '123607.203000', '123607.205000', '123607.208000', '123607.211000', '123607.213000', '123607.216000', '123607.218000', '123607.221000', '123607.224000', '123607.226000', '123607.229000', '123607.232000', '123607.234000', '123607.237000', '123607.239000', '123607.242000', '123607.245000', '123607.247000', '123607.250000', '123607.253000', '123607.255000', '123607.258000', '123607.260000', '123607.263000', '123607.266000', '123607.268000', '123607.271000', '123607.273000', '123627.160000', '123627.164000', '123627.166000', '123627.169000', '123627.171000', '123627.174000', '123627.177000', '123627.179000', '123627.182000', '123627.185000', '123627.187000', '123627.190000', '123627.192000', '123627.195000', '123627.198000', '123627.200000', '123627.203000', '123627.205000', '123627.208000', '123627.211000', '123627.213000', '123627.216000', '123627.218000', '123627.221000', '123627.224000', '123627.226000', '123627.229000', '123627.231000', '123627.234000', '123627.237000', '123627.239000', '123627.242000', '123627.246000', '123627.249000', '123627.252000', '123627.254000', '123627.257000', '123627.259000', '123627.262000', '123627.265000', '123627.267000', '123627.270000', '123627.272000', '123647.160000', '123647.163000', '123647.166000', '123647.169000', '123647.171000', '123647.174000', '123647.177000', '123647.179000', '123647.182000', '123647.184000', '123647.187000', '123647.190000', '123647.192000', '123647.195000', '123647.197000', '123647.200000', '123647.203000', '123647.205000', '123647.208000', '123647.211000', '123647.213000', '123647.216000', '123647.218000', '123647.221000', '123647.224000', '123647.226000', '123647.229000', '123647.231000', '123647.234000', '123647.236000', '123647.239000', '123647.242000', '123647.244000', '123647.247000', '123647.250000', '123647.252000', '123647.255000', '123647.257000', '123647.260000', '123647.270000', '123647.272000', '123647.275000', '123647.278000', '123647.280000', '123707.160000', '123707.163000', '123707.166000', '123707.169000', '123707.171000', '123707.174000', '123707.177000', '123707.179000', '123707.182000', '123707.184000', '123707.187000', '123707.190000', '123707.192000', '123707.195000', '123707.197000', '123707.200000', '123707.203000', '123707.205000', '123707.208000', '123707.211000', '123707.213000', '123707.216000', '123707.218000', '123707.221000', '123707.224000', '123707.226000', '123707.229000', '123707.232000', '123707.234000', '123707.237000', '123707.239000', '123707.242000', '123707.245000', '123707.247000', '123707.250000', '123707.253000', '123707.255000', '123707.258000', '123707.261000', '123707.264000', '123707.266000', '123707.269000', '123707.271000', '123727.161000', '123727.164000', '123727.167000', '123727.169000', '123727.173000', '123727.175000', '123727.178000', '123727.181000', '123727.184000', '123727.186000', '123727.189000', '123727.191000', '123727.194000', '123727.197000', '123727.199000', '123727.202000', '123727.205000', '123727.207000', '123727.210000', '123727.212000', '123727.215000', '123727.218000', '123727.220000', '123727.223000', '123727.226000', '123727.228000', '123727.231000', '123727.233000', '123727.236000', '123727.239000', '123727.241000', '123727.244000', '123727.246000', '123727.249000', '123727.252000', '123727.254000', '123727.257000', '123727.259000', '123727.262000', '123727.265000', '123727.267000', '123727.270000', '123727.273000', '123727.275000', '123747.161000', '123747.164000', '123747.167000', '123747.170000', '123747.172000', '123747.175000', '123747.178000', '123747.180000', '123747.183000', '123747.185000', '123747.188000', '123747.191000', '123747.193000', '123747.196000', '123747.198000', '123747.201000', '123747.204000', '123747.206000', '123747.209000', '123747.212000', '123747.214000', '123747.217000', '123747.219000', '123747.222000', '123747.225000', '123747.227000', '123747.230000', '123747.232000', '123747.235000', '123747.238000', '123747.252000', '123747.255000', '123747.258000', '123747.261000', '123747.264000', '123747.266000', '123747.269000', '123747.272000', '123747.274000', '123747.277000', '123747.279000', '123747.282000', '123747.285000', '123807.161000', '123807.164000', '123807.167000', '123807.170000', '123807.172000', '123807.175000', '123807.178000', '123807.180000', '123807.183000', '123807.186000', '123807.188000', '123807.191000', '123807.194000', '123807.196000', '123807.199000', '123807.202000', '123807.204000', '123807.207000', '123807.209000', '123807.212000', '123807.215000', '123807.217000', '123807.220000', '123807.223000', '123807.225000', '123807.228000', '123807.230000', '123807.233000', '123807.236000', '123807.238000', '123807.241000', '123807.244000', '123807.246000', '123807.249000', '123807.251000', '123807.254000', '123807.257000', '123807.259000', '123807.262000', '123807.265000', '123807.267000', '123807.270000', '123807.272000', '123807.275000', '123827.161000', '123827.164000', '123827.166000', '123827.169000', '123827.171000', '123827.174000', '123827.177000', '123827.179000', '123827.182000', '123827.185000', '123827.187000', '123827.190000', '123827.192000', '123827.195000', '123827.197000', '123827.200000', '123827.203000', '123827.205000', '123827.208000', '123827.210000', '123827.213000', '123827.216000', '123827.218000', '123827.221000', '123827.223000', '123827.226000', '123827.229000', '123827.231000', '123827.234000', '123827.237000', '123827.239000', '123827.242000', '123827.244000', '123827.247000', '123827.250000', '123827.252000', '123827.255000', '123827.258000', '123827.260000', '123827.263000', '123827.265000', '123827.268000', '123827.270000', '123847.160000', '123847.163000', '123847.166000', '123847.169000', '123847.171000', '123847.174000', '123847.176000', '123847.179000', '123847.182000', '123847.184000', '123847.187000', '123847.189000', '123847.192000', '123847.195000', '123847.197000', '123847.200000', '123847.203000', '123847.205000', '123847.208000', '123847.210000', '123847.213000', '123847.216000', '123847.218000', '123847.221000', '123847.223000', '123847.226000', '123847.229000', '123847.231000', '123847.234000', '123847.236000', '123847.239000', '123847.242000', '123847.244000', '123847.247000', '123847.249000', '123847.252000', '123847.254000', '123847.257000', '123847.260000', '123847.262000', '123847.265000', '123847.269000', '123847.272000', '123847.275000', '123907.161000', '123907.164000', '123907.166000', '123907.169000', '123907.172000', '123907.174000', '123907.177000', '123907.179000', '123907.182000', '123907.185000', '123907.187000', '123907.190000', '123907.192000', '123907.195000', '123907.198000', '123907.201000', '123907.203000', '123907.206000', '123907.208000', '123907.211000', '123907.214000', '123907.216000', '123907.219000', '123907.222000', '123907.224000', '123907.227000', '123907.230000', '123907.254000', '123907.256000', '123907.259000', '123907.262000', '123907.264000', '123907.267000', '123907.269000', '123907.272000', '123907.275000', '123907.277000', '123907.280000', '123907.282000', '123907.285000', '123907.288000', '123907.290000', '123907.293000', '123927.161000', '123927.163000', '123927.166000', '123927.169000', '123927.171000', '123927.174000', '123927.177000', '123927.179000', '123927.182000', '123927.184000', '123927.187000', '123927.190000', '123927.192000', '123927.195000', '123927.198000', '123927.200000', '123927.203000', '123927.205000', '123927.208000', '123927.211000', '123927.213000', '123927.216000', '123927.218000', '123927.221000', '123927.223000', '123927.226000', '123927.228000', '123927.231000', '123927.234000', '123927.236000', '123927.239000', '123927.241000', '123927.244000', '123927.246000', '123927.249000', '123927.251000', '123927.254000', '123927.257000', '123927.259000', '123927.262000', '123927.265000', '123927.267000', '123927.270000', '123927.272000', '123947.161000', '123947.164000', '123947.167000', '123947.170000', '123947.173000', '123947.175000', '123947.178000', '123947.181000', '123947.184000', '123947.186000', '123947.189000', '123947.192000', '123947.194000', '123947.197000', '123947.199000', '123947.202000', '123947.205000', '123947.207000', '123947.210000', '123947.212000', '123947.215000', '123947.218000', '123947.220000', '123947.223000', '123947.225000', '123947.228000', '123947.231000', '123947.233000', '123947.236000', '123947.239000', '123947.241000', '123947.244000', '123947.246000', '123947.249000', '123947.251000', '123947.254000', '123947.257000', '123947.259000', '123947.262000', '123947.265000', '123947.267000', '123947.270000', '123947.272000', '123948.240000', '123948.243000', '123948.246000'], 'InstanceCreationTime': ['123327.232000', '123327.235000', '123327.238000', '123327.240000', '123327.243000', '123327.245000', '123327.248000', '123327.251000', '123327.256000', '123327.259000', '123327.262000', '123327.264000', '123327.267000', '123327.270000', '123327.272000', '123327.275000', '123327.277000', '123327.280000', '123327.283000', '123327.285000', '123327.288000', '123327.290000', '123327.293000', '123327.298000', '123327.301000', '123327.303000', '123327.306000', '123327.309000', '123327.311000', '123327.314000', '123327.316000', '123327.319000', '123327.322000', '123327.324000', '123327.327000', '123327.329000', '123327.332000', '123327.335000', '123327.337000', '123327.340000', '123327.342000', '123327.345000', '123327.354000', '123347.160000', '123347.163000', '123347.166000', '123347.169000', '123347.171000', '123347.176000', '123347.178000', '123347.181000', '123347.184000', '123347.186000', '123347.189000', '123347.191000', '123347.194000', '123347.196000', '123347.199000', '123347.208000', '123347.211000', '123347.214000', '123347.216000', '123347.219000', '123347.222000', '123347.224000', '123347.227000', '123347.229000', '123347.232000', '123347.234000', '123347.237000', '123347.240000', '123347.242000', '123347.245000', '123347.248000', '123347.250000', '123347.253000', '123347.255000', '123347.258000', '123347.260000', '123347.263000', '123347.266000', '123347.268000', '123347.271000', '123347.274000', '123347.282000', '123347.284000', '123407.161000', '123407.163000', '123407.166000', '123407.169000', '123407.171000', '123407.174000', '123407.177000', '123407.179000', '123407.182000', '123407.184000', '123407.187000', '123407.190000', '123407.192000', '123407.195000', '123407.197000', '123407.200000', '123407.202000', '123407.205000', '123407.208000', '123407.210000', '123407.213000', '123407.220000', '123407.223000', '123407.225000', '123407.228000', '123407.231000', '123407.240000', '123407.243000', '123407.245000', '123407.248000', '123407.250000', '123407.253000', '123407.256000', '123407.258000', '123407.261000', '123407.263000', '123407.266000', '123407.268000', '123407.271000', '123407.274000', '123407.276000', '123407.279000', '123407.281000', '123407.284000', '123427.161000', '123427.164000', '123427.166000', '123427.169000', '123427.171000', '123427.174000', '123427.177000', '123427.179000', '123427.182000', '123427.185000', '123427.187000', '123427.190000', '123427.192000', '123427.195000', '123427.198000', '123427.200000', '123427.203000', '123427.206000', '123427.208000', '123427.211000', '123427.213000', '123427.216000', '123427.219000', '123427.222000', '123427.224000', '123427.227000', '123427.230000', '123427.232000', '123427.235000', '123427.238000', '123427.240000', '123427.243000', '123427.245000', '123427.248000', '123427.251000', '123427.253000', '123427.256000', '123427.258000', '123427.261000', '123427.264000', '123427.266000', '123427.269000', '123427.271000', '123447.160000', '123447.163000', '123447.166000', '123447.169000', '123447.171000', '123447.174000', '123447.176000', '123447.179000', '123447.182000', '123447.184000', '123447.193000', '123447.195000', '123447.198000', '123447.201000', '123447.203000', '123447.206000', '123447.208000', '123447.211000', '123447.214000', '123447.216000', '123447.219000', '123447.221000', '123447.224000', '123447.226000', '123447.238000', '123447.241000', '123447.244000', '123447.246000', '123447.249000', '123447.251000', '123447.254000', '123447.256000', '123447.259000', '123447.262000', '123447.264000', '123447.267000', '123447.269000', '123447.272000', '123447.275000', '123447.277000', '123447.280000', '123447.282000', '123447.285000', '123447.288000', '123507.162000', '123507.165000', '123507.168000', '123507.171000', '123507.173000', '123507.176000', '123507.179000', '123507.181000', '123507.184000', '123507.187000', '123507.189000', '123507.192000', '123507.194000', '123507.197000', '123507.200000', '123507.202000', '123507.205000', '123507.208000', '123507.210000', '123507.213000', '123507.215000', '123507.218000', '123507.221000', '123507.223000', '123507.226000', '123507.228000', '123507.237000', '123507.240000', '123507.242000', '123507.245000', '123507.248000', '123507.250000', '123507.253000', '123507.256000', '123507.258000', '123507.261000', '123507.263000', '123507.266000', '123507.269000', '123507.271000', '123507.276000', '123507.279000', '123507.282000', '123527.162000', '123527.165000', '123527.168000', '123527.171000', '123527.173000', '123527.176000', '123527.179000', '123527.181000', '123527.184000', '123527.187000', '123527.189000', '123527.192000', '123527.194000', '123527.197000', '123527.200000', '123527.202000', '123527.205000', '123527.207000', '123527.210000', '123527.213000', '123527.215000', '123527.218000', '123527.220000', '123527.223000', '123527.226000', '123527.228000', '123527.231000', '123527.233000', '123527.236000', '123527.239000', '123527.241000', '123527.244000', '123527.246000', '123527.249000', '123527.252000', '123527.255000', '123527.257000', '123527.260000', '123527.262000', '123527.265000', '123527.268000', '123527.270000', '123527.273000', '123527.275000', '123547.161000', '123547.164000', '123547.167000', '123547.170000', '123547.172000', '123547.175000', '123547.178000', '123547.180000', '123547.183000', '123547.185000', '123547.188000', '123547.191000', '123547.193000', '123547.196000', '123547.198000', '123547.201000', '123547.204000', '123547.206000', '123547.209000', '123547.212000', '123547.214000', '123547.217000', '123547.219000', '123547.222000', '123547.224000', '123547.227000', '123547.229000', '123547.232000', '123547.235000', '123547.237000', '123547.240000', '123547.242000', '123547.245000', '123547.247000', '123547.250000', '123547.253000', '123547.255000', '123547.259000', '123547.262000', '123547.265000', '123547.267000', '123547.270000', '123547.274000', '123607.160000', '123607.163000', '123607.166000', '123607.169000', '123607.171000', '123607.174000', '123607.177000', '123607.179000', '123607.182000', '123607.184000', '123607.187000', '123607.190000', '123607.192000', '123607.195000', '123607.198000', '123607.200000', '123607.203000', '123607.205000', '123607.208000', '123607.211000', '123607.213000', '123607.216000', '123607.218000', '123607.221000', '123607.224000', '123607.226000', '123607.229000', '123607.232000', '123607.234000', '123607.237000', '123607.239000', '123607.242000', '123607.245000', '123607.247000', '123607.250000', '123607.253000', '123607.255000', '123607.258000', '123607.260000', '123607.263000', '123607.266000', '123607.268000', '123607.271000', '123607.273000', '123627.160000', '123627.164000', '123627.166000', '123627.169000', '123627.171000', '123627.174000', '123627.177000', '123627.179000', '123627.182000', '123627.185000', '123627.187000', '123627.190000', '123627.192000', '123627.195000', '123627.198000', '123627.200000', '123627.203000', '123627.205000', '123627.208000', '123627.211000', '123627.213000', '123627.216000', '123627.218000', '123627.221000', '123627.224000', '123627.226000', '123627.229000', '123627.231000', '123627.234000', '123627.237000', '123627.239000', '123627.242000', '123627.246000', '123627.249000', '123627.252000', '123627.254000', '123627.257000', '123627.259000', '123627.262000', '123627.265000', '123627.267000', '123627.270000', '123627.272000', '123647.160000', '123647.163000', '123647.166000', '123647.169000', '123647.171000', '123647.174000', '123647.177000', '123647.179000', '123647.182000', '123647.184000', '123647.187000', '123647.190000', '123647.192000', '123647.195000', '123647.197000', '123647.200000', '123647.203000', '123647.205000', '123647.208000', '123647.211000', '123647.213000', '123647.216000', '123647.218000', '123647.221000', '123647.224000', '123647.226000', '123647.229000', '123647.231000', '123647.234000', '123647.236000', '123647.239000', '123647.242000', '123647.244000', '123647.247000', '123647.250000', '123647.252000', '123647.255000', '123647.257000', '123647.260000', '123647.270000', '123647.272000', '123647.275000', '123647.278000', '123647.280000', '123707.160000', '123707.163000', '123707.166000', '123707.169000', '123707.171000', '123707.174000', '123707.177000', '123707.179000', '123707.182000', '123707.184000', '123707.187000', '123707.190000', '123707.192000', '123707.195000', '123707.197000', '123707.200000', '123707.203000', '123707.205000', '123707.208000', '123707.211000', '123707.213000', '123707.216000', '123707.218000', '123707.221000', '123707.224000', '123707.226000', '123707.229000', '123707.232000', '123707.234000', '123707.237000', '123707.239000', '123707.242000', '123707.245000', '123707.247000', '123707.250000', '123707.253000', '123707.255000', '123707.258000', '123707.261000', '123707.264000', '123707.266000', '123707.269000', '123707.271000', '123727.161000', '123727.164000', '123727.167000', '123727.169000', '123727.173000', '123727.175000', '123727.178000', '123727.181000', '123727.184000', '123727.186000', '123727.189000', '123727.191000', '123727.194000', '123727.197000', '123727.199000', '123727.202000', '123727.205000', '123727.207000', '123727.210000', '123727.212000', '123727.215000', '123727.218000', '123727.220000', '123727.223000', '123727.226000', '123727.228000', '123727.231000', '123727.233000', '123727.236000', '123727.239000', '123727.241000', '123727.244000', '123727.246000', '123727.249000', '123727.252000', '123727.254000', '123727.257000', '123727.259000', '123727.262000', '123727.265000', '123727.267000', '123727.270000', '123727.273000', '123727.275000', '123747.161000', '123747.164000', '123747.167000', '123747.170000', '123747.172000', '123747.175000', '123747.178000', '123747.180000', '123747.183000', '123747.185000', '123747.188000', '123747.191000', '123747.193000', '123747.196000', '123747.198000', '123747.201000', '123747.204000', '123747.206000', '123747.209000', '123747.212000', '123747.214000', '123747.217000', '123747.219000', '123747.222000', '123747.225000', '123747.227000', '123747.230000', '123747.232000', '123747.235000', '123747.238000', '123747.252000', '123747.255000', '123747.258000', '123747.261000', '123747.264000', '123747.266000', '123747.269000', '123747.272000', '123747.274000', '123747.277000', '123747.279000', '123747.282000', '123747.285000', '123807.161000', '123807.164000', '123807.167000', '123807.170000', '123807.172000', '123807.175000', '123807.178000', '123807.180000', '123807.183000', '123807.186000', '123807.188000', '123807.191000', '123807.194000', '123807.196000', '123807.199000', '123807.202000', '123807.204000', '123807.207000', '123807.209000', '123807.212000', '123807.215000', '123807.217000', '123807.220000', '123807.223000', '123807.225000', '123807.228000', '123807.230000', '123807.233000', '123807.236000', '123807.238000', '123807.241000', '123807.244000', '123807.246000', '123807.249000', '123807.251000', '123807.254000', '123807.257000', '123807.259000', '123807.262000', '123807.265000', '123807.267000', '123807.270000', '123807.272000', '123807.275000', '123827.161000', '123827.164000', '123827.166000', '123827.169000', '123827.171000', '123827.174000', '123827.177000', '123827.179000', '123827.182000', '123827.185000', '123827.187000', '123827.190000', '123827.192000', '123827.195000', '123827.197000', '123827.200000', '123827.203000', '123827.205000', '123827.208000', '123827.210000', '123827.213000', '123827.216000', '123827.218000', '123827.221000', '123827.223000', '123827.226000', '123827.229000', '123827.231000', '123827.234000', '123827.237000', '123827.239000', '123827.242000', '123827.244000', '123827.247000', '123827.250000', '123827.252000', '123827.255000', '123827.258000', '123827.260000', '123827.263000', '123827.265000', '123827.268000', '123827.270000', '123847.160000', '123847.163000', '123847.166000', '123847.169000', '123847.171000', '123847.174000', '123847.176000', '123847.179000', '123847.182000', '123847.184000', '123847.187000', '123847.189000', '123847.192000', '123847.195000', '123847.197000', '123847.200000', '123847.203000', '123847.205000', '123847.208000', '123847.210000', '123847.213000', '123847.216000', '123847.218000', '123847.221000', '123847.223000', '123847.226000', '123847.229000', '123847.231000', '123847.234000', '123847.236000', '123847.239000', '123847.242000', '123847.244000', '123847.247000', '123847.249000', '123847.252000', '123847.254000', '123847.257000', '123847.260000', '123847.262000', '123847.265000', '123847.269000', '123847.272000', '123847.275000', '123907.161000', '123907.164000', '123907.166000', '123907.169000', '123907.172000', '123907.174000', '123907.177000', '123907.179000', '123907.182000', '123907.185000', '123907.187000', '123907.190000', '123907.192000', '123907.195000', '123907.198000', '123907.201000', '123907.203000', '123907.206000', '123907.208000', '123907.211000', '123907.214000', '123907.216000', '123907.219000', '123907.222000', '123907.224000', '123907.227000', '123907.230000', '123907.254000', '123907.256000', '123907.259000', '123907.262000', '123907.264000', '123907.267000', '123907.269000', '123907.272000', '123907.275000', '123907.277000', '123907.280000', '123907.282000', '123907.285000', '123907.288000', '123907.290000', '123907.293000', '123927.161000', '123927.163000', '123927.166000', '123927.169000', '123927.171000', '123927.174000', '123927.177000', '123927.179000', '123927.182000', '123927.184000', '123927.187000', '123927.190000', '123927.192000', '123927.195000', '123927.198000', '123927.200000', '123927.203000', '123927.205000', '123927.208000', '123927.211000', '123927.213000', '123927.216000', '123927.218000', '123927.221000', '123927.223000', '123927.226000', '123927.228000', '123927.231000', '123927.234000', '123927.236000', '123927.239000', '123927.241000', '123927.244000', '123927.246000', '123927.249000', '123927.251000', '123927.254000', '123927.257000', '123927.259000', '123927.262000', '123927.265000', '123927.267000', '123927.270000', '123927.272000', '123947.161000', '123947.164000', '123947.167000', '123947.170000', '123947.173000', '123947.175000', '123947.178000', '123947.181000', '123947.184000', '123947.186000', '123947.189000', '123947.192000', '123947.194000', '123947.197000', '123947.199000', '123947.202000', '123947.205000', '123947.207000', '123947.210000', '123947.212000', '123947.215000', '123947.218000', '123947.220000', '123947.223000', '123947.225000', '123947.228000', '123947.231000', '123947.233000', '123947.236000', '123947.239000', '123947.241000', '123947.244000', '123947.246000', '123947.249000', '123947.251000', '123947.254000', '123947.257000', '123947.259000', '123947.262000', '123947.265000', '123947.267000', '123947.270000', '123947.272000', '123948.240000', '123948.243000', '123948.246000'], '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': [11760, 19666, 14456, 15671, 18940, 15538, 19904, 16449, 14268, 17913, 12450, 18027, 12626, 12759, 14144, 12051, 19979, 13929, 11746, 9587, 8774, 16835, 10276, 12643, 8908, 7763, 9677, 9379, 9808, 8981, 9998, 8483, 7978, 9850, 8048, 7136, 8724, 7869, 9693, 7838, 8638, 8002, 7709, 9384, 8857, 14327, 10493, 13157, 8483, 13665, 10490, 11362, 14787, 13166, 19483, 15277, 12044, 12057, 10709, 16126, 10805, 13861, 9943, 8874, 11189, 9219, 13006, 8499, 9349, 9331, 8400, 9589, 9158, 18767, 11064, 7377, 8871, 9547, 9254, 8668, 9158, 9017, 7646, 8882, 8362, 9228, 8545, 7361, 9197, 8487, 8283, 8543, 7509, 9234, 8865, 12635, 9127, 7583, 9689, 7987, 12226, 9562, 10998, 14745, 12291, 18623, 13355, 16445, 12589, 12030, 17224, 11559, 17844, 12646, 12487, 14069, 9393, 15235, 9738, 8744, 11907, 8630, 10711, 9239, 10482, 17114, 8563, 8198, 9247, 8098, 9333, 8991, 10604, 8143, 7308, 8978, 7523, 9605, 8406, 9693, 7966, 7219, 9031, 8874, 9509, 8076, 7399, 8568, 8727, 9499, 8628, 7653, 10067, 10046, 17161, 13243, 11817, 14426, 13047, 18416, 15227, 16804, 12175, 12114, 17683, 14977, 18711, 10237, 9571, 9468, 8923, 15338, 8097, 7531, 9219, 7907, 11324, 8015, 7236, 9387, 8487, 10412, 8590, 9350, 9268, 8412, 10653, 8629, 12231, 9540, 8240, 11149, 8227, 11310, 8998, 11142, 14040, 8596, 14087, 9407, 8481, 10320, 9081, 13078, 8825, 15239, 8669, 9303, 11651, 9694, 12523, 8592, 8429, 8860, 7927, 11653, 9443, 12973, 8201, 7368, 9157, 8723, 10073, 8581, 7733, 8855, 8216, 7323, 8808, 7586, 9342, 8210, 7860, 8929, 9231, 9658, 9313, 11235, 14644, 11053, 10963, 16032, 13188, 14842, 16060, 14237, 17361, 15704, 14957, 16952, 9994, 10625, 10784, 9875, 13295, 9457, 9952, 10367, 9058, 9367, 9406, 11179, 11645, 9078, 10213, 8725, 7648, 9170, 8789, 9728, 8562, 7359, 8882, 7753, 9685, 8337, 7945, 9170, 8255, 9189, 8748, 9918, 9054, 8339, 12249, 10902, 16611, 10698, 9925, 11169, 12949, 19229, 13665, 11722, 9283, 8408, 9760, 9244, 14017, 8950, 7737, 8979, 8814, 16229, 8580, 7725, 8486, 8750, 8774, 8831, 7568, 9439, 8519, 11128, 11543, 12347, 15354, 14525, 12779, 16890, 13496, 13184, 16282, 13991, 18002, 14148, 14207, 19341, 13723, 12991, 9965, 9315, 12163, 9013, 10981, 9181, 8664, 13016, 10760, 15946, 8638, 8108, 9308, 9114, 9771, 8727, 7411, 8629, 9008, 9628, 8661, 7167, 8922, 8767, 9552, 8899, 7281, 9204, 9001, 9677, 9012, 12073, 9016, 7861, 9823, 8610, 10244, 8695, 10597, 9547, 12438, 17577, 12772, 11393, 8472, 8420, 9370, 8917, 12146, 8953, 17489, 12726, 15658, 13394, 9165, 10609, 8098, 8299, 11374, 13036, 19403, 14669, 7558, 9776, 9616, 10178, 9038, 8546, 11221, 9113, 12682, 10485, 9497, 15061, 8679, 12827, 10009, 11280, 19477, 13141, 10461, 10910, 9600, 12938, 9250, 8579, 10421, 9032, 10461, 8940, 8446, 9698, 8939, 9890, 9059, 10102, 8807, 8253, 9510, 8591, 8770, 8718, 7298, 9031, 8582, 9476, 8199, 7186, 9353, 8591, 9643, 8174, 7537, 9340, 8435, 9610, 8186, 7453, 9227, 8883, 9768, 8709, 13285, 10693, 9957, 13039, 10875, 17549, 12701, 16213, 16781, 13472, 17571, 11798, 15218, 10880, 12889, 19325, 13381, 13235, 9265, 8695, 10498, 9188, 12941, 9023, 9453, 10475, 8853, 7795, 9343, 9058, 10075, 8664, 7580, 9114, 9379, 11915, 9155, 13948, 9027, 8492, 9668, 9212, 16336, 11443, 13677, 9288, 9317, 10316, 8749, 8205, 8997, 8324, 9396, 8410, 8556, 9519, 8060, 9543, 8670, 7567, 9425, 9109, 12777, 8826, 7402, 9370, 8733, 10289, 9140, 10660, 10026, 9488, 11394, 8501, 11706, 9258, 9469, 18938, 11055, 13535, 9251, 8748, 10468, 9024, 12961, 9381, 8413, 10358, 9170, 9981, 9220, 7702, 14958, 8367, 7181, 8831, 8867, 9454, 8858, 8527, 8937, 8282, 9207, 8634, 9851, 8851, 8363, 9315, 8848, 10131, 8840, 8201, 8954, 8490, 14936, 9952, 9497, 8808, 8903, 7705, 8886, 9431, 10936, 9708, 8935, 11710, 8669, 9625, 9601, 9547, 17824, 10691, 8832, 13529, 9473, 9804, 14623, 10314, 15026, 10130, 9307, 17407, 12089, 8914, 9444, 9688, 15217, 8450, 7803, 9507, 9307, 10315, 8425, 7302, 9062, 8826, 9388, 8637, 9461, 9581, 7837, 9166, 8412, 10687, 8691, 7538, 9395, 8187, 10076, 8761, 7478, 9542, 8319, 7276, 9200, 7668, 9798, 9062, 10570, 8821, 10945, 8776, 9646, 9159, 12015, 16094, 14026, 18411, 15289, 14062, 13338, 9809, 13487, 8828, 11461, 9522, 8694, 9941, 9779, 9421, 9027, 8268, 10444, 9791, 12992, 10005, 14821, 19159, 14623, 10833, 10394, 9461, 9153, 9558, 9070, 15070, 8625, 7756, 9366, 9301, 8614, 9120, 8249, 9626, 8658, 10963, 9139, 8701, 9787, 8646, 7628, 9555, 9025, 10031, 8395, 7269, 9172, 8459, 9379, 8495, 11792, 8967, 7664, 9146, 8562, 9744, 9067, 13219, 9054, 11218, 9806, 11174, 14946, 8946, 12052, 9056, 7810, 9799, 9646, 9836, 8869, 8237, 10000, 10660, 13809, 8707, 7571, 9386, 9615, 11580, 8574, 7347, 9350, 9025, 9274, 9129, 7550, 9711, 8790, 11199, 9559, 8600, 14590, 9175, 12727, 9381, 8201, 15592, 14543, 17204, 10554, 8966, 10208, 8986, 7959, 9045, 9669, 10850, 9089, 7496, 9088, 9378, 11230, 9581, 8023, 9417, 9228, 8592, 9253, 8691, 9559, 9250, 11963, 9180, 8857, 14253, 8749, 8441, 9516, 9248, 10113, 9314, 8998, 9225, 8499, 7722, 9174, 9529, 9949, 8904, 7435, 9222, 8893, 10087, 9295, 7959, 11844, 10535, 15135, 10156, 15453, 17273, 12144, 15781, 9622, 10505, 11763, 10690, 16348, 9994, 16414, 13486, 9233, 10379, 9008, 8635, 9195, 10110, 18396, 12292, 12881, 10143, 7723, 7339, 9651, 9858, 8525, 9773, 7917, 9865, 8863, 8641, 9122, 9867, 12921, 10354, 10714, 15368, 13886, 12862, 15303, 10572, 11730, 10953, 10095, 15561, 8964, 8767, 10404, 9536, 16243, 10748, 8320, 9515, 9593, 13068, 9526, 10918, 9233, 9267, 9564, 8942, 8185, 9385, 7561, 9345, 7977, 7738, 8753, 7423, 9649, 8611, 11522, 9400, 9174, 10557, 9154, 7950, 10250, 9485], 'WindowCenter': [4947.0, 4980.0, 4926.0, 4915.0, 4925.0, 4892.0, 4911.0, 4888.0, 4853.0, 4880.0, 4831.0, 4868.0, 4828.0, 4819.0, 4836.0, 4834.0, 4890.0, 4841.0, 4818.0, 4804.0, 4793.0, 4882.0, 4814.0, 4828.0, 4779.0, 4757.0, 4798.0, 4803.0, 4813.0, 4819.0, 4826.0, 4820.0, 4794.0, 4822.0, 4783.0, 4761.0, 4815.0, 4807.0, 4844.0, 4814.0, 4815.0, 4811.0, 4799.0, 4830.0, 4816.0, 4889.0, 4837.0, 4854.0, 4795.0, 4852.0, 4825.0, 4832.0, 4874.0, 4854.0, 4902.0, 4873.0, 4830.0, 4829.0, 4809.0, 4858.0, 4823.0, 4839.0, 4798.0, 4775.0, 4820.0, 4789.0, 4836.0, 4779.0, 4789.0, 4788.0, 4769.0, 4812.0, 4801.0, 4902.0, 4834.0, 4760.0, 4787.0, 4786.0, 4802.0, 4805.0, 4813.0, 4816.0, 4787.0, 4802.0, 4794.0, 4826.0, 4804.0, 4801.0, 4814.0, 4805.0, 4794.0, 4809.0, 4782.0, 4833.0, 4833.0, 4881.0, 4826.0, 4787.0, 4812.0, 4782.0, 4841.0, 4815.0, 4820.0, 4861.0, 4831.0, 4879.0, 4840.0, 4869.0, 4844.0, 4829.0, 4866.0, 4818.0, 4866.0, 4826.0, 4815.0, 4835.0, 4786.0, 4846.0, 4787.0, 4776.0, 4817.0, 4778.0, 4809.0, 4803.0, 4821.0, 4870.0, 4780.0, 4766.0, 4803.0, 4792.0, 4805.0, 4819.0, 4818.0, 4783.0, 4758.0, 4816.0, 4784.0, 4825.0, 4807.0, 4809.0, 4796.0, 4785.0, 4819.0, 4827.0, 4826.0, 4785.0, 4774.0, 4805.0, 4807.0, 4812.0, 4807.0, 4785.0, 4839.0, 4828.0, 4891.0, 4854.0, 4829.0, 4851.0, 4842.0, 4891.0, 4865.0, 4868.0, 4829.0, 4829.0, 4893.0, 4873.0, 4881.0, 4810.0, 4788.0, 4802.0, 4790.0, 4858.0, 4770.0, 4757.0, 4802.0, 4782.0, 4834.0, 4785.0, 4758.0, 4791.0, 4780.0, 4825.0, 4805.0, 4813.0, 4803.0, 4793.0, 4834.0, 4807.0, 4844.0, 4816.0, 4794.0, 4821.0, 4780.0, 4834.0, 4804.0, 4836.0, 4861.0, 4792.0, 4851.0, 4792.0, 4780.0, 4799.0, 4779.0, 4829.0, 4779.0, 4855.0, 4795.0, 4816.0, 4831.0, 4800.0, 4825.0, 4776.0, 4766.0, 4799.0, 4779.0, 4828.0, 4826.0, 4839.0, 4777.0, 4769.0, 4813.0, 4803.0, 4810.0, 4789.0, 4784.0, 4815.0, 4810.0, 4778.0, 4817.0, 4795.0, 4814.0, 4820.0, 4796.0, 4804.0, 4810.0, 4825.0, 4838.0, 4857.0, 4884.0, 4847.0, 4820.0, 4869.0, 4840.0, 4848.0, 4860.0, 4850.0, 4883.0, 4861.0, 4849.0, 4868.0, 4800.0, 4795.0, 4796.0, 4798.0, 4851.0, 4804.0, 4803.0, 4800.0, 4803.0, 4819.0, 4803.0, 4833.0, 4847.0, 4794.0, 4795.0, 4791.0, 4786.0, 4818.0, 4795.0, 4812.0, 4796.0, 4774.0, 4832.0, 4802.0, 4829.0, 4806.0, 4782.0, 4816.0, 4795.0, 4803.0, 4806.0, 4812.0, 4807.0, 4806.0, 4872.0, 4838.0, 4884.0, 4824.0, 4824.0, 4847.0, 4854.0, 4918.0, 4853.0, 4831.0, 4801.0, 4805.0, 4825.0, 4818.0, 4862.0, 4804.0, 4794.0, 4815.0, 4816.0, 4880.0, 4805.0, 4787.0, 4790.0, 4807.0, 4803.0, 4818.0, 4786.0, 4802.0, 4805.0, 4848.0, 4859.0, 4867.0, 4890.0, 4876.0, 4854.0, 4876.0, 4843.0, 4837.0, 4860.0, 4851.0, 4869.0, 4852.0, 4850.0, 4880.0, 4850.0, 4827.0, 4785.0, 4775.0, 4814.0, 4774.0, 4807.0, 4789.0, 4792.0, 4851.0, 4836.0, 4869.0, 4779.0, 4756.0, 4786.0, 4789.0, 4812.0, 4794.0, 4772.0, 4791.0, 4818.0, 4841.0, 4817.0, 4777.0, 4804.0, 4800.0, 4808.0, 4806.0, 4772.0, 4817.0, 4818.0, 4840.0, 4830.0, 4871.0, 4833.0, 4795.0, 4814.0, 4788.0, 4808.0, 4804.0, 4839.0, 4830.0, 4869.0, 4922.0, 4869.0, 4841.0, 4793.0, 4775.0, 4789.0, 4787.0, 4831.0, 4791.0, 4896.0, 4867.0, 4883.0, 4866.0, 4801.0, 4807.0, 4782.0, 4790.0, 4833.0, 4854.0, 4892.0, 4876.0, 4771.0, 4799.0, 4814.0, 4814.0, 4806.0, 4795.0, 4822.0, 4791.0, 4837.0, 4810.0, 4789.0, 4850.0, 4781.0, 4839.0, 4812.0, 4833.0, 4891.0, 4839.0, 4808.0, 4820.0, 4800.0, 4824.0, 4789.0, 4782.0, 4809.0, 4807.0, 4820.0, 4795.0, 4782.0, 4802.0, 4819.0, 4838.0, 4816.0, 4823.0, 4802.0, 4782.0, 4801.0, 4792.0, 4787.0, 4821.0, 4790.0, 4817.0, 4822.0, 4812.0, 4804.0, 4788.0, 4825.0, 4814.0, 4837.0, 4809.0, 4787.0, 4844.0, 4830.0, 4836.0, 4836.0, 4799.0, 4829.0, 4816.0, 4848.0, 4833.0, 4877.0, 4837.0, 4811.0, 4853.0, 4825.0, 4904.0, 4869.0, 4886.0, 4883.0, 4849.0, 4865.0, 4832.0, 4857.0, 4833.0, 4852.0, 4904.0, 4851.0, 4837.0, 4787.0, 4780.0, 4822.0, 4802.0, 4839.0, 4788.0, 4798.0, 4808.0, 4806.0, 4782.0, 4815.0, 4793.0, 4796.0, 4780.0, 4759.0, 4790.0, 4816.0, 4843.0, 4813.0, 4850.0, 4789.0, 4778.0, 4799.0, 4814.0, 4882.0, 4847.0, 4862.0, 4788.0, 4789.0, 4796.0, 4806.0, 4794.0, 4803.0, 4792.0, 4798.0, 4792.0, 4805.0, 4815.0, 4790.0, 4825.0, 4802.0, 4783.0, 4814.0, 4817.0, 4865.0, 4804.0, 4774.0, 4801.0, 4805.0, 4838.0, 4815.0, 4834.0, 4813.0, 4802.0, 4819.0, 4782.0, 4831.0, 4817.0, 4808.0, 4908.0, 4821.0, 4838.0, 4787.0, 4775.0, 4805.0, 4804.0, 4865.0, 4802.0, 4791.0, 4809.0, 4789.0, 4812.0, 4800.0, 4768.0, 4884.0, 4793.0, 4758.0, 4801.0, 4815.0, 4808.0, 4817.0, 4806.0, 4801.0, 4780.0, 4817.0, 4806.0, 4824.0, 4817.0, 4792.0, 4802.0, 4801.0, 4811.0, 4817.0, 4814.0, 4815.0, 4815.0, 4885.0, 4824.0, 4812.0, 4803.0, 4803.0, 4769.0, 4803.0, 4817.0, 4832.0, 4817.0, 4804.0, 4843.0, 4794.0, 4802.0, 4815.0, 4814.0, 4881.0, 4811.0, 4790.0, 4842.0, 4803.0, 4798.0, 4850.0, 4800.0, 4848.0, 4815.0, 4819.0, 4885.0, 4846.0, 4793.0, 4816.0, 4815.0, 4874.0, 4782.0, 4786.0, 4814.0, 4803.0, 4811.0, 4782.0, 4762.0, 4817.0, 4819.0, 4828.0, 4819.0, 4825.0, 4816.0, 4783.0, 4829.0, 4808.0, 4837.0, 4809.0, 4783.0, 4830.0, 4821.0, 4842.0, 4818.0, 4801.0, 4864.0, 4821.0, 4795.0, 4816.0, 4783.0, 4829.0, 4816.0, 4835.0, 4835.0, 4843.0, 4809.0, 4812.0, 4803.0, 4831.0, 4872.0, 4863.0, 4892.0, 4861.0, 4851.0, 4839.0, 4800.0, 4828.0, 4781.0, 4818.0, 4801.0, 4780.0, 4799.0, 4799.0, 4790.0, 4789.0, 4782.0, 4811.0, 4815.0, 4839.0, 4824.0, 4862.0, 4891.0, 4863.0, 4807.0, 4797.0, 4800.0, 4792.0, 4802.0, 4791.0, 4874.0, 4794.0, 4772.0, 4802.0, 4801.0, 4792.0, 4804.0, 4784.0, 4813.0, 4807.0, 4848.0, 4819.0, 4810.0, 4823.0, 4805.0, 4780.0, 4816.0, 4802.0, 4835.0, 4809.0, 4783.0, 4816.0, 4802.0, 4826.0, 4833.0, 4857.0, 4819.0, 4782.0, 4815.0, 4790.0, 4813.0, 4803.0, 4852.0, 4806.0, 4848.0, 4841.0, 4843.0, 4885.0, 4805.0, 4826.0, 4803.0, 4783.0, 4825.0, 4814.0, 4808.0, 4816.0, 4806.0, 4825.0, 4847.0, 4861.0, 4791.0, 4766.0, 4817.0, 4827.0, 4854.0, 4822.0, 4783.0, 4814.0, 4819.0, 4838.0, 4827.0, 4784.0, 4814.0, 4806.0, 4830.0, 4842.0, 4816.0, 4888.0, 4816.0, 4850.0, 4831.0, 4804.0, 4885.0, 4901.0, 4894.0, 4822.0, 4788.0, 4807.0, 4792.0, 4772.0, 4803.0, 4840.0, 4834.0, 4806.0, 4771.0, 4791.0, 4813.0, 4843.0, 4815.0, 4795.0, 4802.0, 4800.0, 4792.0, 4801.0, 4792.0, 4829.0, 4830.0, 4841.0, 4815.0, 4819.0, 4873.0, 4790.0, 4774.0, 4824.0, 4816.0, 4824.0, 4814.0, 4828.0, 4815.0, 4803.0, 4767.0, 4827.0, 4823.0, 4832.0, 4833.0, 4781.0, 4814.0, 4806.0, 4819.0, 4831.0, 4810.0, 4856.0, 4839.0, 4869.0, 4827.0, 4885.0, 4908.0, 4842.0, 4858.0, 4801.0, 4809.0, 4818.0, 4809.0, 4870.0, 4814.0, 4866.0, 4850.0, 4788.0, 4809.0, 4803.0, 4799.0, 4798.0, 4821.0, 4889.0, 4853.0, 4848.0, 4820.0, 4783.0, 4774.0, 4800.0, 4812.0, 4791.0, 4815.0, 4799.0, 4840.0, 4830.0, 4817.0, 4814.0, 4823.0, 4841.0, 4810.0, 4810.0, 4872.0, 4854.0, 4828.0, 4856.0, 4809.0, 4818.0, 4806.0, 4798.0, 4846.0, 4780.0, 4776.0, 4808.0, 4815.0, 4881.0, 4834.0, 4780.0, 4812.0, 4814.0, 4862.0, 4826.0, 4828.0, 4801.0, 4796.0, 4786.0, 4788.0, 4793.0, 4815.0, 4785.0, 4816.0, 4797.0, 4782.0, 4803.0, 4795.0, 4838.0, 4819.0, 4867.0, 4841.0, 4829.0, 4838.0, 4816.0, 4796.0, 4825.0, 4811.0], 'WindowWidth': [10782.0, 10800.0, 10707.0, 10673.0, 10680.0, 10629.0, 10653.0, 10613.0, 10555.0, 10588.0, 10519.0, 10568.0, 10511.0, 10495.0, 10520.0, 10527.0, 10601.0, 10530.0, 10496.0, 10488.0, 10476.0, 10591.0, 10502.0, 10511.0, 10445.0, 10417.0, 10471.0, 10489.0, 10503.0, 10519.0, 10524.0, 10525.0, 10483.0, 10513.0, 10460.0, 10428.0, 10511.0, 10507.0, 10562.0, 10518.0, 10513.0, 10512.0, 10491.0, 10538.0, 10518.0, 10618.0, 10540.0, 10558.0, 10478.0, 10551.0, 10516.0, 10525.0, 10587.0, 10557.0, 10626.0, 10581.0, 10520.0, 10514.0, 10485.0, 10556.0, 10510.0, 10527.0, 10470.0, 10438.0, 10501.0, 10460.0, 10521.0, 10447.0, 10464.0, 10459.0, 10432.0, 10500.0, 10485.0, 10626.0, 10529.0, 10426.0, 10456.0, 10450.0, 10485.0, 10497.0, 10504.0, 10513.0, 10474.0, 10486.0, 10478.0, 10529.0, 10495.0, 10501.0, 10507.0, 10492.0, 10476.0, 10504.0, 10468.0, 10544.0, 10548.0, 10611.0, 10529.0, 10474.0, 10500.0, 10458.0, 10541.0, 10508.0, 10506.0, 10562.0, 10519.0, 10584.0, 10531.0, 10569.0, 10542.0, 10512.0, 10561.0, 10494.0, 10562.0, 10505.0, 10490.0, 10516.0, 10452.0, 10531.0, 10454.0, 10439.0, 10493.0, 10444.0, 10491.0, 10487.0, 10511.0, 10573.0, 10449.0, 10426.0, 10488.0, 10478.0, 10491.0, 10519.0, 10505.0, 10456.0, 10417.0, 10513.0, 10467.0, 10522.0, 10501.0, 10492.0, 10482.0, 10476.0, 10519.0, 10535.0, 10524.0, 10467.0, 10452.0, 10494.0, 10499.0, 10503.0, 10500.0, 10470.0, 10549.0, 10531.0, 10611.0, 10559.0, 10518.0, 10548.0, 10536.0, 10607.0, 10569.0, 10566.0, 10512.0, 10515.0, 10612.0, 10586.0, 10591.0, 10491.0, 10456.0, 10483.0, 10466.0, 10556.0, 10434.0, 10414.0, 10485.0, 10461.0, 10533.0, 10464.0, 10425.0, 10465.0, 10448.0, 10520.0, 10496.0, 10506.0, 10487.0, 10472.0, 10538.0, 10502.0, 10547.0, 10508.0, 10475.0, 10507.0, 10451.0, 10530.0, 10492.0, 10538.0, 10564.0, 10470.0, 10546.0, 10467.0, 10448.0, 10474.0, 10446.0, 10514.0, 10447.0, 10546.0, 10481.0, 10511.0, 10523.0, 10480.0, 10503.0, 10437.0, 10428.0, 10480.0, 10453.0, 10516.0, 10529.0, 10531.0, 10444.0, 10440.0, 10505.0, 10494.0, 10497.0, 10466.0, 10465.0, 10515.0, 10506.0, 10462.0, 10515.0, 10484.0, 10508.0, 10523.0, 10484.0, 10490.0, 10499.0, 10530.0, 10553.0, 10575.0, 10607.0, 10555.0, 10508.0, 10572.0, 10530.0, 10540.0, 10559.0, 10544.0, 10593.0, 10563.0, 10542.0, 10568.0, 10478.0, 10462.0, 10462.0, 10468.0, 10552.0, 10487.0, 10483.0, 10473.0, 10487.0, 10519.0, 10488.0, 10527.0, 10553.0, 10471.0, 10464.0, 10468.0, 10468.0, 10515.0, 10478.0, 10496.0, 10481.0, 10448.0, 10541.0, 10501.0, 10536.0, 10499.0, 10461.0, 10505.0, 10478.0, 10488.0, 10494.0, 10500.0, 10495.0, 10502.0, 10599.0, 10544.0, 10600.0, 10516.0, 10525.0, 10557.0, 10558.0, 10657.0, 10553.0, 10516.0, 10478.0, 10497.0, 10522.0, 10519.0, 10566.0, 10492.0, 10485.0, 10512.0, 10517.0, 10595.0, 10495.0, 10473.0, 10470.0, 10500.0, 10495.0, 10520.0, 10471.0, 10485.0, 10492.0, 10559.0, 10576.0, 10584.0, 10619.0, 10593.0, 10558.0, 10581.0, 10536.0, 10523.0, 10558.0, 10545.0, 10568.0, 10549.0, 10545.0, 10588.0, 10544.0, 10507.0, 10448.0, 10433.0, 10486.0, 10434.0, 10479.0, 10457.0, 10469.0, 10553.0, 10536.0, 10570.0, 10448.0, 10410.0, 10452.0, 10460.0, 10497.0, 10478.0, 10444.0, 10468.0, 10520.0, 10555.0, 10519.0, 10460.0, 10490.0, 10482.0, 10491.0, 10494.0, 10450.0, 10513.0, 10519.0, 10557.0, 10545.0, 10598.0, 10546.0, 10487.0, 10504.0, 10463.0, 10491.0, 10492.0, 10547.0, 10536.0, 10588.0, 10670.0, 10587.0, 10541.0, 10473.0, 10439.0, 10460.0, 10458.0, 10521.0, 10470.0, 10621.0, 10583.0, 10603.0, 10576.0, 10483.0, 10486.0, 10459.0, 10473.0, 10530.0, 10559.0, 10611.0, 10590.0, 10443.0, 10475.0, 10502.0, 10503.0, 10496.0, 10480.0, 10511.0, 10467.0, 10525.0, 10489.0, 10460.0, 10542.0, 10453.0, 10529.0, 10500.0, 10529.0, 10607.0, 10529.0, 10485.0, 10507.0, 10478.0, 10505.0, 10459.0, 10451.0, 10486.0, 10500.0, 10510.0, 10478.0, 10456.0, 10482.0, 10520.0, 10547.0, 10514.0, 10521.0, 10484.0, 10455.0, 10477.0, 10468.0, 10461.0, 10525.0, 10484.0, 10516.0, 10528.0, 10503.0, 10494.0, 10483.0, 10525.0, 10512.0, 10549.0, 10505.0, 10474.0, 10565.0, 10546.0, 10549.0, 10559.0, 10499.0, 10533.0, 10510.0, 10565.0, 10548.0, 10603.0, 10542.0, 10499.0, 10557.0, 10517.0, 10636.0, 10590.0, 10607.0, 10599.0, 10542.0, 10563.0, 10522.0, 10551.0, 10529.0, 10556.0, 10635.0, 10552.0, 10526.0, 10456.0, 10452.0, 10515.0, 10487.0, 10532.0, 10459.0, 10471.0, 10484.0, 10499.0, 10464.0, 10511.0, 10472.0, 10470.0, 10451.0, 10421.0, 10463.0, 10513.0, 10543.0, 10507.0, 10547.0, 10463.0, 10445.0, 10481.0, 10507.0, 10594.0, 10554.0, 10568.0, 10461.0, 10459.0, 10466.0, 10498.0, 10482.0, 10490.0, 10474.0, 10474.0, 10471.0, 10497.0, 10507.0, 10473.0, 10523.0, 10487.0, 10465.0, 10510.0, 10515.0, 10585.0, 10493.0, 10450.0, 10482.0, 10495.0, 10549.0, 10511.0, 10540.0, 10503.0, 10483.0, 10501.0, 10453.0, 10521.0, 10513.0, 10494.0, 10640.0, 10509.0, 10526.0, 10457.0, 10438.0, 10479.0, 10491.0, 10577.0, 10485.0, 10472.0, 10489.0, 10460.0, 10501.0, 10481.0, 10436.0, 10603.0, 10475.0, 10420.0, 10485.0, 10511.0, 10494.0, 10517.0, 10497.0, 10482.0, 10450.0, 10516.0, 10500.0, 10523.0, 10516.0, 10477.0, 10488.0, 10482.0, 10493.0, 10518.0, 10517.0, 10508.0, 10514.0, 10608.0, 10523.0, 10500.0, 10490.0, 10492.0, 10440.0, 10489.0, 10512.0, 10528.0, 10509.0, 10491.0, 10539.0, 10470.0, 10478.0, 10503.0, 10501.0, 10589.0, 10492.0, 10463.0, 10533.0, 10480.0, 10472.0, 10541.0, 10473.0, 10537.0, 10500.0, 10519.0, 10599.0, 10546.0, 10471.0, 10511.0, 10505.0, 10580.0, 10451.0, 10467.0, 10503.0, 10484.0, 10491.0, 10455.0, 10428.0, 10512.0, 10522.0, 10531.0, 10518.0, 10524.0, 10508.0, 10462.0, 10534.0, 10502.0, 10543.0, 10507.0, 10464.0, 10536.0, 10529.0, 10556.0, 10518.0, 10499.0, 10599.0, 10531.0, 10489.0, 10510.0, 10463.0, 10530.0, 10514.0, 10541.0, 10551.0, 10549.0, 10504.0, 10502.0, 10487.0, 10520.0, 10581.0, 10572.0, 10613.0, 10566.0, 10546.0, 10526.0, 10472.0, 10509.0, 10449.0, 10499.0, 10478.0, 10449.0, 10474.0, 10473.0, 10461.0, 10462.0, 10456.0, 10493.0, 10504.0, 10530.0, 10520.0, 10569.0, 10608.0, 10567.0, 10484.0, 10468.0, 10476.0, 10467.0, 10480.0, 10468.0, 10587.0, 10476.0, 10446.0, 10485.0, 10481.0, 10467.0, 10487.0, 10461.0, 10500.0, 10496.0, 10561.0, 10521.0, 10506.0, 10518.0, 10495.0, 10457.0, 10508.0, 10490.0, 10543.0, 10503.0, 10465.0, 10512.0, 10490.0, 10530.0, 10548.0, 10575.0, 10521.0, 10464.0, 10507.0, 10469.0, 10501.0, 10488.0, 10553.0, 10495.0, 10559.0, 10556.0, 10551.0, 10605.0, 10491.0, 10512.0, 10489.0, 10468.0, 10521.0, 10504.0, 10491.0, 10513.0, 10507.0, 10524.0, 10559.0, 10567.0, 10470.0, 10430.0, 10512.0, 10526.0, 10566.0, 10530.0, 10466.0, 10505.0, 10518.0, 10555.0, 10531.0, 10471.0, 10504.0, 10496.0, 10526.0, 10560.0, 10518.0, 10617.0, 10510.0, 10549.0, 10540.0, 10500.0, 10606.0, 10637.0, 10616.0, 10513.0, 10462.0, 10486.0, 10468.0, 10441.0, 10489.0, 10553.0, 10535.0, 10497.0, 10444.0, 10468.0, 10507.0, 10547.0, 10509.0, 10482.0, 10484.0, 10480.0, 10471.0, 10482.0, 10470.0, 10537.0, 10538.0, 10544.0, 10510.0, 10522.0, 10587.0, 10466.0, 10439.0, 10521.0, 10513.0, 10522.0, 10508.0, 10539.0, 10509.0, 10489.0, 10437.0, 10532.0, 10523.0, 10536.0, 10549.0, 10465.0, 10506.0, 10495.0, 10507.0, 10540.0, 10515.0, 10567.0, 10548.0, 10576.0, 10526.0, 10605.0, 10643.0, 10538.0, 10556.0, 10480.0, 10486.0, 10498.0, 10486.0, 10577.0, 10507.0, 10570.0, 10549.0, 10460.0, 10491.0, 10492.0, 10484.0, 10476.0, 10516.0, 10604.0, 10560.0, 10545.0, 10508.0, 10465.0, 10450.0, 10479.0, 10496.0, 10465.0, 10504.0, 10490.0, 10548.0, 10538.0, 10517.0, 10503.0, 10515.0, 10537.0, 10493.0, 10493.0, 10581.0, 10556.0, 10514.0, 10550.0, 10486.0, 10497.0, 10480.0, 10469.0, 10533.0, 10445.0, 10439.0, 10485.0, 10509.0, 10596.0, 10532.0, 10452.0, 10500.0, 10507.0, 10571.0, 10526.0, 10521.0, 10480.0, 10469.0, 10453.0, 10459.0, 10477.0, 10510.0, 10470.0, 10513.0, 10485.0, 10461.0, 10489.0, 10490.0, 10547.0, 10520.0, 10590.0, 10557.0, 10535.0, 10544.0, 10510.0, 10484.0, 10521.0, 10496.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.000610367816091954</td></tr>
<tr><td colspan=3>aqi</td><td>0.022222565747126437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.46465293174913</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1800352913233598</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0102754961795166</td></tr>
<tr><td colspan=3>efc</td><td>0.5417</td></tr>
<tr><td colspan=3>fber</td><td>2455.2854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13447180262724412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>183</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.03448275862069</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.421339608043009</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.328744035387506</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6458007551010123</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.289474033640508</td></tr>
<tr><td colspan=3>gcor</td><td>0.0199414</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007976347580552101</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06653783470392227</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>4.392841279050011</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>19.7425</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>89.3719</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>301.2285</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>83.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285853.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1363.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>511.1838</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.167</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.4539</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3983.2202</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.5592</td></tr>
<tr><td colspan=3>tsnr</td><td>37.46537378476933</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>