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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-01/func/sub-0036_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7d940a9c638585f38ec2558cce65f5ba</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>09:42:51.952500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998058, 0.0622678, -0.00176523, -0.0622679, 0.998059, 3.10083e-05]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.141833</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7715, -7174, 535, -68, -41, 85, 71]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>323.927</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a1ee8be-9df9-4924-bdcb-54a17cacb74c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6777164936065674, -0.16706013679504395, -0.004762074910104275, 122.21985626220703], [-0.1670600175857544, 2.677720546722412, -0.00021321581152733415, -74.5042724609375], [-0.004735972266644239, -8.319289918290451e-05, 2.699995756149292, -29.525524139404297], [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': ['094251.952500', '094252.412500', '094252.872500', '094253.332500', '094253.792500', '094254.252500', '094254.712500', '094255.172500', '094255.632500', '094256.092500', '094256.552500', '094257.012500', '094257.472500', '094257.932500', '094258.392500', '094258.852500', '094259.312500', '094259.772500', '094300.232500', '094300.692500', '094301.152500', '094301.612500', '094302.072500', '094302.532500', '094302.992500', '094303.452500', '094303.912500', '094304.372500', '094304.832500', '094305.292500', '094305.752500', '094306.212500', '094306.672500', '094307.132500', '094307.592500', '094308.052500', '094308.512500', '094308.972500', '094309.432500', '094309.892500', '094310.352500', '094310.812500', '094311.272500', '094311.732500', '094312.192500', '094312.652500', '094313.112500', '094313.572500', '094314.032500', '094314.492500', '094314.952500', '094315.412500', '094315.872500', '094316.332500', '094316.792500', '094317.252500', '094317.712500', '094318.172500', '094318.632500', '094319.092500', '094319.552500', '094320.012500', '094320.472500', '094320.932500', '094321.392500', '094321.852500', '094322.312500', '094322.772500', '094323.232500', '094323.692500', '094324.152500', '094324.612500', '094325.072500', '094325.532500', '094325.992500', '094326.452500', '094326.912500', '094327.372500', '094327.832500', '094328.292500', '094328.752500', '094329.212500', '094329.672500', '094330.132500', '094330.592500', '094331.052500', '094331.512500', '094331.972500', '094332.432500', '094332.892500', '094333.352500', '094333.812500', '094334.272500', '094334.732500', '094335.192500', '094335.652500', '094336.112500', '094336.572500', '094337.032500', '094337.492500', '094337.952500', '094338.412500', '094338.872500', '094339.332500', '094339.792500', '094340.252500', '094340.712500', '094341.172500', '094341.632500', '094342.092500', '094342.552500', '094343.012500', '094343.472500', '094343.932500', '094344.392500', '094344.852500', '094345.312500', '094345.772500', '094346.232500', '094346.692500', '094347.152500', '094347.612500', '094348.072500', '094348.532500', '094348.992500', '094349.452500', '094349.912500', '094350.372500', '094350.832500', '094351.292500', '094351.752500', '094352.212500', '094352.672500', '094353.132500', '094353.592500', '094354.052500', '094354.512500', '094354.972500', '094355.432500', '094355.892500', '094356.352500', '094356.812500', '094357.272500', '094357.732500', '094358.192500', '094358.652500', '094359.112500', '094359.572500', '094400.032500', '094400.492500', '094400.952500', '094401.412500', '094401.872500', '094402.332500', '094402.792500', '094403.252500', '094403.712500', '094404.172500', '094404.632500', '094405.092500', '094405.552500', '094406.012500', '094406.472500', '094406.932500', '094407.392500', '094407.852500', '094408.312500', '094408.772500', '094409.232500', '094409.692500', '094410.152500', '094410.612500', '094411.072500', '094411.532500', '094411.992500', '094412.452500', '094412.912500', '094413.372500', '094413.832500', '094414.292500', '094414.752500', '094415.212500', '094415.672500', '094416.132500', '094416.592500', '094417.052500', '094417.512500', '094417.972500', '094418.432500', '094418.892500', '094419.352500', '094419.812500', '094420.272500', '094420.732500', '094421.192500', '094421.652500', '094422.112500', '094422.572500', '094423.032500', '094423.492500', '094423.952500', '094424.412500', '094424.872500', '094425.332500', '094425.792500', '094426.252500', '094426.712500', '094427.172500', '094427.632500', '094428.092500', '094428.552500', '094429.012500', '094429.472500', '094429.932500', '094430.392500', '094430.852500', '094431.312500', '094431.772500', '094432.232500', '094432.692500', '094433.152500', '094433.612500', '094434.072500', '094434.532500', '094434.992500', '094435.452500', '094435.912500', '094436.372500', '094436.832500', '094437.292500', '094437.752500', '094438.212500', '094438.672500', '094439.132500', '094439.592500', '094440.052500', '094440.512500', '094440.972500', '094441.432500', '094441.892500', '094442.352500', '094442.812500', '094443.272500', '094443.732500', '094444.192500', '094444.652500', '094445.112500', '094445.572500', '094446.032500', '094446.492500', '094446.952500', '094447.412500', '094447.872500', '094448.332500', '094448.792500', '094449.252500', '094449.712500', '094450.172500', '094450.632500', '094451.092500', '094451.552500', '094452.012500', '094452.472500', '094452.932500', '094453.392500', '094453.852500', '094454.312500', '094454.772500', '094455.232500', '094455.692500', '094456.152500', '094456.612500', '094457.072500', '094457.532500', '094457.992500', '094458.452500', '094458.912500', '094459.372500', '094459.832500', '094500.292500', '094500.752500', '094501.212500', '094501.672500', '094502.132500', '094502.592500', '094503.052500', '094503.512500', '094503.972500', '094504.432500', '094504.892500', '094505.352500', '094505.812500', '094506.272500', '094506.732500', '094507.192500', '094507.652500', '094508.112500', '094508.572500', '094509.032500', '094509.492500', '094509.952500', '094510.412500', '094510.872500', '094511.332500', '094511.792500', '094512.252500', '094512.712500', '094513.172500', '094513.632500', '094514.092500', '094514.552500', '094515.012500', '094515.472500', '094515.932500', '094516.392500', '094516.852500', '094517.312500', '094517.772500', '094518.232500', '094518.692500', '094519.152500', '094519.612500', '094520.072500', '094520.532500', '094520.992500', '094521.452500', '094521.912500', '094522.372500', '094522.832500', '094523.292500', '094523.752500', '094524.212500', '094524.672500', '094525.132500', '094525.592500', '094526.052500', '094526.512500', '094526.972500', '094527.432500', '094527.892500', '094528.352500', '094528.812500', '094529.272500', '094529.732500', '094530.192500', '094530.652500', '094531.112500', '094531.572500', '094532.032500', '094532.492500', '094532.952500', '094533.412500', '094533.872500', '094534.332500', '094534.792500', '094535.252500', '094535.712500', '094536.172500', '094536.632500', '094537.092500', '094537.552500', '094538.012500', '094538.472500', '094538.932500', '094539.392500', '094539.852500', '094540.312500', '094540.772500', '094541.232500', '094541.692500', '094542.152500', '094542.612500', '094543.072500', '094543.532500', '094543.992500', '094544.452500', '094544.912500', '094545.372500', '094545.832500', '094546.292500', '094546.752500', '094547.212500', '094547.672500', '094548.132500', '094548.592500', '094549.052500', '094549.512500', '094549.972500', '094550.432500', '094550.892500', '094551.352500', '094551.812500', '094552.272500', '094552.732500', '094553.192500', '094553.652500', '094554.112500', '094554.572500', '094555.032500', '094555.492500', '094555.952500', '094556.412500', '094556.872500', '094557.332500', '094557.792500', '094558.252500', '094558.712500', '094559.172500', '094559.632500', '094600.092500', '094600.552500', '094601.012500', '094601.472500', '094601.932500', '094602.392500', '094602.852500', '094603.312500', '094603.772500', '094604.232500', '094604.692500', '094605.152500', '094605.612500', '094606.072500', '094606.532500', '094606.992500', '094607.452500', '094607.912500', '094608.372500', '094608.832500', '094609.292500', '094609.752500', '094610.212500', '094610.672500', '094611.132500', '094611.592500', '094612.052500', '094612.512500', '094612.972500', '094613.432500', '094613.892500', '094614.352500', '094614.812500', '094615.272500', '094615.732500', '094616.192500', '094616.652500', '094617.112500', '094617.572500', '094618.032500', '094618.492500', '094618.952500', '094619.412500', '094619.872500', '094620.332500', '094620.792500', '094621.252500', '094621.712500', '094622.172500', '094622.632500', '094623.092500', '094623.552500', '094624.012500', '094624.472500', '094624.932500', '094625.392500', '094625.852500', '094626.312500', '094626.772500', '094627.232500', '094627.692500', '094628.152500', '094628.612500', '094629.072500', '094629.532500', '094629.992500', '094630.452500', '094630.912500', '094631.372500', '094631.832500', '094632.292500', '094632.752500', '094633.212500', '094633.672500', '094634.132500', '094634.592500', '094635.052500', '094635.512500', '094635.972500', '094636.432500', '094636.892500', '094637.352500', '094637.812500', '094638.272500', '094638.732500', '094639.192500', '094639.652500', '094640.112500', '094640.572500', '094641.032500', '094641.492500', '094641.952500', '094642.412500', '094642.872500', '094643.332500', '094643.792500', '094644.252500', '094644.712500', '094645.172500', '094645.632500', '094646.092500', '094646.552500', '094647.012500', '094647.472500', '094647.932500', '094648.392500', '094648.852500', '094649.312500', '094649.772500', '094650.232500', '094650.692500', '094651.152500', '094651.612500', '094652.072500', '094652.532500', '094652.992500', '094653.452500', '094653.912500', '094654.372500', '094654.832500', '094655.292500', '094655.752500', '094656.212500', '094656.672500', '094657.132500', '094657.592500', '094658.052500', '094658.512500', '094658.972500', '094659.432500', '094659.892500', '094700.352500', '094700.812500', '094701.272500', '094701.732500', '094702.192500', '094702.652500', '094703.112500', '094703.572500', '094704.032500', '094704.492500', '094704.952500', '094705.412500', '094705.872500', '094706.332500', '094706.792500', '094707.252500', '094707.712500', '094708.172500', '094708.632500', '094709.092500', '094709.552500', '094710.012500', '094710.472500', '094710.932500', '094711.392500', '094711.852500', '094712.312500', '094712.772500', '094713.232500', '094713.692500', '094714.152500', '094714.612500', '094715.072500', '094715.532500', '094715.992500', '094716.452500', '094716.912500', '094717.372500', '094717.832500', '094718.292500', '094718.752500', '094719.212500', '094719.672500', '094720.132500', '094720.592500', '094721.052500', '094721.512500', '094721.972500', '094722.432500', '094722.892500', '094723.352500', '094723.812500', '094724.272500', '094724.732500', '094725.192500', '094725.652500', '094726.112500', '094726.572500', '094727.032500', '094727.492500', '094727.952500', '094728.412500', '094728.872500', '094729.332500', '094729.792500', '094730.252500', '094730.712500', '094731.172500', '094731.632500', '094732.092500', '094732.552500', '094733.012500', '094733.472500', '094733.932500', '094734.392500', '094734.852500', '094735.312500', '094735.772500', '094736.232500', '094736.692500', '094737.152500', '094737.612500', '094738.072500', '094738.532500', '094738.992500', '094739.452500', '094739.912500', '094740.372500', '094740.832500', '094741.292500', '094741.752500', '094742.212500', '094742.672500', '094743.132500', '094743.592500', '094744.052500', '094744.512500', '094744.972500', '094745.432500', '094745.892500', '094746.352500', '094746.812500', '094747.272500', '094747.732500', '094748.192500', '094748.652500', '094749.112500', '094749.572500', '094750.032500', '094750.492500', '094750.952500', '094751.412500', '094751.872500', '094752.332500', '094752.792500', '094753.252500', '094753.712500', '094754.172500', '094754.632500', '094755.092500', '094755.552500', '094756.012500', '094756.472500', '094756.932500', '094757.392500', '094757.852500', '094758.312500', '094758.772500', '094759.232500', '094759.692500', '094800.152500', '094800.612500', '094801.072500', '094801.532500', '094801.992500', '094802.452500', '094802.912500', '094803.372500', '094803.832500', '094804.292500', '094804.752500', '094805.212500', '094805.672500', '094806.132500', '094806.592500', '094807.052500', '094807.512500', '094807.972500', '094808.432500', '094808.892500', '094809.352500', '094809.812500', '094810.272500', '094810.732500', '094811.192500', '094811.652500', '094812.112500', '094812.572500', '094813.032500', '094813.492500', '094813.952500', '094814.412500', '094814.872500', '094815.332500', '094815.792500', '094816.252500', '094816.712500', '094817.172500', '094817.632500', '094818.092500', '094818.552500', '094819.012500', '094819.472500', '094819.932500', '094820.392500', '094820.852500', '094821.312500', '094821.772500', '094822.232500', '094822.692500', '094823.152500', '094823.612500', '094824.072500', '094824.532500', '094824.992500', '094825.452500', '094825.912500', '094826.372500', '094826.832500', '094827.292500', '094827.752500', '094828.212500', '094828.672500', '094829.132500', '094829.592500', '094830.052500', '094830.512500', '094830.972500', '094831.432500', '094831.892500', '094832.352500', '094832.812500', '094833.272500', '094833.732500', '094834.192500', '094834.652500', '094835.112500', '094835.572500', '094836.032500', '094836.492500', '094836.952500', '094837.412500', '094837.872500', '094838.332500', '094838.792500', '094839.252500', '094839.712500', '094840.172500', '094840.632500', '094841.092500', '094841.552500', '094842.012500', '094842.472500', '094842.932500', '094843.392500', '094843.852500', '094844.312500', '094844.772500', '094845.232500', '094845.692500', '094846.152500', '094846.612500', '094847.072500', '094847.532500', '094847.992500', '094848.452500', '094848.912500', '094849.372500', '094849.832500', '094850.292500', '094850.752500', '094851.212500', '094851.672500', '094852.132500', '094852.592500', '094853.052500', '094853.512500', '094853.972500', '094854.432500', '094854.892500', '094855.352500', '094855.812500', '094856.272500', '094856.732500', '094857.192500', '094857.652500', '094858.112500', '094858.572500', '094859.032500', '094859.492500', '094859.952500', '094900.412500', '094900.872500', '094901.332500', '094901.792500', '094902.252500', '094902.712500', '094903.172500', '094903.632500', '094904.092500', '094904.552500', '094905.012500', '094905.472500', '094905.932500', '094906.392500', '094906.852500', '094907.312500', '094907.772500', '094908.232500', '094908.692500', '094909.152500', '094909.612500', '094910.072500', '094910.532500', '094910.992500', '094911.452500', '094911.912500', '094912.372500', '094912.832500', '094913.292500', '094913.752500', '094914.212500', '094914.672500', '094915.132500', '094915.592500', '094916.052500', '094916.512500', '094916.972500', '094917.432500', '094917.892500', '094918.352500', '094918.812500', '094919.272500', '094919.732500', '094920.192500', '094920.652500', '094921.112500', '094921.572500', '094922.032500', '094922.492500', '094922.952500', '094923.412500', '094923.872500', '094924.332500', '094924.792500', '094925.252500', '094925.712500', '094926.172500', '094926.632500', '094927.092500', '094927.552500', '094928.012500', '094928.472500', '094928.932500', '094929.392500', '094929.852500', '094930.312500', '094930.772500', '094931.232500', '094931.692500', '094932.152500', '094932.612500'], 'ContentTime': ['094315.127000', '094315.130000', '094315.133000', '094315.136000', '094315.139000', '094315.142000', '094315.144000', '094315.147000', '094315.150000', '094315.153000', '094315.155000', '094315.158000', '094315.161000', '094315.164000', '094315.167000', '094315.170000', '094315.172000', '094315.175000', '094315.178000', '094315.181000', '094315.183000', '094315.186000', '094315.189000', '094315.192000', '094315.195000', '094315.197000', '094315.200000', '094315.203000', '094315.206000', '094315.209000', '094315.212000', '094315.214000', '094315.217000', '094315.230000', '094315.233000', '094315.235000', '094315.238000', '094315.241000', '094315.244000', '094315.246000', '094315.249000', '094315.252000', '094315.255000', '094315.257000', '094315.260000', '094315.263000', '094315.266000', '094315.269000', '094315.271000', '094335.052000', '094335.055000', '094335.057000', '094335.060000', '094335.063000', '094335.066000', '094335.069000', '094335.072000', '094335.074000', '094335.077000', '094335.080000', '094335.083000', '094335.085000', '094335.088000', '094335.091000', '094335.094000', '094335.097000', '094335.100000', '094335.103000', '094335.105000', '094335.108000', '094335.111000', '094335.114000', '094335.117000', '094335.120000', '094335.123000', '094335.125000', '094335.128000', '094335.131000', '094335.134000', '094335.137000', '094335.139000', '094335.142000', '094335.145000', '094335.148000', '094335.150000', '094335.153000', '094335.156000', '094335.163000', '094335.166000', '094335.169000', '094335.171000', '094335.174000', '094355.052000', '094355.055000', '094355.057000', '094355.060000', '094355.063000', '094355.066000', '094355.069000', '094355.071000', '094355.074000', '094355.077000', '094355.080000', '094355.082000', '094355.085000', '094355.088000', '094355.091000', '094355.094000', '094355.096000', '094355.099000', '094355.102000', '094355.105000', '094355.107000', '094355.110000', '094355.113000', '094355.116000', '094355.119000', '094355.121000', '094355.124000', '094355.127000', '094355.130000', '094355.132000', '094355.135000', '094355.138000', '094355.141000', '094355.144000', '094355.146000', '094355.149000', '094355.152000', '094355.155000', '094355.158000', '094355.160000', '094355.163000', '094355.166000', '094355.178000', '094355.180000', '094415.052000', '094415.055000', '094415.058000', '094415.060000', '094415.063000', '094415.066000', '094415.069000', '094415.072000', '094415.075000', '094415.078000', '094415.080000', '094415.083000', '094415.086000', '094415.089000', '094415.092000', '094415.094000', '094415.107000', '094415.110000', '094415.113000', '094415.116000', '094415.118000', '094415.121000', '094415.124000', '094415.127000', '094415.130000', '094415.132000', '094415.135000', '094415.140000', '094415.144000', '094415.147000', '094415.150000', '094415.153000', '094415.156000', '094415.158000', '094415.161000', '094415.164000', '094415.167000', '094415.170000', '094415.172000', '094415.175000', '094415.178000', '094415.181000', '094415.183000', '094435.052000', '094435.055000', '094435.058000', '094435.060000', '094435.063000', '094435.066000', '094435.069000', '094435.072000', '094435.074000', '094435.077000', '094435.080000', '094435.083000', '094435.086000', '094435.088000', '094435.091000', '094435.094000', '094435.097000', '094435.100000', '094435.121000', '094435.124000', '094435.127000', '094435.129000', '094435.132000', '094435.135000', '094435.138000', '094435.141000', '094435.144000', '094435.147000', '094435.149000', '094435.152000', '094435.155000', '094435.158000', '094435.161000', '094435.163000', '094435.166000', '094435.169000', '094435.172000', '094435.175000', '094435.177000', '094435.180000', '094435.183000', '094435.186000', '094435.188000', '094435.191000', '094455.052000', '094455.055000', '094455.058000', '094455.060000', '094455.063000', '094455.066000', '094455.069000', '094455.071000', '094455.074000', '094455.078000', '094455.081000', '094455.083000', '094455.086000', '094455.089000', '094455.092000', '094455.095000', '094455.098000', '094455.101000', '094455.103000', '094455.106000', '094455.109000', '094455.112000', '094455.115000', '094455.117000', '094455.120000', '094455.123000', '094455.126000', '094455.129000', '094455.137000', '094455.140000', '094455.143000', '094455.147000', '094455.150000', '094455.153000', '094455.155000', '094455.158000', '094455.161000', '094455.164000', '094455.167000', '094455.169000', '094455.172000', '094455.175000', '094455.178000', '094515.052000', '094515.055000', '094515.058000', '094515.061000', '094515.063000', '094515.066000', '094515.069000', '094515.072000', '094515.075000', '094515.077000', '094515.080000', '094515.083000', '094515.086000', '094515.089000', '094515.092000', '094515.094000', '094515.097000', '094515.100000', '094515.103000', '094515.106000', '094515.108000', '094515.111000', '094515.114000', '094515.117000', '094515.119000', '094515.122000', '094515.125000', '094515.128000', '094515.131000', '094515.133000', '094515.136000', '094515.139000', '094515.142000', '094515.145000', '094515.147000', '094515.150000', '094515.153000', '094515.156000', '094515.159000', '094515.161000', '094515.164000', '094515.167000', '094515.170000', '094515.173000', '094535.052000', '094535.055000', '094535.058000', '094535.061000', '094535.063000', '094535.066000', '094535.069000', '094535.072000', '094535.075000', '094535.077000', '094535.080000', '094535.083000', '094535.086000', '094535.088000', '094535.091000', '094535.094000', '094535.097000', '094535.100000', '094535.103000', '094535.105000', '094535.108000', '094535.111000', '094535.114000', '094535.117000', '094535.119000', '094535.122000', '094535.125000', '094535.128000', '094535.131000', '094535.134000', '094535.136000', '094535.139000', '094535.142000', '094535.145000', '094535.148000', '094535.151000', '094535.154000', '094535.156000', '094535.159000', '094535.162000', '094535.165000', '094535.168000', '094535.170000', '094555.052000', '094555.055000', '094555.058000', '094555.060000', '094555.063000', '094555.066000', '094555.069000', '094555.072000', '094555.074000', '094555.077000', '094555.080000', '094555.083000', '094555.086000', '094555.089000', '094555.091000', '094555.094000', '094555.097000', '094555.100000', '094555.103000', '094555.105000', '094555.108000', '094555.111000', '094555.114000', '094555.116000', '094555.119000', '094555.122000', '094555.125000', '094555.128000', '094555.131000', '094555.134000', '094555.136000', '094555.139000', '094555.142000', '094555.145000', '094555.148000', '094555.150000', '094555.153000', '094555.156000', '094555.159000', '094555.162000', '094555.164000', '094555.167000', '094555.170000', '094555.173000', '094615.052000', '094615.055000', '094615.058000', '094615.060000', '094615.063000', '094615.066000', '094615.069000', '094615.072000', '094615.074000', '094615.077000', '094615.080000', '094615.083000', '094615.086000', '094615.100000', '094615.103000', '094615.106000', '094615.109000', '094615.112000', '094615.115000', '094615.118000', '094615.121000', '094615.124000', '094615.127000', '094615.130000', '094615.139000', '094615.142000', '094615.144000', '094615.147000', '094615.150000', '094615.153000', '094615.156000', '094615.159000', '094615.161000', '094615.164000', '094615.167000', '094615.170000', '094615.173000', '094615.176000', '094615.179000', '094615.181000', '094615.184000', '094615.187000', '094615.190000', '094635.052000', '094635.055000', '094635.058000', '094635.060000', '094635.063000', '094635.066000', '094635.069000', '094635.072000', '094635.075000', '094635.077000', '094635.080000', '094635.083000', '094635.086000', '094635.089000', '094635.091000', '094635.094000', '094635.097000', '094635.100000', '094635.103000', '094635.105000', '094635.108000', '094635.111000', '094635.114000', '094635.117000', '094635.119000', '094635.122000', '094635.125000', '094635.128000', '094635.131000', '094635.133000', '094635.136000', '094635.139000', '094635.142000', '094635.145000', '094635.147000', '094635.150000', '094635.153000', '094635.156000', '094635.159000', '094635.161000', '094635.164000', '094635.167000', '094635.170000', '094635.173000', '094655.052000', '094655.055000', '094655.058000', '094655.060000', '094655.063000', '094655.066000', '094655.069000', '094655.072000', '094655.075000', '094655.077000', '094655.080000', '094655.083000', '094655.086000', '094655.089000', '094655.091000', '094655.094000', '094655.097000', '094655.100000', '094655.103000', '094655.105000', '094655.108000', '094655.111000', '094655.114000', '094655.116000', '094655.119000', '094655.122000', '094655.125000', '094655.128000', '094655.131000', '094655.133000', '094655.136000', '094655.139000', '094655.142000', '094655.145000', '094655.147000', '094655.150000', '094655.153000', '094655.156000', '094655.159000', '094655.161000', '094655.164000', '094655.167000', '094655.170000', '094715.052000', '094715.055000', '094715.058000', '094715.060000', '094715.063000', '094715.066000', '094715.069000', '094715.072000', '094715.074000', '094715.077000', '094715.080000', '094715.083000', '094715.086000', '094715.088000', '094715.091000', '094715.094000', '094715.097000', '094715.100000', '094715.102000', '094715.105000', '094715.108000', '094715.111000', '094715.113000', '094715.116000', '094715.119000', '094715.122000', '094715.125000', '094715.128000', '094715.131000', '094715.133000', '094715.136000', '094715.139000', '094715.142000', '094715.145000', '094715.147000', '094715.150000', '094715.153000', '094715.156000', '094715.159000', '094715.161000', '094715.164000', '094715.167000', '094715.170000', '094715.173000', '094735.052000', '094735.055000', '094735.058000', '094735.060000', '094735.063000', '094735.066000', '094735.069000', '094735.072000', '094735.075000', '094735.078000', '094735.081000', '094735.083000', '094735.086000', '094735.089000', '094735.092000', '094735.095000', '094735.097000', '094735.100000', '094735.103000', '094735.106000', '094735.108000', '094735.111000', '094735.114000', '094735.117000', '094735.120000', '094735.122000', '094735.125000', '094735.128000', '094735.131000', '094735.134000', '094735.136000', '094735.139000', '094735.142000', '094735.145000', '094735.148000', '094735.150000', '094735.153000', '094735.157000', '094735.172000', '094735.174000', '094735.177000', '094735.180000', '094735.183000', '094755.052000', '094755.055000', '094755.058000', '094755.060000', '094755.063000', '094755.066000', '094755.069000', '094755.072000', '094755.074000', '094755.077000', '094755.080000', '094755.083000', '094755.086000', '094755.088000', '094755.091000', '094755.094000', '094755.097000', '094755.100000', '094755.102000', '094755.105000', '094755.108000', '094755.111000', '094755.114000', '094755.116000', '094755.119000', '094755.122000', '094755.125000', '094755.128000', '094755.131000', '094755.133000', '094755.136000', '094755.139000', '094755.142000', '094755.145000', '094755.147000', '094755.150000', '094755.153000', '094755.156000', '094755.159000', '094755.162000', '094755.164000', '094755.167000', '094755.170000', '094755.173000', '094815.052000', '094815.055000', '094815.058000', '094815.060000', '094815.063000', '094815.066000', '094815.069000', '094815.072000', '094815.075000', '094815.077000', '094815.080000', '094815.083000', '094815.086000', '094815.089000', '094815.091000', '094815.094000', '094815.097000', '094815.100000', '094815.103000', '094815.105000', '094815.108000', '094815.111000', '094815.114000', '094815.117000', '094815.120000', '094815.122000', '094815.125000', '094815.128000', '094815.131000', '094815.134000', '094815.136000', '094815.139000', '094815.142000', '094815.145000', '094815.148000', '094815.151000', '094815.153000', '094815.156000', '094815.159000', '094815.162000', '094815.165000', '094815.168000', '094815.170000', '094835.052000', '094835.055000', '094835.058000', '094835.060000', '094835.063000', '094835.066000', '094835.069000', '094835.072000', '094835.074000', '094835.077000', '094835.080000', '094835.083000', '094835.086000', '094835.089000', '094835.091000', '094835.094000', '094835.097000', '094835.100000', '094835.103000', '094835.105000', '094835.108000', '094835.111000', '094835.114000', '094835.117000', '094835.120000', '094835.122000', '094835.125000', '094835.128000', '094835.131000', '094835.133000', '094835.136000', '094835.139000', '094835.142000', '094835.145000', '094835.148000', '094835.150000', '094835.153000', '094835.156000', '094835.159000', '094835.162000', '094835.164000', '094835.167000', '094835.170000', '094835.173000', '094855.052000', '094855.055000', '094855.058000', '094855.060000', '094855.063000', '094855.066000', '094855.069000', '094855.072000', '094855.074000', '094855.077000', '094855.080000', '094855.083000', '094855.086000', '094855.088000', '094855.091000', '094855.094000', '094855.097000', '094855.099000', '094855.102000', '094855.105000', '094855.108000', '094855.111000', '094855.114000', '094855.116000', '094855.119000', '094855.122000', '094855.125000', '094855.127000', '094855.130000', '094855.133000', '094855.136000', '094855.139000', '094855.141000', '094855.144000', '094855.147000', '094855.150000', '094855.153000', '094855.155000', '094855.158000', '094855.161000', '094855.164000', '094855.167000', '094855.169000', '094915.052000', '094915.055000', '094915.058000', '094915.060000', '094915.063000', '094915.066000', '094915.069000', '094915.072000', '094915.074000', '094915.077000', '094915.080000', '094915.083000', '094915.085000', '094915.088000', '094915.091000', '094915.094000', '094915.097000', '094915.099000', '094915.102000', '094915.105000', '094915.108000', '094915.111000', '094915.113000', '094915.116000', '094915.119000', '094915.122000', '094915.125000', '094915.127000', '094915.130000', '094915.133000', '094915.136000', '094915.139000', '094915.141000', '094915.144000', '094915.147000', '094915.150000', '094915.153000', '094915.155000', '094915.159000', '094915.162000', '094915.165000', '094915.168000', '094915.171000', '094915.173000', '094933.490000', '094933.494000', '094933.498000', '094933.501000', '094933.504000', '094933.508000', '094933.511000', '094933.515000', '094933.518000', '094933.521000', '094933.524000', '094933.527000', '094933.530000', '094933.533000', '094933.536000', '094933.539000', '094933.542000', '094933.544000', '094933.547000', '094933.550000', '094933.553000', '094933.556000', '094933.559000', '094933.562000', '094933.565000', '094933.567000', '094933.570000', '094933.573000', '094933.576000', '094933.579000', '094933.582000', '094933.585000', '094933.587000', '094933.590000', '094933.593000', '094933.596000', '094933.599000', '094933.601000', '094933.604000', '094933.607000'], 'InstanceCreationTime': ['094315.127000', '094315.130000', '094315.133000', '094315.136000', '094315.139000', '094315.142000', '094315.144000', '094315.147000', '094315.150000', '094315.153000', '094315.155000', '094315.158000', '094315.161000', '094315.164000', '094315.167000', '094315.170000', '094315.172000', '094315.175000', '094315.178000', '094315.181000', '094315.183000', '094315.186000', '094315.189000', '094315.192000', '094315.195000', '094315.197000', '094315.200000', '094315.203000', '094315.206000', '094315.209000', '094315.212000', '094315.214000', '094315.217000', '094315.230000', '094315.233000', '094315.235000', '094315.238000', '094315.241000', '094315.244000', '094315.246000', '094315.249000', '094315.252000', '094315.255000', '094315.257000', '094315.260000', '094315.263000', '094315.266000', '094315.269000', '094315.271000', '094335.052000', '094335.055000', '094335.057000', '094335.060000', '094335.063000', '094335.066000', '094335.069000', '094335.072000', '094335.074000', '094335.077000', '094335.080000', '094335.083000', '094335.085000', '094335.088000', '094335.091000', '094335.094000', '094335.097000', '094335.100000', '094335.103000', '094335.105000', '094335.108000', '094335.111000', '094335.114000', '094335.117000', '094335.120000', '094335.123000', '094335.125000', '094335.128000', '094335.131000', '094335.134000', '094335.137000', '094335.139000', '094335.142000', '094335.145000', '094335.148000', '094335.150000', '094335.153000', '094335.156000', '094335.163000', '094335.166000', '094335.169000', '094335.171000', '094335.174000', '094355.052000', '094355.055000', '094355.057000', '094355.060000', '094355.063000', '094355.066000', '094355.069000', '094355.071000', '094355.074000', '094355.077000', '094355.080000', '094355.082000', '094355.085000', '094355.088000', '094355.091000', '094355.094000', '094355.096000', '094355.099000', '094355.102000', '094355.105000', '094355.107000', '094355.110000', '094355.113000', '094355.116000', '094355.119000', '094355.121000', '094355.124000', '094355.127000', '094355.130000', '094355.132000', '094355.135000', '094355.138000', '094355.141000', '094355.144000', '094355.146000', '094355.149000', '094355.152000', '094355.155000', '094355.158000', '094355.160000', '094355.163000', '094355.166000', '094355.178000', '094355.180000', '094415.052000', '094415.055000', '094415.058000', '094415.060000', '094415.063000', '094415.066000', '094415.069000', '094415.072000', '094415.075000', '094415.078000', '094415.080000', '094415.083000', '094415.086000', '094415.089000', '094415.092000', '094415.094000', '094415.107000', '094415.110000', '094415.113000', '094415.116000', '094415.118000', '094415.121000', '094415.124000', '094415.127000', '094415.130000', '094415.132000', '094415.135000', '094415.140000', '094415.144000', '094415.147000', '094415.150000', '094415.153000', '094415.156000', '094415.158000', '094415.161000', '094415.164000', '094415.167000', '094415.170000', '094415.172000', '094415.175000', '094415.178000', '094415.181000', '094415.183000', '094435.052000', '094435.055000', '094435.058000', '094435.060000', '094435.063000', '094435.066000', '094435.069000', '094435.072000', '094435.074000', '094435.077000', '094435.080000', '094435.083000', '094435.086000', '094435.088000', '094435.091000', '094435.094000', '094435.097000', '094435.100000', '094435.121000', '094435.124000', '094435.127000', '094435.129000', '094435.132000', '094435.135000', '094435.138000', '094435.141000', '094435.144000', '094435.147000', '094435.149000', '094435.152000', '094435.155000', '094435.158000', '094435.161000', '094435.163000', '094435.166000', '094435.169000', '094435.172000', '094435.175000', '094435.177000', '094435.180000', '094435.183000', '094435.186000', '094435.188000', '094435.191000', '094455.052000', '094455.055000', '094455.058000', '094455.060000', '094455.063000', '094455.066000', '094455.069000', '094455.071000', '094455.074000', '094455.078000', '094455.081000', '094455.083000', '094455.086000', '094455.089000', '094455.092000', '094455.095000', '094455.098000', '094455.101000', '094455.103000', '094455.106000', '094455.109000', '094455.112000', '094455.115000', '094455.117000', '094455.120000', '094455.123000', '094455.126000', '094455.129000', '094455.137000', '094455.140000', '094455.143000', '094455.147000', '094455.150000', '094455.153000', '094455.155000', '094455.158000', '094455.161000', '094455.164000', '094455.167000', '094455.169000', '094455.172000', '094455.175000', '094455.178000', '094515.052000', '094515.055000', '094515.058000', '094515.061000', '094515.063000', '094515.066000', '094515.069000', '094515.072000', '094515.075000', '094515.077000', '094515.080000', '094515.083000', '094515.086000', '094515.089000', '094515.092000', '094515.094000', '094515.097000', '094515.100000', '094515.103000', '094515.106000', '094515.108000', '094515.111000', '094515.114000', '094515.117000', '094515.119000', '094515.122000', '094515.125000', '094515.128000', '094515.131000', '094515.133000', '094515.136000', '094515.139000', '094515.142000', '094515.145000', '094515.147000', '094515.150000', '094515.153000', '094515.156000', '094515.159000', '094515.161000', '094515.164000', '094515.167000', '094515.170000', '094515.173000', '094535.052000', '094535.055000', '094535.058000', '094535.061000', '094535.063000', '094535.066000', '094535.069000', '094535.072000', '094535.075000', '094535.077000', '094535.080000', '094535.083000', '094535.086000', '094535.088000', '094535.091000', '094535.094000', '094535.097000', '094535.100000', '094535.103000', '094535.105000', '094535.108000', '094535.111000', '094535.114000', '094535.117000', '094535.119000', '094535.122000', '094535.125000', '094535.128000', '094535.131000', '094535.134000', '094535.136000', '094535.139000', '094535.142000', '094535.145000', '094535.148000', '094535.151000', '094535.154000', '094535.156000', '094535.159000', '094535.162000', '094535.165000', '094535.168000', '094535.170000', '094555.052000', '094555.055000', '094555.058000', '094555.060000', '094555.063000', '094555.066000', '094555.069000', '094555.072000', '094555.074000', '094555.077000', '094555.080000', '094555.083000', '094555.086000', '094555.089000', '094555.091000', '094555.094000', '094555.097000', '094555.100000', '094555.103000', '094555.105000', '094555.108000', '094555.111000', '094555.114000', '094555.116000', '094555.119000', '094555.122000', '094555.125000', '094555.128000', '094555.131000', '094555.134000', '094555.136000', '094555.139000', '094555.142000', '094555.145000', '094555.148000', '094555.150000', '094555.153000', '094555.156000', '094555.159000', '094555.162000', '094555.164000', '094555.167000', '094555.170000', '094555.173000', '094615.052000', '094615.055000', '094615.058000', '094615.060000', '094615.063000', '094615.066000', '094615.069000', '094615.072000', '094615.074000', '094615.077000', '094615.080000', '094615.083000', '094615.086000', '094615.100000', '094615.103000', '094615.106000', '094615.109000', '094615.112000', '094615.115000', '094615.118000', '094615.121000', '094615.124000', '094615.127000', '094615.130000', '094615.139000', '094615.142000', '094615.144000', '094615.147000', '094615.150000', '094615.153000', '094615.156000', '094615.159000', '094615.161000', '094615.164000', '094615.167000', '094615.170000', '094615.173000', '094615.176000', '094615.179000', '094615.181000', '094615.184000', '094615.187000', '094615.190000', '094635.052000', '094635.055000', '094635.058000', '094635.060000', '094635.063000', '094635.066000', '094635.069000', '094635.072000', '094635.075000', '094635.077000', '094635.080000', '094635.083000', '094635.086000', '094635.089000', '094635.091000', '094635.094000', '094635.097000', '094635.100000', '094635.103000', '094635.105000', '094635.108000', '094635.111000', '094635.114000', '094635.117000', '094635.119000', '094635.122000', '094635.125000', '094635.128000', '094635.131000', '094635.133000', '094635.136000', '094635.139000', '094635.142000', '094635.145000', '094635.147000', '094635.150000', '094635.153000', '094635.156000', '094635.159000', '094635.161000', '094635.164000', '094635.167000', '094635.170000', '094635.173000', '094655.052000', '094655.055000', '094655.058000', '094655.060000', '094655.063000', '094655.066000', '094655.069000', '094655.072000', '094655.075000', '094655.077000', '094655.080000', '094655.083000', '094655.086000', '094655.089000', '094655.091000', '094655.094000', '094655.097000', '094655.100000', '094655.103000', '094655.105000', '094655.108000', '094655.111000', '094655.114000', '094655.116000', '094655.119000', '094655.122000', '094655.125000', '094655.128000', '094655.131000', '094655.133000', '094655.136000', '094655.139000', '094655.142000', '094655.145000', '094655.147000', '094655.150000', '094655.153000', '094655.156000', '094655.159000', '094655.161000', '094655.164000', '094655.167000', '094655.170000', '094715.052000', '094715.055000', '094715.058000', '094715.060000', '094715.063000', '094715.066000', '094715.069000', '094715.072000', '094715.074000', '094715.077000', '094715.080000', '094715.083000', '094715.086000', '094715.088000', '094715.091000', '094715.094000', '094715.097000', '094715.100000', '094715.102000', '094715.105000', '094715.108000', '094715.111000', '094715.113000', '094715.116000', '094715.119000', '094715.122000', '094715.125000', '094715.128000', '094715.131000', '094715.133000', '094715.136000', '094715.139000', '094715.142000', '094715.145000', '094715.147000', '094715.150000', '094715.153000', '094715.156000', '094715.159000', '094715.161000', '094715.164000', '094715.167000', '094715.170000', '094715.173000', '094735.052000', '094735.055000', '094735.058000', '094735.060000', '094735.063000', '094735.066000', '094735.069000', '094735.072000', '094735.075000', '094735.078000', '094735.081000', '094735.083000', '094735.086000', '094735.089000', '094735.092000', '094735.095000', '094735.097000', '094735.100000', '094735.103000', '094735.106000', '094735.108000', '094735.111000', '094735.114000', '094735.117000', '094735.120000', '094735.122000', '094735.125000', '094735.128000', '094735.131000', '094735.134000', '094735.136000', '094735.139000', '094735.142000', '094735.145000', '094735.148000', '094735.150000', '094735.153000', '094735.157000', '094735.172000', '094735.174000', '094735.177000', '094735.180000', '094735.183000', '094755.052000', '094755.055000', '094755.058000', '094755.060000', '094755.063000', '094755.066000', '094755.069000', '094755.072000', '094755.074000', '094755.077000', '094755.080000', '094755.083000', '094755.086000', '094755.088000', '094755.091000', '094755.094000', '094755.097000', '094755.100000', '094755.102000', '094755.105000', '094755.108000', '094755.111000', '094755.114000', '094755.116000', '094755.119000', '094755.122000', '094755.125000', '094755.128000', '094755.131000', '094755.133000', '094755.136000', '094755.139000', '094755.142000', '094755.145000', '094755.147000', '094755.150000', '094755.153000', '094755.156000', '094755.159000', '094755.162000', '094755.164000', '094755.167000', '094755.170000', '094755.173000', '094815.052000', '094815.055000', '094815.058000', '094815.060000', '094815.063000', '094815.066000', '094815.069000', '094815.072000', '094815.075000', '094815.077000', '094815.080000', '094815.083000', '094815.086000', '094815.089000', '094815.091000', '094815.094000', '094815.097000', '094815.100000', '094815.103000', '094815.105000', '094815.108000', '094815.111000', '094815.114000', '094815.117000', '094815.120000', '094815.122000', '094815.125000', '094815.128000', '094815.131000', '094815.134000', '094815.136000', '094815.139000', '094815.142000', '094815.145000', '094815.148000', '094815.151000', '094815.153000', '094815.156000', '094815.159000', '094815.162000', '094815.165000', '094815.168000', '094815.170000', '094835.052000', '094835.055000', '094835.058000', '094835.060000', '094835.063000', '094835.066000', '094835.069000', '094835.072000', '094835.074000', '094835.077000', '094835.080000', '094835.083000', '094835.086000', '094835.089000', '094835.091000', '094835.094000', '094835.097000', '094835.100000', '094835.103000', '094835.105000', '094835.108000', '094835.111000', '094835.114000', '094835.117000', '094835.120000', '094835.122000', '094835.125000', '094835.128000', '094835.131000', '094835.133000', '094835.136000', '094835.139000', '094835.142000', '094835.145000', '094835.148000', '094835.150000', '094835.153000', '094835.156000', '094835.159000', '094835.162000', '094835.164000', '094835.167000', '094835.170000', '094835.173000', '094855.052000', '094855.055000', '094855.058000', '094855.060000', '094855.063000', '094855.066000', '094855.069000', '094855.072000', '094855.074000', '094855.077000', '094855.080000', '094855.083000', '094855.086000', '094855.088000', '094855.091000', '094855.094000', '094855.097000', '094855.099000', '094855.102000', '094855.105000', '094855.108000', '094855.111000', '094855.114000', '094855.116000', '094855.119000', '094855.122000', '094855.125000', '094855.127000', '094855.130000', '094855.133000', '094855.136000', '094855.139000', '094855.141000', '094855.144000', '094855.147000', '094855.150000', '094855.153000', '094855.155000', '094855.158000', '094855.161000', '094855.164000', '094855.167000', '094855.169000', '094915.052000', '094915.055000', '094915.058000', '094915.060000', '094915.063000', '094915.066000', '094915.069000', '094915.072000', '094915.074000', '094915.077000', '094915.080000', '094915.083000', '094915.085000', '094915.088000', '094915.091000', '094915.094000', '094915.097000', '094915.099000', '094915.102000', '094915.105000', '094915.108000', '094915.111000', '094915.113000', '094915.116000', '094915.119000', '094915.122000', '094915.125000', '094915.127000', '094915.130000', '094915.133000', '094915.136000', '094915.139000', '094915.141000', '094915.144000', '094915.147000', '094915.150000', '094915.153000', '094915.155000', '094915.159000', '094915.162000', '094915.165000', '094915.168000', '094915.171000', '094915.173000', '094933.490000', '094933.494000', '094933.498000', '094933.501000', '094933.504000', '094933.508000', '094933.511000', '094933.515000', '094933.518000', '094933.521000', '094933.524000', '094933.527000', '094933.530000', '094933.533000', '094933.536000', '094933.539000', '094933.542000', '094933.544000', '094933.547000', '094933.550000', '094933.553000', '094933.556000', '094933.559000', '094933.562000', '094933.565000', '094933.567000', '094933.570000', '094933.573000', '094933.576000', '094933.579000', '094933.582000', '094933.585000', '094933.587000', '094933.590000', '094933.593000', '094933.596000', '094933.599000', '094933.601000', '094933.604000', '094933.607000'], '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': [14116, 20319, 12447, 19008, 13643, 12911, 21864, 14316, 15783, 19602, 12486, 17868, 12307, 13085, 22232, 12435, 17185, 12892, 11843, 21154, 14380, 16159, 21091, 12556, 16725, 12181, 13025, 21204, 13995, 15428, 13234, 11980, 18464, 11934, 16812, 12992, 16629, 11163, 17193, 23747, 12343, 18965, 14195, 12332, 20726, 12021, 12599, 22456, 12217, 16694, 12656, 12316, 21233, 12855, 15054, 12952, 11959, 18788, 11339, 13912, 20305, 12359, 17451, 12748, 12049, 19715, 14032, 15497, 18562, 12273, 17685, 11744, 14172, 21095, 12426, 16934, 13222, 12275, 20593, 11724, 16123, 21782, 12584, 14923, 12113, 15300, 11752, 12261, 21416, 12682, 15814, 22574, 12561, 15705, 11986, 12834, 20865, 13030, 15825, 12222, 13248, 21543, 12874, 16545, 12394, 12503, 21299, 12901, 16317, 13489, 12164, 19638, 12775, 15042, 20276, 12493, 17605, 12954, 13409, 15846, 15807, 21354, 12503, 16359, 13653, 12709, 19751, 12762, 15746, 21643, 13299, 18067, 13264, 12843, 20208, 12571, 16518, 21228, 13130, 18413, 11916, 14558, 21407, 12965, 17509, 12350, 13018, 20217, 12872, 16981, 21431, 13589, 16946, 11400, 12522, 18948, 12523, 16312, 17404, 12010, 17994, 11608, 13417, 20293, 13442, 15947, 13808, 11465, 19143, 12212, 14585, 20864, 12281, 18204, 17142, 12452, 18589, 11622, 13710, 20724, 11169, 15776, 21258, 13707, 15934, 23055, 11944, 18146, 11744, 11793, 18811, 12528, 16711, 16323, 11953, 19657, 12145, 14391, 20496, 12303, 17504, 18077, 12190, 18007, 11519, 15581, 20149, 14059, 16814, 11119, 12964, 19931, 13814, 17068, 23005, 11801, 18488, 12358, 14172, 11826, 12430, 20325, 12244, 16757, 21428, 13130, 18248, 12674, 15698, 19181, 12477, 18189, 12608, 16500, 16027, 12468, 19392, 12387, 15795, 20948, 12343, 17884, 12085, 14138, 19920, 12893, 17849, 11242, 14436, 17210, 12332, 19230, 12259, 16525, 12173, 12355, 20816, 13661, 16587, 13035, 12131, 20778, 14349, 17706, 11485, 12849, 20694, 14091, 17423, 11636, 13264, 20203, 13870, 18407, 12303, 13219, 20730, 11913, 17793, 16170, 13188, 19732, 11526, 15480, 21179, 14260, 17440, 10847, 14332, 20816, 14183, 17888, 13778, 12054, 20186, 12286, 15844, 22350, 14126, 17164, 19493, 12289, 19177, 12092, 13334, 20607, 11504, 17270, 18073, 12873, 19262, 11601, 16195, 22265, 14401, 18926, 11621, 15174, 20416, 14343, 17690, 11707, 15596, 17286, 12455, 21558, 13548, 19874, 14806, 16517, 11738, 13975, 23158, 13958, 17377, 23232, 12143, 20271, 11473, 15743, 23352, 12861, 17531, 10753, 15382, 21082, 13014, 18096, 11278, 16192, 15719, 12357, 20566, 11795, 16000, 18520, 12458, 19377, 12066, 14113, 22092, 12503, 17681, 13690, 12576, 21497, 12709, 16359, 19148, 12471, 18872, 11844, 14842, 21779, 12393, 17326, 16570, 12345, 18730, 11605, 15457, 22011, 13841, 16894, 10968, 14374, 22096, 12566, 18083, 11676, 14875, 22511, 12474, 17731, 11619, 13671, 20521, 12400, 18570, 11709, 13491, 21888, 12097, 17505, 11944, 12889, 21785, 12283, 17506, 11577, 13613, 21634, 12441, 17451, 11885, 13031, 22000, 13129, 17228, 18273, 12508, 19182, 11828, 14328, 21110, 11957, 17741, 12217, 13083, 21406, 11455, 15942, 22183, 12962, 16722, 22292, 12376, 17035, 14382, 12043, 19462, 11551, 14495, 22021, 11710, 16452, 18586, 12035, 18302, 11574, 13822, 21295, 12228, 16106, 21347, 12741, 16623, 18445, 12270, 17923, 12019, 12170, 19800, 11216, 14694, 20777, 13061, 14957, 20536, 12128, 16617, 22614, 13268, 16274, 11217, 11852, 18678, 11148, 13124, 20413, 12817, 15359, 20962, 12618, 15956, 21382, 12119, 16699, 12931, 11799, 18676, 12446, 15421, 21492, 13552, 16642, 11480, 12456, 20526, 11748, 16109, 18334, 12282, 18360, 11679, 12342, 20285, 11638, 13583, 21029, 12893, 15678, 21928, 12278, 16306, 11265, 12004, 19393, 11614, 14623, 18164, 12413, 17950, 11346, 14738, 21003, 13126, 15799, 18030, 12198, 18930, 11779, 16093, 21888, 13187, 17344, 15365, 12129, 19748, 12327, 15193, 22386, 14108, 16742, 17309, 11949, 19151, 12044, 14652, 25003, 12055, 16595, 11533, 12080, 21611, 11691, 15824, 23140, 13016, 16344, 13710, 12223, 18897, 11264, 13155, 21561, 12582, 15363, 22865, 11953, 17349, 14974, 11698, 18540, 10698, 13255, 20408, 13432, 15220, 12912, 11891, 18876, 11419, 14113, 21147, 11794, 16415, 21546, 12395, 16106, 15466, 12141, 18677, 11247, 15096, 10865, 13154, 16653, 11849, 21891, 12316, 17316, 24603, 13399, 16801, 11163, 12713, 21388, 13003, 15308, 20447, 11888, 19123, 11629, 15059, 22132, 13277, 16215, 10952, 12645, 20088, 13530, 15434, 11297, 12358, 21128, 12914, 15485, 13979, 12185, 19491, 11784, 14046, 23111, 12179, 17825, 12000, 12603, 20689, 11542, 16359, 23312, 12547, 17554, 11739, 13092, 21607, 12539, 16850, 18381, 12033, 18554, 11399, 15167, 22216, 13606, 16427, 11283, 12529, 20197, 12330, 16668, 13426, 12072, 21128, 12295, 16196, 16646, 12255, 19385, 11791, 15407, 18376, 12253, 20656, 14001, 14829, 11163, 14079, 17249, 11746, 20120, 12458, 14292, 21755, 12760, 16747, 13813, 12162, 19886, 12182, 16088, 12782, 12481, 21220, 13421, 16205, 11059, 12217, 21077, 11847, 15684, 17106, 11785, 19189, 12138, 15423, 22406, 12582, 16160, 10644, 12649, 21072, 13594, 15758, 12039, 13130, 21459, 13174, 17338, 11866, 15007, 17607, 12258, 18485, 11450, 15221, 17216, 12269, 20250, 12381, 15975, 11677, 12579, 21828, 12755, 15555, 11023, 12220, 20521, 12048, 15483, 13796, 12134, 18164, 11181, 15776, 21452, 12354, 18506, 11716, 13618, 22472, 12110, 17028, 11966, 15123, 23109, 12766, 17382, 11532, 13043, 20433, 12796, 15834, 11143, 11930, 20276, 11999, 16011, 14525, 11986, 19066, 11177, 15027, 21488, 13189, 15234, 12339, 12093, 18953, 12073, 13389, 21932, 12306, 17157, 11757, 12777, 19698, 12049, 16552, 11403, 11990, 20584, 11422, 15351, 22869, 12307, 17699, 13901, 11886, 20691, 11980, 15919, 21916, 12176, 17738, 11705, 14394, 21281, 13069, 17083, 11971, 13381, 20113, 12308, 19834, 12911, 18307, 12072, 15075, 16465, 12115, 19229, 12171, 14052, 17134, 12259, 18431, 11482, 15058, 22561, 12331, 17496, 11099, 13591, 20934, 13083, 15849, 11065, 12247, 20864, 12075, 15477, 14601, 12572, 19937, 12079, 16846, 16005, 13656, 10878, 12274, 20510, 13451, 18600, 16646, 12822, 20643, 12148, 13244, 23088, 12286, 15971, 23187, 12821, 17021, 14359, 13073, 21698, 12434, 16759], 'WindowCenter': [4839.0, 4850.0, 4792.0, 4837.0, 4793.0, 4774.0, 4834.0, 4779.0, 4788.0, 4808.0, 4771.0, 4799.0, 4759.0, 4770.0, 4817.0, 4768.0, 4797.0, 4755.0, 4760.0, 4814.0, 4779.0, 4801.0, 4819.0, 4769.0, 4789.0, 4758.0, 4782.0, 4819.0, 4790.0, 4803.0, 4779.0, 4776.0, 4819.0, 4771.0, 4811.0, 4784.0, 4808.0, 4770.0, 4824.0, 4840.0, 4772.0, 4813.0, 4780.0, 4772.0, 4812.0, 4754.0, 4757.0, 4807.0, 4746.0, 4786.0, 4756.0, 4757.0, 4807.0, 4752.0, 4774.0, 4752.0, 4759.0, 4808.0, 4749.0, 4778.0, 4807.0, 4771.0, 4811.0, 4769.0, 4757.0, 4807.0, 4774.0, 4792.0, 4810.0, 4767.0, 4810.0, 4760.0, 4782.0, 4820.0, 4770.0, 4812.0, 4780.0, 4774.0, 4815.0, 4760.0, 4805.0, 4832.0, 4774.0, 4790.0, 4773.0, 4790.0, 4759.0, 4767.0, 4820.0, 4769.0, 4791.0, 4822.0, 4759.0, 4787.0, 4745.0, 4767.0, 4808.0, 4768.0, 4787.0, 4756.0, 4768.0, 4805.0, 4757.0, 4787.0, 4754.0, 4755.0, 4801.0, 4753.0, 4773.0, 4752.0, 4744.0, 4783.0, 4742.0, 4763.0, 4792.0, 4742.0, 4784.0, 4755.0, 4777.0, 4779.0, 4773.0, 4804.0, 4754.0, 4786.0, 4766.0, 4770.0, 4820.0, 4765.0, 4788.0, 4819.0, 4776.0, 4810.0, 4768.0, 4770.0, 4815.0, 4769.0, 4800.0, 4818.0, 4768.0, 4810.0, 4757.0, 4792.0, 4826.0, 4779.0, 4810.0, 4770.0, 4782.0, 4820.0, 4769.0, 4801.0, 4816.0, 4781.0, 4801.0, 4756.0, 4766.0, 4810.0, 4771.0, 4800.0, 4810.0, 4768.0, 4811.0, 4771.0, 4793.0, 4833.0, 4793.0, 4802.0, 4777.0, 4773.0, 4833.0, 4774.0, 4806.0, 4842.0, 4785.0, 4836.0, 4825.0, 4787.0, 4836.0, 4775.0, 4795.0, 4836.0, 4763.0, 4806.0, 4835.0, 4782.0, 4803.0, 4831.0, 4774.0, 4809.0, 4758.0, 4761.0, 4809.0, 4769.0, 4809.0, 4800.0, 4774.0, 4833.0, 4771.0, 4793.0, 4824.0, 4772.0, 4811.0, 4809.0, 4773.0, 4809.0, 4755.0, 4792.0, 4821.0, 4780.0, 4799.0, 4748.0, 4780.0, 4810.0, 4778.0, 4815.0, 4827.0, 4758.0, 4796.0, 4753.0, 4778.0, 4755.0, 4767.0, 4815.0, 4759.0, 4797.0, 4818.0, 4766.0, 4807.0, 4767.0, 4787.0, 4807.0, 4758.0, 4797.0, 4755.0, 4788.0, 4785.0, 4756.0, 4807.0, 4755.0, 4786.0, 4808.0, 4756.0, 4796.0, 4745.0, 4762.0, 4794.0, 4755.0, 4795.0, 4744.0, 4777.0, 4793.0, 4768.0, 4806.0, 4758.0, 4798.0, 4767.0, 4771.0, 4819.0, 4794.0, 4798.0, 4767.0, 4768.0, 4816.0, 4780.0, 4809.0, 4758.0, 4782.0, 4833.0, 4791.0, 4808.0, 4769.0, 4795.0, 4834.0, 4804.0, 4835.0, 4784.0, 4796.0, 4833.0, 4785.0, 4827.0, 4815.0, 4784.0, 4822.0, 4774.0, 4804.0, 4835.0, 4793.0, 4813.0, 4760.0, 4793.0, 4831.0, 4809.0, 4824.0, 4792.0, 4774.0, 4823.0, 4772.0, 4803.0, 4834.0, 4781.0, 4811.0, 4820.0, 4772.0, 4817.0, 4758.0, 4769.0, 4820.0, 4763.0, 4811.0, 4810.0, 4771.0, 4810.0, 4760.0, 4800.0, 4830.0, 4788.0, 4824.0, 4762.0, 4790.0, 4820.0, 4804.0, 4832.0, 4782.0, 4799.0, 4821.0, 4780.0, 4827.0, 4790.0, 4830.0, 4791.0, 4812.0, 4769.0, 4790.0, 4830.0, 4778.0, 4799.0, 4827.0, 4758.0, 4807.0, 4757.0, 4787.0, 4829.0, 4765.0, 4792.0, 4741.0, 4784.0, 4813.0, 4767.0, 4804.0, 4757.0, 4796.0, 4786.0, 4768.0, 4818.0, 4758.0, 4798.0, 4810.0, 4767.0, 4806.0, 4759.0, 4778.0, 4816.0, 4765.0, 4796.0, 4765.0, 4756.0, 4817.0, 4765.0, 4786.0, 4804.0, 4756.0, 4805.0, 4756.0, 4775.0, 4816.0, 4755.0, 4795.0, 4784.0, 4756.0, 4805.0, 4755.0, 4786.0, 4826.0, 4777.0, 4796.0, 4747.0, 4788.0, 4828.0, 4769.0, 4819.0, 4759.0, 4791.0, 4839.0, 4786.0, 4813.0, 4758.0, 4778.0, 4818.0, 4768.0, 4808.0, 4757.0, 4779.0, 4828.0, 4768.0, 4807.0, 4757.0, 4769.0, 4828.0, 4756.0, 4807.0, 4756.0, 4778.0, 4827.0, 4767.0, 4796.0, 4756.0, 4766.0, 4827.0, 4766.0, 4797.0, 4797.0, 4756.0, 4805.0, 4758.0, 4791.0, 4817.0, 4756.0, 4796.0, 4753.0, 4765.0, 4815.0, 4754.0, 4796.0, 4826.0, 4767.0, 4797.0, 4827.0, 4767.0, 4796.0, 4773.0, 4754.0, 4805.0, 4744.0, 4775.0, 4814.0, 4744.0, 4785.0, 4792.0, 4755.0, 4804.0, 4754.0, 4776.0, 4815.0, 4756.0, 4797.0, 4817.0, 4767.0, 4799.0, 4806.0, 4758.0, 4806.0, 4756.0, 4767.0, 4816.0, 4746.0, 4787.0, 4817.0, 4767.0, 4788.0, 4817.0, 4757.0, 4797.0, 4827.0, 4767.0, 4797.0, 4744.0, 4757.0, 4808.0, 4747.0, 4779.0, 4817.0, 4778.0, 4799.0, 4828.0, 4770.0, 4814.0, 4831.0, 4770.0, 4811.0, 4778.0, 4771.0, 4818.0, 4779.0, 4799.0, 4830.0, 4791.0, 4811.0, 4770.0, 4782.0, 4830.0, 4771.0, 4811.0, 4820.0, 4771.0, 4811.0, 4758.0, 4769.0, 4821.0, 4757.0, 4778.0, 4818.0, 4768.0, 4788.0, 4829.0, 4757.0, 4785.0, 4745.0, 4769.0, 4816.0, 4756.0, 4788.0, 4804.0, 4766.0, 4805.0, 4756.0, 4801.0, 4829.0, 4776.0, 4798.0, 4806.0, 4768.0, 4818.0, 4758.0, 4799.0, 4828.0, 4767.0, 4807.0, 4787.0, 4757.0, 4806.0, 4754.0, 4774.0, 4815.0, 4764.0, 4784.0, 4781.0, 4754.0, 4803.0, 4753.0, 4785.0, 4849.0, 4767.0, 4793.0, 4742.0, 4755.0, 4814.0, 4755.0, 4786.0, 4827.0, 4767.0, 4797.0, 4764.0, 4757.0, 4805.0, 4744.0, 4766.0, 4815.0, 4756.0, 4787.0, 4824.0, 4758.0, 4797.0, 4774.0, 4757.0, 4804.0, 4735.0, 4766.0, 4816.0, 4765.0, 4787.0, 4766.0, 4770.0, 4816.0, 4758.0, 4790.0, 4830.0, 4771.0, 4810.0, 4831.0, 4781.0, 4810.0, 4799.0, 4772.0, 4819.0, 4772.0, 4813.0, 4772.0, 4794.0, 4812.0, 4785.0, 4854.0, 4784.0, 4824.0, 4855.0, 4783.0, 4811.0, 4760.0, 4781.0, 4830.0, 4769.0, 4790.0, 4816.0, 4759.0, 4808.0, 4758.0, 4789.0, 4831.0, 4778.0, 4797.0, 4746.0, 4768.0, 4817.0, 4778.0, 4788.0, 4745.0, 4767.0, 4827.0, 4769.0, 4789.0, 4777.0, 4769.0, 4818.0, 4758.0, 4779.0, 4827.0, 4767.0, 4808.0, 4755.0, 4768.0, 4818.0, 4747.0, 4787.0, 4827.0, 4756.0, 4796.0, 4754.0, 4767.0, 4816.0, 4755.0, 4796.0, 4793.0, 4754.0, 4795.0, 4744.0, 4786.0, 4816.0, 4764.0, 4784.0, 4744.0, 4766.0, 4805.0, 4764.0, 4795.0, 4764.0, 4757.0, 4815.0, 4755.0, 4797.0, 4795.0, 4770.0, 4818.0, 4757.0, 4787.0, 4806.0, 4768.0, 4828.0, 4779.0, 4788.0, 4758.0, 4804.0, 4809.0, 4771.0, 4830.0, 4767.0, 4789.0, 4831.0, 4768.0, 4798.0, 4776.0, 4758.0, 4807.0, 4757.0, 4787.0, 4764.0, 4767.0, 4818.0, 4776.0, 4798.0, 4746.0, 4757.0, 4817.0, 4746.0, 4787.0, 4785.0, 4755.0, 4805.0, 4755.0, 4776.0, 4818.0, 4754.0, 4784.0, 4732.0, 4754.0, 4804.0, 4754.0, 4784.0, 4742.0, 4765.0, 4812.0, 4766.0, 4794.0, 4756.0, 4787.0, 4796.0, 4769.0, 4806.0, 4757.0, 4799.0, 4798.0, 4769.0, 4819.0, 4769.0, 4799.0, 4757.0, 4767.0, 4818.0, 4767.0, 4788.0, 4746.0, 4758.0, 4817.0, 4756.0, 4788.0, 4766.0, 4768.0, 4807.0, 4758.0, 4799.0, 4828.0, 4772.0, 4819.0, 4759.0, 4779.0, 4828.0, 4769.0, 4797.0, 4758.0, 4790.0, 4828.0, 4780.0, 4810.0, 4758.0, 4778.0, 4818.0, 4769.0, 4789.0, 4747.0, 4759.0, 4817.0, 4758.0, 4788.0, 4777.0, 4759.0, 4808.0, 4758.0, 4790.0, 4819.0, 4769.0, 4789.0, 4757.0, 4768.0, 4809.0, 4757.0, 4778.0, 4818.0, 4758.0, 4797.0, 4756.0, 4767.0, 4818.0, 4770.0, 4810.0, 4759.0, 4771.0, 4831.0, 4759.0, 4791.0, 4829.0, 4770.0, 4810.0, 4767.0, 4759.0, 4820.0, 4758.0, 4787.0, 4817.0, 4757.0, 4795.0, 4756.0, 4778.0, 4817.0, 4778.0, 4810.0, 4756.0, 4792.0, 4819.0, 4769.0, 4815.0, 4770.0, 4809.0, 4758.0, 4789.0, 4787.0, 4759.0, 4807.0, 4758.0, 4777.0, 4796.0, 4757.0, 4804.0, 4746.0, 4787.0, 4826.0, 4757.0, 4796.0, 4745.0, 4767.0, 4815.0, 4766.0, 4785.0, 4745.0, 4758.0, 4816.0, 4758.0, 4788.0, 4777.0, 4770.0, 4819.0, 4771.0, 4811.0, 4802.0, 4792.0, 4761.0, 4783.0, 4831.0, 4792.0, 4835.0, 4813.0, 4785.0, 4835.0, 4773.0, 4783.0, 4833.0, 4770.0, 4790.0, 4833.0, 4768.0, 4786.0, 4775.0, 4766.0, 4817.0, 4755.0, 4785.0], 'WindowWidth': [10534.0, 10536.0, 10448.0, 10505.0, 10437.0, 10411.0, 10503.0, 10411.0, 10425.0, 10456.0, 10399.0, 10438.0, 10379.0, 10398.0, 10466.0, 10393.0, 10433.0, 10371.0, 10384.0, 10457.0, 10408.0, 10441.0, 10467.0, 10396.0, 10424.0, 10378.0, 10419.0, 10472.0, 10427.0, 10451.0, 10412.0, 10415.0, 10470.0, 10407.0, 10457.0, 10424.0, 10451.0, 10402.0, 10481.0, 10507.0, 10405.0, 10466.0, 10413.0, 10400.0, 10470.0, 10370.0, 10374.0, 10457.0, 10358.0, 10413.0, 10370.0, 10376.0, 10453.0, 10366.0, 10395.0, 10361.0, 10379.0, 10448.0, 10365.0, 10408.0, 10448.0, 10399.0, 10457.0, 10392.0, 10379.0, 10449.0, 10396.0, 10428.0, 10454.0, 10394.0, 10454.0, 10383.0, 10416.0, 10472.0, 10401.0, 10459.0, 10412.0, 10407.0, 10462.0, 10383.0, 10453.0, 10500.0, 10411.0, 10426.0, 10404.0, 10426.0, 10380.0, 10392.0, 10471.0, 10394.0, 10428.0, 10480.0, 10380.0, 10418.0, 10355.0, 10388.0, 10453.0, 10391.0, 10417.0, 10371.0, 10391.0, 10447.0, 10376.0, 10418.0, 10367.0, 10371.0, 10437.0, 10366.0, 10393.0, 10360.0, 10351.0, 10406.0, 10346.0, 10377.0, 10417.0, 10348.0, 10407.0, 10369.0, 10408.0, 10406.0, 10393.0, 10441.0, 10368.0, 10414.0, 10385.0, 10401.0, 10471.0, 10388.0, 10422.0, 10469.0, 10405.0, 10455.0, 10394.0, 10399.0, 10461.0, 10396.0, 10439.0, 10468.0, 10395.0, 10456.0, 10380.0, 10431.0, 10480.0, 10412.0, 10457.0, 10400.0, 10418.0, 10474.0, 10397.0, 10445.0, 10472.0, 10415.0, 10444.0, 10375.0, 10393.0, 10456.0, 10402.0, 10443.0, 10456.0, 10398.0, 10459.0, 10404.0, 10438.0, 10495.0, 10437.0, 10448.0, 10409.0, 10410.0, 10493.0, 10410.0, 10459.0, 10510.0, 10429.0, 10502.0, 10485.0, 10433.0, 10502.0, 10413.0, 10444.0, 10508.0, 10394.0, 10457.0, 10509.0, 10421.0, 10450.0, 10486.0, 10411.0, 10455.0, 10381.0, 10389.0, 10453.0, 10399.0, 10454.0, 10443.0, 10412.0, 10495.0, 10405.0, 10436.0, 10489.0, 10405.0, 10460.0, 10455.0, 10404.0, 10456.0, 10374.0, 10430.0, 10479.0, 10414.0, 10440.0, 10366.0, 10414.0, 10462.0, 10408.0, 10471.0, 10479.0, 10378.0, 10432.0, 10368.0, 10406.0, 10370.0, 10391.0, 10459.0, 10380.0, 10432.0, 10471.0, 10391.0, 10449.0, 10391.0, 10420.0, 10452.0, 10380.0, 10435.0, 10373.0, 10420.0, 10415.0, 10374.0, 10449.0, 10371.0, 10416.0, 10456.0, 10374.0, 10429.0, 10354.0, 10379.0, 10429.0, 10370.0, 10425.0, 10353.0, 10403.0, 10422.0, 10393.0, 10443.0, 10380.0, 10436.0, 10391.0, 10400.0, 10469.0, 10438.0, 10439.0, 10392.0, 10394.0, 10462.0, 10411.0, 10452.0, 10381.0, 10418.0, 10492.0, 10431.0, 10454.0, 10401.0, 10442.0, 10496.0, 10456.0, 10499.0, 10426.0, 10445.0, 10500.0, 10428.0, 10488.0, 10469.0, 10426.0, 10480.0, 10409.0, 10450.0, 10501.0, 10436.0, 10463.0, 10387.0, 10435.0, 10489.0, 10464.0, 10486.0, 10433.0, 10411.0, 10478.0, 10405.0, 10449.0, 10508.0, 10416.0, 10459.0, 10470.0, 10403.0, 10467.0, 10381.0, 10397.0, 10471.0, 10393.0, 10456.0, 10457.0, 10402.0, 10456.0, 10386.0, 10443.0, 10490.0, 10425.0, 10483.0, 10388.0, 10429.0, 10474.0, 10456.0, 10497.0, 10422.0, 10442.0, 10476.0, 10419.0, 10479.0, 10430.0, 10488.0, 10434.0, 10462.0, 10399.0, 10429.0, 10499.0, 10410.0, 10441.0, 10478.0, 10382.0, 10455.0, 10380.0, 10421.0, 10494.0, 10387.0, 10422.0, 10351.0, 10411.0, 10454.0, 10393.0, 10443.0, 10380.0, 10435.0, 10419.0, 10397.0, 10469.0, 10382.0, 10438.0, 10455.0, 10393.0, 10448.0, 10381.0, 10408.0, 10470.0, 10388.0, 10433.0, 10387.0, 10378.0, 10469.0, 10388.0, 10418.0, 10445.0, 10376.0, 10443.0, 10375.0, 10402.0, 10468.0, 10375.0, 10430.0, 10414.0, 10375.0, 10444.0, 10372.0, 10418.0, 10481.0, 10406.0, 10434.0, 10366.0, 10423.0, 10484.0, 10402.0, 10471.0, 10386.0, 10434.0, 10507.0, 10429.0, 10466.0, 10383.0, 10413.0, 10471.0, 10396.0, 10452.0, 10380.0, 10414.0, 10488.0, 10395.0, 10450.0, 10379.0, 10399.0, 10488.0, 10378.0, 10448.0, 10377.0, 10409.0, 10485.0, 10393.0, 10433.0, 10375.0, 10391.0, 10484.0, 10390.0, 10435.0, 10439.0, 10376.0, 10446.0, 10381.0, 10434.0, 10466.0, 10377.0, 10431.0, 10368.0, 10389.0, 10459.0, 10372.0, 10433.0, 10478.0, 10393.0, 10436.0, 10483.0, 10392.0, 10432.0, 10396.0, 10373.0, 10444.0, 10356.0, 10400.0, 10460.0, 10357.0, 10415.0, 10423.0, 10375.0, 10441.0, 10372.0, 10405.0, 10461.0, 10378.0, 10436.0, 10471.0, 10394.0, 10441.0, 10447.0, 10382.0, 10448.0, 10375.0, 10394.0, 10462.0, 10363.0, 10421.0, 10468.0, 10393.0, 10423.0, 10467.0, 10380.0, 10435.0, 10482.0, 10394.0, 10435.0, 10358.0, 10380.0, 10451.0, 10365.0, 10412.0, 10466.0, 10409.0, 10440.0, 10487.0, 10403.0, 10469.0, 10497.0, 10403.0, 10462.0, 10412.0, 10405.0, 10468.0, 10415.0, 10444.0, 10491.0, 10432.0, 10462.0, 10401.0, 10421.0, 10491.0, 10407.0, 10462.0, 10476.0, 10404.0, 10462.0, 10383.0, 10399.0, 10481.0, 10380.0, 10410.0, 10473.0, 10397.0, 10425.0, 10495.0, 10380.0, 10416.0, 10361.0, 10400.0, 10465.0, 10378.0, 10423.0, 10443.0, 10390.0, 10444.0, 10378.0, 10448.0, 10488.0, 10407.0, 10437.0, 10448.0, 10398.0, 10467.0, 10383.0, 10441.0, 10488.0, 10395.0, 10451.0, 10420.0, 10379.0, 10450.0, 10369.0, 10399.0, 10473.0, 10385.0, 10414.0, 10402.0, 10369.0, 10439.0, 10366.0, 10416.0, 10514.0, 10395.0, 10426.0, 10351.0, 10372.0, 10456.0, 10373.0, 10418.0, 10485.0, 10395.0, 10436.0, 10385.0, 10378.0, 10444.0, 10357.0, 10390.0, 10462.0, 10376.0, 10420.0, 10474.0, 10381.0, 10436.0, 10400.0, 10380.0, 10443.0, 10346.0, 10392.0, 10462.0, 10390.0, 10422.0, 10391.0, 10401.0, 10463.0, 10383.0, 10430.0, 10491.0, 10406.0, 10459.0, 10496.0, 10420.0, 10460.0, 10443.0, 10408.0, 10470.0, 10409.0, 10467.0, 10408.0, 10441.0, 10464.0, 10431.0, 10531.0, 10427.0, 10484.0, 10546.0, 10424.0, 10463.0, 10388.0, 10417.0, 10493.0, 10398.0, 10429.0, 10462.0, 10385.0, 10455.0, 10381.0, 10426.0, 10503.0, 10410.0, 10435.0, 10361.0, 10396.0, 10465.0, 10410.0, 10424.0, 10361.0, 10397.0, 10482.0, 10399.0, 10427.0, 10406.0, 10398.0, 10466.0, 10380.0, 10413.0, 10484.0, 10394.0, 10451.0, 10375.0, 10394.0, 10472.0, 10366.0, 10421.0, 10486.0, 10377.0, 10433.0, 10371.0, 10393.0, 10467.0, 10374.0, 10431.0, 10429.0, 10372.0, 10429.0, 10356.0, 10416.0, 10467.0, 10385.0, 10412.0, 10355.0, 10390.0, 10445.0, 10386.0, 10430.0, 10386.0, 10380.0, 10463.0, 10375.0, 10434.0, 10429.0, 10401.0, 10467.0, 10378.0, 10420.0, 10448.0, 10396.0, 10485.0, 10412.0, 10423.0, 10380.0, 10455.0, 10453.0, 10404.0, 10489.0, 10392.0, 10425.0, 10500.0, 10396.0, 10438.0, 10405.0, 10381.0, 10453.0, 10378.0, 10421.0, 10386.0, 10392.0, 10470.0, 10405.0, 10436.0, 10362.0, 10379.0, 10466.0, 10361.0, 10418.0, 10415.0, 10372.0, 10444.0, 10370.0, 10403.0, 10481.0, 10369.0, 10410.0, 10337.0, 10367.0, 10443.0, 10368.0, 10410.0, 10350.0, 10385.0, 10453.0, 10388.0, 10426.0, 10375.0, 10421.0, 10432.0, 10398.0, 10450.0, 10380.0, 10439.0, 10437.0, 10399.0, 10472.0, 10399.0, 10440.0, 10379.0, 10394.0, 10472.0, 10393.0, 10423.0, 10362.0, 10380.0, 10465.0, 10377.0, 10422.0, 10389.0, 10394.0, 10449.0, 10379.0, 10439.0, 10484.0, 10404.0, 10469.0, 10382.0, 10411.0, 10485.0, 10398.0, 10435.0, 10382.0, 10427.0, 10486.0, 10415.0, 10457.0, 10381.0, 10410.0, 10470.0, 10397.0, 10426.0, 10365.0, 10383.0, 10465.0, 10380.0, 10422.0, 10404.0, 10383.0, 10451.0, 10381.0, 10427.0, 10474.0, 10398.0, 10427.0, 10378.0, 10395.0, 10454.0, 10377.0, 10409.0, 10472.0, 10380.0, 10434.0, 10375.0, 10394.0, 10466.0, 10400.0, 10455.0, 10383.0, 10402.0, 10489.0, 10385.0, 10431.0, 10490.0, 10399.0, 10457.0, 10393.0, 10383.0, 10475.0, 10379.0, 10420.0, 10469.0, 10378.0, 10429.0, 10374.0, 10408.0, 10468.0, 10410.0, 10459.0, 10377.0, 10435.0, 10471.0, 10397.0, 10459.0, 10401.0, 10456.0, 10382.0, 10425.0, 10420.0, 10382.0, 10451.0, 10379.0, 10407.0, 10432.0, 10377.0, 10439.0, 10360.0, 10418.0, 10478.0, 10378.0, 10431.0, 10358.0, 10392.0, 10458.0, 10389.0, 10416.0, 10358.0, 10381.0, 10463.0, 10380.0, 10422.0, 10406.0, 10400.0, 10468.0, 10402.0, 10458.0, 10447.0, 10435.0, 10388.0, 10423.0, 10488.0, 10437.0, 10501.0, 10465.0, 10428.0, 10506.0, 10407.0, 10422.0, 10510.0, 10402.0, 10429.0, 10513.0, 10393.0, 10420.0, 10397.0, 10387.0, 10470.0, 10371.0, 10413.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.0011825602755453502</td></tr>
<tr><td colspan=3>aqi</td><td>0.0302902858783008</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.11260727212649</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1788941627586216</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.964257571252873</td></tr>
<tr><td colspan=3>efc</td><td>0.5359</td></tr>
<tr><td colspan=3>fber</td><td>2674.0723</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08645337968026885</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.788748564867968</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6697387507455232</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5583328480955005</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9300649301418082</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5208184739992623</td></tr>
<tr><td colspan=3>gcor</td><td>0.00663825</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011117970570921898</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02780076675117016</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.845007061248443</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.0104</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>82.8793</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>313.1739</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>79.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288275.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1559.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>555.0001</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2846</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.8421</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3848.6395</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1060.8503</td></tr>
<tr><td colspan=3>tsnr</td><td>33.72926314431243</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>