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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-03/func/sub-0064_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>00bcc66679cec04633dff1d1dc1b20ef</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>08:49:37.702500</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.997892, -0.050478, -0.0407824, 0.0502018, 0.998709, -0.00776815]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0819112</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7733, -7250, 563, -26, -99, -29, 118]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.288</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5053fa60-86a0-4e03-9d0a-04e95a86ed5a||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.677271604537964, 0.1346878558397293, -0.11102907359600067, 112.24956512451172], [0.1354287713766098, 2.6794629096984863, -0.01540195569396019, -98.00543975830078], [-0.10941623151302338, 0.020841389894485474, 2.697672128677368, -63.24856185913086], [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': ['084937.702500', '084938.162500', '084938.622500', '084939.082500', '084939.542500', '084940.002500', '084940.462500', '084940.922500', '084941.382500', '084941.842500', '084942.302500', '084942.762500', '084943.222500', '084943.682500', '084944.142500', '084944.602500', '084945.062500', '084945.522500', '084945.982500', '084946.442500', '084946.902500', '084947.362500', '084947.822500', '084948.282500', '084948.742500', '084949.202500', '084949.662500', '084950.122500', '084950.582500', '084951.042500', '084951.502500', '084951.962500', '084952.422500', '084952.882500', '084953.342500', '084953.802500', '084954.262500', '084954.722500', '084955.182500', '084955.642500', '084956.102500', '084956.562500', '084957.022500', '084957.482500', '084957.942500', '084958.402500', '084958.862500', '084959.322500', '084959.782500', '085000.242500', '085000.702500', '085001.162500', '085001.622500', '085002.082500', '085002.542500', '085003.002500', '085003.462500', '085003.922500', '085004.382500', '085004.842500', '085005.302500', '085005.762500', '085006.222500', '085006.682500', '085007.142500', '085007.602500', '085008.062500', '085008.522500', '085008.982500', '085009.442500', '085009.902500', '085010.362500', '085010.822500', '085011.282500', '085011.742500', '085012.202500', '085012.662500', '085013.122500', '085013.582500', '085014.042500', '085014.502500', '085014.962500', '085015.422500', '085015.882500', '085016.342500', '085016.802500', '085017.262500', '085017.722500', '085018.182500', '085018.642500', '085019.102500', '085019.562500', '085020.022500', '085020.482500', '085020.942500', '085021.402500', '085021.862500', '085022.322500', '085022.782500', '085023.242500', '085023.702500', '085024.162500', '085024.622500', '085025.082500', '085025.542500', '085026.002500', '085026.462500', '085026.922500', '085027.382500', '085027.842500', '085028.302500', '085028.762500', '085029.222500', '085029.682500', '085030.142500', '085030.602500', '085031.062500', '085031.522500', '085031.982500', '085032.442500', '085032.902500', '085033.362500', '085033.822500', '085034.282500', '085034.742500', '085035.202500', '085035.662500', '085036.122500', '085036.582500', '085037.042500', '085037.502500', '085037.962500', '085038.422500', '085038.882500', '085039.342500', '085039.802500', '085040.262500', '085040.722500', '085041.182500', '085041.642500', '085042.102500', '085042.562500', '085043.022500', '085043.482500', '085043.942500', '085044.402500', '085044.862500', '085045.322500', '085045.782500', '085046.242500', '085046.702500', '085047.162500', '085047.622500', '085048.082500', '085048.542500', '085049.002500', '085049.462500', '085049.922500', '085050.382500', '085050.842500', '085051.302500', '085051.762500', '085052.222500', '085052.682500', '085053.142500', '085053.602500', '085054.062500', '085054.522500', '085054.982500', '085055.442500', '085055.902500', '085056.362500', '085056.822500', '085057.282500', '085057.742500', '085058.202500', '085058.662500', '085059.122500', '085059.582500', '085100.042500', '085100.502500', '085100.962500', '085101.422500', '085101.882500', '085102.342500', '085102.802500', '085103.262500', '085103.722500', '085104.182500', '085104.642500', '085105.102500', '085105.562500', '085106.022500', '085106.482500', '085106.942500', '085107.402500', '085107.862500', '085108.322500', '085108.782500', '085109.242500', '085109.702500', '085110.162500', '085110.622500', '085111.082500', '085111.542500', '085112.002500', '085112.462500', '085112.922500', '085113.382500', '085113.842500', '085114.302500', '085114.762500', '085115.222500', '085115.682500', '085116.142500', '085116.602500', '085117.062500', '085117.522500', '085117.982500', '085118.442500', '085118.902500', '085119.362500', '085119.822500', '085120.282500', '085120.742500', '085121.202500', '085121.662500', '085122.122500', '085122.582500', '085123.042500', '085123.502500', '085123.962500', '085124.422500', '085124.882500', '085125.342500', '085125.802500', '085126.262500', '085126.722500', '085127.182500', '085127.642500', '085128.102500', '085128.562500', '085129.022500', '085129.482500', '085129.942500', '085130.402500', '085130.862500', '085131.322500', '085131.782500', '085132.242500', '085132.702500', '085133.162500', '085133.622500', '085134.082500', '085134.542500', '085135.002500', '085135.462500', '085135.922500', '085136.382500', '085136.842500', '085137.302500', '085137.762500', '085138.222500', '085138.682500', '085139.142500', '085139.602500', '085140.062500', '085140.522500', '085140.982500', '085141.442500', '085141.902500', '085142.362500', '085142.822500', '085143.282500', '085143.742500', '085144.202500', '085144.662500', '085145.122500', '085145.582500', '085146.042500', '085146.502500', '085146.962500', '085147.422500', '085147.882500', '085148.342500', '085148.802500', '085149.262500', '085149.722500', '085150.182500', '085150.642500', '085151.102500', '085151.562500', '085152.022500', '085152.482500', '085152.942500', '085153.402500', '085153.862500', '085154.322500', '085154.782500', '085155.242500', '085155.702500', '085156.162500', '085156.622500', '085157.082500', '085157.542500', '085158.002500', '085158.462500', '085158.922500', '085159.382500', '085159.842500', '085200.302500', '085200.762500', '085201.222500', '085201.682500', '085202.142500', '085202.602500', '085203.062500', '085203.522500', '085203.982500', '085204.442500', '085204.902500', '085205.362500', '085205.822500', '085206.282500', '085206.742500', '085207.202500', '085207.662500', '085208.122500', '085208.582500', '085209.042500', '085209.502500', '085209.962500', '085210.422500', '085210.882500', '085211.342500', '085211.802500', '085212.262500', '085212.722500', '085213.182500', '085213.642500', '085214.102500', '085214.562500', '085215.022500', '085215.482500', '085215.942500', '085216.402500', '085216.862500', '085217.322500', '085217.782500', '085218.242500', '085218.702500', '085219.162500', '085219.622500', '085220.082500', '085220.542500', '085221.002500', '085221.462500', '085221.922500', '085222.382500', '085222.842500', '085223.302500', '085223.762500', '085224.222500', '085224.682500', '085225.142500', '085225.602500', '085226.062500', '085226.522500', '085226.982500', '085227.442500', '085227.902500', '085228.362500', '085228.822500', '085229.282500', '085229.742500', '085230.202500', '085230.662500', '085231.122500', '085231.582500', '085232.042500', '085232.502500', '085232.962500', '085233.422500', '085233.882500', '085234.342500', '085234.802500', '085235.262500', '085235.722500', '085236.182500', '085236.642500', '085237.102500', '085237.562500', '085238.022500', '085238.482500', '085238.942500', '085239.402500', '085239.862500', '085240.322500', '085240.782500', '085241.242500', '085241.702500', '085242.162500', '085242.622500', '085243.082500', '085243.542500', '085244.002500', '085244.462500', '085244.922500', '085245.382500', '085245.842500', '085246.302500', '085246.762500', '085247.222500', '085247.682500', '085248.142500', '085248.602500', '085249.062500', '085249.522500', '085249.982500', '085250.442500', '085250.902500', '085251.362500', '085251.822500', '085252.282500', '085252.742500', '085253.202500', '085253.662500', '085254.122500', '085254.582500', '085255.042500', '085255.502500', '085255.962500', '085256.422500', '085256.882500', '085257.342500', '085257.802500', '085258.262500', '085258.722500', '085259.182500', '085259.642500', '085300.102500', '085300.562500', '085301.022500', '085301.482500', '085301.942500', '085302.402500', '085302.862500', '085303.322500', '085303.782500', '085304.242500', '085304.702500', '085305.162500', '085305.622500', '085306.082500', '085306.542500', '085307.002500', '085307.462500', '085307.922500', '085308.382500', '085308.842500', '085309.302500', '085309.762500', '085310.222500', '085310.682500', '085311.142500', '085311.602500', '085312.062500', '085312.522500', '085312.982500', '085313.442500', '085313.902500', '085314.362500', '085314.822500', '085315.282500', '085315.742500', '085316.202500', '085316.662500', '085317.122500', '085317.582500', '085318.042500', '085318.502500', '085318.962500', '085319.422500', '085319.882500', '085320.342500', '085320.802500', '085321.262500', '085321.722500', '085322.182500', '085322.642500', '085323.102500', '085323.562500', '085324.022500', '085324.482500', '085324.942500', '085325.402500', '085325.862500', '085326.322500', '085326.782500', '085327.242500', '085327.702500', '085328.162500', '085328.622500', '085329.082500', '085329.542500', '085330.002500', '085330.462500', '085330.922500', '085331.382500', '085331.842500', '085332.302500', '085332.762500', '085333.222500', '085333.682500', '085334.142500', '085334.602500', '085335.062500', '085335.522500', '085335.982500', '085336.442500', '085336.902500', '085337.362500', '085337.822500', '085338.282500', '085338.742500', '085339.202500', '085339.662500', '085340.122500', '085340.582500', '085341.042500', '085341.502500', '085341.962500', '085342.422500', '085342.882500', '085343.342500', '085343.802500', '085344.262500', '085344.722500', '085345.182500', '085345.642500', '085346.102500', '085346.562500', '085347.022500', '085347.482500', '085347.942500', '085348.402500', '085348.862500', '085349.322500', '085349.782500', '085350.242500', '085350.702500', '085351.162500', '085351.622500', '085352.082500', '085352.542500', '085353.002500', '085353.462500', '085353.922500', '085354.382500', '085354.842500', '085355.302500', '085355.762500', '085356.222500', '085356.682500', '085357.142500', '085357.602500', '085358.062500', '085358.522500', '085358.982500', '085359.442500', '085359.902500', '085400.362500', '085400.822500', '085401.282500', '085401.742500', '085402.202500', '085402.662500', '085403.122500', '085403.582500', '085404.042500', '085404.502500', '085404.962500', '085405.422500', '085405.882500', '085406.342500', '085406.802500', '085407.262500', '085407.722500', '085408.182500', '085408.642500', '085409.102500', '085409.562500', '085410.022500', '085410.482500', '085410.942500', '085411.402500', '085411.862500', '085412.322500', '085412.782500', '085413.242500', '085413.702500', '085414.162500', '085414.622500', '085415.082500', '085415.542500', '085416.002500', '085416.462500', '085416.922500', '085417.382500', '085417.842500', '085418.302500', '085418.762500', '085419.222500', '085419.682500', '085420.142500', '085420.602500', '085421.062500', '085421.522500', '085421.982500', '085422.442500', '085422.902500', '085423.362500', '085423.822500', '085424.282500', '085424.742500', '085425.202500', '085425.662500', '085426.122500', '085426.582500', '085427.042500', '085427.502500', '085427.962500', '085428.422500', '085428.882500', '085429.342500', '085429.802500', '085430.262500', '085430.722500', '085431.182500', '085431.642500', '085432.102500', '085432.562500', '085433.022500', '085433.482500', '085433.942500', '085434.402500', '085434.862500', '085435.322500', '085435.782500', '085436.242500', '085436.702500', '085437.162500', '085437.622500', '085438.082500', '085438.542500', '085439.002500', '085439.462500', '085439.922500', '085440.382500', '085440.842500', '085441.302500', '085441.762500', '085442.222500', '085442.682500', '085443.142500', '085443.602500', '085444.062500', '085444.522500', '085444.982500', '085445.442500', '085445.902500', '085446.362500', '085446.822500', '085447.282500', '085447.742500', '085448.202500', '085448.662500', '085449.122500', '085449.582500', '085450.042500', '085450.502500', '085450.962500', '085451.422500', '085451.882500', '085452.342500', '085452.802500', '085453.262500', '085453.722500', '085454.182500', '085454.642500', '085455.102500', '085455.562500', '085456.022500', '085456.482500', '085456.942500', '085457.402500', '085457.862500', '085458.322500', '085458.782500', '085459.242500', '085459.702500', '085500.162500', '085500.622500', '085501.082500', '085501.542500', '085502.002500', '085502.462500', '085502.922500', '085503.382500', '085503.842500', '085504.302500', '085504.762500', '085505.222500', '085505.682500', '085506.142500', '085506.602500', '085507.062500', '085507.522500', '085507.982500', '085508.442500', '085508.902500', '085509.362500', '085509.822500', '085510.282500', '085510.742500', '085511.202500', '085511.662500', '085512.122500', '085512.582500', '085513.042500', '085513.502500', '085513.962500', '085514.422500', '085514.882500', '085515.342500', '085515.802500', '085516.262500', '085516.722500', '085517.182500', '085517.642500', '085518.102500', '085518.562500', '085519.022500', '085519.482500', '085519.942500', '085520.402500', '085520.862500', '085521.322500', '085521.782500', '085522.242500', '085522.702500', '085523.162500', '085523.622500', '085524.082500', '085524.542500', '085525.002500', '085525.462500', '085525.922500', '085526.382500', '085526.842500', '085527.302500', '085527.762500', '085528.222500', '085528.682500', '085529.142500', '085529.602500', '085530.062500', '085530.522500', '085530.982500', '085531.442500', '085531.902500', '085532.362500', '085532.822500', '085533.282500', '085533.742500', '085534.202500', '085534.662500', '085535.122500', '085535.582500', '085536.042500', '085536.502500', '085536.962500', '085537.422500', '085537.882500', '085538.342500', '085538.802500', '085539.262500', '085539.722500', '085540.182500', '085540.642500', '085541.102500', '085541.562500', '085542.022500', '085542.482500', '085542.942500', '085543.402500', '085543.862500', '085544.322500', '085544.782500', '085545.242500', '085545.702500', '085546.162500', '085546.622500', '085547.082500', '085547.542500', '085548.002500', '085548.462500', '085548.922500', '085549.382500', '085549.842500', '085550.302500', '085550.762500', '085551.222500', '085551.682500', '085552.142500', '085552.602500', '085553.062500', '085553.522500', '085553.982500', '085554.442500', '085554.902500', '085555.362500', '085555.822500', '085556.282500', '085556.742500', '085557.202500', '085557.662500', '085558.122500', '085558.582500', '085559.042500', '085559.502500', '085559.962500', '085600.422500', '085600.882500', '085601.342500', '085601.802500', '085602.262500', '085602.722500', '085603.182500', '085603.642500', '085604.102500', '085604.562500', '085605.022500', '085605.482500', '085605.942500', '085606.402500', '085606.862500', '085607.322500', '085607.782500', '085608.242500', '085608.702500', '085609.162500', '085609.622500', '085610.082500', '085610.542500', '085611.002500', '085611.462500', '085611.922500', '085612.382500', '085612.842500', '085613.302500', '085613.762500', '085614.222500', '085614.682500', '085615.142500', '085615.602500', '085616.062500', '085616.522500', '085616.982500', '085617.442500', '085617.902500', '085618.362500'], 'ContentTime': ['084955.291000', '084955.295000', '084955.297000', '084955.300000', '084955.302000', '084955.305000', '084955.307000', '084955.310000', '084955.313000', '084955.315000', '084955.318000', '084955.320000', '084955.326000', '084955.328000', '084955.331000', '084955.333000', '084955.336000', '084955.339000', '084955.341000', '084955.344000', '084955.347000', '084955.349000', '084955.352000', '084955.354000', '084955.357000', '084955.360000', '084955.362000', '084955.365000', '084955.367000', '084955.370000', '084955.373000', '084955.375000', '084955.378000', '084955.380000', '084955.383000', '085015.254000', '085015.257000', '085015.259000', '085015.262000', '085015.275000', '085015.277000', '085015.280000', '085015.282000', '085015.285000', '085015.288000', '085015.290000', '085015.293000', '085015.295000', '085015.298000', '085015.300000', '085015.303000', '085015.305000', '085015.308000', '085015.311000', '085015.314000', '085015.316000', '085015.319000', '085015.321000', '085015.324000', '085015.327000', '085015.329000', '085015.332000', '085015.334000', '085015.337000', '085015.340000', '085015.342000', '085015.345000', '085015.347000', '085015.350000', '085015.353000', '085015.355000', '085015.358000', '085015.360000', '085015.363000', '085015.365000', '085015.368000', '085015.371000', '085015.373000', '085015.376000', '085035.253000', '085035.256000', '085035.259000', '085035.262000', '085035.264000', '085035.267000', '085035.270000', '085035.272000', '085035.275000', '085035.277000', '085035.280000', '085035.283000', '085035.285000', '085035.288000', '085035.290000', '085035.293000', '085035.295000', '085035.298000', '085035.301000', '085035.303000', '085035.306000', '085035.308000', '085035.311000', '085035.314000', '085035.316000', '085035.326000', '085035.329000', '085035.331000', '085035.334000', '085035.337000', '085035.339000', '085035.342000', '085035.344000', '085035.347000', '085035.350000', '085035.352000', '085035.355000', '085035.357000', '085035.360000', '085035.362000', '085035.365000', '085035.368000', '085035.370000', '085055.253000', '085055.256000', '085055.259000', '085055.262000', '085055.264000', '085055.267000', '085055.270000', '085055.272000', '085055.275000', '085055.277000', '085055.280000', '085055.282000', '085055.285000', '085055.288000', '085055.290000', '085055.293000', '085055.295000', '085055.298000', '085055.301000', '085055.303000', '085055.306000', '085055.309000', '085055.311000', '085055.314000', '085055.317000', '085055.319000', '085055.322000', '085055.324000', '085055.327000', '085055.329000', '085055.332000', '085055.334000', '085055.337000', '085055.340000', '085055.342000', '085055.345000', '085055.348000', '085055.350000', '085055.353000', '085055.355000', '085055.358000', '085055.361000', '085055.363000', '085055.366000', '085115.253000', '085115.256000', '085115.259000', '085115.262000', '085115.264000', '085115.267000', '085115.269000', '085115.272000', '085115.275000', '085115.277000', '085115.280000', '085115.283000', '085115.285000', '085115.288000', '085115.290000', '085115.293000', '085115.295000', '085115.298000', '085115.301000', '085115.303000', '085115.306000', '085115.308000', '085115.311000', '085115.314000', '085115.316000', '085115.319000', '085115.322000', '085115.324000', '085115.327000', '085115.329000', '085115.332000', '085115.335000', '085115.337000', '085115.340000', '085115.342000', '085115.345000', '085115.348000', '085115.350000', '085115.353000', '085115.355000', '085115.358000', '085115.360000', '085115.363000', '085135.253000', '085135.256000', '085135.264000', '085135.266000', '085135.269000', '085135.272000', '085135.274000', '085135.277000', '085135.279000', '085135.282000', '085135.284000', '085135.287000', '085135.290000', '085135.292000', '085135.295000', '085135.298000', '085135.300000', '085135.303000', '085135.305000', '085135.308000', '085135.311000', '085135.313000', '085135.316000', '085135.318000', '085135.321000', '085135.323000', '085135.326000', '085135.329000', '085135.331000', '085135.334000', '085135.336000', '085135.339000', '085135.342000', '085135.344000', '085135.347000', '085135.350000', '085135.352000', '085135.355000', '085135.357000', '085135.360000', '085135.363000', '085135.365000', '085135.368000', '085135.370000', '085155.253000', '085155.256000', '085155.259000', '085155.262000', '085155.264000', '085155.267000', '085155.270000', '085155.272000', '085155.275000', '085155.277000', '085155.280000', '085155.283000', '085155.285000', '085155.288000', '085155.290000', '085155.293000', '085155.295000', '085155.298000', '085155.301000', '085155.303000', '085155.306000', '085155.309000', '085155.311000', '085155.314000', '085155.316000', '085155.319000', '085155.321000', '085155.324000', '085155.327000', '085155.329000', '085155.332000', '085155.334000', '085155.337000', '085155.340000', '085155.342000', '085155.345000', '085155.347000', '085155.350000', '085155.352000', '085155.355000', '085155.358000', '085155.360000', '085155.363000', '085215.253000', '085215.256000', '085215.259000', '085215.262000', '085215.264000', '085215.267000', '085215.269000', '085215.272000', '085215.274000', '085215.277000', '085215.280000', '085215.283000', '085215.286000', '085215.288000', '085215.291000', '085215.293000', '085215.296000', '085215.299000', '085215.302000', '085215.304000', '085215.307000', '085215.309000', '085215.312000', '085215.314000', '085215.317000', '085215.319000', '085215.322000', '085215.325000', '085215.327000', '085215.330000', '085215.333000', '085215.335000', '085215.338000', '085215.340000', '085215.343000', '085215.345000', '085215.348000', '085215.351000', '085215.353000', '085215.356000', '085215.358000', '085215.361000', '085215.364000', '085215.366000', '085235.254000', '085235.256000', '085235.259000', '085235.261000', '085235.264000', '085235.267000', '085235.269000', '085235.272000', '085235.274000', '085235.277000', '085235.280000', '085235.282000', '085235.285000', '085235.287000', '085235.290000', '085235.292000', '085235.295000', '085235.298000', '085235.300000', '085235.303000', '085235.306000', '085235.308000', '085235.311000', '085235.313000', '085235.316000', '085235.318000', '085235.321000', '085235.324000', '085235.326000', '085235.329000', '085235.331000', '085235.334000', '085235.337000', '085235.339000', '085235.342000', '085235.344000', '085235.347000', '085235.350000', '085235.352000', '085235.355000', '085235.358000', '085235.360000', '085235.363000', '085255.254000', '085255.257000', '085255.259000', '085255.262000', '085255.265000', '085255.275000', '085255.277000', '085255.280000', '085255.282000', '085255.285000', '085255.288000', '085255.290000', '085255.293000', '085255.296000', '085255.298000', '085255.301000', '085255.303000', '085255.306000', '085255.309000', '085255.311000', '085255.314000', '085255.317000', '085255.319000', '085255.322000', '085255.324000', '085255.327000', '085255.330000', '085255.332000', '085255.335000', '085255.337000', '085255.340000', '085255.343000', '085255.345000', '085255.348000', '085255.350000', '085255.353000', '085255.356000', '085255.358000', '085255.361000', '085255.363000', '085255.366000', '085255.368000', '085255.384000', '085255.387000', '085315.253000', '085315.256000', '085315.259000', '085315.262000', '085315.264000', '085315.267000', '085315.269000', '085315.272000', '085315.275000', '085315.277000', '085315.280000', '085315.283000', '085315.285000', '085315.288000', '085315.290000', '085315.293000', '085315.296000', '085315.298000', '085315.301000', '085315.304000', '085315.306000', '085315.309000', '085315.311000', '085315.314000', '085315.317000', '085315.319000', '085315.322000', '085315.325000', '085315.327000', '085315.330000', '085315.332000', '085315.335000', '085315.338000', '085315.340000', '085315.343000', '085315.345000', '085315.348000', '085315.350000', '085315.353000', '085315.356000', '085315.358000', '085315.361000', '085315.363000', '085335.253000', '085335.256000', '085335.259000', '085335.261000', '085335.264000', '085335.267000', '085335.269000', '085335.272000', '085335.275000', '085335.277000', '085335.280000', '085335.283000', '085335.286000', '085335.289000', '085335.292000', '085335.294000', '085335.297000', '085335.300000', '085335.302000', '085335.305000', '085335.308000', '085335.310000', '085335.313000', '085335.315000', '085335.318000', '085335.321000', '085335.323000', '085335.326000', '085335.328000', '085335.331000', '085335.334000', '085335.336000', '085335.339000', '085335.342000', '085335.344000', '085335.347000', '085335.349000', '085335.352000', '085335.355000', '085335.357000', '085335.360000', '085335.363000', '085335.365000', '085335.368000', '085355.254000', '085355.256000', '085355.259000', '085355.262000', '085355.264000', '085355.267000', '085355.270000', '085355.272000', '085355.275000', '085355.277000', '085355.280000', '085355.283000', '085355.285000', '085355.288000', '085355.290000', '085355.293000', '085355.296000', '085355.298000', '085355.301000', '085355.303000', '085355.306000', '085355.309000', '085355.311000', '085355.314000', '085355.316000', '085355.319000', '085355.322000', '085355.324000', '085355.327000', '085355.329000', '085355.332000', '085355.335000', '085355.337000', '085355.340000', '085355.342000', '085355.345000', '085355.348000', '085355.350000', '085355.353000', '085355.355000', '085355.358000', '085355.360000', '085355.363000', '085415.254000', '085415.257000', '085415.259000', '085415.262000', '085415.264000', '085415.267000', '085415.269000', '085415.272000', '085415.275000', '085415.277000', '085415.280000', '085415.283000', '085415.286000', '085415.289000', '085415.291000', '085415.294000', '085415.297000', '085415.299000', '085415.302000', '085415.305000', '085415.307000', '085415.310000', '085415.312000', '085415.315000', '085415.318000', '085415.320000', '085415.323000', '085415.325000', '085415.328000', '085415.330000', '085415.333000', '085415.336000', '085415.338000', '085415.341000', '085415.344000', '085415.346000', '085415.349000', '085415.351000', '085415.354000', '085415.357000', '085415.359000', '085415.362000', '085415.364000', '085435.254000', '085435.257000', '085435.260000', '085435.263000', '085435.265000', '085435.268000', '085435.270000', '085435.273000', '085435.276000', '085435.278000', '085435.281000', '085435.284000', '085435.286000', '085435.289000', '085435.291000', '085435.294000', '085435.297000', '085435.299000', '085435.302000', '085435.304000', '085435.307000', '085435.309000', '085435.312000', '085435.328000', '085435.331000', '085435.334000', '085435.336000', '085435.339000', '085435.341000', '085435.344000', '085435.347000', '085435.349000', '085435.352000', '085435.354000', '085435.357000', '085435.360000', '085435.362000', '085435.365000', '085435.367000', '085435.370000', '085435.373000', '085435.375000', '085435.378000', '085435.380000', '085455.253000', '085455.256000', '085455.259000', '085455.261000', '085455.264000', '085455.267000', '085455.269000', '085455.272000', '085455.275000', '085455.278000', '085455.280000', '085455.283000', '085455.285000', '085455.288000', '085455.291000', '085455.293000', '085455.296000', '085455.299000', '085455.301000', '085455.304000', '085455.307000', '085455.309000', '085455.312000', '085455.315000', '085455.317000', '085455.320000', '085455.324000', '085455.327000', '085455.330000', '085455.333000', '085455.335000', '085455.338000', '085455.341000', '085455.343000', '085455.346000', '085455.348000', '085455.351000', '085455.354000', '085455.356000', '085455.359000', '085455.361000', '085455.364000', '085455.367000', '085515.254000', '085515.258000', '085515.260000', '085515.263000', '085515.265000', '085515.268000', '085515.271000', '085515.273000', '085515.276000', '085515.279000', '085515.281000', '085515.284000', '085515.287000', '085515.289000', '085515.292000', '085515.295000', '085515.297000', '085515.300000', '085515.302000', '085515.305000', '085515.308000', '085515.310000', '085515.313000', '085515.316000', '085515.318000', '085515.321000', '085515.323000', '085515.326000', '085515.329000', '085515.331000', '085515.334000', '085515.337000', '085515.339000', '085515.342000', '085515.345000', '085515.347000', '085515.350000', '085515.352000', '085515.355000', '085515.357000', '085515.360000', '085515.363000', '085515.365000', '085515.368000', '085535.254000', '085535.256000', '085535.259000', '085535.262000', '085535.264000', '085535.267000', '085535.270000', '085535.272000', '085535.275000', '085535.277000', '085535.280000', '085535.283000', '085535.285000', '085535.288000', '085535.291000', '085535.293000', '085535.296000', '085535.298000', '085535.301000', '085535.312000', '085535.315000', '085535.318000', '085535.320000', '085535.323000', '085535.325000', '085535.328000', '085535.330000', '085535.333000', '085535.336000', '085535.339000', '085535.341000', '085535.344000', '085535.346000', '085535.349000', '085535.352000', '085535.354000', '085535.357000', '085535.361000', '085535.363000', '085535.366000', '085535.368000', '085535.371000', '085535.374000', '085555.254000', '085555.257000', '085555.259000', '085555.262000', '085555.265000', '085555.267000', '085555.270000', '085555.272000', '085555.275000', '085555.278000', '085555.280000', '085555.283000', '085555.286000', '085555.288000', '085555.291000', '085555.294000', '085555.296000', '085555.299000', '085555.301000', '085555.305000', '085555.308000', '085555.311000', '085555.313000', '085555.316000', '085555.319000', '085555.321000', '085555.324000', '085555.326000', '085555.329000', '085555.332000', '085555.334000', '085555.337000', '085555.340000', '085555.342000', '085555.354000', '085555.357000', '085555.360000', '085555.362000', '085555.365000', '085555.367000', '085555.370000', '085555.373000', '085555.375000', '085555.378000', '085615.253000', '085615.256000', '085615.259000', '085615.262000', '085615.264000', '085615.267000', '085615.270000', '085615.272000', '085615.275000', '085615.277000', '085615.280000', '085615.282000', '085615.285000', '085615.288000', '085615.290000', '085615.293000', '085615.295000', '085615.298000', '085615.301000', '085615.303000', '085615.306000', '085615.309000', '085615.312000', '085615.315000', '085615.317000', '085615.320000', '085615.323000', '085615.325000', '085615.328000', '085615.331000', '085615.333000', '085615.336000', '085615.339000', '085615.341000', '085615.344000', '085615.347000', '085615.349000', '085615.352000', '085615.354000', '085615.357000', '085615.360000', '085615.363000', '085615.366000', '085619.942000', '085619.945000', '085619.948000', '085619.951000', '085619.954000', '085619.957000', '085619.960000', '085619.963000', '085619.966000', '085619.969000', '085619.972000'], 'InstanceCreationTime': ['084955.291000', '084955.295000', '084955.297000', '084955.300000', '084955.302000', '084955.305000', '084955.307000', '084955.310000', '084955.313000', '084955.315000', '084955.318000', '084955.320000', '084955.326000', '084955.328000', '084955.331000', '084955.333000', '084955.336000', '084955.339000', '084955.341000', '084955.344000', '084955.347000', '084955.349000', '084955.352000', '084955.354000', '084955.357000', '084955.360000', '084955.362000', '084955.365000', '084955.367000', '084955.370000', '084955.373000', '084955.375000', '084955.378000', '084955.380000', '084955.383000', '085015.254000', '085015.257000', '085015.259000', '085015.262000', '085015.275000', '085015.277000', '085015.280000', '085015.282000', '085015.285000', '085015.288000', '085015.290000', '085015.293000', '085015.295000', '085015.298000', '085015.300000', '085015.303000', '085015.305000', '085015.308000', '085015.311000', '085015.314000', '085015.316000', '085015.319000', '085015.321000', '085015.324000', '085015.327000', '085015.329000', '085015.332000', '085015.334000', '085015.337000', '085015.340000', '085015.342000', '085015.345000', '085015.347000', '085015.350000', '085015.353000', '085015.355000', '085015.358000', '085015.360000', '085015.363000', '085015.365000', '085015.368000', '085015.371000', '085015.373000', '085015.376000', '085035.253000', '085035.256000', '085035.259000', '085035.262000', '085035.264000', '085035.267000', '085035.270000', '085035.272000', '085035.275000', '085035.277000', '085035.280000', '085035.283000', '085035.285000', '085035.288000', '085035.290000', '085035.293000', '085035.295000', '085035.298000', '085035.301000', '085035.303000', '085035.306000', '085035.308000', '085035.311000', '085035.314000', '085035.316000', '085035.326000', '085035.329000', '085035.331000', '085035.334000', '085035.337000', '085035.339000', '085035.342000', '085035.344000', '085035.347000', '085035.350000', '085035.352000', '085035.355000', '085035.357000', '085035.360000', '085035.362000', '085035.365000', '085035.368000', '085035.370000', '085055.253000', '085055.256000', '085055.259000', '085055.262000', '085055.264000', '085055.267000', '085055.270000', '085055.272000', '085055.275000', '085055.277000', '085055.280000', '085055.282000', '085055.285000', '085055.288000', '085055.290000', '085055.293000', '085055.295000', '085055.298000', '085055.301000', '085055.303000', '085055.306000', '085055.309000', '085055.311000', '085055.314000', '085055.317000', '085055.319000', '085055.322000', '085055.324000', '085055.327000', '085055.329000', '085055.332000', '085055.334000', '085055.337000', '085055.340000', '085055.342000', '085055.345000', '085055.348000', '085055.350000', '085055.353000', '085055.355000', '085055.358000', '085055.361000', '085055.363000', '085055.366000', '085115.253000', '085115.256000', '085115.259000', '085115.262000', '085115.264000', '085115.267000', '085115.269000', '085115.272000', '085115.275000', '085115.277000', '085115.280000', '085115.283000', '085115.285000', '085115.288000', '085115.290000', '085115.293000', '085115.295000', '085115.298000', '085115.301000', '085115.303000', '085115.306000', '085115.308000', '085115.311000', '085115.314000', '085115.316000', '085115.319000', '085115.322000', '085115.324000', '085115.327000', '085115.329000', '085115.332000', '085115.335000', '085115.337000', '085115.340000', '085115.342000', '085115.345000', '085115.348000', '085115.350000', '085115.353000', '085115.355000', '085115.358000', '085115.360000', '085115.363000', '085135.253000', '085135.256000', '085135.264000', '085135.266000', '085135.269000', '085135.272000', '085135.274000', '085135.277000', '085135.279000', '085135.282000', '085135.284000', '085135.287000', '085135.290000', '085135.292000', '085135.295000', '085135.298000', '085135.300000', '085135.303000', '085135.305000', '085135.308000', '085135.311000', '085135.313000', '085135.316000', '085135.318000', '085135.321000', '085135.323000', '085135.326000', '085135.329000', '085135.331000', '085135.334000', '085135.336000', '085135.339000', '085135.342000', '085135.344000', '085135.347000', '085135.350000', '085135.352000', '085135.355000', '085135.357000', '085135.360000', '085135.363000', '085135.365000', '085135.368000', '085135.370000', '085155.253000', '085155.256000', '085155.259000', '085155.262000', '085155.264000', '085155.267000', '085155.270000', '085155.272000', '085155.275000', '085155.277000', '085155.280000', '085155.283000', '085155.285000', '085155.288000', '085155.290000', '085155.293000', '085155.295000', '085155.298000', '085155.301000', '085155.303000', '085155.306000', '085155.309000', '085155.311000', '085155.314000', '085155.316000', '085155.319000', '085155.321000', '085155.324000', '085155.327000', '085155.329000', '085155.332000', '085155.334000', '085155.337000', '085155.340000', '085155.342000', '085155.345000', '085155.347000', '085155.350000', '085155.352000', '085155.355000', '085155.358000', '085155.360000', '085155.363000', '085215.253000', '085215.256000', '085215.259000', '085215.262000', '085215.264000', '085215.267000', '085215.269000', '085215.272000', '085215.274000', '085215.277000', '085215.280000', '085215.283000', '085215.286000', '085215.288000', '085215.291000', '085215.293000', '085215.296000', '085215.299000', '085215.302000', '085215.304000', '085215.307000', '085215.309000', '085215.312000', '085215.314000', '085215.317000', '085215.319000', '085215.322000', '085215.325000', '085215.327000', '085215.330000', '085215.333000', '085215.335000', '085215.338000', '085215.340000', '085215.343000', '085215.345000', '085215.348000', '085215.351000', '085215.353000', '085215.356000', '085215.358000', '085215.361000', '085215.364000', '085215.366000', '085235.254000', '085235.256000', '085235.259000', '085235.261000', '085235.264000', '085235.267000', '085235.269000', '085235.272000', '085235.274000', '085235.277000', '085235.280000', '085235.282000', '085235.285000', '085235.287000', '085235.290000', '085235.292000', '085235.295000', '085235.298000', '085235.300000', '085235.303000', '085235.306000', '085235.308000', '085235.311000', '085235.313000', '085235.316000', '085235.318000', '085235.321000', '085235.324000', '085235.326000', '085235.329000', '085235.331000', '085235.334000', '085235.337000', '085235.339000', '085235.342000', '085235.344000', '085235.347000', '085235.350000', '085235.352000', '085235.355000', '085235.358000', '085235.360000', '085235.363000', '085255.254000', '085255.257000', '085255.259000', '085255.262000', '085255.265000', '085255.275000', '085255.277000', '085255.280000', '085255.282000', '085255.285000', '085255.288000', '085255.290000', '085255.293000', '085255.296000', '085255.298000', '085255.301000', '085255.303000', '085255.306000', '085255.309000', '085255.311000', '085255.314000', '085255.317000', '085255.319000', '085255.322000', '085255.324000', '085255.327000', '085255.330000', '085255.332000', '085255.335000', '085255.337000', '085255.340000', '085255.343000', '085255.345000', '085255.348000', '085255.350000', '085255.353000', '085255.356000', '085255.358000', '085255.361000', '085255.363000', '085255.366000', '085255.368000', '085255.384000', '085255.387000', '085315.253000', '085315.256000', '085315.259000', '085315.262000', '085315.264000', '085315.267000', '085315.269000', '085315.272000', '085315.275000', '085315.277000', '085315.280000', '085315.283000', '085315.285000', '085315.288000', '085315.290000', '085315.293000', '085315.296000', '085315.298000', '085315.301000', '085315.304000', '085315.306000', '085315.309000', '085315.311000', '085315.314000', '085315.317000', '085315.319000', '085315.322000', '085315.325000', '085315.327000', '085315.330000', '085315.332000', '085315.335000', '085315.338000', '085315.340000', '085315.343000', '085315.345000', '085315.348000', '085315.350000', '085315.353000', '085315.356000', '085315.358000', '085315.361000', '085315.363000', '085335.253000', '085335.256000', '085335.259000', '085335.261000', '085335.264000', '085335.267000', '085335.269000', '085335.272000', '085335.275000', '085335.277000', '085335.280000', '085335.283000', '085335.286000', '085335.289000', '085335.292000', '085335.294000', '085335.297000', '085335.300000', '085335.302000', '085335.305000', '085335.308000', '085335.310000', '085335.313000', '085335.315000', '085335.318000', '085335.321000', '085335.323000', '085335.326000', '085335.328000', '085335.331000', '085335.334000', '085335.336000', '085335.339000', '085335.342000', '085335.344000', '085335.347000', '085335.349000', '085335.352000', '085335.355000', '085335.357000', '085335.360000', '085335.363000', '085335.365000', '085335.368000', '085355.254000', '085355.256000', '085355.259000', '085355.262000', '085355.264000', '085355.267000', '085355.270000', '085355.272000', '085355.275000', '085355.277000', '085355.280000', '085355.283000', '085355.285000', '085355.288000', '085355.290000', '085355.293000', '085355.296000', '085355.298000', '085355.301000', '085355.303000', '085355.306000', '085355.309000', '085355.311000', '085355.314000', '085355.316000', '085355.319000', '085355.322000', '085355.324000', '085355.327000', '085355.329000', '085355.332000', '085355.335000', '085355.337000', '085355.340000', '085355.342000', '085355.345000', '085355.348000', '085355.350000', '085355.353000', '085355.355000', '085355.358000', '085355.360000', '085355.363000', '085415.254000', '085415.257000', '085415.259000', '085415.262000', '085415.264000', '085415.267000', '085415.269000', '085415.272000', '085415.275000', '085415.277000', '085415.280000', '085415.283000', '085415.286000', '085415.289000', '085415.291000', '085415.294000', '085415.297000', '085415.299000', '085415.302000', '085415.305000', '085415.307000', '085415.310000', '085415.312000', '085415.315000', '085415.318000', '085415.320000', '085415.323000', '085415.325000', '085415.328000', '085415.330000', '085415.333000', '085415.336000', '085415.338000', '085415.341000', '085415.344000', '085415.346000', '085415.349000', '085415.351000', '085415.354000', '085415.357000', '085415.359000', '085415.362000', '085415.364000', '085435.254000', '085435.257000', '085435.260000', '085435.263000', '085435.265000', '085435.268000', '085435.270000', '085435.273000', '085435.276000', '085435.278000', '085435.281000', '085435.284000', '085435.286000', '085435.289000', '085435.291000', '085435.294000', '085435.297000', '085435.299000', '085435.302000', '085435.304000', '085435.307000', '085435.309000', '085435.312000', '085435.328000', '085435.331000', '085435.334000', '085435.336000', '085435.339000', '085435.341000', '085435.344000', '085435.347000', '085435.349000', '085435.352000', '085435.354000', '085435.357000', '085435.360000', '085435.362000', '085435.365000', '085435.367000', '085435.370000', '085435.373000', '085435.375000', '085435.378000', '085435.380000', '085455.253000', '085455.256000', '085455.259000', '085455.261000', '085455.264000', '085455.267000', '085455.269000', '085455.272000', '085455.275000', '085455.278000', '085455.280000', '085455.283000', '085455.285000', '085455.288000', '085455.291000', '085455.293000', '085455.296000', '085455.299000', '085455.301000', '085455.304000', '085455.307000', '085455.309000', '085455.312000', '085455.315000', '085455.317000', '085455.320000', '085455.324000', '085455.327000', '085455.330000', '085455.333000', '085455.335000', '085455.338000', '085455.341000', '085455.343000', '085455.346000', '085455.348000', '085455.351000', '085455.354000', '085455.356000', '085455.359000', '085455.361000', '085455.364000', '085455.367000', '085515.254000', '085515.258000', '085515.260000', '085515.263000', '085515.265000', '085515.268000', '085515.271000', '085515.273000', '085515.276000', '085515.279000', '085515.281000', '085515.284000', '085515.287000', '085515.289000', '085515.292000', '085515.295000', '085515.297000', '085515.300000', '085515.302000', '085515.305000', '085515.308000', '085515.310000', '085515.313000', '085515.316000', '085515.318000', '085515.321000', '085515.323000', '085515.326000', '085515.329000', '085515.331000', '085515.334000', '085515.337000', '085515.339000', '085515.342000', '085515.345000', '085515.347000', '085515.350000', '085515.352000', '085515.355000', '085515.357000', '085515.360000', '085515.363000', '085515.365000', '085515.368000', '085535.254000', '085535.256000', '085535.259000', '085535.262000', '085535.264000', '085535.267000', '085535.270000', '085535.272000', '085535.275000', '085535.277000', '085535.280000', '085535.283000', '085535.285000', '085535.288000', '085535.291000', '085535.293000', '085535.296000', '085535.298000', '085535.301000', '085535.312000', '085535.315000', '085535.318000', '085535.320000', '085535.323000', '085535.325000', '085535.328000', '085535.330000', '085535.333000', '085535.336000', '085535.339000', '085535.341000', '085535.344000', '085535.346000', '085535.349000', '085535.352000', '085535.354000', '085535.357000', '085535.361000', '085535.363000', '085535.366000', '085535.368000', '085535.371000', '085535.374000', '085555.254000', '085555.257000', '085555.259000', '085555.262000', '085555.265000', '085555.267000', '085555.270000', '085555.272000', '085555.275000', '085555.278000', '085555.280000', '085555.283000', '085555.286000', '085555.288000', '085555.291000', '085555.294000', '085555.296000', '085555.299000', '085555.301000', '085555.305000', '085555.308000', '085555.311000', '085555.313000', '085555.316000', '085555.319000', '085555.321000', '085555.324000', '085555.326000', '085555.329000', '085555.332000', '085555.334000', '085555.337000', '085555.340000', '085555.342000', '085555.354000', '085555.357000', '085555.360000', '085555.362000', '085555.365000', '085555.367000', '085555.370000', '085555.373000', '085555.375000', '085555.378000', '085615.253000', '085615.256000', '085615.259000', '085615.262000', '085615.264000', '085615.267000', '085615.270000', '085615.272000', '085615.275000', '085615.277000', '085615.280000', '085615.282000', '085615.285000', '085615.288000', '085615.290000', '085615.293000', '085615.295000', '085615.298000', '085615.301000', '085615.303000', '085615.306000', '085615.309000', '085615.312000', '085615.315000', '085615.317000', '085615.320000', '085615.323000', '085615.325000', '085615.328000', '085615.331000', '085615.333000', '085615.336000', '085615.339000', '085615.341000', '085615.344000', '085615.347000', '085615.349000', '085615.352000', '085615.354000', '085615.357000', '085615.360000', '085615.363000', '085615.366000', '085619.942000', '085619.945000', '085619.948000', '085619.951000', '085619.954000', '085619.957000', '085619.960000', '085619.963000', '085619.966000', '085619.969000', '085619.972000'], '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': [7423, 11751, 7841, 8296, 9512, 7059, 12984, 11019, 6872, 8088, 8527, 7134, 9389, 7231, 9195, 8701, 7214, 8258, 7498, 7126, 11693, 8922, 11387, 9616, 7065, 10934, 8523, 6899, 9272, 7187, 8886, 8165, 7173, 6963, 7360, 7168, 9918, 8348, 7097, 10528, 7177, 7977, 7759, 7163, 10073, 8173, 7030, 8014, 7529, 7105, 10884, 9197, 7043, 10465, 8932, 7556, 10764, 7529, 6881, 6989, 7022, 6972, 10213, 9023, 7069, 10017, 7547, 12878, 10750, 7610, 9975, 7259, 11601, 9785, 7740, 9654, 7123, 8561, 8292, 7111, 8872, 7142, 10407, 7283, 9702, 8854, 6944, 8733, 6985, 10534, 7492, 10139, 8329, 6827, 9012, 7074, 9884, 8542, 7112, 9110, 7261, 9412, 7801, 7286, 8611, 6960, 10186, 7186, 10612, 7542, 6881, 8119, 7430, 9492, 8230, 7186, 9095, 7142, 7806, 8147, 7038, 10343, 7130, 7046, 7846, 7116, 11066, 9641, 7224, 9772, 8331, 7243, 9424, 7460, 7555, 8960, 7440, 7850, 8133, 7326, 12542, 10871, 8553, 8663, 6971, 12587, 8076, 11042, 9101, 7117, 11638, 7255, 7229, 7918, 7144, 10715, 7354, 7075, 11625, 8801, 14106, 9785, 11424, 9309, 6989, 10014, 7507, 11364, 7375, 6807, 7828, 7065, 9783, 7480, 9373, 7506, 7160, 10365, 7684, 9937, 8903, 9032, 9524, 7337, 11018, 6990, 11725, 7156, 11809, 7958, 10909, 8023, 6826, 8114, 7212, 10866, 7546, 8139, 7966, 7426, 12396, 9078, 7357, 7985, 6968, 9788, 7444, 11392, 7706, 9590, 7824, 6962, 9813, 7101, 8424, 8234, 6990, 9009, 7366, 10541, 7500, 7047, 9025, 7014, 10948, 7433, 8852, 9102, 7578, 13430, 9558, 6944, 7095, 6909, 7086, 7238, 7005, 9936, 7357, 7057, 10130, 7415, 6980, 9520, 7139, 7579, 9400, 10270, 12813, 10673, 7376, 10115, 8344, 7443, 9765, 7070, 7687, 7591, 7269, 12463, 9480, 6880, 8673, 7111, 8408, 8151, 6981, 11210, 7716, 12458, 8806, 7052, 9003, 7139, 10459, 8268, 7068, 8952, 7369, 11338, 8617, 8402, 7442, 7204, 9804, 7343, 7657, 7469, 7099, 8373, 7292, 11762, 7094, 6859, 7352, 6832, 9557, 7141, 8682, 7929, 8078, 8759, 7087, 9689, 7266, 8382, 7987, 7187, 9942, 7462, 7028, 8388, 7115, 8171, 8644, 6952, 9782, 7109, 12763, 6876, 9732, 8556, 7162, 9806, 7146, 8226, 7826, 7106, 10779, 7958, 6954, 8336, 7155, 7859, 8625, 7165, 10531, 6913, 7317, 7770, 7073, 10509, 8785, 7324, 10252, 8769, 7095, 9091, 6988, 7257, 9754, 8099, 10901, 10524, 7353, 7667, 8544, 7040, 10984, 7742, 11428, 10042, 7665, 12226, 7644, 7476, 12295, 10128, 7743, 7225, 8312, 7125, 9969, 7966, 8180, 13670, 11663, 7142, 10546, 8927, 7410, 9109, 7246, 11229, 9395, 7182, 8456, 7317, 9713, 7670, 7357, 8612, 7190, 8523, 7297, 7144, 7811, 7190, 8723, 7266, 7323, 7375, 7334, 7659, 7614, 7237, 7837, 7567, 7304, 10889, 7843, 8962, 9431, 7170, 11509, 7324, 7679, 7697, 7073, 7716, 7486, 6909, 7025, 7617, 12355, 10589, 12184, 11881, 9485, 12588, 9092, 13765, 10521, 10588, 8723, 7434, 9596, 7367, 11254, 7125, 10400, 8391, 7218, 8021, 7161, 10480, 7181, 8523, 8423, 7218, 8402, 7324, 11595, 8516, 10136, 7535, 7770, 11311, 7918, 8744, 7335, 7802, 9096, 7278, 7258, 7223, 8066, 8861, 8661, 7589, 8912, 8009, 12515, 8148, 9533, 7998, 7722, 11508, 8158, 9905, 8176, 7705, 10566, 7246, 7344, 7768, 7824, 9566, 8824, 7661, 9986, 7805, 11305, 8220, 7227, 8321, 7620, 11296, 7840, 12137, 7883, 10380, 8845, 7130, 9013, 7289, 11601, 7367, 7314, 8988, 7620, 11117, 8007, 11097, 9568, 7743, 8665, 7650, 10254, 6880, 7237, 8350, 7226, 9993, 8361, 7389, 8883, 7811, 9425, 9198, 7578, 8438, 7504, 7378, 9599, 7634, 9975, 8462, 7331, 10583, 7248, 7029, 8323, 7609, 11411, 9694, 7448, 11940, 9045, 7262, 7799, 7357, 7413, 9671, 7512, 12276, 9330, 12510, 9842, 7346, 9598, 7426, 12352, 9609, 8780, 8517, 6998, 9533, 7027, 7342, 10875, 7362, 14321, 10907, 14047, 10624, 7104, 9604, 6995, 7246, 7337, 7542, 10091, 7595, 7515, 6925, 7137, 7292, 8012, 7493, 10047, 8984, 7368, 8776, 7243, 11944, 11210, 12977, 12258, 10675, 7123, 6968, 8872, 8608, 7340, 9585, 7268, 7305, 14494, 10289, 7177, 9525, 7957, 7220, 8834, 7403, 7372, 9834, 7726, 7221, 7659, 7369, 10721, 7454, 11483, 7360, 11252, 7733, 8660, 9047, 7563, 7804, 7446, 7350, 9295, 7316, 9227, 8809, 7338, 9320, 7155, 11856, 7214, 12404, 7281, 10653, 8800, 7283, 9107, 7365, 9069, 7679, 7421, 9557, 7330, 9413, 8662, 7108, 9520, 7598, 6831, 7113, 7063, 6939, 7446, 6678, 6896, 8197, 7340, 10927, 8980, 7410, 8529, 7560, 13123, 11409, 8419, 10418, 8049, 7632, 10680, 7444, 7251, 9003, 7578, 12925, 11047, 7571, 9984, 7158, 9532, 9090, 7227, 9464, 7050, 11525, 7277, 11328, 8387, 7056, 10241, 7264, 9110, 8564, 7094, 11180, 6763, 6990, 7415, 7195, 10904, 8149, 7144, 9379, 6960, 7487, 8679, 7206, 10824, 8064, 7159, 9337, 7168, 11393, 7010, 9771, 9292, 7058, 12166, 10800, 7361, 8785, 7540, 7017, 8861, 7178, 10136, 9429, 7197, 9168, 8879, 6989, 10162, 7175, 8101, 9009, 7312, 12368, 9244, 9941, 10220, 6901, 6899, 7168, 7117, 9764, 7871, 7902, 8809, 7526, 11949, 7171, 7605, 10076, 7509, 9933, 8730, 7441, 10183, 7372, 11415, 7491, 7810, 9235, 7153, 7417, 8417, 7411, 10553, 7619, 10113, 8340, 7441, 10276, 7492, 9372, 10020, 7668, 7517, 7373, 7752, 10174, 7880, 10240, 9123, 7459, 9575, 7199, 7346, 6896, 7541, 8738, 7943, 7245, 10375, 7554, 10452, 8610, 8615, 8997, 7490, 13358, 7671, 10450, 6999, 6979, 7536, 7200, 10699, 7633, 9715, 7645, 7003, 9855, 7299, 11286, 7097, 7150, 7421, 7545, 10314, 7692, 10585, 7249, 7766, 7742, 7625, 7348, 10285, 7297, 7331, 8672, 7678, 10217, 8737, 7386, 9667, 7941, 7035, 9712, 7248, 11772, 8878, 10188, 10589, 8615, 8878, 11268, 15099, 12851, 12553, 10798, 7322, 10065, 7625, 7174, 8063, 7671, 9577, 6966, 7036, 7171], 'WindowCenter': [4035.0, 4062.0, 4018.0, 4026.0, 4024.0, 4004.0, 4044.0, 4021.0, 3992.0, 4002.0, 4024.0, 4005.0, 4024.0, 4004.0, 4022.0, 4013.0, 4004.0, 4014.0, 4002.0, 3992.0, 4035.0, 4025.0, 4034.0, 4008.0, 3990.0, 4020.0, 4012.0, 3990.0, 4009.0, 3989.0, 4007.0, 4001.0, 3991.0, 3991.0, 4000.0, 3991.0, 4019.0, 4011.0, 3993.0, 4034.0, 4005.0, 4001.0, 4001.0, 3992.0, 4022.0, 4001.0, 3994.0, 4014.0, 4002.0, 3991.0, 4029.0, 4024.0, 4004.0, 4044.0, 4027.0, 4015.0, 4032.0, 3990.0, 3994.0, 4005.0, 4005.0, 4004.0, 4032.0, 4024.0, 4000.0, 4021.0, 4001.0, 4041.0, 4023.0, 3992.0, 4009.0, 3990.0, 4017.0, 4008.0, 3984.0, 4008.0, 3976.0, 4000.0, 4001.0, 3988.0, 4011.0, 3989.0, 4020.0, 3991.0, 4009.0, 4012.0, 3992.0, 4011.0, 3990.0, 4020.0, 3991.0, 4020.0, 4000.0, 3992.0, 4011.0, 3989.0, 4018.0, 4013.0, 3992.0, 4010.0, 4000.0, 4023.0, 4000.0, 3991.0, 4012.0, 3988.0, 4025.0, 4005.0, 4031.0, 4003.0, 4005.0, 4014.0, 4005.0, 4034.0, 4023.0, 4003.0, 4038.0, 4017.0, 4016.0, 4013.0, 4004.0, 4049.0, 4018.0, 4019.0, 4026.0, 4015.0, 4045.0, 4039.0, 4017.0, 4039.0, 4028.0, 4016.0, 4036.0, 4020.0, 4016.0, 4041.0, 4019.0, 4025.0, 4030.0, 4017.0, 4054.0, 4044.0, 4026.0, 4029.0, 4005.0, 4042.0, 4015.0, 4033.0, 4023.0, 4005.0, 4046.0, 4004.0, 3989.0, 4002.0, 3992.0, 4032.0, 4001.0, 3992.0, 4046.0, 4025.0, 4054.0, 4025.0, 4035.0, 4023.0, 3989.0, 4020.0, 3992.0, 4032.0, 3990.0, 3993.0, 4002.0, 3988.0, 4022.0, 3991.0, 4011.0, 4005.0, 4006.0, 4034.0, 4005.0, 4020.0, 4013.0, 4001.0, 4011.0, 3990.0, 4022.0, 3980.0, 4015.0, 3979.0, 4015.0, 3986.0, 4007.0, 3986.0, 3979.0, 3999.0, 3977.0, 4009.0, 3989.0, 3986.0, 4000.0, 3990.0, 4033.0, 4009.0, 3991.0, 4001.0, 3989.0, 4008.0, 3978.0, 4006.0, 3977.0, 3997.0, 3984.0, 3973.0, 4008.0, 3976.0, 3986.0, 3996.0, 3976.0, 3995.0, 3990.0, 4008.0, 3986.0, 3979.0, 3999.0, 3978.0, 4009.0, 3978.0, 3996.0, 4022.0, 4012.0, 4052.0, 4019.0, 3991.0, 3978.0, 3990.0, 3978.0, 3975.0, 3976.0, 4007.0, 3985.0, 3990.0, 4020.0, 3988.0, 3989.0, 4012.0, 3990.0, 3999.0, 4008.0, 4034.0, 4056.0, 4034.0, 4004.0, 4031.0, 4013.0, 4003.0, 4021.0, 3991.0, 3987.0, 4001.0, 3990.0, 4029.0, 3997.0, 3975.0, 3994.0, 3977.0, 3997.0, 4002.0, 3989.0, 4019.0, 3987.0, 4019.0, 3996.0, 3977.0, 3999.0, 3974.0, 4006.0, 3998.0, 3977.0, 3995.0, 3975.0, 4017.0, 4011.0, 3998.0, 3978.0, 3988.0, 4020.0, 3989.0, 3984.0, 3986.0, 3976.0, 3998.0, 3990.0, 4016.0, 3978.0, 3979.0, 3988.0, 3979.0, 4008.0, 3988.0, 4010.0, 4000.0, 4002.0, 4014.0, 3991.0, 4023.0, 4002.0, 4014.0, 4026.0, 4004.0, 4034.0, 4004.0, 3993.0, 4012.0, 4004.0, 4015.0, 4025.0, 4004.0, 4034.0, 4002.0, 4054.0, 3994.0, 4020.0, 4008.0, 3988.0, 4020.0, 3993.0, 4012.0, 4028.0, 4007.0, 4047.0, 4015.0, 4016.0, 4027.0, 4017.0, 4014.0, 4015.0, 4004.0, 4033.0, 4005.0, 4005.0, 4011.0, 4004.0, 4034.0, 4026.0, 4001.0, 4033.0, 4026.0, 4018.0, 4033.0, 4006.0, 4016.0, 4036.0, 4026.0, 4045.0, 4048.0, 4018.0, 4027.0, 4038.0, 4016.0, 4034.0, 4004.0, 4045.0, 4035.0, 4004.0, 4043.0, 4002.0, 4003.0, 4044.0, 4022.0, 4003.0, 3993.0, 4002.0, 3994.0, 4023.0, 3989.0, 3989.0, 4042.0, 4020.0, 3979.0, 4005.0, 3997.0, 3977.0, 3984.0, 3976.0, 4007.0, 3997.0, 3964.0, 3985.0, 3977.0, 3997.0, 3972.0, 3965.0, 3985.0, 3962.0, 3986.0, 3975.0, 3975.0, 3989.0, 3990.0, 3998.0, 3990.0, 4002.0, 4018.0, 4005.0, 3985.0, 3985.0, 4016.0, 4016.0, 4004.0, 4001.0, 4019.0, 4003.0, 4012.0, 4013.0, 3992.0, 4059.0, 4003.0, 4004.0, 4001.0, 3990.0, 3987.0, 3976.0, 3990.0, 3993.0, 4016.0, 4057.0, 4047.0, 4043.0, 4046.0, 4022.0, 4030.0, 3997.0, 4030.0, 4019.0, 4006.0, 3985.0, 3975.0, 3994.0, 3973.0, 4001.0, 3964.0, 4004.0, 3987.0, 3973.0, 3973.0, 3975.0, 4005.0, 3974.0, 3984.0, 3983.0, 3975.0, 3983.0, 3974.0, 4028.0, 4011.0, 4008.0, 3987.0, 4001.0, 4028.0, 4010.0, 3995.0, 3974.0, 3997.0, 4036.0, 4027.0, 4001.0, 3998.0, 3999.0, 4020.0, 4022.0, 3999.0, 4021.0, 4011.0, 4052.0, 4013.0, 4021.0, 3999.0, 4000.0, 4029.0, 3998.0, 4019.0, 4010.0, 4012.0, 4033.0, 4001.0, 4000.0, 4000.0, 4002.0, 4020.0, 4024.0, 4012.0, 4022.0, 4015.0, 4047.0, 4015.0, 4001.0, 4013.0, 4002.0, 4044.0, 4013.0, 4041.0, 4012.0, 4021.0, 4012.0, 3990.0, 4012.0, 4004.0, 4033.0, 4001.0, 4001.0, 4020.0, 4003.0, 4033.0, 4026.0, 4043.0, 4023.0, 4000.0, 4011.0, 4002.0, 4032.0, 4002.0, 4000.0, 4027.0, 4015.0, 4033.0, 4024.0, 4016.0, 4026.0, 4017.0, 4050.0, 4050.0, 4029.0, 4039.0, 4017.0, 4017.0, 4037.0, 4027.0, 4038.0, 4024.0, 4017.0, 4047.0, 4018.0, 4008.0, 4025.0, 4028.0, 4057.0, 4051.0, 4018.0, 4060.0, 4038.0, 4006.0, 4029.0, 4015.0, 4004.0, 4034.0, 4005.0, 4043.0, 4037.0, 4042.0, 4021.0, 3990.0, 4022.0, 3990.0, 4029.0, 4010.0, 3999.0, 4010.0, 3989.0, 4006.0, 3976.0, 3988.0, 4018.0, 3977.0, 4040.0, 4031.0, 4040.0, 4019.0, 3976.0, 3995.0, 3961.0, 3975.0, 3974.0, 3985.0, 4006.0, 3987.0, 3977.0, 3977.0, 3988.0, 3987.0, 3998.0, 3988.0, 4020.0, 4011.0, 4002.0, 4011.0, 4001.0, 4041.0, 4047.0, 4068.0, 4046.0, 4033.0, 4005.0, 4017.0, 4038.0, 4039.0, 4016.0, 4037.0, 3993.0, 3990.0, 4042.0, 4009.0, 3978.0, 4011.0, 3998.0, 3986.0, 3996.0, 3977.0, 3976.0, 3995.0, 3974.0, 3976.0, 3976.0, 3976.0, 4004.0, 3962.0, 4003.0, 3962.0, 3993.0, 3973.0, 3994.0, 3994.0, 3986.0, 3972.0, 3976.0, 3988.0, 4021.0, 4002.0, 4008.0, 4009.0, 3988.0, 4008.0, 3978.0, 4018.0, 3988.0, 4016.0, 3975.0, 4005.0, 3995.0, 3976.0, 4010.0, 3989.0, 4009.0, 3998.0, 4000.0, 4020.0, 4001.0, 4010.0, 4010.0, 3989.0, 4024.0, 4002.0, 3991.0, 3992.0, 3993.0, 3980.0, 3977.0, 3979.0, 3991.0, 4013.0, 4004.0, 4021.0, 4012.0, 3992.0, 4011.0, 4002.0, 4057.0, 4046.0, 4013.0, 4019.0, 4001.0, 4003.0, 4032.0, 4002.0, 4004.0, 4011.0, 4015.0, 4054.0, 4047.0, 4000.0, 4011.0, 3990.0, 4010.0, 4008.0, 3992.0, 4021.0, 3990.0, 4032.0, 3990.0, 4019.0, 3997.0, 3989.0, 4019.0, 3988.0, 3998.0, 3997.0, 3979.0, 4019.0, 3978.0, 3978.0, 3988.0, 3989.0, 4020.0, 3999.0, 3989.0, 4018.0, 4001.0, 4001.0, 4010.0, 4003.0, 4033.0, 4015.0, 4002.0, 4023.0, 4005.0, 4042.0, 3990.0, 4034.0, 4035.0, 4013.0, 4057.0, 4043.0, 4018.0, 4027.0, 4029.0, 4016.0, 4021.0, 4016.0, 4037.0, 4038.0, 4005.0, 4025.0, 4026.0, 4016.0, 4038.0, 4004.0, 4014.0, 4026.0, 4003.0, 4045.0, 4026.0, 4025.0, 4037.0, 3992.0, 3993.0, 3979.0, 3979.0, 4010.0, 3989.0, 3986.0, 3998.0, 3987.0, 4028.0, 3990.0, 3986.0, 4008.0, 3988.0, 4007.0, 3995.0, 3976.0, 4008.0, 3988.0, 4019.0, 3985.0, 3988.0, 4008.0, 3988.0, 3987.0, 3999.0, 3989.0, 4019.0, 4000.0, 4018.0, 3997.0, 3990.0, 4020.0, 3990.0, 4010.0, 4021.0, 4001.0, 4002.0, 4000.0, 4001.0, 4018.0, 3998.0, 4019.0, 4009.0, 3990.0, 4009.0, 3989.0, 4000.0, 3990.0, 4000.0, 4011.0, 3998.0, 4001.0, 4031.0, 4002.0, 4032.0, 4013.0, 4012.0, 4010.0, 3990.0, 4042.0, 3988.0, 4017.0, 3975.0, 3975.0, 3988.0, 3989.0, 4017.0, 4000.0, 4022.0, 4001.0, 3989.0, 4008.0, 3988.0, 4019.0, 3990.0, 3991.0, 4002.0, 4001.0, 4021.0, 3988.0, 4044.0, 4004.0, 4001.0, 4003.0, 4014.0, 4004.0, 4033.0, 4012.0, 4015.0, 4025.0, 4014.0, 4036.0, 4026.0, 4014.0, 4032.0, 4016.0, 4005.0, 4034.0, 4004.0, 4043.0, 4024.0, 4034.0, 4034.0, 4011.0, 4013.0, 4046.0, 4055.0, 4046.0, 4045.0, 4017.0, 3986.0, 4008.0, 3987.0, 3978.0, 3984.0, 3987.0, 4023.0, 3988.0, 3989.0, 3975.0], 'WindowWidth': [9020.0, 9047.0, 8981.0, 8989.0, 8982.0, 8957.0, 9004.0, 8969.0, 8933.0, 8944.0, 8978.0, 8957.0, 8977.0, 8950.0, 8972.0, 8962.0, 8950.0, 8966.0, 8947.0, 8933.0, 8993.0, 8981.0, 8990.0, 8948.0, 8926.0, 8965.0, 8956.0, 8925.0, 8949.0, 8921.0, 8944.0, 8940.0, 8927.0, 8929.0, 8941.0, 8929.0, 8964.0, 8958.0, 8934.0, 8991.0, 8953.0, 8942.0, 8943.0, 8933.0, 8971.0, 8941.0, 8937.0, 8964.0, 8944.0, 8932.0, 8978.0, 8976.0, 8951.0, 9009.0, 8989.0, 8968.0, 8987.0, 8925.0, 8936.0, 8952.0, 8955.0, 8951.0, 8986.0, 8980.0, 8943.0, 8971.0, 8944.0, 8997.0, 8973.0, 8928.0, 8947.0, 8922.0, 8956.0, 8946.0, 8908.0, 8943.0, 8899.0, 8935.0, 8939.0, 8920.0, 8952.0, 8922.0, 8965.0, 8927.0, 8948.0, 8956.0, 8932.0, 8954.0, 8924.0, 8964.0, 8929.0, 8964.0, 8937.0, 8930.0, 8953.0, 8923.0, 8961.0, 8959.0, 8929.0, 8954.0, 8943.0, 8973.0, 8941.0, 8929.0, 8958.0, 8922.0, 8977.0, 8953.0, 8983.0, 8949.0, 8956.0, 8965.0, 8955.0, 8993.0, 8977.0, 8952.0, 9004.0, 8976.0, 8972.0, 8964.0, 8955.0, 9018.0, 8977.0, 8983.0, 8986.0, 8971.0, 9011.0, 9006.0, 8976.0, 9005.0, 8991.0, 8973.0, 8998.0, 8982.0, 8974.0, 9012.0, 8980.0, 8987.0, 8997.0, 8977.0, 9023.0, 9007.0, 8985.0, 8994.0, 8956.0, 9001.0, 8967.0, 8988.0, 8976.0, 8954.0, 9010.0, 8950.0, 8925.0, 8945.0, 8931.0, 8985.0, 8944.0, 8933.0, 9011.0, 8982.0, 9021.0, 8978.0, 8992.0, 8974.0, 8925.0, 8965.0, 8932.0, 8983.0, 8925.0, 8934.0, 8944.0, 8921.0, 8971.0, 8929.0, 8954.0, 8955.0, 8959.0, 8992.0, 8952.0, 8964.0, 8958.0, 8939.0, 8952.0, 8925.0, 8968.0, 8910.0, 8952.0, 8905.0, 8951.0, 8912.0, 8939.0, 8915.0, 8909.0, 8935.0, 8902.0, 8944.0, 8923.0, 8915.0, 8937.0, 8925.0, 8986.0, 8949.0, 8927.0, 8943.0, 8925.0, 8944.0, 8903.0, 8938.0, 8901.0, 8926.0, 8908.0, 8893.0, 8942.0, 8900.0, 8913.0, 8927.0, 8899.0, 8924.0, 8922.0, 8943.0, 8913.0, 8906.0, 8934.0, 8904.0, 8946.0, 8904.0, 8928.0, 8977.0, 8963.0, 9018.0, 8967.0, 8929.0, 8907.0, 8925.0, 8904.0, 8900.0, 8902.0, 8942.0, 8912.0, 8925.0, 8965.0, 8921.0, 8922.0, 8955.0, 8927.0, 8938.0, 8949.0, 8990.0, 9024.0, 8992.0, 8952.0, 8984.0, 8963.0, 8951.0, 8971.0, 8928.0, 8919.0, 8942.0, 8924.0, 8974.0, 8929.0, 8896.0, 8922.0, 8904.0, 8929.0, 8946.0, 8923.0, 8961.0, 8916.0, 8959.0, 8927.0, 8903.0, 8933.0, 8896.0, 8938.0, 8932.0, 8903.0, 8922.0, 8896.0, 8956.0, 8955.0, 8931.0, 8904.0, 8922.0, 8966.0, 8925.0, 8911.0, 8915.0, 8903.0, 8935.0, 8924.0, 8954.0, 8905.0, 8909.0, 8921.0, 8910.0, 8947.0, 8923.0, 8952.0, 8940.0, 8944.0, 8964.0, 8931.0, 8976.0, 8947.0, 8966.0, 8986.0, 8954.0, 8992.0, 8950.0, 8934.0, 8959.0, 8952.0, 8968.0, 8981.0, 8953.0, 8992.0, 8947.0, 9021.0, 8937.0, 8968.0, 8949.0, 8922.0, 8966.0, 8934.0, 8960.0, 8992.0, 8961.0, 9013.0, 8970.0, 8973.0, 8987.0, 8975.0, 8967.0, 8967.0, 8951.0, 8990.0, 8955.0, 8954.0, 8959.0, 8952.0, 8991.0, 8983.0, 8947.0, 8989.0, 8985.0, 8983.0, 8995.0, 8959.0, 8972.0, 9003.0, 8987.0, 9010.0, 9017.0, 8979.0, 8990.0, 9007.0, 8974.0, 8992.0, 8952.0, 9011.0, 8996.0, 8951.0, 9002.0, 8948.0, 8951.0, 9002.0, 8970.0, 8945.0, 8935.0, 8944.0, 8936.0, 8973.0, 8920.0, 8918.0, 8998.0, 8965.0, 8906.0, 8937.0, 8929.0, 8902.0, 8905.0, 8897.0, 8941.0, 8927.0, 8880.0, 8907.0, 8901.0, 8926.0, 8889.0, 8879.0, 8905.0, 8874.0, 8910.0, 8896.0, 8898.0, 8920.0, 8926.0, 8933.0, 8925.0, 8946.0, 8977.0, 8956.0, 8909.0, 8909.0, 8975.0, 8974.0, 8953.0, 8943.0, 8963.0, 8947.0, 8958.0, 8959.0, 8932.0, 9034.0, 8947.0, 8949.0, 8941.0, 8924.0, 8914.0, 8899.0, 8924.0, 8936.0, 8970.0, 9029.0, 9017.0, 9005.0, 9012.0, 8973.0, 8982.0, 8931.0, 8978.0, 8962.0, 8938.0, 8908.0, 8894.0, 8917.0, 8891.0, 8926.0, 8880.0, 8932.0, 8915.0, 8891.0, 8890.0, 8896.0, 8935.0, 8893.0, 8907.0, 8904.0, 8895.0, 8904.0, 8895.0, 8975.0, 8955.0, 8944.0, 8920.0, 8946.0, 8978.0, 8955.0, 8927.0, 8893.0, 8935.0, 9003.0, 8994.0, 8946.0, 8938.0, 8938.0, 8968.0, 8975.0, 8941.0, 8970.0, 8959.0, 9018.0, 8964.0, 8969.0, 8939.0, 8941.0, 8978.0, 8937.0, 8964.0, 8955.0, 8962.0, 8991.0, 8946.0, 8943.0, 8942.0, 8948.0, 8968.0, 8980.0, 8963.0, 8974.0, 8972.0, 9016.0, 8969.0, 8946.0, 8962.0, 8947.0, 9007.0, 8963.0, 8998.0, 8959.0, 8970.0, 8959.0, 8928.0, 8959.0, 8949.0, 8990.0, 8945.0, 8946.0, 8970.0, 8949.0, 8988.0, 8988.0, 9005.0, 8977.0, 8943.0, 8957.0, 8948.0, 8986.0, 8946.0, 8945.0, 8990.0, 8972.0, 8991.0, 8982.0, 8976.0, 8987.0, 8977.0, 9029.0, 9030.0, 8998.0, 9011.0, 8978.0, 8976.0, 9002.0, 8991.0, 9004.0, 8982.0, 8974.0, 9013.0, 8979.0, 8964.0, 8986.0, 8992.0, 9030.0, 9028.0, 8978.0, 9038.0, 9005.0, 8959.0, 8998.0, 8973.0, 8953.0, 8994.0, 8955.0, 9004.0, 9002.0, 9001.0, 8972.0, 8928.0, 8971.0, 8925.0, 8976.0, 8952.0, 8935.0, 8952.0, 8923.0, 8941.0, 8900.0, 8921.0, 8962.0, 8904.0, 8993.0, 8983.0, 8993.0, 8963.0, 8897.0, 8923.0, 8875.0, 8897.0, 8896.0, 8914.0, 8940.0, 8918.0, 8903.0, 8902.0, 8922.0, 8920.0, 8934.0, 8921.0, 8966.0, 8957.0, 8947.0, 8957.0, 8945.0, 9001.0, 9016.0, 9046.0, 9011.0, 8989.0, 8958.0, 8978.0, 9008.0, 9009.0, 8976.0, 9000.0, 8933.0, 8923.0, 8997.0, 8949.0, 8907.0, 8954.0, 8936.0, 8915.0, 8929.0, 8901.0, 8898.0, 8921.0, 8895.0, 8899.0, 8898.0, 8897.0, 8932.0, 8874.0, 8930.0, 8875.0, 8914.0, 8894.0, 8922.0, 8920.0, 8913.0, 8890.0, 8901.0, 8921.0, 8969.0, 8946.0, 8946.0, 8949.0, 8922.0, 8948.0, 8906.0, 8960.0, 8919.0, 8954.0, 8896.0, 8936.0, 8925.0, 8901.0, 8951.0, 8925.0, 8950.0, 8934.0, 8941.0, 8967.0, 8945.0, 8953.0, 8955.0, 8925.0, 8978.0, 8949.0, 8930.0, 8932.0, 8934.0, 8909.0, 8902.0, 8907.0, 8926.0, 8959.0, 8949.0, 8968.0, 8957.0, 8931.0, 8957.0, 8945.0, 9027.0, 9012.0, 8965.0, 8966.0, 8944.0, 8946.0, 8986.0, 8947.0, 8949.0, 8958.0, 8972.0, 9022.0, 9014.0, 8940.0, 8953.0, 8924.0, 8951.0, 8948.0, 8931.0, 8969.0, 8928.0, 8984.0, 8928.0, 8964.0, 8932.0, 8924.0, 8962.0, 8921.0, 8931.0, 8931.0, 8909.0, 8961.0, 8907.0, 8908.0, 8921.0, 8923.0, 8965.0, 8941.0, 8925.0, 8964.0, 8946.0, 8944.0, 8957.0, 8949.0, 8989.0, 8967.0, 8951.0, 8978.0, 8955.0, 9002.0, 8930.0, 8992.0, 8998.0, 8969.0, 9029.0, 9005.0, 8979.0, 8990.0, 8996.0, 8975.0, 8975.0, 8976.0, 9001.0, 9005.0, 8957.0, 8983.0, 8987.0, 8975.0, 9003.0, 8955.0, 8968.0, 8984.0, 8952.0, 9008.0, 8982.0, 8980.0, 8998.0, 8933.0, 8931.0, 8904.0, 8906.0, 8949.0, 8919.0, 8912.0, 8932.0, 8919.0, 8977.0, 8928.0, 8916.0, 8945.0, 8920.0, 8942.0, 8925.0, 8899.0, 8945.0, 8920.0, 8960.0, 8912.0, 8921.0, 8948.0, 8922.0, 8918.0, 8937.0, 8923.0, 8964.0, 8940.0, 8959.0, 8933.0, 8927.0, 8968.0, 8928.0, 8954.0, 8970.0, 8942.0, 8946.0, 8942.0, 8946.0, 8963.0, 8935.0, 8964.0, 8952.0, 8925.0, 8949.0, 8925.0, 8941.0, 8928.0, 8943.0, 8957.0, 8938.0, 8945.0, 8985.0, 8947.0, 8986.0, 8964.0, 8960.0, 8954.0, 8926.0, 8997.0, 8922.0, 8958.0, 8901.0, 8901.0, 8919.0, 8924.0, 8959.0, 8939.0, 8973.0, 8942.0, 8924.0, 8946.0, 8921.0, 8961.0, 8925.0, 8928.0, 8948.0, 8945.0, 8970.0, 8920.0, 9008.0, 8953.0, 8943.0, 8950.0, 8968.0, 8954.0, 8991.0, 8965.0, 8969.0, 8982.0, 8967.0, 8998.0, 8987.0, 8967.0, 8989.0, 8971.0, 8954.0, 8993.0, 8952.0, 9002.0, 8979.0, 8992.0, 8991.0, 8956.0, 8961.0, 9013.0, 9028.0, 9015.0, 9006.0, 8958.0, 8914.0, 8944.0, 8914.0, 8903.0, 8907.0, 8915.0, 8977.0, 8925.0, 8925.0, 8900.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.0014124942528735633</td></tr>
<tr><td colspan=3>aqi</td><td>0.031089699885057474</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.43262078718071</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2241513010586893</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0085414262140384</td></tr>
<tr><td colspan=3>efc</td><td>0.4462</td></tr>
<tr><td colspan=3>fber</td><td>7355.4087</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13846260097475735</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>145</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.666666666666668</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.373865263333025</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3187735810797663</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.592385210919993</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2104369979993153</td></tr>
<tr><td colspan=3>gcor</td><td>0.0164468</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009002835489809513</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028620874509215355</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.982457940336955</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>32.8519</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.3463</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.0229</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306344.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>620.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>286.9399</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6868</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.9025</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3276.9219</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3446.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70200.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4289.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.2886</td></tr>
<tr><td colspan=3>tsnr</td><td>36.41817763418658</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>