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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-01/func/sub-0088_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5c379c520cc0764002b9ce69f73b754a</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:08:45.540000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998523, -0.0468866, 0.0274424, 0.0411523, 0.982554, 0.181368]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0813004</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7817, -7194, 538, -40, -232, -26, 81]</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>251.173</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0c11db8a-2708-47f0-8083-4a6a4e0bc8c3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678964614868164, 0.11040852218866348, 0.09576195478439331, 107.46157836914062], [0.1257934421300888, 2.636120557785034, 0.48592016100883484, -89.93579864501953], [0.07362604886293411, -0.4865959882736206, 2.6541874408721924, -55.258121490478516], [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': ['090845.540000', '090846.000000', '090846.460000', '090846.920000', '090847.380000', '090847.840000', '090848.300000', '090848.760000', '090849.220000', '090849.680000', '090850.140000', '090850.600000', '090851.060000', '090851.520000', '090851.980000', '090852.440000', '090852.900000', '090853.360000', '090853.820000', '090854.280000', '090854.740000', '090855.200000', '090855.660000', '090856.120000', '090856.580000', '090857.040000', '090857.500000', '090857.960000', '090858.420000', '090858.880000', '090859.340000', '090859.800000', '090900.260000', '090900.720000', '090901.180000', '090901.640000', '090902.100000', '090902.560000', '090903.020000', '090903.480000', '090903.940000', '090904.400000', '090904.860000', '090905.320000', '090905.780000', '090906.240000', '090906.700000', '090907.160000', '090907.620000', '090908.080000', '090908.540000', '090909.000000', '090909.460000', '090909.920000', '090910.380000', '090910.840000', '090911.300000', '090911.760000', '090912.220000', '090912.680000', '090913.140000', '090913.600000', '090914.060000', '090914.520000', '090914.980000', '090915.440000', '090915.900000', '090916.360000', '090916.820000', '090917.280000', '090917.740000', '090918.200000', '090918.660000', '090919.120000', '090919.580000', '090920.040000', '090920.500000', '090920.960000', '090921.420000', '090921.880000', '090922.340000', '090922.800000', '090923.260000', '090923.720000', '090924.180000', '090924.640000', '090925.100000', '090925.560000', '090926.020000', '090926.480000', '090926.940000', '090927.400000', '090927.860000', '090928.320000', '090928.780000', '090929.240000', '090929.700000', '090930.160000', '090930.620000', '090931.080000', '090931.540000', '090932.000000', '090932.460000', '090932.920000', '090933.380000', '090933.840000', '090934.300000', '090934.760000', '090935.220000', '090935.680000', '090936.140000', '090936.600000', '090937.060000', '090937.520000', '090937.980000', '090938.440000', '090938.900000', '090939.360000', '090939.820000', '090940.280000', '090940.740000', '090941.200000', '090941.660000', '090942.120000', '090942.580000', '090943.040000', '090943.500000', '090943.960000', '090944.420000', '090944.880000', '090945.340000', '090945.800000', '090946.260000', '090946.720000', '090947.180000', '090947.640000', '090948.100000', '090948.560000', '090949.020000', '090949.480000', '090949.940000', '090950.400000', '090950.860000', '090951.320000', '090951.780000', '090952.240000', '090952.700000', '090953.160000', '090953.620000', '090954.080000', '090954.540000', '090955.000000', '090955.460000', '090955.920000', '090956.380000', '090956.840000', '090957.300000', '090957.760000', '090958.220000', '090958.680000', '090959.140000', '090959.600000', '091000.060000', '091000.520000', '091000.980000', '091001.440000', '091001.900000', '091002.360000', '091002.820000', '091003.280000', '091003.740000', '091004.200000', '091004.660000', '091005.120000', '091005.580000', '091006.040000', '091006.500000', '091006.960000', '091007.420000', '091007.880000', '091008.340000', '091008.800000', '091009.260000', '091009.720000', '091010.180000', '091010.640000', '091011.100000', '091011.560000', '091012.020000', '091012.480000', '091012.940000', '091013.400000', '091013.860000', '091014.320000', '091014.780000', '091015.240000', '091015.700000', '091016.160000', '091016.620000', '091017.080000', '091017.540000', '091018.000000', '091018.460000', '091018.920000', '091019.380000', '091019.840000', '091020.300000', '091020.760000', '091021.220000', '091021.680000', '091022.140000', '091022.600000', '091023.060000', '091023.520000', '091023.980000', '091024.440000', '091024.900000', '091025.360000', '091025.820000', '091026.280000', '091026.740000', '091027.200000', '091027.660000', '091028.120000', '091028.580000', '091029.040000', '091029.500000', '091029.960000', '091030.420000', '091030.880000', '091031.340000', '091031.800000', '091032.260000', '091032.720000', '091033.180000', '091033.640000', '091034.100000', '091034.560000', '091035.020000', '091035.480000', '091035.940000', '091036.400000', '091036.860000', '091037.320000', '091037.780000', '091038.240000', '091038.700000', '091039.160000', '091039.620000', '091040.080000', '091040.540000', '091041.000000', '091041.460000', '091041.920000', '091042.380000', '091042.840000', '091043.300000', '091043.760000', '091044.220000', '091044.680000', '091045.140000', '091045.600000', '091046.060000', '091046.520000', '091046.980000', '091047.440000', '091047.900000', '091048.360000', '091048.820000', '091049.280000', '091049.740000', '091050.200000', '091050.660000', '091051.120000', '091051.580000', '091052.040000', '091052.500000', '091052.960000', '091053.420000', '091053.880000', '091054.340000', '091054.800000', '091055.260000', '091055.720000', '091056.180000', '091056.640000', '091057.100000', '091057.560000', '091058.020000', '091058.480000', '091058.940000', '091059.400000', '091059.860000', '091100.320000', '091100.780000', '091101.240000', '091101.700000', '091102.160000', '091102.620000', '091103.080000', '091103.540000', '091104.000000', '091104.460000', '091104.920000', '091105.380000', '091105.840000', '091106.300000', '091106.760000', '091107.220000', '091107.680000', '091108.140000', '091108.600000', '091109.060000', '091109.520000', '091109.980000', '091110.440000', '091110.900000', '091111.360000', '091111.820000', '091112.280000', '091112.740000', '091113.200000', '091113.660000', '091114.120000', '091114.580000', '091115.040000', '091115.500000', '091115.960000', '091116.420000', '091116.880000', '091117.340000', '091117.800000', '091118.260000', '091118.720000', '091119.180000', '091119.640000', '091120.100000', '091120.560000', '091121.020000', '091121.480000', '091121.940000', '091122.400000', '091122.860000', '091123.320000', '091123.780000', '091124.240000', '091124.700000', '091125.160000', '091125.620000', '091126.080000', '091126.540000', '091127.000000', '091127.460000', '091127.920000', '091128.380000', '091128.840000', '091129.300000', '091129.760000', '091130.220000', '091130.680000', '091131.140000', '091131.600000', '091132.060000', '091132.520000', '091132.980000', '091133.440000', '091133.900000', '091134.360000', '091134.820000', '091135.280000', '091135.740000', '091136.200000', '091136.660000', '091137.120000', '091137.580000', '091138.040000', '091138.500000', '091138.960000', '091139.420000', '091139.880000', '091140.340000', '091140.800000', '091141.260000', '091141.720000', '091142.180000', '091142.640000', '091143.100000', '091143.560000', '091144.020000', '091144.480000', '091144.940000', '091145.400000', '091145.860000', '091146.320000', '091146.780000', '091147.240000', '091147.700000', '091148.160000', '091148.620000', '091149.080000', '091149.540000', '091150.000000', '091150.460000', '091150.920000', '091151.380000', '091151.840000', '091152.300000', '091152.760000', '091153.220000', '091153.680000', '091154.140000', '091154.600000', '091155.060000', '091155.520000', '091155.980000', '091156.440000', '091156.900000', '091157.360000', '091157.820000', '091158.280000', '091158.740000', '091159.200000', '091159.660000', '091200.120000', '091200.580000', '091201.040000', '091201.500000', '091201.960000', '091202.420000', '091202.880000', '091203.340000', '091203.800000', '091204.260000', '091204.720000', '091205.180000', '091205.640000', '091206.100000', '091206.560000', '091207.020000', '091207.480000', '091207.940000', '091208.400000', '091208.860000', '091209.320000', '091209.780000', '091210.240000', '091210.700000', '091211.160000', '091211.620000', '091212.080000', '091212.540000', '091213.000000', '091213.460000', '091213.920000', '091214.380000', '091214.840000', '091215.300000', '091215.760000', '091216.220000', '091216.680000', '091217.140000', '091217.600000', '091218.060000', '091218.520000', '091218.980000', '091219.440000', '091219.900000', '091220.360000', '091220.820000', '091221.280000', '091221.740000', '091222.200000', '091222.660000', '091223.120000', '091223.580000', '091224.040000', '091224.500000', '091224.960000', '091225.420000', '091225.880000', '091226.340000', '091226.800000', '091227.260000', '091227.720000', '091228.180000', '091228.640000', '091229.100000', '091229.560000', '091230.020000', '091230.480000', '091230.940000', '091231.400000', '091231.860000', '091232.320000', '091232.780000', '091233.240000', '091233.700000', '091234.160000', '091234.620000', '091235.080000', '091235.540000', '091236.000000', '091236.460000', '091236.920000', '091237.380000', '091237.840000', '091238.300000', '091238.760000', '091239.220000', '091239.680000', '091240.140000', '091240.600000', '091241.060000', '091241.520000', '091241.980000', '091242.440000', '091242.900000', '091243.360000', '091243.820000', '091244.280000', '091244.740000', '091245.200000', '091245.660000', '091246.120000', '091246.580000', '091247.040000', '091247.500000', '091247.960000', '091248.420000', '091248.880000', '091249.340000', '091249.800000', '091250.260000', '091250.720000', '091251.180000', '091251.640000', '091252.100000', '091252.560000', '091253.020000', '091253.480000', '091253.940000', '091254.400000', '091254.860000', '091255.320000', '091255.780000', '091256.240000', '091256.700000', '091257.160000', '091257.620000', '091258.080000', '091258.540000', '091259.000000', '091259.460000', '091259.920000', '091300.380000', '091300.840000', '091301.300000', '091301.760000', '091302.220000', '091302.680000', '091303.140000', '091303.600000', '091304.060000', '091304.520000', '091304.980000', '091305.440000', '091305.900000', '091306.360000', '091306.820000', '091307.280000', '091307.740000', '091308.200000', '091308.660000', '091309.120000', '091309.580000', '091310.040000', '091310.500000', '091310.960000', '091311.420000', '091311.880000', '091312.340000', '091312.800000', '091313.260000', '091313.720000', '091314.180000', '091314.640000', '091315.100000', '091315.560000', '091316.020000', '091316.480000', '091316.940000', '091317.400000', '091317.860000', '091318.320000', '091318.780000', '091319.240000', '091319.700000', '091320.160000', '091320.620000', '091321.080000', '091321.540000', '091322.000000', '091322.460000', '091322.920000', '091323.380000', '091323.840000', '091324.300000', '091324.760000', '091325.220000', '091325.680000', '091326.140000', '091326.600000', '091327.060000', '091327.520000', '091327.980000', '091328.440000', '091328.900000', '091329.360000', '091329.820000', '091330.280000', '091330.740000', '091331.200000', '091331.660000', '091332.120000', '091332.580000', '091333.040000', '091333.500000', '091333.960000', '091334.420000', '091334.880000', '091335.340000', '091335.800000', '091336.260000', '091336.720000', '091337.180000', '091337.640000', '091338.100000', '091338.560000', '091339.020000', '091339.480000', '091339.940000', '091340.400000', '091340.860000', '091341.320000', '091341.780000', '091342.240000', '091342.700000', '091343.160000', '091343.620000', '091344.080000', '091344.540000', '091345.000000', '091345.460000', '091345.920000', '091346.380000', '091346.840000', '091347.300000', '091347.760000', '091348.220000', '091348.680000', '091349.140000', '091349.600000', '091350.060000', '091350.520000', '091350.980000', '091351.440000', '091351.900000', '091352.360000', '091352.820000', '091353.280000', '091353.740000', '091354.200000', '091354.660000', '091355.120000', '091355.580000', '091356.040000', '091356.500000', '091356.960000', '091357.420000', '091357.880000', '091358.340000', '091358.800000', '091359.260000', '091359.720000', '091400.180000', '091400.640000', '091401.100000', '091401.560000', '091402.020000', '091402.480000', '091402.940000', '091403.400000', '091403.860000', '091404.320000', '091404.780000', '091405.240000', '091405.700000', '091406.160000', '091406.620000', '091407.080000', '091407.540000', '091408.000000', '091408.460000', '091408.920000', '091409.380000', '091409.840000', '091410.300000', '091410.760000', '091411.220000', '091411.680000', '091412.140000', '091412.600000', '091413.060000', '091413.520000', '091413.980000', '091414.440000', '091414.900000', '091415.360000', '091415.820000', '091416.280000', '091416.740000', '091417.200000', '091417.660000', '091418.120000', '091418.580000', '091419.040000', '091419.500000', '091419.960000', '091420.420000', '091420.880000', '091421.340000', '091421.800000', '091422.260000', '091422.720000', '091423.180000', '091423.640000', '091424.100000', '091424.560000', '091425.020000', '091425.480000', '091425.940000', '091426.400000', '091426.860000', '091427.320000', '091427.780000', '091428.240000', '091428.700000', '091429.160000', '091429.620000', '091430.080000', '091430.540000', '091431.000000', '091431.460000', '091431.920000', '091432.380000', '091432.840000', '091433.300000', '091433.760000', '091434.220000', '091434.680000', '091435.140000', '091435.600000', '091436.060000', '091436.520000', '091436.980000', '091437.440000', '091437.900000', '091438.360000', '091438.820000', '091439.280000', '091439.740000', '091440.200000', '091440.660000', '091441.120000', '091441.580000', '091442.040000', '091442.500000', '091442.960000', '091443.420000', '091443.880000', '091444.340000', '091444.800000', '091445.260000', '091445.720000', '091446.180000', '091446.640000', '091447.100000', '091447.560000', '091448.020000', '091448.480000', '091448.940000', '091449.400000', '091449.860000', '091450.320000', '091450.780000', '091451.240000', '091451.700000', '091452.160000', '091452.620000', '091453.080000', '091453.540000', '091454.000000', '091454.460000', '091454.920000', '091455.380000', '091455.840000', '091456.300000', '091456.760000', '091457.220000', '091457.680000', '091458.140000', '091458.600000', '091459.060000', '091459.520000', '091459.980000', '091500.440000', '091500.900000', '091501.360000', '091501.820000', '091502.280000', '091502.740000', '091503.200000', '091503.660000', '091504.120000', '091504.580000', '091505.040000', '091505.500000', '091505.960000', '091506.420000', '091506.880000', '091507.340000', '091507.800000', '091508.260000', '091508.720000', '091509.180000', '091509.640000', '091510.100000', '091510.560000', '091511.020000', '091511.480000', '091511.940000', '091512.400000', '091512.860000', '091513.320000', '091513.780000', '091514.240000', '091514.700000', '091515.160000', '091515.620000', '091516.080000', '091516.540000', '091517.000000', '091517.460000', '091517.920000', '091518.380000', '091518.840000', '091519.300000', '091519.760000', '091520.220000', '091520.680000', '091521.140000', '091521.600000', '091522.060000', '091522.520000', '091522.980000', '091523.440000', '091523.900000', '091524.360000', '091524.820000', '091525.280000', '091525.740000', '091526.200000'], 'ContentTime': ['090905.454000', '090905.457000', '090905.460000', '090905.463000', '090905.465000', '090905.468000', '090905.470000', '090905.473000', '090905.476000', '090905.478000', '090905.488000', '090905.491000', '090905.494000', '090905.496000', '090905.499000', '090905.502000', '090905.504000', '090905.507000', '090905.509000', '090905.512000', '090905.515000', '090905.518000', '090905.520000', '090905.523000', '090905.525000', '090905.528000', '090905.536000', '090905.539000', '090905.542000', '090905.544000', '090905.547000', '090905.550000', '090905.552000', '090905.555000', '090905.557000', '090905.560000', '090905.562000', '090905.565000', '090905.568000', '090905.572000', '090905.574000', '090925.417000', '090925.421000', '090925.424000', '090925.426000', '090925.429000', '090925.431000', '090925.434000', '090925.437000', '090925.439000', '090925.442000', '090925.444000', '090925.447000', '090925.449000', '090925.457000', '090925.460000', '090925.462000', '090925.465000', '090925.468000', '090925.470000', '090925.473000', '090925.475000', '090925.478000', '090925.481000', '090925.483000', '090925.486000', '090925.489000', '090925.491000', '090925.494000', '090925.496000', '090925.499000', '090925.501000', '090925.504000', '090925.507000', '090925.509000', '090925.512000', '090925.518000', '090925.521000', '090925.523000', '090925.526000', '090925.529000', '090925.531000', '090925.534000', '090925.536000', '090925.539000', '090945.418000', '090945.420000', '090945.423000', '090945.426000', '090945.429000', '090945.431000', '090945.434000', '090945.436000', '090945.439000', '090945.442000', '090945.444000', '090945.447000', '090945.449000', '090945.463000', '090945.465000', '090945.468000', '090945.471000', '090945.473000', '090945.476000', '090945.479000', '090945.481000', '090945.484000', '090945.486000', '090945.489000', '090945.491000', '090945.494000', '090945.496000', '090945.499000', '090945.502000', '090945.504000', '090945.507000', '090945.510000', '090945.512000', '090945.515000', '090945.517000', '090945.520000', '090945.523000', '090945.525000', '090945.528000', '090945.531000', '090945.533000', '090945.536000', '090945.538000', '091005.418000', '091005.420000', '091005.423000', '091005.426000', '091005.428000', '091005.431000', '091005.434000', '091005.436000', '091005.439000', '091005.441000', '091005.444000', '091005.447000', '091005.450000', '091005.452000', '091005.455000', '091005.457000', '091005.460000', '091005.463000', '091005.465000', '091005.468000', '091005.470000', '091005.473000', '091005.476000', '091005.478000', '091005.481000', '091005.484000', '091005.493000', '091005.495000', '091005.498000', '091005.501000', '091005.503000', '091005.506000', '091005.509000', '091005.511000', '091005.514000', '091005.517000', '091005.519000', '091005.522000', '091005.524000', '091005.527000', '091005.530000', '091005.532000', '091005.535000', '091005.537000', '091025.418000', '091025.420000', '091025.423000', '091025.426000', '091025.428000', '091025.431000', '091025.433000', '091025.436000', '091025.438000', '091025.441000', '091025.443000', '091025.446000', '091025.448000', '091025.451000', '091025.454000', '091025.456000', '091025.459000', '091025.461000', '091025.464000', '091025.466000', '091025.469000', '091025.471000', '091025.474000', '091025.477000', '091025.479000', '091025.482000', '091025.485000', '091025.487000', '091025.490000', '091025.492000', '091025.495000', '091025.498000', '091025.500000', '091025.503000', '091025.506000', '091025.508000', '091025.511000', '091025.513000', '091025.516000', '091025.519000', '091025.521000', '091025.524000', '091025.527000', '091045.418000', '091045.420000', '091045.423000', '091045.426000', '091045.428000', '091045.431000', '091045.434000', '091045.436000', '091045.439000', '091045.441000', '091045.444000', '091045.447000', '091045.449000', '091045.452000', '091045.454000', '091045.457000', '091045.460000', '091045.462000', '091045.465000', '091045.468000', '091045.470000', '091045.473000', '091045.475000', '091045.478000', '091045.481000', '091045.483000', '091045.486000', '091045.489000', '091045.491000', '091045.494000', '091045.496000', '091045.499000', '091045.502000', '091045.504000', '091045.507000', '091045.510000', '091045.512000', '091045.515000', '091045.517000', '091045.520000', '091045.523000', '091045.525000', '091045.528000', '091045.530000', '091105.417000', '091105.420000', '091105.422000', '091105.425000', '091105.427000', '091105.430000', '091105.433000', '091105.435000', '091105.438000', '091105.441000', '091105.444000', '091105.446000', '091105.449000', '091105.451000', '091105.454000', '091105.457000', '091105.459000', '091105.462000', '091105.464000', '091105.467000', '091105.470000', '091105.472000', '091105.475000', '091105.478000', '091105.480000', '091105.483000', '091105.486000', '091105.488000', '091105.491000', '091105.493000', '091105.496000', '091105.498000', '091105.501000', '091105.504000', '091105.506000', '091105.509000', '091105.511000', '091105.514000', '091105.516000', '091105.519000', '091105.522000', '091105.524000', '091105.527000', '091125.416000', '091125.419000', '091125.431000', '091125.433000', '091125.436000', '091125.439000', '091125.441000', '091125.444000', '091125.447000', '091125.462000', '091125.465000', '091125.468000', '091125.471000', '091125.473000', '091125.476000', '091125.479000', '091125.482000', '091125.485000', '091125.488000', '091125.490000', '091125.493000', '091125.495000', '091125.498000', '091125.501000', '091125.503000', '091125.506000', '091125.509000', '091125.511000', '091125.514000', '091125.516000', '091125.519000', '091125.522000', '091125.524000', '091125.527000', '091125.530000', '091125.532000', '091125.535000', '091125.537000', '091125.540000', '091125.543000', '091125.545000', '091125.548000', '091125.551000', '091145.417000', '091145.421000', '091145.423000', '091145.426000', '091145.428000', '091145.431000', '091145.434000', '091145.436000', '091145.439000', '091145.442000', '091145.444000', '091145.447000', '091145.449000', '091145.452000', '091145.455000', '091145.457000', '091145.460000', '091145.462000', '091145.465000', '091145.467000', '091145.470000', '091145.473000', '091145.475000', '091145.478000', '091145.481000', '091145.483000', '091145.486000', '091145.488000', '091145.491000', '091145.494000', '091145.496000', '091145.499000', '091145.502000', '091145.504000', '091145.507000', '091145.509000', '091145.512000', '091145.515000', '091145.517000', '091145.520000', '091145.522000', '091145.525000', '091145.528000', '091145.530000', '091205.417000', '091205.420000', '091205.423000', '091205.426000', '091205.428000', '091205.431000', '091205.434000', '091205.436000', '091205.439000', '091205.442000', '091205.444000', '091205.447000', '091205.449000', '091205.452000', '091205.455000', '091205.457000', '091205.460000', '091205.463000', '091205.465000', '091205.468000', '091205.477000', '091205.479000', '091205.482000', '091205.485000', '091205.487000', '091205.490000', '091205.493000', '091205.495000', '091205.498000', '091205.500000', '091205.503000', '091205.506000', '091205.508000', '091205.511000', '091205.514000', '091205.516000', '091205.519000', '091205.522000', '091205.524000', '091205.527000', '091205.529000', '091205.532000', '091205.535000', '091225.418000', '091225.421000', '091225.423000', '091225.426000', '091225.429000', '091225.431000', '091225.434000', '091225.436000', '091225.439000', '091225.442000', '091225.444000', '091225.447000', '091225.450000', '091225.452000', '091225.455000', '091225.457000', '091225.460000', '091225.463000', '091225.465000', '091225.468000', '091225.470000', '091225.473000', '091225.483000', '091225.485000', '091225.488000', '091225.490000', '091225.493000', '091225.495000', '091225.498000', '091225.500000', '091225.503000', '091225.506000', '091225.508000', '091225.511000', '091225.513000', '091225.516000', '091225.519000', '091225.521000', '091225.524000', '091225.526000', '091225.529000', '091225.532000', '091225.534000', '091225.537000', '091245.417000', '091245.420000', '091245.423000', '091245.426000', '091245.428000', '091245.431000', '091245.434000', '091245.436000', '091245.439000', '091245.442000', '091245.444000', '091245.447000', '091245.450000', '091245.452000', '091245.455000', '091245.457000', '091245.460000', '091245.463000', '091245.465000', '091245.469000', '091245.472000', '091245.475000', '091245.478000', '091245.480000', '091245.483000', '091245.486000', '091245.489000', '091245.491000', '091245.494000', '091245.496000', '091245.509000', '091245.511000', '091245.514000', '091245.516000', '091245.530000', '091245.532000', '091245.535000', '091245.537000', '091245.540000', '091245.543000', '091245.545000', '091245.548000', '091245.550000', '091305.418000', '091305.421000', '091305.423000', '091305.426000', '091305.437000', '091305.440000', '091305.443000', '091305.446000', '091305.449000', '091305.451000', '091305.454000', '091305.457000', '091305.459000', '091305.462000', '091305.465000', '091305.467000', '091305.470000', '091305.473000', '091305.475000', '091305.478000', '091305.481000', '091305.483000', '091305.486000', '091305.489000', '091305.491000', '091305.494000', '091305.496000', '091305.499000', '091305.502000', '091305.504000', '091305.507000', '091305.510000', '091305.512000', '091305.515000', '091305.518000', '091305.520000', '091305.523000', '091305.525000', '091305.528000', '091305.531000', '091305.533000', '091305.536000', '091305.538000', '091305.541000', '091325.417000', '091325.420000', '091325.422000', '091325.425000', '091325.427000', '091325.430000', '091325.433000', '091325.435000', '091325.438000', '091325.441000', '091325.443000', '091325.446000', '091325.448000', '091325.451000', '091325.454000', '091325.456000', '091325.461000', '091325.464000', '091325.466000', '091325.469000', '091325.472000', '091325.474000', '091325.477000', '091325.479000', '091325.482000', '091325.485000', '091325.487000', '091325.490000', '091325.493000', '091325.495000', '091325.498000', '091325.500000', '091325.503000', '091325.506000', '091325.508000', '091325.511000', '091325.514000', '091325.516000', '091325.519000', '091325.522000', '091325.524000', '091325.527000', '091325.530000', '091345.417000', '091345.419000', '091345.422000', '091345.425000', '091345.427000', '091345.430000', '091345.433000', '091345.435000', '091345.438000', '091345.441000', '091345.443000', '091345.446000', '091345.449000', '091345.457000', '091345.460000', '091345.462000', '091345.465000', '091345.468000', '091345.470000', '091345.473000', '091345.475000', '091345.478000', '091345.481000', '091345.484000', '091345.486000', '091345.489000', '091345.491000', '091345.494000', '091345.497000', '091345.499000', '091345.502000', '091345.505000', '091345.507000', '091345.511000', '091345.513000', '091345.516000', '091345.519000', '091345.521000', '091345.524000', '091345.527000', '091345.529000', '091345.532000', '091345.535000', '091345.537000', '091405.418000', '091405.420000', '091405.423000', '091405.426000', '091405.428000', '091405.431000', '091405.434000', '091405.436000', '091405.446000', '091405.448000', '091405.451000', '091405.454000', '091405.456000', '091405.459000', '091405.462000', '091405.465000', '091405.468000', '091405.470000', '091405.473000', '091405.475000', '091405.478000', '091405.481000', '091405.483000', '091405.486000', '091405.489000', '091405.491000', '091405.494000', '091405.496000', '091405.499000', '091405.502000', '091405.504000', '091405.507000', '091405.510000', '091405.512000', '091405.515000', '091405.518000', '091405.521000', '091405.523000', '091405.526000', '091405.529000', '091405.531000', '091405.534000', '091405.536000', '091425.418000', '091425.430000', '091425.433000', '091425.435000', '091425.438000', '091425.441000', '091425.443000', '091425.446000', '091425.448000', '091425.451000', '091425.454000', '091425.457000', '091425.459000', '091425.462000', '091425.465000', '091425.467000', '091425.470000', '091425.473000', '091425.475000', '091425.478000', '091425.480000', '091425.483000', '091425.486000', '091425.488000', '091425.491000', '091425.494000', '091425.496000', '091425.499000', '091425.501000', '091425.504000', '091425.507000', '091425.509000', '091425.512000', '091425.515000', '091425.517000', '091425.520000', '091425.522000', '091425.525000', '091425.528000', '091425.530000', '091425.533000', '091425.536000', '091425.538000', '091425.541000', '091445.418000', '091445.421000', '091445.423000', '091445.426000', '091445.429000', '091445.431000', '091445.434000', '091445.437000', '091445.439000', '091445.442000', '091445.444000', '091445.447000', '091445.450000', '091445.452000', '091445.455000', '091445.458000', '091445.460000', '091445.463000', '091445.466000', '091445.468000', '091445.471000', '091445.473000', '091445.476000', '091445.479000', '091445.481000', '091445.484000', '091445.487000', '091445.490000', '091445.492000', '091445.495000', '091445.498000', '091445.500000', '091445.503000', '091445.506000', '091445.508000', '091445.511000', '091445.514000', '091445.517000', '091445.519000', '091445.522000', '091445.524000', '091445.527000', '091445.530000', '091505.418000', '091505.421000', '091505.423000', '091505.426000', '091505.430000', '091505.442000', '091505.444000', '091505.447000', '091505.450000', '091505.452000', '091505.455000', '091505.457000', '091505.460000', '091505.463000', '091505.466000', '091505.468000', '091505.471000', '091505.474000', '091505.476000', '091505.479000', '091505.481000', '091505.484000', '091505.487000', '091505.489000', '091505.492000', '091505.495000', '091505.497000', '091505.500000', '091505.503000', '091505.505000', '091505.508000', '091505.511000', '091505.513000', '091505.516000', '091505.519000', '091505.521000', '091505.524000', '091505.526000', '091505.529000', '091505.532000', '091505.534000', '091505.537000', '091505.540000', '091505.542000', '091525.418000', '091525.420000', '091525.423000', '091525.426000', '091525.428000', '091525.431000', '091525.434000', '091525.436000', '091525.439000', '091525.442000', '091525.444000', '091525.447000', '091525.449000', '091525.452000', '091525.455000', '091525.458000', '091525.460000', '091525.463000', '091525.466000', '091525.468000', '091525.471000', '091525.473000', '091525.476000', '091525.479000', '091525.481000', '091525.484000', '091525.486000', '091525.489000', '091525.492000', '091525.494000', '091525.497000', '091525.500000', '091525.502000', '091525.505000', '091525.508000', '091525.510000', '091525.513000', '091525.515000', '091525.518000', '091525.521000', '091525.525000', '091525.528000', '091525.531000', '091527.334000', '091527.337000', '091527.340000', '091527.343000', '091527.346000'], 'InstanceCreationTime': ['090905.454000', '090905.457000', '090905.460000', '090905.463000', '090905.465000', '090905.468000', '090905.470000', '090905.473000', '090905.476000', '090905.478000', '090905.488000', '090905.491000', '090905.494000', '090905.496000', '090905.499000', '090905.502000', '090905.504000', '090905.507000', '090905.509000', '090905.512000', '090905.515000', '090905.518000', '090905.520000', '090905.523000', '090905.525000', '090905.528000', '090905.536000', '090905.539000', '090905.542000', '090905.544000', '090905.547000', '090905.550000', '090905.552000', '090905.555000', '090905.557000', '090905.560000', '090905.562000', '090905.565000', '090905.568000', '090905.572000', '090905.574000', '090925.417000', '090925.421000', '090925.424000', '090925.426000', '090925.429000', '090925.431000', '090925.434000', '090925.437000', '090925.439000', '090925.442000', '090925.444000', '090925.447000', '090925.449000', '090925.457000', '090925.460000', '090925.462000', '090925.465000', '090925.468000', '090925.470000', '090925.473000', '090925.475000', '090925.478000', '090925.481000', '090925.483000', '090925.486000', '090925.489000', '090925.491000', '090925.494000', '090925.496000', '090925.499000', '090925.501000', '090925.504000', '090925.507000', '090925.509000', '090925.512000', '090925.518000', '090925.521000', '090925.523000', '090925.526000', '090925.529000', '090925.531000', '090925.534000', '090925.536000', '090925.539000', '090945.418000', '090945.420000', '090945.423000', '090945.426000', '090945.429000', '090945.431000', '090945.434000', '090945.436000', '090945.439000', '090945.442000', '090945.444000', '090945.447000', '090945.449000', '090945.463000', '090945.465000', '090945.468000', '090945.471000', '090945.473000', '090945.476000', '090945.479000', '090945.481000', '090945.484000', '090945.486000', '090945.489000', '090945.491000', '090945.494000', '090945.496000', '090945.499000', '090945.502000', '090945.504000', '090945.507000', '090945.510000', '090945.512000', '090945.515000', '090945.517000', '090945.520000', '090945.523000', '090945.525000', '090945.528000', '090945.531000', '090945.533000', '090945.536000', '090945.538000', '091005.418000', '091005.420000', '091005.423000', '091005.426000', '091005.428000', '091005.431000', '091005.434000', '091005.436000', '091005.439000', '091005.441000', '091005.444000', '091005.447000', '091005.450000', '091005.452000', '091005.455000', '091005.457000', '091005.460000', '091005.463000', '091005.465000', '091005.468000', '091005.470000', '091005.473000', '091005.476000', '091005.478000', '091005.481000', '091005.484000', '091005.493000', '091005.495000', '091005.498000', '091005.501000', '091005.503000', '091005.506000', '091005.509000', '091005.511000', '091005.514000', '091005.517000', '091005.519000', '091005.522000', '091005.524000', '091005.527000', '091005.530000', '091005.532000', '091005.535000', '091005.537000', '091025.418000', '091025.420000', '091025.423000', '091025.426000', '091025.428000', '091025.431000', '091025.433000', '091025.436000', '091025.438000', '091025.441000', '091025.443000', '091025.446000', '091025.448000', '091025.451000', '091025.454000', '091025.456000', '091025.459000', '091025.461000', '091025.464000', '091025.466000', '091025.469000', '091025.471000', '091025.474000', '091025.477000', '091025.479000', '091025.482000', '091025.485000', '091025.487000', '091025.490000', '091025.492000', '091025.495000', '091025.498000', '091025.500000', '091025.503000', '091025.506000', '091025.508000', '091025.511000', '091025.513000', '091025.516000', '091025.519000', '091025.521000', '091025.524000', '091025.527000', '091045.418000', '091045.420000', '091045.423000', '091045.426000', '091045.428000', '091045.431000', '091045.434000', '091045.436000', '091045.439000', '091045.441000', '091045.444000', '091045.447000', '091045.449000', '091045.452000', '091045.454000', '091045.457000', '091045.460000', '091045.462000', '091045.465000', '091045.468000', '091045.470000', '091045.473000', '091045.475000', '091045.478000', '091045.481000', '091045.483000', '091045.486000', '091045.489000', '091045.491000', '091045.494000', '091045.496000', '091045.499000', '091045.502000', '091045.504000', '091045.507000', '091045.510000', '091045.512000', '091045.515000', '091045.517000', '091045.520000', '091045.523000', '091045.525000', '091045.528000', '091045.530000', '091105.417000', '091105.420000', '091105.422000', '091105.425000', '091105.427000', '091105.430000', '091105.433000', '091105.435000', '091105.438000', '091105.441000', '091105.444000', '091105.446000', '091105.449000', '091105.451000', '091105.454000', '091105.457000', '091105.459000', '091105.462000', '091105.464000', '091105.467000', '091105.470000', '091105.472000', '091105.475000', '091105.478000', '091105.480000', '091105.483000', '091105.486000', '091105.488000', '091105.491000', '091105.493000', '091105.496000', '091105.498000', '091105.501000', '091105.504000', '091105.506000', '091105.509000', '091105.511000', '091105.514000', '091105.516000', '091105.519000', '091105.522000', '091105.524000', '091105.527000', '091125.416000', '091125.419000', '091125.431000', '091125.433000', '091125.436000', '091125.439000', '091125.441000', '091125.444000', '091125.447000', '091125.462000', '091125.465000', '091125.468000', '091125.471000', '091125.473000', '091125.476000', '091125.479000', '091125.482000', '091125.485000', '091125.488000', '091125.490000', '091125.493000', '091125.495000', '091125.498000', '091125.501000', '091125.503000', '091125.506000', '091125.509000', '091125.511000', '091125.514000', '091125.516000', '091125.519000', '091125.522000', '091125.524000', '091125.527000', '091125.530000', '091125.532000', '091125.535000', '091125.537000', '091125.540000', '091125.543000', '091125.545000', '091125.548000', '091125.551000', '091145.417000', '091145.421000', '091145.423000', '091145.426000', '091145.428000', '091145.431000', '091145.434000', '091145.436000', '091145.439000', '091145.442000', '091145.444000', '091145.447000', '091145.449000', '091145.452000', '091145.455000', '091145.457000', '091145.460000', '091145.462000', '091145.465000', '091145.467000', '091145.470000', '091145.473000', '091145.475000', '091145.478000', '091145.481000', '091145.483000', '091145.486000', '091145.488000', '091145.491000', '091145.494000', '091145.496000', '091145.499000', '091145.502000', '091145.504000', '091145.507000', '091145.509000', '091145.512000', '091145.515000', '091145.517000', '091145.520000', '091145.522000', '091145.525000', '091145.528000', '091145.530000', '091205.417000', '091205.420000', '091205.423000', '091205.426000', '091205.428000', '091205.431000', '091205.434000', '091205.436000', '091205.439000', '091205.442000', '091205.444000', '091205.447000', '091205.449000', '091205.452000', '091205.455000', '091205.457000', '091205.460000', '091205.463000', '091205.465000', '091205.468000', '091205.477000', '091205.479000', '091205.482000', '091205.485000', '091205.487000', '091205.490000', '091205.493000', '091205.495000', '091205.498000', '091205.500000', '091205.503000', '091205.506000', '091205.508000', '091205.511000', '091205.514000', '091205.516000', '091205.519000', '091205.522000', '091205.524000', '091205.527000', '091205.529000', '091205.532000', '091205.535000', '091225.418000', '091225.421000', '091225.423000', '091225.426000', '091225.429000', '091225.431000', '091225.434000', '091225.436000', '091225.439000', '091225.442000', '091225.444000', '091225.447000', '091225.450000', '091225.452000', '091225.455000', '091225.457000', '091225.460000', '091225.463000', '091225.465000', '091225.468000', '091225.470000', '091225.473000', '091225.483000', '091225.485000', '091225.488000', '091225.490000', '091225.493000', '091225.495000', '091225.498000', '091225.500000', '091225.503000', '091225.506000', '091225.508000', '091225.511000', '091225.513000', '091225.516000', '091225.519000', '091225.521000', '091225.524000', '091225.526000', '091225.529000', '091225.532000', '091225.534000', '091225.537000', '091245.417000', '091245.420000', '091245.423000', '091245.426000', '091245.428000', '091245.431000', '091245.434000', '091245.436000', '091245.439000', '091245.442000', '091245.444000', '091245.447000', '091245.450000', '091245.452000', '091245.455000', '091245.457000', '091245.460000', '091245.463000', '091245.465000', '091245.469000', '091245.472000', '091245.475000', '091245.478000', '091245.480000', '091245.483000', '091245.486000', '091245.489000', '091245.491000', '091245.494000', '091245.496000', '091245.509000', '091245.511000', '091245.514000', '091245.516000', '091245.530000', '091245.532000', '091245.535000', '091245.537000', '091245.540000', '091245.543000', '091245.545000', '091245.548000', '091245.550000', '091305.418000', '091305.421000', '091305.423000', '091305.426000', '091305.437000', '091305.440000', '091305.443000', '091305.446000', '091305.449000', '091305.451000', '091305.454000', '091305.457000', '091305.459000', '091305.462000', '091305.465000', '091305.467000', '091305.470000', '091305.473000', '091305.475000', '091305.478000', '091305.481000', '091305.483000', '091305.486000', '091305.489000', '091305.491000', '091305.494000', '091305.496000', '091305.499000', '091305.502000', '091305.504000', '091305.507000', '091305.510000', '091305.512000', '091305.515000', '091305.518000', '091305.520000', '091305.523000', '091305.525000', '091305.528000', '091305.531000', '091305.533000', '091305.536000', '091305.538000', '091305.541000', '091325.417000', '091325.420000', '091325.422000', '091325.425000', '091325.427000', '091325.430000', '091325.433000', '091325.435000', '091325.438000', '091325.441000', '091325.443000', '091325.446000', '091325.448000', '091325.451000', '091325.454000', '091325.456000', '091325.461000', '091325.464000', '091325.466000', '091325.469000', '091325.472000', '091325.474000', '091325.477000', '091325.479000', '091325.482000', '091325.485000', '091325.487000', '091325.490000', '091325.493000', '091325.495000', '091325.498000', '091325.500000', '091325.503000', '091325.506000', '091325.508000', '091325.511000', '091325.514000', '091325.516000', '091325.519000', '091325.522000', '091325.524000', '091325.527000', '091325.530000', '091345.417000', '091345.419000', '091345.422000', '091345.425000', '091345.427000', '091345.430000', '091345.433000', '091345.435000', '091345.438000', '091345.441000', '091345.443000', '091345.446000', '091345.449000', '091345.457000', '091345.460000', '091345.462000', '091345.465000', '091345.468000', '091345.470000', '091345.473000', '091345.475000', '091345.478000', '091345.481000', '091345.484000', '091345.486000', '091345.489000', '091345.491000', '091345.494000', '091345.497000', '091345.499000', '091345.502000', '091345.505000', '091345.507000', '091345.511000', '091345.513000', '091345.516000', '091345.519000', '091345.521000', '091345.524000', '091345.527000', '091345.529000', '091345.532000', '091345.535000', '091345.537000', '091405.418000', '091405.420000', '091405.423000', '091405.426000', '091405.428000', '091405.431000', '091405.434000', '091405.436000', '091405.446000', '091405.448000', '091405.451000', '091405.454000', '091405.456000', '091405.459000', '091405.462000', '091405.465000', '091405.468000', '091405.470000', '091405.473000', '091405.475000', '091405.478000', '091405.481000', '091405.483000', '091405.486000', '091405.489000', '091405.491000', '091405.494000', '091405.496000', '091405.499000', '091405.502000', '091405.504000', '091405.507000', '091405.510000', '091405.512000', '091405.515000', '091405.518000', '091405.521000', '091405.523000', '091405.526000', '091405.529000', '091405.531000', '091405.534000', '091405.536000', '091425.418000', '091425.430000', '091425.433000', '091425.435000', '091425.438000', '091425.441000', '091425.443000', '091425.446000', '091425.448000', '091425.451000', '091425.454000', '091425.457000', '091425.459000', '091425.462000', '091425.465000', '091425.467000', '091425.470000', '091425.473000', '091425.475000', '091425.478000', '091425.480000', '091425.483000', '091425.486000', '091425.488000', '091425.491000', '091425.494000', '091425.496000', '091425.499000', '091425.501000', '091425.504000', '091425.507000', '091425.509000', '091425.512000', '091425.515000', '091425.517000', '091425.520000', '091425.522000', '091425.525000', '091425.528000', '091425.530000', '091425.533000', '091425.536000', '091425.538000', '091425.541000', '091445.418000', '091445.421000', '091445.423000', '091445.426000', '091445.429000', '091445.431000', '091445.434000', '091445.437000', '091445.439000', '091445.442000', '091445.444000', '091445.447000', '091445.450000', '091445.452000', '091445.455000', '091445.458000', '091445.460000', '091445.463000', '091445.466000', '091445.468000', '091445.471000', '091445.473000', '091445.476000', '091445.479000', '091445.481000', '091445.484000', '091445.487000', '091445.490000', '091445.492000', '091445.495000', '091445.498000', '091445.500000', '091445.503000', '091445.506000', '091445.508000', '091445.511000', '091445.514000', '091445.517000', '091445.519000', '091445.522000', '091445.524000', '091445.527000', '091445.530000', '091505.418000', '091505.421000', '091505.423000', '091505.426000', '091505.430000', '091505.442000', '091505.444000', '091505.447000', '091505.450000', '091505.452000', '091505.455000', '091505.457000', '091505.460000', '091505.463000', '091505.466000', '091505.468000', '091505.471000', '091505.474000', '091505.476000', '091505.479000', '091505.481000', '091505.484000', '091505.487000', '091505.489000', '091505.492000', '091505.495000', '091505.497000', '091505.500000', '091505.503000', '091505.505000', '091505.508000', '091505.511000', '091505.513000', '091505.516000', '091505.519000', '091505.521000', '091505.524000', '091505.526000', '091505.529000', '091505.532000', '091505.534000', '091505.537000', '091505.540000', '091505.542000', '091525.418000', '091525.420000', '091525.423000', '091525.426000', '091525.428000', '091525.431000', '091525.434000', '091525.436000', '091525.439000', '091525.442000', '091525.444000', '091525.447000', '091525.449000', '091525.452000', '091525.455000', '091525.458000', '091525.460000', '091525.463000', '091525.466000', '091525.468000', '091525.471000', '091525.473000', '091525.476000', '091525.479000', '091525.481000', '091525.484000', '091525.486000', '091525.489000', '091525.492000', '091525.494000', '091525.497000', '091525.500000', '091525.502000', '091525.505000', '091525.508000', '091525.510000', '091525.513000', '091525.515000', '091525.518000', '091525.521000', '091525.525000', '091525.528000', '091525.531000', '091527.334000', '091527.337000', '091527.340000', '091527.343000', '091527.346000'], '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': [10330, 13752, 11324, 10022, 13855, 8355, 12991, 10703, 10480, 12299, 8005, 12686, 10405, 9822, 12621, 7933, 12602, 10692, 10673, 12190, 7918, 12587, 9887, 14019, 10932, 7047, 12180, 10125, 11316, 12263, 8175, 13343, 11115, 9218, 13390, 9263, 13930, 10967, 9344, 13590, 8580, 13959, 11030, 8666, 13461, 8681, 13736, 10778, 7299, 12873, 9476, 14401, 11061, 7772, 13351, 8763, 14132, 10625, 10976, 11845, 7624, 13518, 8640, 12576, 10466, 9874, 11613, 7740, 12262, 9489, 13529, 10702, 8091, 12141, 9235, 13128, 10734, 9060, 12655, 9536, 13276, 10518, 7718, 14732, 11212, 7653, 12245, 11009, 7496, 13120, 10477, 8816, 12382, 7964, 12606, 10393, 10110, 12264, 7970, 12299, 10232, 7337, 11923, 8149, 13623, 10404, 7324, 12516, 8256, 14778, 10435, 10836, 12255, 7678, 14119, 9234, 13042, 10707, 7531, 12767, 8308, 12917, 10335, 8113, 12519, 8095, 13065, 10444, 9600, 12166, 7626, 12703, 9508, 13867, 10850, 7319, 12165, 8934, 13058, 10833, 11100, 12710, 7865, 13049, 10764, 9649, 12297, 8196, 13318, 10563, 8505, 12333, 8811, 13535, 8991, 9069, 7922, 6341, 6238, 10458, 8891, 7383, 10075, 7223, 11996, 9657, 8373, 12144, 11138, 9415, 13822, 10645, 12147, 11569, 10234, 11643, 7614, 11935, 6911, 10925, 7967, 10433, 9457, 6910, 11091, 7835, 10479, 9383, 7135, 10782, 6812, 10259, 8360, 11377, 9431, 7266, 10547, 6601, 10164, 8713, 10684, 10024, 7832, 10214, 6514, 10699, 7418, 11453, 9153, 8322, 10324, 6437, 10614, 6553, 10924, 9431, 7756, 10823, 8785, 10386, 10462, 7939, 11284, 8698, 11313, 6704, 11408, 6855, 12512, 7756, 10569, 8114, 11249, 9464, 9495, 9401, 6540, 9356, 6240, 9583, 6723, 9545, 9366, 8498, 9534, 10900, 8932, 11120, 11114, 10313, 12896, 9996, 12098, 7294, 11787, 8832, 12553, 9919, 8621, 11215, 6264, 10703, 8836, 7643, 10787, 6965, 11251, 9101, 12302, 9762, 12734, 10094, 7286, 10497, 6376, 10965, 6650, 10787, 7996, 10373, 9825, 6572, 11440, 8455, 8655, 10264, 6972, 11766, 8686, 13601, 9844, 7037, 10194, 6649, 10505, 6685, 6128, 6697, 8367, 7124, 6973, 10360, 8729, 10371, 10434, 8137, 7481, 10938, 9516, 11196, 11715, 9626, 12891, 9663, 8245, 10293, 7980, 11913, 9298, 7179, 9456, 7430, 11535, 8726, 7073, 10712, 7412, 7448, 9043, 7013, 10915, 9179, 6532, 10867, 8753, 6804, 10659, 9234, 7611, 10371, 6564, 10308, 8321, 8501, 9053, 6456, 10226, 8030, 7360, 9868, 6135, 10619, 8233, 10096, 9465, 8260, 9468, 6710, 10596, 7952, 7519, 9214, 7772, 10716, 7126, 8874, 9230, 6547, 9925, 7958, 10114, 8743, 6464, 10356, 7873, 11909, 8819, 6656, 9816, 6410, 10698, 8340, 6730, 9663, 9231, 6996, 11800, 10108, 8831, 11209, 8664, 10684, 7809, 9222, 8543, 6325, 9700, 7449, 10034, 6657, 9174, 8331, 6511, 9303, 6674, 10211, 6570, 9656, 8098, 7093, 9142, 7283, 10307, 7435, 9708, 7617, 10103, 9605, 8314, 8673, 6433, 9080, 6227, 11129, 7815, 6384, 8476, 6525, 10415, 6721, 9759, 8195, 8304, 9401, 7171, 9515, 6565, 10426, 7319, 10014, 9164, 6372, 9895, 6665, 10479, 9987, 9558, 9063, 7290, 9724, 7097, 10303, 8639, 8537, 8835, 6817, 9002, 6757, 10629, 7660, 8162, 7971, 6452, 10608, 7520, 6746, 9797, 6831, 6543, 9782, 8514, 11145, 9298, 7359, 9703, 7295, 11002, 9349, 9857, 7964, 9561, 8452, 6920, 9400, 6221, 6910, 8312, 6479, 9621, 6149, 10485, 7537, 8161, 8944, 6437, 9967, 7267, 10179, 8376, 10886, 8941, 9246, 8295, 7293, 9009, 7157, 10387, 7647, 7769, 7807, 6737, 10155, 7480, 9693, 7730, 10960, 8546, 7533, 8100, 6568, 9176, 6972, 9701, 6730, 9891, 7090, 6938, 8648, 6397, 9146, 7196, 10771, 7955, 8003, 8357, 6533, 9286, 7505, 9848, 7110, 6592, 9113, 6644, 6438, 9694, 7996, 10557, 8438, 8176, 8304, 7353, 9812, 7365, 9527, 7152, 6781, 8480, 6325, 10110, 7028, 9861, 7486, 7615, 8410, 6732, 9223, 7063, 9937, 7660, 9965, 7926, 7212, 8919, 6629, 9937, 8873, 10366, 8072, 7463, 7931, 6726, 9032, 7369, 9189, 7852, 8805, 8252, 6913, 8703, 7084, 9901, 7889, 9279, 7197, 6694, 8130, 7043, 9200, 7689, 9551, 7690, 6418, 8048, 6535, 9114, 6915, 10330, 7374, 6133, 8043, 6770, 9871, 8432, 6996, 7677, 6763, 9398, 7530, 10359, 7918, 7040, 8492, 6522, 8599, 7132, 9043, 8058, 8130, 7886, 6554, 8851, 7525, 9933, 8308, 8673, 8182, 7101, 9028, 7873, 9435, 7243, 6769, 9457, 7594, 9869, 7966, 9663, 8727, 7544, 7879, 7446, 8632, 6444, 8653, 7424, 7619, 9173, 7551, 7308, 10108, 8517, 7499, 11477, 8589, 11595, 8886, 8941, 6877, 6394, 9234, 7614, 8706, 7738, 8018, 7137, 6348, 8360, 7148, 9748, 7503, 7855, 6800, 6397, 8702, 6641, 9735, 7535, 9242, 7639, 7433, 8185, 6990, 8925, 7463, 9187, 8113, 8384, 8077, 7434, 9179, 7952, 11741, 9930, 12286, 9118, 9623, 8666, 8163, 7707, 7148, 7086, 7402, 8475, 7734, 9574, 8477, 7696, 6721, 6028, 8237, 6937, 9745, 7625, 8993, 7776, 9980, 7326, 6124, 7788, 7113, 9508, 7800, 9515, 8685, 7269, 8819, 6555, 8147, 7633, 9122, 8159, 7664, 7423, 6580, 8474, 7084, 10173, 7757, 7907, 7464, 6937, 8803, 8094, 6682, 10008, 8336, 9460, 8873, 9202, 11030, 8743, 10829, 7964, 8415, 7849, 8345, 6783, 6466, 7710, 6045, 9200, 7143, 6410, 6818, 6449, 9284, 7316, 9551, 8336, 8464, 8051, 6434, 7829, 7198, 8994, 7586, 11227, 8605, 9575, 8148, 9229, 7833, 7125, 7318, 6905, 9191, 7001, 9554, 7271, 6810, 7140, 6671, 9490, 7349, 7744, 7236, 9744, 7939, 8480, 7369, 6556, 8913, 7041, 8602, 6912, 5814, 7102, 6740, 6963, 8789, 6955, 9888, 8370, 9726, 8776, 9323, 11632, 9788, 8915, 13559, 11216, 13759, 10235, 13389, 8812, 9458, 8789, 7088, 7125, 7334, 7247, 7762, 8431, 7905, 9907, 7570, 6247, 7149, 6826, 7933, 7803, 8993, 8055, 7273, 7157, 6537, 8739, 7023, 8034, 7251, 8354, 6890, 9575, 7391, 7053, 6853, 6398, 8264, 6441, 8357, 6562, 8456], 'WindowCenter': [3910.0, 3925.0, 3890.0, 3867.0, 3897.0, 3844.0, 3895.0, 3875.0, 3863.0, 3885.0, 3844.0, 3896.0, 3877.0, 3865.0, 3886.0, 3845.0, 3897.0, 3877.0, 3876.0, 3887.0, 3846.0, 3899.0, 3878.0, 3896.0, 3887.0, 3836.0, 3886.0, 3877.0, 3886.0, 3898.0, 3857.0, 3896.0, 3887.0, 3864.0, 3897.0, 3866.0, 3895.0, 3875.0, 3852.0, 3895.0, 3854.0, 3894.0, 3873.0, 3841.0, 3884.0, 3843.0, 3896.0, 3875.0, 3822.0, 3883.0, 3864.0, 3896.0, 3875.0, 3833.0, 3883.0, 3843.0, 3894.0, 3864.0, 3863.0, 3872.0, 3819.0, 3882.0, 3842.0, 3883.0, 3864.0, 3862.0, 3874.0, 3832.0, 3885.0, 3865.0, 3895.0, 3878.0, 3844.0, 3897.0, 3867.0, 3898.0, 3889.0, 3867.0, 3898.0, 3879.0, 3909.0, 3889.0, 3846.0, 3908.0, 3889.0, 3847.0, 3900.0, 3889.0, 3836.0, 3909.0, 3889.0, 3868.0, 3899.0, 3848.0, 3898.0, 3879.0, 3878.0, 3898.0, 3857.0, 3898.0, 3877.0, 3834.0, 3887.0, 3846.0, 3909.0, 3879.0, 3834.0, 3898.0, 3843.0, 3908.0, 3876.0, 3875.0, 3884.0, 3820.0, 3895.0, 3853.0, 3882.0, 3873.0, 3833.0, 3883.0, 3843.0, 3894.0, 3876.0, 3844.0, 3885.0, 3843.0, 3895.0, 3875.0, 3863.0, 3885.0, 3844.0, 3896.0, 3865.0, 3895.0, 3876.0, 3833.0, 3886.0, 3856.0, 3896.0, 3876.0, 3874.0, 3896.0, 3844.0, 3885.0, 3874.0, 3863.0, 3886.0, 3855.0, 3896.0, 3887.0, 3868.0, 3898.0, 3869.0, 3911.0, 3867.0, 3853.0, 3832.0, 3825.0, 3827.0, 3900.0, 3867.0, 3833.0, 3863.0, 3834.0, 3885.0, 3865.0, 3856.0, 3887.0, 3875.0, 3852.0, 3885.0, 3852.0, 3857.0, 3845.0, 3819.0, 3829.0, 3774.0, 3827.0, 3765.0, 3816.0, 3786.0, 3815.0, 3817.0, 3777.0, 3839.0, 3800.0, 3830.0, 3821.0, 3778.0, 3844.0, 3781.0, 3832.0, 3813.0, 3842.0, 3825.0, 3792.0, 3845.0, 3794.0, 3846.0, 3827.0, 3845.0, 3848.0, 3816.0, 3848.0, 3796.0, 3848.0, 3817.0, 3858.0, 3850.0, 3828.0, 3860.0, 3796.0, 3860.0, 3798.0, 3860.0, 3850.0, 3829.0, 3872.0, 3854.0, 3861.0, 3862.0, 3828.0, 3872.0, 3839.0, 3872.0, 3797.0, 3858.0, 3797.0, 3871.0, 3818.0, 3847.0, 3828.0, 3858.0, 3849.0, 3848.0, 3852.0, 3809.0, 3851.0, 3811.0, 3863.0, 3824.0, 3875.0, 3866.0, 3868.0, 3878.0, 3890.0, 3869.0, 3887.0, 3877.0, 3861.0, 3884.0, 3850.0, 3870.0, 3807.0, 3859.0, 3838.0, 3856.0, 3847.0, 3824.0, 3857.0, 3796.0, 3859.0, 3839.0, 3817.0, 3861.0, 3820.0, 3872.0, 3852.0, 3871.0, 3852.0, 3869.0, 3849.0, 3805.0, 3858.0, 3783.0, 3858.0, 3796.0, 3858.0, 3830.0, 3858.0, 3850.0, 3809.0, 3872.0, 3843.0, 3852.0, 3864.0, 3820.0, 3871.0, 3840.0, 3884.0, 3863.0, 3819.0, 3872.0, 3823.0, 3872.0, 3795.0, 3800.0, 3824.0, 3855.0, 3834.0, 3821.0, 3862.0, 3842.0, 3863.0, 3862.0, 3832.0, 3820.0, 3872.0, 3851.0, 3858.0, 3859.0, 3837.0, 3856.0, 3824.0, 3800.0, 3819.0, 3786.0, 3828.0, 3808.0, 3776.0, 3819.0, 3777.0, 3827.0, 3797.0, 3775.0, 3830.0, 3790.0, 3789.0, 3811.0, 3791.0, 3833.0, 3822.0, 3782.0, 3845.0, 3827.0, 3807.0, 3857.0, 3838.0, 3804.0, 3833.0, 3782.0, 3834.0, 3816.0, 3824.0, 3836.0, 3797.0, 3849.0, 3828.0, 3808.0, 3862.0, 3801.0, 3860.0, 3842.0, 3862.0, 3853.0, 3829.0, 3851.0, 3812.0, 3862.0, 3832.0, 3817.0, 3850.0, 3830.0, 3872.0, 3820.0, 3851.0, 3852.0, 3798.0, 3862.0, 3831.0, 3862.0, 3842.0, 3798.0, 3862.0, 3830.0, 3872.0, 3841.0, 3806.0, 3860.0, 3800.0, 3861.0, 3842.0, 3821.0, 3864.0, 3866.0, 3835.0, 3884.0, 3863.0, 3839.0, 3862.0, 3840.0, 3861.0, 3829.0, 3847.0, 3840.0, 3798.0, 3850.0, 3818.0, 3847.0, 3809.0, 3849.0, 3840.0, 3798.0, 3852.0, 3810.0, 3873.0, 3823.0, 3863.0, 3843.0, 3820.0, 3852.0, 3820.0, 3874.0, 3830.0, 3861.0, 3830.0, 3860.0, 3863.0, 3840.0, 3841.0, 3809.0, 3851.0, 3800.0, 3882.0, 3844.0, 3823.0, 3853.0, 3811.0, 3874.0, 3824.0, 3862.0, 3854.0, 3841.0, 3864.0, 3831.0, 3863.0, 3820.0, 3871.0, 3829.0, 3860.0, 3863.0, 3809.0, 3873.0, 3820.0, 3872.0, 3863.0, 3862.0, 3851.0, 3830.0, 3860.0, 3820.0, 3861.0, 3851.0, 3839.0, 3850.0, 3807.0, 3838.0, 3808.0, 3871.0, 3830.0, 3839.0, 3840.0, 3812.0, 3874.0, 3832.0, 3821.0, 3874.0, 3822.0, 3809.0, 3875.0, 3865.0, 3885.0, 3865.0, 3832.0, 3862.0, 3829.0, 3873.0, 3852.0, 3860.0, 3829.0, 3846.0, 3826.0, 3806.0, 3848.0, 3798.0, 3817.0, 3840.0, 3810.0, 3872.0, 3812.0, 3884.0, 3843.0, 3841.0, 3864.0, 3811.0, 3862.0, 3830.0, 3861.0, 3839.0, 3871.0, 3851.0, 3847.0, 3839.0, 3816.0, 3838.0, 3807.0, 3859.0, 3829.0, 3827.0, 3828.0, 3808.0, 3861.0, 3829.0, 3849.0, 3829.0, 3859.0, 3839.0, 3816.0, 3827.0, 3804.0, 3848.0, 3817.0, 3848.0, 3808.0, 3846.0, 3816.0, 3816.0, 3839.0, 3808.0, 3849.0, 3819.0, 3872.0, 3842.0, 3841.0, 3851.0, 3808.0, 3850.0, 3830.0, 3861.0, 3820.0, 3817.0, 3862.0, 3822.0, 3837.0, 3875.0, 3853.0, 3873.0, 3853.0, 3840.0, 3839.0, 3816.0, 3860.0, 3829.0, 3858.0, 3818.0, 3806.0, 3838.0, 3808.0, 3884.0, 3844.0, 3871.0, 3830.0, 3829.0, 3852.0, 3820.0, 3862.0, 3831.0, 3873.0, 3843.0, 3872.0, 3842.0, 3829.0, 3850.0, 3807.0, 3861.0, 3850.0, 3871.0, 3840.0, 3817.0, 3839.0, 3818.0, 3850.0, 3830.0, 3849.0, 3841.0, 3863.0, 3852.0, 3830.0, 3850.0, 3816.0, 3859.0, 3840.0, 3860.0, 3819.0, 3807.0, 3839.0, 3830.0, 3862.0, 3842.0, 3861.0, 3842.0, 3809.0, 3841.0, 3809.0, 3850.0, 3831.0, 3872.0, 3842.0, 3809.0, 3841.0, 3820.0, 3871.0, 3853.0, 3831.0, 3842.0, 3820.0, 3861.0, 3841.0, 3872.0, 3842.0, 3830.0, 3853.0, 3821.0, 3862.0, 3830.0, 3860.0, 3842.0, 3840.0, 3852.0, 3809.0, 3861.0, 3840.0, 3859.0, 3851.0, 3850.0, 3850.0, 3818.0, 3849.0, 3840.0, 3860.0, 3830.0, 3819.0, 3862.0, 3829.0, 3860.0, 3841.0, 3859.0, 3848.0, 3826.0, 3839.0, 3828.0, 3850.0, 3809.0, 3849.0, 3830.0, 3841.0, 3860.0, 3842.0, 3844.0, 3884.0, 3863.0, 3830.0, 3884.0, 3850.0, 3881.0, 3850.0, 3847.0, 3807.0, 3806.0, 3860.0, 3840.0, 3850.0, 3841.0, 3851.0, 3832.0, 3822.0, 3851.0, 3832.0, 3873.0, 3843.0, 3852.0, 3833.0, 3809.0, 3851.0, 3820.0, 3887.0, 3844.0, 3862.0, 3856.0, 3831.0, 3867.0, 3844.0, 3863.0, 3843.0, 3862.0, 3853.0, 3853.0, 3852.0, 3830.0, 3862.0, 3838.0, 3883.0, 3861.0, 3882.0, 3862.0, 3847.0, 3836.0, 3823.0, 3826.0, 3815.0, 3815.0, 3816.0, 3837.0, 3839.0, 3859.0, 3852.0, 3828.0, 3817.0, 3795.0, 3838.0, 3816.0, 3860.0, 3838.0, 3848.0, 3828.0, 3858.0, 3830.0, 3808.0, 3840.0, 3829.0, 3861.0, 3841.0, 3872.0, 3852.0, 3828.0, 3861.0, 3810.0, 3851.0, 3840.0, 3859.0, 3840.0, 3840.0, 3841.0, 3819.0, 3840.0, 3817.0, 3872.0, 3842.0, 3840.0, 3831.0, 3831.0, 3862.0, 3852.0, 3821.0, 3874.0, 3865.0, 3873.0, 3863.0, 3861.0, 3871.0, 3850.0, 3869.0, 3840.0, 3835.0, 3826.0, 3835.0, 3818.0, 3807.0, 3828.0, 3798.0, 3860.0, 3843.0, 3821.0, 3832.0, 3820.0, 3875.0, 3842.0, 3872.0, 3853.0, 3851.0, 3840.0, 3809.0, 3840.0, 3830.0, 3849.0, 3842.0, 3882.0, 3852.0, 3860.0, 3839.0, 3859.0, 3829.0, 3818.0, 3828.0, 3817.0, 3858.0, 3818.0, 3860.0, 3829.0, 3820.0, 3829.0, 3820.0, 3873.0, 3842.0, 3840.0, 3830.0, 3860.0, 3841.0, 3851.0, 3841.0, 3820.0, 3863.0, 3830.0, 3850.0, 3832.0, 3814.0, 3845.0, 3834.0, 3842.0, 3866.0, 3833.0, 3874.0, 3854.0, 3874.0, 3866.0, 3863.0, 3896.0, 3886.0, 3864.0, 3892.0, 3870.0, 3879.0, 3845.0, 3863.0, 3820.0, 3817.0, 3818.0, 3788.0, 3799.0, 3810.0, 3798.0, 3809.0, 3807.0, 3810.0, 3840.0, 3812.0, 3791.0, 3803.0, 3802.0, 3823.0, 3825.0, 3846.0, 3836.0, 3815.0, 3815.0, 3793.0, 3837.0, 3817.0, 3836.0, 3826.0, 3835.0, 3816.0, 3858.0, 3829.0, 3817.0, 3818.0, 3806.0, 3838.0, 3806.0, 3839.0, 3818.0, 3836.0], 'WindowWidth': [8764.0, 8773.0, 8716.0, 8677.0, 8719.0, 8643.0, 8711.0, 8685.0, 8665.0, 8698.0, 8644.0, 8716.0, 8692.0, 8672.0, 8702.0, 8648.0, 8717.0, 8691.0, 8688.0, 8705.0, 8650.0, 8722.0, 8695.0, 8716.0, 8704.0, 8636.0, 8703.0, 8691.0, 8700.0, 8720.0, 8666.0, 8715.0, 8703.0, 8670.0, 8719.0, 8675.0, 8713.0, 8684.0, 8651.0, 8711.0, 8654.0, 8709.0, 8679.0, 8634.0, 8695.0, 8640.0, 8712.0, 8683.0, 8611.0, 8693.0, 8669.0, 8716.0, 8687.0, 8627.0, 8693.0, 8637.0, 8710.0, 8667.0, 8664.0, 8677.0, 8601.0, 8691.0, 8636.0, 8691.0, 8666.0, 8663.0, 8682.0, 8626.0, 8699.0, 8672.0, 8711.0, 8692.0, 8644.0, 8717.0, 8681.0, 8720.0, 8711.0, 8678.0, 8722.0, 8698.0, 8739.0, 8711.0, 8651.0, 8736.0, 8711.0, 8656.0, 8727.0, 8713.0, 8638.0, 8739.0, 8711.0, 8682.0, 8723.0, 8654.0, 8723.0, 8696.0, 8695.0, 8723.0, 8666.0, 8721.0, 8693.0, 8631.0, 8706.0, 8649.0, 8738.0, 8696.0, 8633.0, 8720.0, 8642.0, 8735.0, 8689.0, 8684.0, 8695.0, 8605.0, 8713.0, 8655.0, 8692.0, 8680.0, 8625.0, 8694.0, 8641.0, 8711.0, 8688.0, 8641.0, 8698.0, 8640.0, 8713.0, 8685.0, 8667.0, 8699.0, 8645.0, 8715.0, 8673.0, 8711.0, 8687.0, 8629.0, 8702.0, 8662.0, 8713.0, 8688.0, 8685.0, 8716.0, 8642.0, 8698.0, 8683.0, 8667.0, 8701.0, 8662.0, 8717.0, 8706.0, 8681.0, 8722.0, 8686.0, 8748.0, 8683.0, 8654.0, 8625.0, 8624.0, 8633.0, 8732.0, 8683.0, 8631.0, 8669.0, 8633.0, 8700.0, 8674.0, 8665.0, 8707.0, 8690.0, 8651.0, 8705.0, 8650.0, 8647.0, 8629.0, 8581.0, 8592.0, 8513.0, 8586.0, 8504.0, 8571.0, 8533.0, 8571.0, 8576.0, 8523.0, 8608.0, 8560.0, 8597.0, 8588.0, 8527.0, 8624.0, 8538.0, 8606.0, 8582.0, 8619.0, 8600.0, 8554.0, 8627.0, 8560.0, 8630.0, 8606.0, 8628.0, 8636.0, 8593.0, 8638.0, 8567.0, 8636.0, 8596.0, 8649.0, 8642.0, 8611.0, 8657.0, 8568.0, 8656.0, 8573.0, 8658.0, 8643.0, 8617.0, 8678.0, 8656.0, 8660.0, 8664.0, 8613.0, 8678.0, 8629.0, 8675.0, 8569.0, 8651.0, 8567.0, 8671.0, 8598.0, 8634.0, 8611.0, 8649.0, 8641.0, 8639.0, 8651.0, 8593.0, 8649.0, 8596.0, 8666.0, 8620.0, 8688.0, 8678.0, 8684.0, 8698.0, 8716.0, 8688.0, 8706.0, 8693.0, 8660.0, 8698.0, 8642.0, 8669.0, 8582.0, 8653.0, 8624.0, 8645.0, 8634.0, 8601.0, 8648.0, 8569.0, 8653.0, 8628.0, 8596.0, 8661.0, 8605.0, 8678.0, 8652.0, 8674.0, 8649.0, 8669.0, 8642.0, 8578.0, 8651.0, 8546.0, 8650.0, 8567.0, 8653.0, 8617.0, 8653.0, 8643.0, 8587.0, 8678.0, 8642.0, 8653.0, 8670.0, 8606.0, 8676.0, 8634.0, 8697.0, 8666.0, 8606.0, 8684.0, 8623.0, 8680.0, 8563.0, 8580.0, 8622.0, 8663.0, 8634.0, 8611.0, 8665.0, 8636.0, 8665.0, 8667.0, 8626.0, 8608.0, 8678.0, 8648.0, 8650.0, 8654.0, 8621.0, 8646.0, 8595.0, 8557.0, 8580.0, 8532.0, 8591.0, 8564.0, 8520.0, 8580.0, 8523.0, 8587.0, 8549.0, 8518.0, 8598.0, 8547.0, 8545.0, 8574.0, 8550.0, 8604.0, 8592.0, 8539.0, 8628.0, 8606.0, 8583.0, 8647.0, 8622.0, 8571.0, 8609.0, 8541.0, 8612.0, 8589.0, 8599.0, 8618.0, 8568.0, 8639.0, 8611.0, 8583.0, 8661.0, 8581.0, 8658.0, 8636.0, 8661.0, 8651.0, 8614.0, 8648.0, 8598.0, 8662.0, 8624.0, 8597.0, 8646.0, 8618.0, 8678.0, 8609.0, 8646.0, 8650.0, 8573.0, 8663.0, 8622.0, 8664.0, 8637.0, 8574.0, 8662.0, 8619.0, 8678.0, 8632.0, 8581.0, 8657.0, 8580.0, 8662.0, 8640.0, 8612.0, 8673.0, 8678.0, 8637.0, 8701.0, 8670.0, 8629.0, 8663.0, 8630.0, 8662.0, 8618.0, 8638.0, 8633.0, 8574.0, 8644.0, 8600.0, 8639.0, 8590.0, 8643.0, 8631.0, 8575.0, 8650.0, 8595.0, 8683.0, 8619.0, 8669.0, 8642.0, 8608.0, 8655.0, 8608.0, 8684.0, 8622.0, 8661.0, 8622.0, 8659.0, 8666.0, 8633.0, 8634.0, 8593.0, 8649.0, 8584.0, 8693.0, 8646.0, 8621.0, 8658.0, 8601.0, 8687.0, 8621.0, 8669.0, 8659.0, 8638.0, 8674.0, 8626.0, 8670.0, 8610.0, 8677.0, 8620.0, 8663.0, 8670.0, 8596.0, 8682.0, 8611.0, 8680.0, 8670.0, 8665.0, 8652.0, 8622.0, 8661.0, 8608.0, 8663.0, 8652.0, 8631.0, 8646.0, 8587.0, 8628.0, 8588.0, 8677.0, 8622.0, 8633.0, 8635.0, 8603.0, 8687.0, 8627.0, 8612.0, 8688.0, 8618.0, 8597.0, 8690.0, 8678.0, 8703.0, 8676.0, 8628.0, 8668.0, 8618.0, 8686.0, 8653.0, 8661.0, 8617.0, 8635.0, 8610.0, 8584.0, 8642.0, 8579.0, 8603.0, 8636.0, 8599.0, 8682.0, 8606.0, 8701.0, 8646.0, 8641.0, 8674.0, 8600.0, 8668.0, 8622.0, 8663.0, 8631.0, 8678.0, 8650.0, 8640.0, 8630.0, 8596.0, 8628.0, 8586.0, 8658.0, 8618.0, 8615.0, 8617.0, 8589.0, 8666.0, 8621.0, 8646.0, 8618.0, 8657.0, 8631.0, 8598.0, 8614.0, 8579.0, 8642.0, 8602.0, 8642.0, 8592.0, 8637.0, 8600.0, 8599.0, 8633.0, 8593.0, 8647.0, 8607.0, 8681.0, 8644.0, 8641.0, 8654.0, 8592.0, 8649.0, 8624.0, 8665.0, 8610.0, 8605.0, 8669.0, 8620.0, 8649.0, 8696.0, 8662.0, 8688.0, 8660.0, 8636.0, 8634.0, 8598.0, 8662.0, 8621.0, 8658.0, 8604.0, 8587.0, 8629.0, 8594.0, 8704.0, 8652.0, 8680.0, 8624.0, 8621.0, 8656.0, 8611.0, 8670.0, 8629.0, 8685.0, 8647.0, 8684.0, 8644.0, 8623.0, 8651.0, 8588.0, 8667.0, 8650.0, 8681.0, 8638.0, 8602.0, 8634.0, 8607.0, 8651.0, 8625.0, 8647.0, 8642.0, 8675.0, 8656.0, 8626.0, 8650.0, 8600.0, 8663.0, 8639.0, 8665.0, 8609.0, 8589.0, 8634.0, 8625.0, 8671.0, 8647.0, 8669.0, 8644.0, 8599.0, 8642.0, 8598.0, 8651.0, 8630.0, 8684.0, 8647.0, 8600.0, 8643.0, 8614.0, 8685.0, 8662.0, 8629.0, 8645.0, 8612.0, 8668.0, 8644.0, 8685.0, 8645.0, 8625.0, 8662.0, 8618.0, 8673.0, 8628.0, 8666.0, 8644.0, 8641.0, 8659.0, 8599.0, 8668.0, 8640.0, 8662.0, 8656.0, 8653.0, 8653.0, 8609.0, 8649.0, 8641.0, 8667.0, 8626.0, 8609.0, 8670.0, 8623.0, 8666.0, 8640.0, 8661.0, 8646.0, 8614.0, 8635.0, 8620.0, 8652.0, 8598.0, 8648.0, 8627.0, 8642.0, 8666.0, 8647.0, 8651.0, 8705.0, 8675.0, 8625.0, 8701.0, 8652.0, 8695.0, 8650.0, 8644.0, 8591.0, 8587.0, 8665.0, 8640.0, 8654.0, 8645.0, 8656.0, 8633.0, 8621.0, 8657.0, 8632.0, 8687.0, 8650.0, 8662.0, 8636.0, 8598.0, 8657.0, 8616.0, 8715.0, 8650.0, 8670.0, 8674.0, 8630.0, 8687.0, 8654.0, 8675.0, 8650.0, 8671.0, 8663.0, 8663.0, 8661.0, 8626.0, 8672.0, 8633.0, 8702.0, 8669.0, 8698.0, 8670.0, 8641.0, 8625.0, 8604.0, 8612.0, 8599.0, 8599.0, 8601.0, 8629.0, 8636.0, 8662.0, 8656.0, 8621.0, 8605.0, 8573.0, 8633.0, 8600.0, 8665.0, 8634.0, 8645.0, 8620.0, 8658.0, 8626.0, 8597.0, 8641.0, 8625.0, 8668.0, 8643.0, 8684.0, 8658.0, 8620.0, 8668.0, 8601.0, 8655.0, 8641.0, 8662.0, 8640.0, 8640.0, 8644.0, 8610.0, 8637.0, 8604.0, 8683.0, 8646.0, 8642.0, 8629.0, 8631.0, 8672.0, 8659.0, 8619.0, 8694.0, 8681.0, 8687.0, 8673.0, 8667.0, 8683.0, 8651.0, 8677.0, 8637.0, 8623.0, 8614.0, 8626.0, 8609.0, 8593.0, 8622.0, 8582.0, 8667.0, 8651.0, 8617.0, 8634.0, 8614.0, 8693.0, 8648.0, 8688.0, 8663.0, 8654.0, 8641.0, 8599.0, 8642.0, 8629.0, 8650.0, 8644.0, 8700.0, 8659.0, 8663.0, 8637.0, 8663.0, 8623.0, 8607.0, 8620.0, 8605.0, 8660.0, 8608.0, 8666.0, 8626.0, 8613.0, 8625.0, 8614.0, 8689.0, 8648.0, 8640.0, 8628.0, 8666.0, 8643.0, 8656.0, 8645.0, 8617.0, 8675.0, 8628.0, 8652.0, 8634.0, 8619.0, 8657.0, 8643.0, 8650.0, 8684.0, 8635.0, 8691.0, 8666.0, 8690.0, 8683.0, 8675.0, 8724.0, 8711.0, 8680.0, 8717.0, 8680.0, 8693.0, 8637.0, 8656.0, 8594.0, 8584.0, 8588.0, 8549.0, 8568.0, 8584.0, 8564.0, 8577.0, 8572.0, 8584.0, 8622.0, 8590.0, 8560.0, 8578.0, 8576.0, 8604.0, 8610.0, 8640.0, 8628.0, 8598.0, 8600.0, 8568.0, 8630.0, 8603.0, 8629.0, 8615.0, 8625.0, 8602.0, 8659.0, 8623.0, 8605.0, 8608.0, 8591.0, 8634.0, 8590.0, 8637.0, 8608.0, 8630.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.004118080459770115</td></tr>
<tr><td colspan=3>aqi</td><td>0.09764222252873563</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.24393109326815</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.102374797330264</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9232790471806679</td></tr>
<tr><td colspan=3>efc</td><td>0.4861</td></tr>
<tr><td colspan=3>fber</td><td>4840.272</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11964163925000491</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>74</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.505747126436782</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.980703141794779</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.664429663747774</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.195405741997409</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.082274019639156</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109176</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01082196831703186</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03876861557364464</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.905607239554171</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>16.4406</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3946</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.4236</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297759.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>679.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.6292</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9596</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.4376</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3023.1466</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>819.8417</td></tr>
<tr><td colspan=3>tsnr</td><td>22.053712480235845</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>