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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0061/ses-04/func/sub-0061_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e67bd35ce6d3b0ccf615a7ae8454269c</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>17:20:7.580000</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.998967, 0.0236772, 0.0387982, -0.0299977, 0.984741, 0.171419]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0852325</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7777, -7255, 554, -30, -174, 3, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.231</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c3693c4-88f3-451b-829a-f47b332577bd||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.6801540851593018, -0.0804816484451294, 0.09219814836978912, 112.24178314208984], [-0.0635242909193039, 2.641989231109619, 0.46549537777900696, -95.00112915039062], [0.10409272462129593, -0.45990464091300964, 2.6579718589782715, -50.743526458740234], [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': ['172007.580000', '172008.040000', '172008.500000', '172008.960000', '172009.420000', '172009.880000', '172010.340000', '172010.800000', '172011.260000', '172011.720000', '172012.180000', '172012.640000', '172013.100000', '172013.560000', '172014.020000', '172014.480000', '172014.940000', '172015.400000', '172015.860000', '172016.320000', '172016.780000', '172017.240000', '172017.700000', '172018.160000', '172018.620000', '172019.080000', '172019.540000', '172020.000000', '172020.460000', '172020.920000', '172021.380000', '172021.840000', '172022.300000', '172022.760000', '172023.220000', '172023.680000', '172024.140000', '172024.600000', '172025.060000', '172025.520000', '172025.980000', '172026.440000', '172026.900000', '172027.360000', '172027.820000', '172028.280000', '172028.740000', '172029.200000', '172029.660000', '172030.120000', '172030.580000', '172031.040000', '172031.500000', '172031.960000', '172032.420000', '172032.880000', '172033.340000', '172033.800000', '172034.260000', '172034.720000', '172035.180000', '172035.640000', '172036.100000', '172036.560000', '172037.020000', '172037.480000', '172037.940000', '172038.400000', '172038.860000', '172039.320000', '172039.780000', '172040.240000', '172040.700000', '172041.160000', '172041.620000', '172042.080000', '172042.540000', '172043.000000', '172043.460000', '172043.920000', '172044.380000', '172044.840000', '172045.300000', '172045.760000', '172046.220000', '172046.680000', '172047.140000', '172047.600000', '172048.060000', '172048.520000', '172048.980000', '172049.440000', '172049.900000', '172050.360000', '172050.820000', '172051.280000', '172051.740000', '172052.200000', '172052.660000', '172053.120000', '172053.580000', '172054.040000', '172054.500000', '172054.960000', '172055.420000', '172055.880000', '172056.340000', '172056.800000', '172057.260000', '172057.720000', '172058.180000', '172058.640000', '172059.100000', '172059.560000', '172100.020000', '172100.480000', '172100.940000', '172101.400000', '172101.860000', '172102.320000', '172102.780000', '172103.240000', '172103.700000', '172104.160000', '172104.620000', '172105.080000', '172105.540000', '172106.000000', '172106.460000', '172106.920000', '172107.380000', '172107.840000', '172108.300000', '172108.760000', '172109.220000', '172109.680000', '172110.140000', '172110.600000', '172111.060000', '172111.520000', '172111.980000', '172112.440000', '172112.900000', '172113.360000', '172113.820000', '172114.280000', '172114.740000', '172115.200000', '172115.660000', '172116.120000', '172116.580000', '172117.040000', '172117.500000', '172117.960000', '172118.420000', '172118.880000', '172119.340000', '172119.800000', '172120.260000', '172120.720000', '172121.180000', '172121.640000', '172122.100000', '172122.560000', '172123.020000', '172123.480000', '172123.940000', '172124.400000', '172124.860000', '172125.320000', '172125.780000', '172126.240000', '172126.700000', '172127.160000', '172127.620000', '172128.080000', '172128.540000', '172129.000000', '172129.460000', '172129.920000', '172130.380000', '172130.840000', '172131.300000', '172131.760000', '172132.220000', '172132.680000', '172133.140000', '172133.600000', '172134.060000', '172134.520000', '172134.980000', '172135.440000', '172135.900000', '172136.360000', '172136.820000', '172137.280000', '172137.740000', '172138.200000', '172138.660000', '172139.120000', '172139.580000', '172140.040000', '172140.500000', '172140.960000', '172141.420000', '172141.880000', '172142.340000', '172142.800000', '172143.260000', '172143.720000', '172144.180000', '172144.640000', '172145.100000', '172145.560000', '172146.020000', '172146.480000', '172146.940000', '172147.400000', '172147.860000', '172148.320000', '172148.780000', '172149.240000', '172149.700000', '172150.160000', '172150.620000', '172151.080000', '172151.540000', '172152.000000', '172152.460000', '172152.920000', '172153.380000', '172153.840000', '172154.300000', '172154.760000', '172155.220000', '172155.680000', '172156.140000', '172156.600000', '172157.060000', '172157.520000', '172157.980000', '172158.440000', '172158.900000', '172159.360000', '172159.820000', '172200.280000', '172200.740000', '172201.200000', '172201.660000', '172202.120000', '172202.580000', '172203.040000', '172203.500000', '172203.960000', '172204.420000', '172204.880000', '172205.340000', '172205.800000', '172206.260000', '172206.720000', '172207.180000', '172207.640000', '172208.100000', '172208.560000', '172209.020000', '172209.480000', '172209.940000', '172210.400000', '172210.860000', '172211.320000', '172211.780000', '172212.240000', '172212.700000', '172213.160000', '172213.620000', '172214.080000', '172214.540000', '172215.000000', '172215.460000', '172215.920000', '172216.380000', '172216.840000', '172217.300000', '172217.760000', '172218.220000', '172218.680000', '172219.140000', '172219.600000', '172220.060000', '172220.520000', '172220.980000', '172221.440000', '172221.900000', '172222.360000', '172222.820000', '172223.280000', '172223.740000', '172224.200000', '172224.660000', '172225.120000', '172225.580000', '172226.040000', '172226.500000', '172226.960000', '172227.420000', '172227.880000', '172228.340000', '172228.800000', '172229.260000', '172229.720000', '172230.180000', '172230.640000', '172231.100000', '172231.560000', '172232.020000', '172232.480000', '172232.940000', '172233.400000', '172233.860000', '172234.320000', '172234.780000', '172235.240000', '172235.700000', '172236.160000', '172236.620000', '172237.080000', '172237.540000', '172238.000000', '172238.460000', '172238.920000', '172239.380000', '172239.840000', '172240.300000', '172240.760000', '172241.220000', '172241.680000', '172242.140000', '172242.600000', '172243.060000', '172243.520000', '172243.980000', '172244.440000', '172244.900000', '172245.360000', '172245.820000', '172246.280000', '172246.740000', '172247.200000', '172247.660000', '172248.120000', '172248.580000', '172249.040000', '172249.500000', '172249.960000', '172250.420000', '172250.880000', '172251.340000', '172251.800000', '172252.260000', '172252.720000', '172253.180000', '172253.640000', '172254.100000', '172254.560000', '172255.020000', '172255.480000', '172255.940000', '172256.400000', '172256.860000', '172257.320000', '172257.780000', '172258.240000', '172258.700000', '172259.160000', '172259.620000', '172300.080000', '172300.540000', '172301.000000', '172301.460000', '172301.920000', '172302.380000', '172302.840000', '172303.300000', '172303.760000', '172304.220000', '172304.680000', '172305.140000', '172305.600000', '172306.060000', '172306.520000', '172306.980000', '172307.440000', '172307.900000', '172308.360000', '172308.820000', '172309.280000', '172309.740000', '172310.200000', '172310.660000', '172311.120000', '172311.580000', '172312.040000', '172312.500000', '172312.960000', '172313.420000', '172313.880000', '172314.340000', '172314.800000', '172315.260000', '172315.720000', '172316.180000', '172316.640000', '172317.100000', '172317.560000', '172318.020000', '172318.480000', '172318.940000', '172319.400000', '172319.860000', '172320.320000', '172320.780000', '172321.240000', '172321.700000', '172322.160000', '172322.620000', '172323.080000', '172323.540000', '172324.000000', '172324.460000', '172324.920000', '172325.380000', '172325.840000', '172326.300000', '172326.760000', '172327.220000', '172327.680000', '172328.140000', '172328.600000', '172329.060000', '172329.520000', '172329.980000', '172330.440000', '172330.900000', '172331.360000', '172331.820000', '172332.280000', '172332.740000', '172333.200000', '172333.660000', '172334.120000', '172334.580000', '172335.040000', '172335.500000', '172335.960000', '172336.420000', '172336.880000', '172337.340000', '172337.800000', '172338.260000', '172338.720000', '172339.180000', '172339.640000', '172340.100000', '172340.560000', '172341.020000', '172341.480000', '172341.940000', '172342.400000', '172342.860000', '172343.320000', '172343.780000', '172344.240000', '172344.700000', '172345.160000', '172345.620000', '172346.080000', '172346.540000', '172347.000000', '172347.460000', '172347.920000', '172348.380000', '172348.840000', '172349.300000', '172349.760000', '172350.220000', '172350.680000', '172351.140000', '172351.600000', '172352.060000', '172352.520000', '172352.980000', '172353.440000', '172353.900000', '172354.360000', '172354.820000', '172355.280000', '172355.740000', '172356.200000', '172356.660000', '172357.120000', '172357.580000', '172358.040000', '172358.500000', '172358.960000', '172359.420000', '172359.880000', '172400.340000', '172400.800000', '172401.260000', '172401.720000', '172402.180000', '172402.640000', '172403.100000', '172403.560000', '172404.020000', '172404.480000', '172404.940000', '172405.400000', '172405.860000', '172406.320000', '172406.780000', '172407.240000', '172407.700000', '172408.160000', '172408.620000', '172409.080000', '172409.540000', '172410.000000', '172410.460000', '172410.920000', '172411.380000', '172411.840000', '172412.300000', '172412.760000', '172413.220000', '172413.680000', '172414.140000', '172414.600000', '172415.060000', '172415.520000', '172415.980000', '172416.440000', '172416.900000', '172417.360000', '172417.820000', '172418.280000', '172418.740000', '172419.200000', '172419.660000', '172420.120000', '172420.580000', '172421.040000', '172421.500000', '172421.960000', '172422.420000', '172422.880000', '172423.340000', '172423.800000', '172424.260000', '172424.720000', '172425.180000', '172425.640000', '172426.100000', '172426.560000', '172427.020000', '172427.480000', '172427.940000', '172428.400000', '172428.860000', '172429.320000', '172429.780000', '172430.240000', '172430.700000', '172431.160000', '172431.620000', '172432.080000', '172432.540000', '172433.000000', '172433.460000', '172433.920000', '172434.380000', '172434.840000', '172435.300000', '172435.760000', '172436.220000', '172436.680000', '172437.140000', '172437.600000', '172438.060000', '172438.520000', '172438.980000', '172439.440000', '172439.900000', '172440.360000', '172440.820000', '172441.280000', '172441.740000', '172442.200000', '172442.660000', '172443.120000', '172443.580000', '172444.040000', '172444.500000', '172444.960000', '172445.420000', '172445.880000', '172446.340000', '172446.800000', '172447.260000', '172447.720000', '172448.180000', '172448.640000', '172449.100000', '172449.560000', '172450.020000', '172450.480000', '172450.940000', '172451.400000', '172451.860000', '172452.320000', '172452.780000', '172453.240000', '172453.700000', '172454.160000', '172454.620000', '172455.080000', '172455.540000', '172456.000000', '172456.460000', '172456.920000', '172457.380000', '172457.840000', '172458.300000', '172458.760000', '172459.220000', '172459.680000', '172500.140000', '172500.600000', '172501.060000', '172501.520000', '172501.980000', '172502.440000', '172502.900000', '172503.360000', '172503.820000', '172504.280000', '172504.740000', '172505.200000', '172505.660000', '172506.120000', '172506.580000', '172507.040000', '172507.500000', '172507.960000', '172508.420000', '172508.880000', '172509.340000', '172509.800000', '172510.260000', '172510.720000', '172511.180000', '172511.640000', '172512.100000', '172512.560000', '172513.020000', '172513.480000', '172513.940000', '172514.400000', '172514.860000', '172515.320000', '172515.780000', '172516.240000', '172516.700000', '172517.160000', '172517.620000', '172518.080000', '172518.540000', '172519.000000', '172519.460000', '172519.920000', '172520.380000', '172520.840000', '172521.300000', '172521.760000', '172522.220000', '172522.680000', '172523.140000', '172523.600000', '172524.060000', '172524.520000', '172524.980000', '172525.440000', '172525.900000', '172526.360000', '172526.820000', '172527.280000', '172527.740000', '172528.200000', '172528.660000', '172529.120000', '172529.580000', '172530.040000', '172530.500000', '172530.960000', '172531.420000', '172531.880000', '172532.340000', '172532.800000', '172533.260000', '172533.720000', '172534.180000', '172534.640000', '172535.100000', '172535.560000', '172536.020000', '172536.480000', '172536.940000', '172537.400000', '172537.860000', '172538.320000', '172538.780000', '172539.240000', '172539.700000', '172540.160000', '172540.620000', '172541.080000', '172541.540000', '172542.000000', '172542.460000', '172542.920000', '172543.380000', '172543.840000', '172544.300000', '172544.760000', '172545.220000', '172545.680000', '172546.140000', '172546.600000', '172547.060000', '172547.520000', '172547.980000', '172548.440000', '172548.900000', '172549.360000', '172549.820000', '172550.280000', '172550.740000', '172551.200000', '172551.660000', '172552.120000', '172552.580000', '172553.040000', '172553.500000', '172553.960000', '172554.420000', '172554.880000', '172555.340000', '172555.800000', '172556.260000', '172556.720000', '172557.180000', '172557.640000', '172558.100000', '172558.560000', '172559.020000', '172559.480000', '172559.940000', '172600.400000', '172600.860000', '172601.320000', '172601.780000', '172602.240000', '172602.700000', '172603.160000', '172603.620000', '172604.080000', '172604.540000', '172605.000000', '172605.460000', '172605.920000', '172606.380000', '172606.840000', '172607.300000', '172607.760000', '172608.220000', '172608.680000', '172609.140000', '172609.600000', '172610.060000', '172610.520000', '172610.980000', '172611.440000', '172611.900000', '172612.360000', '172612.820000', '172613.280000', '172613.740000', '172614.200000', '172614.660000', '172615.120000', '172615.580000', '172616.040000', '172616.500000', '172616.960000', '172617.420000', '172617.880000', '172618.340000', '172618.800000', '172619.260000', '172619.720000', '172620.180000', '172620.640000', '172621.100000', '172621.560000', '172622.020000', '172622.480000', '172622.940000', '172623.400000', '172623.860000', '172624.320000', '172624.780000', '172625.240000', '172625.700000', '172626.160000', '172626.620000', '172627.080000', '172627.540000', '172628.000000', '172628.460000', '172628.920000', '172629.380000', '172629.840000', '172630.300000', '172630.760000', '172631.220000', '172631.680000', '172632.140000', '172632.600000', '172633.060000', '172633.520000', '172633.980000', '172634.440000', '172634.900000', '172635.360000', '172635.820000', '172636.280000', '172636.740000', '172637.200000', '172637.660000', '172638.120000', '172638.580000', '172639.040000', '172639.500000', '172639.960000', '172640.420000', '172640.880000', '172641.340000', '172641.800000', '172642.260000', '172642.720000', '172643.180000', '172643.640000', '172644.100000', '172644.560000', '172645.020000', '172645.480000', '172645.940000', '172646.400000', '172646.860000', '172647.320000', '172647.780000', '172648.240000'], 'ContentTime': ['172029.466000', '172029.469000', '172029.472000', '172029.475000', '172029.486000', '172029.488000', '172029.491000', '172029.494000', '172029.496000', '172029.499000', '172029.501000', '172029.504000', '172029.507000', '172029.509000', '172029.512000', '172029.515000', '172029.517000', '172029.520000', '172029.522000', '172029.525000', '172029.528000', '172029.530000', '172029.533000', '172029.536000', '172029.538000', '172029.541000', '172029.544000', '172029.546000', '172029.549000', '172029.552000', '172029.554000', '172029.557000', '172029.559000', '172029.562000', '172029.565000', '172029.567000', '172029.570000', '172029.572000', '172029.575000', '172029.578000', '172029.580000', '172029.583000', '172029.585000', '172029.588000', '172049.439000', '172049.442000', '172049.445000', '172049.448000', '172049.450000', '172049.453000', '172049.455000', '172049.458000', '172049.461000', '172049.464000', '172049.467000', '172049.470000', '172049.473000', '172049.475000', '172049.478000', '172049.481000', '172049.483000', '172049.486000', '172049.488000', '172049.491000', '172049.494000', '172049.497000', '172049.500000', '172049.503000', '172049.505000', '172049.508000', '172049.511000', '172049.513000', '172049.516000', '172049.519000', '172049.521000', '172049.524000', '172049.526000', '172049.529000', '172049.532000', '172049.534000', '172049.537000', '172049.540000', '172049.542000', '172049.545000', '172049.547000', '172049.550000', '172049.553000', '172109.440000', '172109.443000', '172109.446000', '172109.448000', '172109.451000', '172109.454000', '172109.456000', '172109.459000', '172109.462000', '172109.464000', '172109.467000', '172109.470000', '172109.472000', '172109.475000', '172109.477000', '172109.480000', '172109.483000', '172109.485000', '172109.488000', '172109.491000', '172109.493000', '172109.496000', '172109.498000', '172109.501000', '172109.504000', '172109.517000', '172109.520000', '172109.523000', '172109.526000', '172109.528000', '172109.531000', '172109.533000', '172109.536000', '172109.539000', '172109.541000', '172109.544000', '172109.547000', '172109.549000', '172109.552000', '172109.555000', '172109.557000', '172109.560000', '172109.562000', '172109.565000', '172129.440000', '172129.443000', '172129.446000', '172129.449000', '172129.451000', '172129.454000', '172129.457000', '172129.459000', '172129.462000', '172129.464000', '172129.467000', '172129.470000', '172129.472000', '172129.475000', '172129.478000', '172129.480000', '172129.483000', '172129.485000', '172129.496000', '172129.498000', '172129.501000', '172129.504000', '172129.506000', '172129.509000', '172129.512000', '172129.514000', '172129.517000', '172129.520000', '172129.522000', '172129.525000', '172129.528000', '172129.530000', '172129.533000', '172129.535000', '172129.538000', '172129.542000', '172129.544000', '172129.547000', '172129.550000', '172129.553000', '172129.555000', '172129.558000', '172129.561000', '172149.440000', '172149.443000', '172149.446000', '172149.449000', '172149.451000', '172149.454000', '172149.456000', '172149.459000', '172149.462000', '172149.464000', '172149.467000', '172149.470000', '172149.472000', '172149.475000', '172149.478000', '172149.480000', '172149.483000', '172149.485000', '172149.488000', '172149.491000', '172149.493000', '172149.496000', '172149.498000', '172149.501000', '172149.504000', '172149.506000', '172149.509000', '172149.512000', '172149.514000', '172149.517000', '172149.519000', '172149.522000', '172149.525000', '172149.527000', '172149.530000', '172149.532000', '172149.535000', '172149.539000', '172149.542000', '172149.545000', '172149.547000', '172149.550000', '172149.552000', '172149.555000', '172209.441000', '172209.444000', '172209.446000', '172209.449000', '172209.452000', '172209.455000', '172209.457000', '172209.460000', '172209.462000', '172209.465000', '172209.468000', '172209.470000', '172209.473000', '172209.476000', '172209.478000', '172209.481000', '172209.483000', '172209.486000', '172209.489000', '172209.491000', '172209.494000', '172209.497000', '172209.499000', '172209.502000', '172209.505000', '172209.507000', '172209.515000', '172209.518000', '172209.520000', '172209.523000', '172209.526000', '172209.528000', '172209.531000', '172209.533000', '172209.537000', '172209.540000', '172209.543000', '172209.546000', '172209.548000', '172209.551000', '172209.554000', '172209.556000', '172209.559000', '172229.441000', '172229.444000', '172229.447000', '172229.449000', '172229.452000', '172229.454000', '172229.457000', '172229.460000', '172229.462000', '172229.465000', '172229.468000', '172229.470000', '172229.473000', '172229.476000', '172229.478000', '172229.481000', '172229.484000', '172229.486000', '172229.489000', '172229.491000', '172229.494000', '172229.497000', '172229.499000', '172229.502000', '172229.505000', '172229.508000', '172229.511000', '172229.514000', '172229.516000', '172229.519000', '172229.521000', '172229.524000', '172229.527000', '172229.529000', '172229.532000', '172229.535000', '172229.537000', '172229.540000', '172229.543000', '172229.545000', '172229.548000', '172229.550000', '172229.553000', '172229.556000', '172249.440000', '172249.443000', '172249.446000', '172249.449000', '172249.451000', '172249.454000', '172249.457000', '172249.459000', '172249.462000', '172249.469000', '172249.472000', '172249.476000', '172249.479000', '172249.481000', '172249.484000', '172249.487000', '172249.489000', '172249.492000', '172249.494000', '172249.497000', '172249.509000', '172249.511000', '172249.514000', '172249.517000', '172249.519000', '172249.522000', '172249.525000', '172249.527000', '172249.530000', '172249.532000', '172249.535000', '172249.538000', '172249.540000', '172249.543000', '172249.546000', '172249.548000', '172249.551000', '172249.554000', '172249.556000', '172249.559000', '172249.562000', '172249.564000', '172249.567000', '172309.440000', '172309.443000', '172309.445000', '172309.448000', '172309.450000', '172309.453000', '172309.456000', '172309.458000', '172309.461000', '172309.464000', '172309.466000', '172309.469000', '172309.471000', '172309.474000', '172309.477000', '172309.479000', '172309.482000', '172309.485000', '172309.487000', '172309.490000', '172309.493000', '172309.495000', '172309.498000', '172309.501000', '172309.503000', '172309.514000', '172309.516000', '172309.519000', '172309.521000', '172309.525000', '172309.527000', '172309.530000', '172309.532000', '172309.535000', '172309.538000', '172309.540000', '172309.543000', '172309.546000', '172309.548000', '172309.551000', '172309.554000', '172309.556000', '172309.559000', '172309.561000', '172329.441000', '172329.443000', '172329.446000', '172329.449000', '172329.452000', '172329.454000', '172329.457000', '172329.460000', '172329.462000', '172329.465000', '172329.467000', '172329.470000', '172329.473000', '172329.475000', '172329.478000', '172329.481000', '172329.483000', '172329.486000', '172329.489000', '172329.492000', '172329.494000', '172329.512000', '172329.515000', '172329.517000', '172329.520000', '172329.523000', '172329.525000', '172329.528000', '172329.531000', '172329.533000', '172329.536000', '172329.539000', '172329.541000', '172329.544000', '172329.547000', '172329.549000', '172329.552000', '172329.555000', '172329.557000', '172329.560000', '172329.563000', '172329.566000', '172329.569000', '172349.440000', '172349.443000', '172349.446000', '172349.449000', '172349.452000', '172349.454000', '172349.457000', '172349.459000', '172349.462000', '172349.465000', '172349.467000', '172349.470000', '172349.473000', '172349.475000', '172349.478000', '172349.480000', '172349.483000', '172349.486000', '172349.488000', '172349.491000', '172349.494000', '172349.496000', '172349.499000', '172349.501000', '172349.504000', '172349.507000', '172349.509000', '172349.512000', '172349.515000', '172349.517000', '172349.520000', '172349.523000', '172349.525000', '172349.528000', '172349.531000', '172349.533000', '172349.536000', '172349.539000', '172349.541000', '172349.544000', '172349.547000', '172349.549000', '172349.552000', '172349.555000', '172409.440000', '172409.443000', '172409.446000', '172409.449000', '172409.452000', '172409.454000', '172409.457000', '172409.460000', '172409.462000', '172409.465000', '172409.467000', '172409.470000', '172409.473000', '172409.475000', '172409.478000', '172409.481000', '172409.483000', '172409.486000', '172409.489000', '172409.491000', '172409.494000', '172409.496000', '172409.499000', '172409.502000', '172409.504000', '172409.507000', '172409.510000', '172409.512000', '172409.515000', '172409.518000', '172409.520000', '172409.523000', '172409.526000', '172409.528000', '172409.531000', '172409.534000', '172409.536000', '172409.539000', '172409.541000', '172409.544000', '172409.547000', '172409.549000', '172409.552000', '172429.441000', '172429.443000', '172429.455000', '172429.458000', '172429.460000', '172429.463000', '172429.465000', '172429.468000', '172429.471000', '172429.473000', '172429.476000', '172429.479000', '172429.481000', '172429.484000', '172429.487000', '172429.489000', '172429.492000', '172429.495000', '172429.497000', '172429.500000', '172429.503000', '172429.505000', '172429.508000', '172429.511000', '172429.513000', '172429.516000', '172429.518000', '172429.521000', '172429.524000', '172429.526000', '172429.529000', '172429.532000', '172429.535000', '172429.537000', '172429.540000', '172429.543000', '172429.545000', '172429.548000', '172429.550000', '172429.553000', '172429.556000', '172429.558000', '172429.561000', '172429.564000', '172449.441000', '172449.444000', '172449.446000', '172449.449000', '172449.451000', '172449.454000', '172449.457000', '172449.460000', '172449.462000', '172449.465000', '172449.468000', '172449.470000', '172449.473000', '172449.476000', '172449.478000', '172449.481000', '172449.484000', '172449.486000', '172449.489000', '172449.492000', '172449.494000', '172449.497000', '172449.500000', '172449.502000', '172449.505000', '172449.508000', '172449.510000', '172449.513000', '172449.515000', '172449.518000', '172449.521000', '172449.524000', '172449.526000', '172449.529000', '172449.532000', '172449.534000', '172449.537000', '172449.540000', '172449.542000', '172449.545000', '172449.548000', '172449.551000', '172449.553000', '172509.441000', '172509.443000', '172509.446000', '172509.449000', '172509.452000', '172509.454000', '172509.457000', '172509.460000', '172509.462000', '172509.465000', '172509.468000', '172509.470000', '172509.473000', '172509.475000', '172509.478000', '172509.481000', '172509.484000', '172509.486000', '172509.489000', '172509.492000', '172509.494000', '172509.497000', '172509.500000', '172509.502000', '172509.505000', '172509.507000', '172509.510000', '172509.513000', '172509.515000', '172509.518000', '172509.521000', '172509.523000', '172509.526000', '172509.529000', '172509.531000', '172509.534000', '172509.537000', '172509.539000', '172509.542000', '172509.544000', '172509.547000', '172509.550000', '172509.552000', '172509.555000', '172529.440000', '172529.442000', '172529.445000', '172529.448000', '172529.451000', '172529.453000', '172529.456000', '172529.458000', '172529.461000', '172529.464000', '172529.466000', '172529.469000', '172529.472000', '172529.475000', '172529.477000', '172529.480000', '172529.483000', '172529.485000', '172529.488000', '172529.491000', '172529.493000', '172529.496000', '172529.499000', '172529.501000', '172529.504000', '172529.507000', '172529.509000', '172529.512000', '172529.515000', '172529.518000', '172529.520000', '172529.523000', '172529.526000', '172529.528000', '172529.531000', '172529.533000', '172529.536000', '172529.539000', '172529.541000', '172529.544000', '172529.547000', '172529.549000', '172529.552000', '172549.441000', '172549.443000', '172549.446000', '172549.449000', '172549.451000', '172549.454000', '172549.457000', '172549.459000', '172549.462000', '172549.465000', '172549.468000', '172549.471000', '172549.474000', '172549.482000', '172549.485000', '172549.488000', '172549.490000', '172549.493000', '172549.496000', '172549.498000', '172549.501000', '172549.504000', '172549.506000', '172549.509000', '172549.511000', '172549.514000', '172549.517000', '172549.520000', '172549.524000', '172549.527000', '172549.529000', '172549.532000', '172549.535000', '172549.537000', '172549.540000', '172549.543000', '172549.545000', '172549.548000', '172549.551000', '172549.553000', '172549.556000', '172549.559000', '172549.561000', '172609.440000', '172609.443000', '172609.446000', '172609.449000', '172609.452000', '172609.454000', '172609.457000', '172609.459000', '172609.462000', '172609.465000', '172609.467000', '172609.470000', '172609.473000', '172609.475000', '172609.478000', '172609.481000', '172609.483000', '172609.486000', '172609.489000', '172609.491000', '172609.494000', '172609.497000', '172609.499000', '172609.502000', '172609.504000', '172609.507000', '172609.510000', '172609.512000', '172609.515000', '172609.518000', '172609.520000', '172609.523000', '172609.526000', '172609.528000', '172609.531000', '172609.534000', '172609.536000', '172609.539000', '172609.542000', '172609.544000', '172609.547000', '172609.550000', '172609.552000', '172609.555000', '172629.441000', '172629.444000', '172629.447000', '172629.450000', '172629.452000', '172629.455000', '172629.458000', '172629.460000', '172629.463000', '172629.466000', '172629.468000', '172629.471000', '172629.474000', '172629.476000', '172629.479000', '172629.482000', '172629.484000', '172629.487000', '172629.490000', '172629.492000', '172629.495000', '172629.497000', '172629.500000', '172629.503000', '172629.505000', '172629.508000', '172629.511000', '172629.513000', '172629.516000', '172629.519000', '172629.521000', '172629.524000', '172629.527000', '172629.529000', '172629.532000', '172629.534000', '172629.537000', '172629.540000', '172629.543000', '172629.545000', '172629.548000', '172629.551000', '172629.553000', '172629.556000', '172649.441000', '172649.443000', '172649.447000', '172649.449000', '172649.452000', '172649.455000', '172649.457000', '172649.460000', '172649.463000', '172649.465000', '172649.468000', '172649.471000', '172649.473000', '172649.476000', '172649.479000', '172649.481000', '172649.484000', '172649.486000', '172649.489000', '172649.492000', '172649.494000', '172649.497000', '172649.500000', '172649.502000', '172649.505000', '172649.508000', '172649.510000', '172649.513000', '172649.516000', '172649.518000', '172649.521000', '172649.524000', '172649.526000', '172649.529000', '172649.532000', '172649.534000', '172649.537000', '172649.539000', '172649.543000', '172649.545000', '172649.548000', '172649.550000', '172649.553000', '172650.071000', '172650.074000'], 'InstanceCreationTime': ['172029.466000', '172029.469000', '172029.472000', '172029.475000', '172029.486000', '172029.488000', '172029.491000', '172029.494000', '172029.496000', '172029.499000', '172029.501000', '172029.504000', '172029.507000', '172029.509000', '172029.512000', '172029.515000', '172029.517000', '172029.520000', '172029.522000', '172029.525000', '172029.528000', '172029.530000', '172029.533000', '172029.536000', '172029.538000', '172029.541000', '172029.544000', '172029.546000', '172029.549000', '172029.552000', '172029.554000', '172029.557000', '172029.559000', '172029.562000', '172029.565000', '172029.567000', '172029.570000', '172029.572000', '172029.575000', '172029.578000', '172029.580000', '172029.583000', '172029.585000', '172029.588000', '172049.439000', '172049.442000', '172049.445000', '172049.448000', '172049.450000', '172049.453000', '172049.455000', '172049.458000', '172049.461000', '172049.464000', '172049.467000', '172049.470000', '172049.473000', '172049.475000', '172049.478000', '172049.481000', '172049.483000', '172049.486000', '172049.488000', '172049.491000', '172049.494000', '172049.497000', '172049.500000', '172049.503000', '172049.505000', '172049.508000', '172049.511000', '172049.513000', '172049.516000', '172049.519000', '172049.521000', '172049.524000', '172049.526000', '172049.529000', '172049.532000', '172049.534000', '172049.537000', '172049.540000', '172049.542000', '172049.545000', '172049.547000', '172049.550000', '172049.553000', '172109.440000', '172109.443000', '172109.446000', '172109.448000', '172109.451000', '172109.454000', '172109.456000', '172109.459000', '172109.462000', '172109.464000', '172109.467000', '172109.470000', '172109.472000', '172109.475000', '172109.477000', '172109.480000', '172109.483000', '172109.485000', '172109.488000', '172109.491000', '172109.493000', '172109.496000', '172109.498000', '172109.501000', '172109.504000', '172109.517000', '172109.520000', '172109.523000', '172109.526000', '172109.528000', '172109.531000', '172109.533000', '172109.536000', '172109.539000', '172109.541000', '172109.544000', '172109.547000', '172109.549000', '172109.552000', '172109.555000', '172109.557000', '172109.560000', '172109.562000', '172109.565000', '172129.440000', '172129.443000', '172129.446000', '172129.449000', '172129.451000', '172129.454000', '172129.457000', '172129.459000', '172129.462000', '172129.464000', '172129.467000', '172129.470000', '172129.472000', '172129.475000', '172129.478000', '172129.480000', '172129.483000', '172129.485000', '172129.496000', '172129.498000', '172129.501000', '172129.504000', '172129.506000', '172129.509000', '172129.512000', '172129.514000', '172129.517000', '172129.520000', '172129.522000', '172129.525000', '172129.528000', '172129.530000', '172129.533000', '172129.535000', '172129.538000', '172129.542000', '172129.544000', '172129.547000', '172129.550000', '172129.553000', '172129.555000', '172129.558000', '172129.561000', '172149.440000', '172149.443000', '172149.446000', '172149.449000', '172149.451000', '172149.454000', '172149.456000', '172149.459000', '172149.462000', '172149.464000', '172149.467000', '172149.470000', '172149.472000', '172149.475000', '172149.478000', '172149.480000', '172149.483000', '172149.485000', '172149.488000', '172149.491000', '172149.493000', '172149.496000', '172149.498000', '172149.501000', '172149.504000', '172149.506000', '172149.509000', '172149.512000', '172149.514000', '172149.517000', '172149.519000', '172149.522000', '172149.525000', '172149.527000', '172149.530000', '172149.532000', '172149.535000', '172149.539000', '172149.542000', '172149.545000', '172149.547000', '172149.550000', '172149.552000', '172149.555000', '172209.441000', '172209.444000', '172209.446000', '172209.449000', '172209.452000', '172209.455000', '172209.457000', '172209.460000', '172209.462000', '172209.465000', '172209.468000', '172209.470000', '172209.473000', '172209.476000', '172209.478000', '172209.481000', '172209.483000', '172209.486000', '172209.489000', '172209.491000', '172209.494000', '172209.497000', '172209.499000', '172209.502000', '172209.505000', '172209.507000', '172209.515000', '172209.518000', '172209.520000', '172209.523000', '172209.526000', '172209.528000', '172209.531000', '172209.533000', '172209.537000', '172209.540000', '172209.543000', '172209.546000', '172209.548000', '172209.551000', '172209.554000', '172209.556000', '172209.559000', '172229.441000', '172229.444000', '172229.447000', '172229.449000', '172229.452000', '172229.454000', '172229.457000', '172229.460000', '172229.462000', '172229.465000', '172229.468000', '172229.470000', '172229.473000', '172229.476000', '172229.478000', '172229.481000', '172229.484000', '172229.486000', '172229.489000', '172229.491000', '172229.494000', '172229.497000', '172229.499000', '172229.502000', '172229.505000', '172229.508000', '172229.511000', '172229.514000', '172229.516000', '172229.519000', '172229.521000', '172229.524000', '172229.527000', '172229.529000', '172229.532000', '172229.535000', '172229.537000', '172229.540000', '172229.543000', '172229.545000', '172229.548000', '172229.550000', '172229.553000', '172229.556000', '172249.440000', '172249.443000', '172249.446000', '172249.449000', '172249.451000', '172249.454000', '172249.457000', '172249.459000', '172249.462000', '172249.469000', '172249.472000', '172249.476000', '172249.479000', '172249.481000', '172249.484000', '172249.487000', '172249.489000', '172249.492000', '172249.494000', '172249.497000', '172249.509000', '172249.511000', '172249.514000', '172249.517000', '172249.519000', '172249.522000', '172249.525000', '172249.527000', '172249.530000', '172249.532000', '172249.535000', '172249.538000', '172249.540000', '172249.543000', '172249.546000', '172249.548000', '172249.551000', '172249.554000', '172249.556000', '172249.559000', '172249.562000', '172249.564000', '172249.567000', '172309.440000', '172309.443000', '172309.445000', '172309.448000', '172309.450000', '172309.453000', '172309.456000', '172309.458000', '172309.461000', '172309.464000', '172309.466000', '172309.469000', '172309.471000', '172309.474000', '172309.477000', '172309.479000', '172309.482000', '172309.485000', '172309.487000', '172309.490000', '172309.493000', '172309.495000', '172309.498000', '172309.501000', '172309.503000', '172309.514000', '172309.516000', '172309.519000', '172309.521000', '172309.525000', '172309.527000', '172309.530000', '172309.532000', '172309.535000', '172309.538000', '172309.540000', '172309.543000', '172309.546000', '172309.548000', '172309.551000', '172309.554000', '172309.556000', '172309.559000', '172309.561000', '172329.441000', '172329.443000', '172329.446000', '172329.449000', '172329.452000', '172329.454000', '172329.457000', '172329.460000', '172329.462000', '172329.465000', '172329.467000', '172329.470000', '172329.473000', '172329.475000', '172329.478000', '172329.481000', '172329.483000', '172329.486000', '172329.489000', '172329.492000', '172329.494000', '172329.512000', '172329.515000', '172329.517000', '172329.520000', '172329.523000', '172329.525000', '172329.528000', '172329.531000', '172329.533000', '172329.536000', '172329.539000', '172329.541000', '172329.544000', '172329.547000', '172329.549000', '172329.552000', '172329.555000', '172329.557000', '172329.560000', '172329.563000', '172329.566000', '172329.569000', '172349.440000', '172349.443000', '172349.446000', '172349.449000', '172349.452000', '172349.454000', '172349.457000', '172349.459000', '172349.462000', '172349.465000', '172349.467000', '172349.470000', '172349.473000', '172349.475000', '172349.478000', '172349.480000', '172349.483000', '172349.486000', '172349.488000', '172349.491000', '172349.494000', '172349.496000', '172349.499000', '172349.501000', '172349.504000', '172349.507000', '172349.509000', '172349.512000', '172349.515000', '172349.517000', '172349.520000', '172349.523000', '172349.525000', '172349.528000', '172349.531000', '172349.533000', '172349.536000', '172349.539000', '172349.541000', '172349.544000', '172349.547000', '172349.549000', '172349.552000', '172349.555000', '172409.440000', '172409.443000', '172409.446000', '172409.449000', '172409.452000', '172409.454000', '172409.457000', '172409.460000', '172409.462000', '172409.465000', '172409.467000', '172409.470000', '172409.473000', '172409.475000', '172409.478000', '172409.481000', '172409.483000', '172409.486000', '172409.489000', '172409.491000', '172409.494000', '172409.496000', '172409.499000', '172409.502000', '172409.504000', '172409.507000', '172409.510000', '172409.512000', '172409.515000', '172409.518000', '172409.520000', '172409.523000', '172409.526000', '172409.528000', '172409.531000', '172409.534000', '172409.536000', '172409.539000', '172409.541000', '172409.544000', '172409.547000', '172409.549000', '172409.552000', '172429.441000', '172429.443000', '172429.455000', '172429.458000', '172429.460000', '172429.463000', '172429.465000', '172429.468000', '172429.471000', '172429.473000', '172429.476000', '172429.479000', '172429.481000', '172429.484000', '172429.487000', '172429.489000', '172429.492000', '172429.495000', '172429.497000', '172429.500000', '172429.503000', '172429.505000', '172429.508000', '172429.511000', '172429.513000', '172429.516000', '172429.518000', '172429.521000', '172429.524000', '172429.526000', '172429.529000', '172429.532000', '172429.535000', '172429.537000', '172429.540000', '172429.543000', '172429.545000', '172429.548000', '172429.550000', '172429.553000', '172429.556000', '172429.558000', '172429.561000', '172429.564000', '172449.441000', '172449.444000', '172449.446000', '172449.449000', '172449.451000', '172449.454000', '172449.457000', '172449.460000', '172449.462000', '172449.465000', '172449.468000', '172449.470000', '172449.473000', '172449.476000', '172449.478000', '172449.481000', '172449.484000', '172449.486000', '172449.489000', '172449.492000', '172449.494000', '172449.497000', '172449.500000', '172449.502000', '172449.505000', '172449.508000', '172449.510000', '172449.513000', '172449.515000', '172449.518000', '172449.521000', '172449.524000', '172449.526000', '172449.529000', '172449.532000', '172449.534000', '172449.537000', '172449.540000', '172449.542000', '172449.545000', '172449.548000', '172449.551000', '172449.553000', '172509.441000', '172509.443000', '172509.446000', '172509.449000', '172509.452000', '172509.454000', '172509.457000', '172509.460000', '172509.462000', '172509.465000', '172509.468000', '172509.470000', '172509.473000', '172509.475000', '172509.478000', '172509.481000', '172509.484000', '172509.486000', '172509.489000', '172509.492000', '172509.494000', '172509.497000', '172509.500000', '172509.502000', '172509.505000', '172509.507000', '172509.510000', '172509.513000', '172509.515000', '172509.518000', '172509.521000', '172509.523000', '172509.526000', '172509.529000', '172509.531000', '172509.534000', '172509.537000', '172509.539000', '172509.542000', '172509.544000', '172509.547000', '172509.550000', '172509.552000', '172509.555000', '172529.440000', '172529.442000', '172529.445000', '172529.448000', '172529.451000', '172529.453000', '172529.456000', '172529.458000', '172529.461000', '172529.464000', '172529.466000', '172529.469000', '172529.472000', '172529.475000', '172529.477000', '172529.480000', '172529.483000', '172529.485000', '172529.488000', '172529.491000', '172529.493000', '172529.496000', '172529.499000', '172529.501000', '172529.504000', '172529.507000', '172529.509000', '172529.512000', '172529.515000', '172529.518000', '172529.520000', '172529.523000', '172529.526000', '172529.528000', '172529.531000', '172529.533000', '172529.536000', '172529.539000', '172529.541000', '172529.544000', '172529.547000', '172529.549000', '172529.552000', '172549.441000', '172549.443000', '172549.446000', '172549.449000', '172549.451000', '172549.454000', '172549.457000', '172549.459000', '172549.462000', '172549.465000', '172549.468000', '172549.471000', '172549.474000', '172549.482000', '172549.485000', '172549.488000', '172549.490000', '172549.493000', '172549.496000', '172549.498000', '172549.501000', '172549.504000', '172549.506000', '172549.509000', '172549.511000', '172549.514000', '172549.517000', '172549.520000', '172549.524000', '172549.527000', '172549.529000', '172549.532000', '172549.535000', '172549.537000', '172549.540000', '172549.543000', '172549.545000', '172549.548000', '172549.551000', '172549.553000', '172549.556000', '172549.559000', '172549.561000', '172609.440000', '172609.443000', '172609.446000', '172609.449000', '172609.452000', '172609.454000', '172609.457000', '172609.459000', '172609.462000', '172609.465000', '172609.467000', '172609.470000', '172609.473000', '172609.475000', '172609.478000', '172609.481000', '172609.483000', '172609.486000', '172609.489000', '172609.491000', '172609.494000', '172609.497000', '172609.499000', '172609.502000', '172609.504000', '172609.507000', '172609.510000', '172609.512000', '172609.515000', '172609.518000', '172609.520000', '172609.523000', '172609.526000', '172609.528000', '172609.531000', '172609.534000', '172609.536000', '172609.539000', '172609.542000', '172609.544000', '172609.547000', '172609.550000', '172609.552000', '172609.555000', '172629.441000', '172629.444000', '172629.447000', '172629.450000', '172629.452000', '172629.455000', '172629.458000', '172629.460000', '172629.463000', '172629.466000', '172629.468000', '172629.471000', '172629.474000', '172629.476000', '172629.479000', '172629.482000', '172629.484000', '172629.487000', '172629.490000', '172629.492000', '172629.495000', '172629.497000', '172629.500000', '172629.503000', '172629.505000', '172629.508000', '172629.511000', '172629.513000', '172629.516000', '172629.519000', '172629.521000', '172629.524000', '172629.527000', '172629.529000', '172629.532000', '172629.534000', '172629.537000', '172629.540000', '172629.543000', '172629.545000', '172629.548000', '172629.551000', '172629.553000', '172629.556000', '172649.441000', '172649.443000', '172649.447000', '172649.449000', '172649.452000', '172649.455000', '172649.457000', '172649.460000', '172649.463000', '172649.465000', '172649.468000', '172649.471000', '172649.473000', '172649.476000', '172649.479000', '172649.481000', '172649.484000', '172649.486000', '172649.489000', '172649.492000', '172649.494000', '172649.497000', '172649.500000', '172649.502000', '172649.505000', '172649.508000', '172649.510000', '172649.513000', '172649.516000', '172649.518000', '172649.521000', '172649.524000', '172649.526000', '172649.529000', '172649.532000', '172649.534000', '172649.537000', '172649.539000', '172649.543000', '172649.545000', '172649.548000', '172649.550000', '172649.553000', '172650.071000', '172650.074000'], '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': [7892, 12290, 7983, 7232, 7129, 6407, 8775, 6806, 6466, 6491, 6209, 8549, 6385, 6593, 6831, 6269, 8730, 6420, 6482, 6871, 6705, 10190, 7727, 6557, 8107, 6774, 8138, 7751, 6471, 9302, 6856, 7771, 7797, 6502, 9870, 7523, 11219, 9325, 8274, 12022, 8848, 9289, 7359, 11090, 8440, 6502, 7911, 6465, 10017, 7327, 8821, 7541, 6602, 7712, 6753, 8200, 6650, 9131, 6922, 8730, 6633, 7821, 6503, 6480, 7208, 6604, 8643, 6440, 9709, 7247, 8537, 7242, 6460, 7784, 6290, 9949, 7743, 9418, 7348, 6511, 7652, 6748, 10669, 7420, 11181, 7463, 8467, 7466, 6687, 8078, 6488, 8953, 6641, 10893, 7865, 7852, 7181, 6585, 8016, 6589, 9862, 7787, 7894, 7010, 7339, 7013, 6691, 8545, 6596, 8446, 6497, 8687, 6702, 9858, 7506, 7801, 6916, 6824, 6843, 6655, 8635, 7168, 8575, 6801, 6733, 7517, 6573, 9799, 7397, 11161, 7632, 8628, 7709, 7093, 9042, 6362, 9198, 7337, 7249, 7914, 6478, 9233, 6601, 10522, 7721, 7083, 7333, 6483, 8822, 6728, 10279, 7605, 6629, 7501, 6470, 8766, 6851, 10877, 8443, 6504, 7209, 6569, 8753, 6795, 10781, 7861, 9133, 6745, 6844, 6999, 6689, 8937, 7152, 6355, 9447, 7043, 7715, 6355, 8433, 6732, 6776, 6973, 6481, 8243, 6503, 9984, 7233, 8739, 7989, 6799, 9697, 6647, 10528, 7643, 11918, 10084, 7663, 11740, 7903, 8827, 6840, 6262, 9359, 6421, 8627, 6819, 6496, 7197, 6672, 8377, 6503, 10591, 8065, 8082, 6746, 6647, 6824, 7151, 10874, 8178, 7932, 7625, 6629, 11429, 9604, 7320, 7126, 6523, 9508, 6917, 11215, 7886, 9928, 6598, 7504, 6314, 6851, 6879, 6896, 7480, 6388, 7938, 6430, 9350, 6930, 6755, 6390, 6629, 7760, 6548, 9551, 6911, 6739, 7673, 6369, 10070, 8543, 6560, 8826, 6483, 11046, 8203, 9731, 9040, 6696, 10905, 6824, 11258, 9249, 11211, 9315, 6634, 7138, 6359, 8243, 6428, 8213, 7262, 6499, 8281, 6280, 9601, 6810, 8552, 7606, 6775, 8287, 6502, 8884, 7117, 7754, 6925, 6794, 8414, 6603, 8236, 6672, 8958, 7021, 7386, 7199, 6829, 7742, 6259, 9546, 7163, 6937, 7463, 6482, 8848, 6734, 11086, 8322, 7175, 8661, 6266, 9581, 6490, 11347, 8930, 6625, 6841, 6560, 7734, 6453, 10365, 7562, 6616, 6556, 6522, 8802, 6859, 9792, 8343, 6931, 7666, 6324, 9854, 7533, 9477, 7275, 6564, 7230, 6659, 9090, 6718, 7279, 6719, 6697, 7671, 6452, 9936, 8252, 8539, 6639, 6977, 7762, 6635, 9916, 6476, 6761, 6851, 6549, 6530, 9483, 9355, 8126, 6651, 7735, 6735, 8844, 6232, 6646, 6603, 6856, 6682, 8516, 11491, 7861, 7497, 6923, 6880, 8763, 6286, 9973, 6607, 9825, 7785, 9913, 8562, 6746, 6961, 6698, 7794, 6385, 10108, 6713, 6766, 6822, 6880, 8226, 6610, 10207, 7647, 8529, 6801, 6832, 7257, 6608, 9692, 6270, 9941, 6692, 10566, 8661, 7390, 7269, 6801, 7459, 6189, 9741, 7176, 7959, 6578, 6747, 7677, 6318, 9806, 7020, 9975, 7806, 8324, 7483, 8140, 8633, 6565, 7924, 6410, 8846, 6705, 10488, 7226, 7644, 6785, 6928, 7444, 6563, 9313, 6463, 8402, 6492, 7420, 7645, 6841, 8609, 6242, 9327, 6654, 10272, 8909, 6769, 7106, 6656, 9145, 6798, 11304, 9248, 8546, 7571, 6928, 7943, 6565, 9356, 6391, 9465, 6585, 8739, 8158, 6659, 7070, 6599, 7732, 6366, 9547, 6888, 6815, 6745, 6964, 7995, 6424, 9904, 6452, 8374, 6733, 7120, 7703, 7197, 9088, 6425, 8447, 6612, 10148, 7953, 8428, 7922, 6667, 7269, 6506, 9339, 7462, 7684, 6685, 6773, 7386, 6975, 9067, 7003, 9552, 6571, 10244, 7389, 10892, 8808, 8254, 7776, 6855, 7450, 6500, 8687, 6872, 9545, 6284, 8143, 6825, 7758, 7260, 6798, 7004, 6802, 7003, 6200, 8934, 7561, 6736, 6701, 6435, 9002, 7268, 9920, 8445, 6913, 7084, 6510, 9781, 8051, 8296, 6740, 6721, 7503, 6950, 8940, 6795, 9527, 6260, 10571, 7729, 10750, 9174, 6859, 7002, 6521, 8152, 6799, 8449, 7663, 6554, 7268, 6209, 9919, 8573, 10205, 7484, 7588, 6784, 6815, 8280, 6616, 8973, 6222, 8843, 7011, 7794, 7261, 6659, 7292, 6402, 8450, 6576, 10513, 7666, 9678, 7164, 7353, 6996, 6792, 7998, 6463, 8840, 7398, 7304, 7908, 6405, 8584, 6391, 9688, 8096, 6542, 8524, 6617, 9194, 6828, 10381, 8469, 7050, 7031, 6466, 9199, 7179, 9932, 8630, 6787, 6817, 6388, 8589, 7155, 10353, 8517, 6535, 6996, 6595, 8850, 7335, 9101, 7073, 6783, 6923, 6616, 8784, 6380, 9531, 6626, 6993, 6954, 6604, 8022, 6507, 8681, 6680, 9925, 7996, 6855, 7047, 6550, 7064, 6577, 9320, 7802, 6661, 6899, 6584, 8190, 6565, 9983, 7076, 9433, 6326, 9723, 7196, 7975, 7387, 6653, 7232, 6553, 8788, 7936, 6758, 8005, 6636, 11404, 8464, 10627, 8562, 6255, 7509, 7175, 8567, 7646, 6357, 11317, 8955, 7215, 8367, 6355, 8814, 7068, 10399, 8564, 6664, 7323, 6644, 8388, 7200, 6679, 8199, 6445, 8267, 6993, 6864, 9048, 6569, 9967, 6617, 10102, 7973, 8135, 8361, 6759, 10568, 6780, 8239, 7021, 6416, 8341, 6939, 10548, 8137, 9053, 7082, 6813, 8362, 6821, 10923, 7253, 6590, 7099, 6658, 8204, 6831, 7440, 6734, 6782, 6939, 6604, 8104, 6866, 10163, 6693, 9311, 7359, 7653, 7401, 7010, 7251, 6589, 7441, 6616, 7323, 6926, 6717, 7097, 6347, 7093, 6465, 8821, 6653, 9205, 7764, 6821, 7054, 6743, 8166, 6975, 9915, 7044, 6855, 7235, 6542, 7910, 6585, 10029, 7802, 7284, 6908, 6585, 9222, 7369, 11062, 7160, 7216, 7012, 6579, 7905, 6536, 8166, 7011, 9310, 7462, 6473, 7990, 6767, 7874, 7395, 6475, 8518, 6456, 10710, 6867, 6888, 7188, 6601, 8660, 6535, 8253, 6582, 10446, 7315, 6722, 7114, 6532, 7271, 6630, 10229, 7268, 6479, 6807, 6614, 7767, 6645, 8132, 7274, 6604, 7447, 6754, 9703, 9050, 7634, 10022, 6631, 9766, 7150, 8076, 8388, 6817, 8428, 6675, 7520, 6498, 9372, 7154, 7312, 7077, 6343, 6940, 6504, 7397, 6951, 8589, 7171, 6533, 7052, 6378, 8954], 'WindowCenter': [3998.0, 4024.0, 3980.0, 3967.0, 3955.0, 3944.0, 3975.0, 3945.0, 3944.0, 3945.0, 3947.0, 3976.0, 3948.0, 3959.0, 3958.0, 3960.0, 3989.0, 3960.0, 3960.0, 3972.0, 3975.0, 4015.0, 3983.0, 3963.0, 3993.0, 3986.0, 3995.0, 3996.0, 3975.0, 4005.0, 3987.0, 3996.0, 4010.0, 3977.0, 4015.0, 3996.0, 4028.0, 4016.0, 4006.0, 4026.0, 3992.0, 3991.0, 3982.0, 4013.0, 3994.0, 3959.0, 3981.0, 3961.0, 4001.0, 3982.0, 4003.0, 3983.0, 3971.0, 3981.0, 3971.0, 3995.0, 3974.0, 4006.0, 3972.0, 3991.0, 3972.0, 3981.0, 3962.0, 3973.0, 3983.0, 3973.0, 3993.0, 3963.0, 4016.0, 3999.0, 4006.0, 3984.0, 3962.0, 3982.0, 3962.0, 4015.0, 3996.0, 4003.0, 3983.0, 3962.0, 3983.0, 3986.0, 4015.0, 3985.0, 4013.0, 3982.0, 3992.0, 3985.0, 3973.0, 3993.0, 3962.0, 3992.0, 3972.0, 4013.0, 3994.0, 3993.0, 3972.0, 3971.0, 3982.0, 3975.0, 4016.0, 3984.0, 3992.0, 3973.0, 3981.0, 3972.0, 3972.0, 4004.0, 3972.0, 3993.0, 3961.0, 3990.0, 3971.0, 4002.0, 3983.0, 3981.0, 3972.0, 3972.0, 3971.0, 3985.0, 4018.0, 3987.0, 4004.0, 3974.0, 3972.0, 3983.0, 3973.0, 4014.0, 3984.0, 4014.0, 3984.0, 4004.0, 3995.0, 3972.0, 4003.0, 3961.0, 4002.0, 3983.0, 3984.0, 3995.0, 3973.0, 4004.0, 3972.0, 4014.0, 3983.0, 3973.0, 3983.0, 3961.0, 4002.0, 3971.0, 4014.0, 3983.0, 3972.0, 3982.0, 3962.0, 3992.0, 3973.0, 4015.0, 3993.0, 3961.0, 3983.0, 3971.0, 3992.0, 3972.0, 4025.0, 3994.0, 4002.0, 3972.0, 3971.0, 3982.0, 3973.0, 4004.0, 3985.0, 3974.0, 4016.0, 3972.0, 3983.0, 3962.0, 3994.0, 3973.0, 3972.0, 3986.0, 3975.0, 4006.0, 3974.0, 4015.0, 3986.0, 4006.0, 3996.0, 3974.0, 4005.0, 3974.0, 4014.0, 3984.0, 4025.0, 4013.0, 3984.0, 4014.0, 3981.0, 3992.0, 3970.0, 3961.0, 4001.0, 3960.0, 3992.0, 3974.0, 3962.0, 3983.0, 3972.0, 3993.0, 3975.0, 4015.0, 3995.0, 3993.0, 3973.0, 3974.0, 3962.0, 3972.0, 4013.0, 3993.0, 3993.0, 3983.0, 3974.0, 4024.0, 4003.0, 3982.0, 3969.0, 3961.0, 4001.0, 3971.0, 4013.0, 3982.0, 4001.0, 3961.0, 3970.0, 3961.0, 3973.0, 3973.0, 3970.0, 3983.0, 3974.0, 3996.0, 3979.0, 4004.0, 3985.0, 3986.0, 3987.0, 3986.0, 4010.0, 3990.0, 4017.0, 3984.0, 3972.0, 3995.0, 3975.0, 4017.0, 4007.0, 3975.0, 4005.0, 3974.0, 4025.0, 3994.0, 4013.0, 4004.0, 3971.0, 4012.0, 3960.0, 4012.0, 4002.0, 4025.0, 4003.0, 3960.0, 3969.0, 3958.0, 3979.0, 3961.0, 3991.0, 3982.0, 3960.0, 3992.0, 3961.0, 4000.0, 3960.0, 3991.0, 3983.0, 3972.0, 3991.0, 3961.0, 3990.0, 3971.0, 3980.0, 3973.0, 3971.0, 3992.0, 3970.0, 3990.0, 3971.0, 4003.0, 3983.0, 3982.0, 3972.0, 3972.0, 3981.0, 3961.0, 4002.0, 3973.0, 3972.0, 3983.0, 3962.0, 3991.0, 3973.0, 4013.0, 3994.0, 3971.0, 3992.0, 3961.0, 4002.0, 3975.0, 4027.0, 4004.0, 3970.0, 3970.0, 3960.0, 3980.0, 3961.0, 4014.0, 3982.0, 3972.0, 3962.0, 3960.0, 3992.0, 3974.0, 4015.0, 3993.0, 3973.0, 3980.0, 3962.0, 4002.0, 3983.0, 4002.0, 3971.0, 3961.0, 3970.0, 3972.0, 3992.0, 3972.0, 3981.0, 3961.0, 3971.0, 3980.0, 3963.0, 4014.0, 3993.0, 3993.0, 3971.0, 3972.0, 3997.0, 3975.0, 4003.0, 3962.0, 3971.0, 3972.0, 3974.0, 3973.0, 4006.0, 4003.0, 3981.0, 3973.0, 3994.0, 3973.0, 3993.0, 3961.0, 3971.0, 3972.0, 3972.0, 3973.0, 4006.0, 4012.0, 3982.0, 3969.0, 3973.0, 3972.0, 3992.0, 3962.0, 4001.0, 3971.0, 4001.0, 3983.0, 4003.0, 3991.0, 3960.0, 3971.0, 3960.0, 3983.0, 3972.0, 4012.0, 3971.0, 3971.0, 3972.0, 3972.0, 3993.0, 3985.0, 4014.0, 3994.0, 3993.0, 3972.0, 3972.0, 3985.0, 3974.0, 4015.0, 3961.0, 4004.0, 3973.0, 4027.0, 4006.0, 3983.0, 3982.0, 3970.0, 3982.0, 3963.0, 4004.0, 3973.0, 3980.0, 3972.0, 3971.0, 3994.0, 3973.0, 4013.0, 3973.0, 4002.0, 3982.0, 3990.0, 3982.0, 3982.0, 3991.0, 3960.0, 3980.0, 3958.0, 4003.0, 3972.0, 4010.0, 3970.0, 3979.0, 3959.0, 3970.0, 3983.0, 3972.0, 4003.0, 3961.0, 3991.0, 3962.0, 3981.0, 3982.0, 3971.0, 3992.0, 3960.0, 4001.0, 3972.0, 4012.0, 4002.0, 3959.0, 3971.0, 3960.0, 3992.0, 3971.0, 4010.0, 4003.0, 3990.0, 3980.0, 3971.0, 3982.0, 3971.0, 4001.0, 3960.0, 4001.0, 3972.0, 3991.0, 3981.0, 3959.0, 3971.0, 3960.0, 3983.0, 3974.0, 4002.0, 3972.0, 3970.0, 3971.0, 3972.0, 3993.0, 3973.0, 4014.0, 3962.0, 3992.0, 3972.0, 3972.0, 3997.0, 3985.0, 4005.0, 3962.0, 3991.0, 3972.0, 4015.0, 3996.0, 3992.0, 3993.0, 3960.0, 3981.0, 3972.0, 4003.0, 3983.0, 3981.0, 3973.0, 3971.0, 3982.0, 3971.0, 4004.0, 3972.0, 4001.0, 3971.0, 4001.0, 3970.0, 4012.0, 3992.0, 3991.0, 3980.0, 3958.0, 3969.0, 3960.0, 3990.0, 3970.0, 4000.0, 3960.0, 3980.0, 3960.0, 3980.0, 3981.0, 3972.0, 3971.0, 3970.0, 3971.0, 3961.0, 4003.0, 3994.0, 3974.0, 3971.0, 3962.0, 4006.0, 3996.0, 4014.0, 3995.0, 3971.0, 3973.0, 3974.0, 4017.0, 3996.0, 3994.0, 3973.0, 3970.0, 3982.0, 3984.0, 4003.0, 3973.0, 4002.0, 3962.0, 4012.0, 3994.0, 4025.0, 4004.0, 3970.0, 3969.0, 3961.0, 3982.0, 3972.0, 3991.0, 3983.0, 3961.0, 3983.0, 3960.0, 4014.0, 3993.0, 4002.0, 3971.0, 3978.0, 3960.0, 3972.0, 3991.0, 3971.0, 3990.0, 3948.0, 3990.0, 3971.0, 3980.0, 3982.0, 3960.0, 3980.0, 3959.0, 3991.0, 3973.0, 4011.0, 3981.0, 4002.0, 3972.0, 3982.0, 3971.0, 3972.0, 3981.0, 3960.0, 3991.0, 3983.0, 3982.0, 3992.0, 3961.0, 3990.0, 3960.0, 4003.0, 3993.0, 3962.0, 3992.0, 3960.0, 4000.0, 3973.0, 4014.0, 3992.0, 3969.0, 3969.0, 3960.0, 4002.0, 3973.0, 4013.0, 3993.0, 3970.0, 3960.0, 3959.0, 3990.0, 3970.0, 4011.0, 3992.0, 3960.0, 3969.0, 3972.0, 4003.0, 3981.0, 3991.0, 3971.0, 3971.0, 3971.0, 3972.0, 3991.0, 3961.0, 4000.0, 3970.0, 3971.0, 3983.0, 3971.0, 3983.0, 3960.0, 3991.0, 3971.0, 4002.0, 3992.0, 3969.0, 3982.0, 3962.0, 3971.0, 3973.0, 4003.0, 3982.0, 3971.0, 3971.0, 3972.0, 3994.0, 3984.0, 4014.0, 3972.0, 4001.0, 3961.0, 4001.0, 3985.0, 3993.0, 3969.0, 3970.0, 3980.0, 3972.0, 4016.0, 3994.0, 3983.0, 3993.0, 3984.0, 4025.0, 4007.0, 4037.0, 4018.0, 3973.0, 3970.0, 3971.0, 3991.0, 3981.0, 3973.0, 4039.0, 4006.0, 3983.0, 3992.0, 3959.0, 4001.0, 3986.0, 4013.0, 3992.0, 3959.0, 3968.0, 3959.0, 3991.0, 3982.0, 3970.0, 3990.0, 3960.0, 3990.0, 3970.0, 3970.0, 4003.0, 3972.0, 4001.0, 3970.0, 3998.0, 3979.0, 3978.0, 3990.0, 3958.0, 3999.0, 3958.0, 3977.0, 3968.0, 3957.0, 3990.0, 3969.0, 3999.0, 3979.0, 3988.0, 3968.0, 3958.0, 3991.0, 3970.0, 4009.0, 3968.0, 3956.0, 3967.0, 3957.0, 3991.0, 3970.0, 3978.0, 3969.0, 3958.0, 3969.0, 3959.0, 3991.0, 3970.0, 4000.0, 3958.0, 3988.0, 3969.0, 3978.0, 3981.0, 3969.0, 3968.0, 3959.0, 3967.0, 3958.0, 3968.0, 3971.0, 3972.0, 3971.0, 3959.0, 3970.0, 3960.0, 4001.0, 3974.0, 4002.0, 3982.0, 3970.0, 3970.0, 3970.0, 3992.0, 3982.0, 4012.0, 3981.0, 3970.0, 3980.0, 3961.0, 3992.0, 3972.0, 4013.0, 3993.0, 3980.0, 3981.0, 3971.0, 4015.0, 3982.0, 4022.0, 3981.0, 3981.0, 3983.0, 3983.0, 3992.0, 3960.0, 3990.0, 3971.0, 4001.0, 3983.0, 3961.0, 3980.0, 3959.0, 3979.0, 3980.0, 3973.0, 4001.0, 3960.0, 4011.0, 3959.0, 3969.0, 3970.0, 3959.0, 3990.0, 3959.0, 3979.0, 3959.0, 4012.0, 3982.0, 3959.0, 3969.0, 3958.0, 3969.0, 3972.0, 4011.0, 3981.0, 3959.0, 3970.0, 3958.0, 3981.0, 3971.0, 3991.0, 3982.0, 3970.0, 3980.0, 3969.0, 4012.0, 4001.0, 3981.0, 4001.0, 3969.0, 3998.0, 3968.0, 3977.0, 3989.0, 3958.0, 3978.0, 3968.0, 3978.0, 3958.0, 3989.0, 3970.0, 3979.0, 3970.0, 3958.0, 3970.0, 3959.0, 3982.0, 3983.0, 3991.0, 3970.0, 3959.0, 3971.0, 3962.0, 4001.0], 'WindowWidth': [8938.0, 8963.0, 8896.0, 8873.0, 8855.0, 8840.0, 8879.0, 8840.0, 8839.0, 8841.0, 8845.0, 8882.0, 8848.0, 8865.0, 8864.0, 8869.0, 8908.0, 8871.0, 8871.0, 8889.0, 8898.0, 8950.0, 8905.0, 8878.0, 8917.0, 8914.0, 8924.0, 8927.0, 8899.0, 8937.0, 8919.0, 8932.0, 8953.0, 8907.0, 8951.0, 8929.0, 8974.0, 8956.0, 8941.0, 8967.0, 8914.0, 8910.0, 8901.0, 8947.0, 8919.0, 8869.0, 8900.0, 8873.0, 8927.0, 8904.0, 8934.0, 8906.0, 8887.0, 8901.0, 8887.0, 8925.0, 8896.0, 8940.0, 8891.0, 8912.0, 8889.0, 8899.0, 8877.0, 8895.0, 8907.0, 8892.0, 8918.0, 8879.0, 8955.0, 8941.0, 8942.0, 8908.0, 8877.0, 8904.0, 8878.0, 8951.0, 8927.0, 8934.0, 8906.0, 8876.0, 8907.0, 8916.0, 8951.0, 8911.0, 8946.0, 8903.0, 8917.0, 8912.0, 8893.0, 8919.0, 8876.0, 8914.0, 8889.0, 8947.0, 8921.0, 8919.0, 8888.0, 8888.0, 8902.0, 8898.0, 8955.0, 8908.0, 8918.0, 8893.0, 8900.0, 8889.0, 8889.0, 8937.0, 8889.0, 8916.0, 8873.0, 8910.0, 8886.0, 8928.0, 8906.0, 8901.0, 8888.0, 8889.0, 8887.0, 8914.0, 8961.0, 8920.0, 8936.0, 8895.0, 8890.0, 8906.0, 8894.0, 8948.0, 8908.0, 8947.0, 8908.0, 8936.0, 8926.0, 8891.0, 8931.0, 8875.0, 8928.0, 8905.0, 8910.0, 8924.0, 8894.0, 8933.0, 8890.0, 8949.0, 8907.0, 8892.0, 8905.0, 8875.0, 8928.0, 8889.0, 8948.0, 8906.0, 8889.0, 8902.0, 8876.0, 8914.0, 8892.0, 8952.0, 8918.0, 8874.0, 8903.0, 8887.0, 8915.0, 8891.0, 8966.0, 8922.0, 8930.0, 8890.0, 8887.0, 8903.0, 8896.0, 8937.0, 8911.0, 8897.0, 8953.0, 8891.0, 8906.0, 8877.0, 8921.0, 8894.0, 8892.0, 8918.0, 8902.0, 8941.0, 8898.0, 8951.0, 8914.0, 8942.0, 8928.0, 8896.0, 8939.0, 8894.0, 8948.0, 8908.0, 8966.0, 8945.0, 8907.0, 8947.0, 8901.0, 8914.0, 8885.0, 8875.0, 8927.0, 8869.0, 8915.0, 8894.0, 8877.0, 8907.0, 8892.0, 8919.0, 8899.0, 8954.0, 8924.0, 8917.0, 8893.0, 8894.0, 8874.0, 8889.0, 8945.0, 8918.0, 8918.0, 8905.0, 8896.0, 8963.0, 8932.0, 8901.0, 8880.0, 8870.0, 8923.0, 8886.0, 8943.0, 8901.0, 8925.0, 8873.0, 8882.0, 8873.0, 8893.0, 8891.0, 8884.0, 8905.0, 8899.0, 8928.0, 8909.0, 8932.0, 8911.0, 8918.0, 8919.0, 8916.0, 8956.0, 8929.0, 8959.0, 8911.0, 8890.0, 8926.0, 8899.0, 8956.0, 8945.0, 8898.0, 8939.0, 8897.0, 8964.0, 8923.0, 8947.0, 8935.0, 8886.0, 8941.0, 8870.0, 8940.0, 8927.0, 8966.0, 8933.0, 8870.0, 8880.0, 8865.0, 8892.0, 8872.0, 8913.0, 8903.0, 8872.0, 8915.0, 8872.0, 8923.0, 8871.0, 8911.0, 8904.0, 8889.0, 8912.0, 8873.0, 8910.0, 8885.0, 8898.0, 8890.0, 8887.0, 8914.0, 8883.0, 8910.0, 8886.0, 8933.0, 8906.0, 8903.0, 8889.0, 8890.0, 8900.0, 8874.0, 8929.0, 8893.0, 8889.0, 8905.0, 8876.0, 8913.0, 8892.0, 8946.0, 8921.0, 8888.0, 8915.0, 8872.0, 8926.0, 8899.0, 8972.0, 8936.0, 8884.0, 8884.0, 8870.0, 8897.0, 8874.0, 8948.0, 8903.0, 8890.0, 8875.0, 8871.0, 8914.0, 8898.0, 8951.0, 8919.0, 8890.0, 8897.0, 8875.0, 8928.0, 8904.0, 8927.0, 8885.0, 8872.0, 8883.0, 8889.0, 8917.0, 8891.0, 8900.0, 8872.0, 8886.0, 8898.0, 8880.0, 8947.0, 8920.0, 8917.0, 8886.0, 8888.0, 8933.0, 8900.0, 8932.0, 8876.0, 8886.0, 8889.0, 8896.0, 8893.0, 8939.0, 8929.0, 8899.0, 8893.0, 8922.0, 8893.0, 8917.0, 8874.0, 8886.0, 8892.0, 8891.0, 8893.0, 8941.0, 8943.0, 8901.0, 8882.0, 8893.0, 8891.0, 8915.0, 8877.0, 8925.0, 8886.0, 8927.0, 8904.0, 8932.0, 8913.0, 8870.0, 8887.0, 8872.0, 8906.0, 8890.0, 8941.0, 8887.0, 8887.0, 8888.0, 8892.0, 8922.0, 8915.0, 8949.0, 8923.0, 8918.0, 8890.0, 8891.0, 8913.0, 8896.0, 8951.0, 8875.0, 8932.0, 8893.0, 8971.0, 8943.0, 8904.0, 8901.0, 8884.0, 8902.0, 8881.0, 8933.0, 8892.0, 8899.0, 8889.0, 8888.0, 8922.0, 8894.0, 8946.0, 8893.0, 8928.0, 8901.0, 8910.0, 8903.0, 8901.0, 8913.0, 8869.0, 8894.0, 8866.0, 8932.0, 8892.0, 8938.0, 8884.0, 8895.0, 8868.0, 8883.0, 8906.0, 8890.0, 8930.0, 8874.0, 8912.0, 8877.0, 8903.0, 8903.0, 8887.0, 8914.0, 8870.0, 8924.0, 8889.0, 8943.0, 8930.0, 8869.0, 8885.0, 8870.0, 8913.0, 8888.0, 8937.0, 8931.0, 8910.0, 8896.0, 8884.0, 8901.0, 8885.0, 8924.0, 8870.0, 8924.0, 8888.0, 8913.0, 8901.0, 8868.0, 8885.0, 8870.0, 8906.0, 8898.0, 8929.0, 8889.0, 8886.0, 8887.0, 8888.0, 8920.0, 8894.0, 8947.0, 8878.0, 8915.0, 8889.0, 8892.0, 8932.0, 8914.0, 8937.0, 8877.0, 8914.0, 8889.0, 8953.0, 8931.0, 8918.0, 8919.0, 8870.0, 8900.0, 8892.0, 8934.0, 8907.0, 8900.0, 8892.0, 8888.0, 8902.0, 8887.0, 8935.0, 8888.0, 8926.0, 8886.0, 8924.0, 8883.0, 8941.0, 8914.0, 8910.0, 8896.0, 8864.0, 8879.0, 8872.0, 8910.0, 8884.0, 8922.0, 8869.0, 8895.0, 8869.0, 8899.0, 8901.0, 8887.0, 8885.0, 8883.0, 8887.0, 8877.0, 8935.0, 8922.0, 8895.0, 8889.0, 8878.0, 8942.0, 8930.0, 8951.0, 8924.0, 8889.0, 8892.0, 8897.0, 8956.0, 8926.0, 8922.0, 8892.0, 8886.0, 8904.0, 8909.0, 8932.0, 8892.0, 8928.0, 8876.0, 8943.0, 8924.0, 8968.0, 8935.0, 8884.0, 8882.0, 8872.0, 8903.0, 8892.0, 8915.0, 8905.0, 8872.0, 8903.0, 8872.0, 8949.0, 8920.0, 8928.0, 8886.0, 8893.0, 8870.0, 8889.0, 8913.0, 8887.0, 8910.0, 8853.0, 8909.0, 8886.0, 8898.0, 8902.0, 8870.0, 8897.0, 8870.0, 8916.0, 8895.0, 8941.0, 8900.0, 8927.0, 8888.0, 8905.0, 8888.0, 8889.0, 8899.0, 8872.0, 8914.0, 8906.0, 8905.0, 8916.0, 8874.0, 8910.0, 8872.0, 8933.0, 8917.0, 8875.0, 8914.0, 8870.0, 8924.0, 8894.0, 8949.0, 8916.0, 8882.0, 8882.0, 8870.0, 8928.0, 8892.0, 8947.0, 8918.0, 8884.0, 8871.0, 8869.0, 8910.0, 8886.0, 8942.0, 8916.0, 8870.0, 8882.0, 8890.0, 8933.0, 8903.0, 8913.0, 8886.0, 8885.0, 8888.0, 8891.0, 8913.0, 8875.0, 8923.0, 8885.0, 8888.0, 8906.0, 8887.0, 8904.0, 8872.0, 8913.0, 8887.0, 8930.0, 8916.0, 8883.0, 8904.0, 8877.0, 8887.0, 8894.0, 8932.0, 8904.0, 8887.0, 8887.0, 8889.0, 8923.0, 8911.0, 8949.0, 8891.0, 8926.0, 8873.0, 8930.0, 8916.0, 8923.0, 8882.0, 8886.0, 8897.0, 8893.0, 8957.0, 8925.0, 8910.0, 8921.0, 8911.0, 8967.0, 8948.0, 8989.0, 8964.0, 8895.0, 8882.0, 8888.0, 8914.0, 8901.0, 8897.0, 8994.0, 8942.0, 8906.0, 8915.0, 8867.0, 8926.0, 8918.0, 8948.0, 8918.0, 8867.0, 8878.0, 8870.0, 8913.0, 8905.0, 8887.0, 8912.0, 8873.0, 8912.0, 8885.0, 8884.0, 8934.0, 8891.0, 8928.0, 8883.0, 8918.0, 8894.0, 8892.0, 8911.0, 8866.0, 8922.0, 8866.0, 8888.0, 8878.0, 8863.0, 8910.0, 8882.0, 8921.0, 8892.0, 8903.0, 8877.0, 8867.0, 8913.0, 8884.0, 8934.0, 8877.0, 8859.0, 8876.0, 8862.0, 8914.0, 8886.0, 8894.0, 8883.0, 8865.0, 8882.0, 8869.0, 8915.0, 8887.0, 8924.0, 8867.0, 8905.0, 8881.0, 8892.0, 8901.0, 8881.0, 8879.0, 8868.0, 8877.0, 8866.0, 8881.0, 8889.0, 8891.0, 8888.0, 8872.0, 8885.0, 8874.0, 8927.0, 8896.0, 8932.0, 8905.0, 8886.0, 8886.0, 8886.0, 8918.0, 8906.0, 8943.0, 8902.0, 8885.0, 8898.0, 8874.0, 8919.0, 8893.0, 8948.0, 8921.0, 8901.0, 8902.0, 8889.0, 8955.0, 8907.0, 8958.0, 8902.0, 8899.0, 8909.0, 8908.0, 8918.0, 8873.0, 8911.0, 8887.0, 8929.0, 8909.0, 8874.0, 8897.0, 8869.0, 8895.0, 8897.0, 8895.0, 8929.0, 8872.0, 8940.0, 8869.0, 8881.0, 8885.0, 8869.0, 8910.0, 8868.0, 8892.0, 8868.0, 8943.0, 8903.0, 8868.0, 8883.0, 8867.0, 8883.0, 8891.0, 8942.0, 8900.0, 8868.0, 8884.0, 8866.0, 8900.0, 8888.0, 8912.0, 8906.0, 8886.0, 8900.0, 8885.0, 8946.0, 8929.0, 8901.0, 8926.0, 8882.0, 8919.0, 8878.0, 8888.0, 8909.0, 8865.0, 8893.0, 8879.0, 8891.0, 8867.0, 8908.0, 8884.0, 8895.0, 8886.0, 8867.0, 8883.0, 8870.0, 8905.0, 8908.0, 8915.0, 8886.0, 8870.0, 8888.0, 8877.0, 8928.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.0034581536697247707</td></tr>
<tr><td colspan=3>aqi</td><td>0.04558783107798166</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.67034293256019</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1713806973708396</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0232484806429385</td></tr>
<tr><td colspan=3>efc</td><td>0.4609</td></tr>
<tr><td colspan=3>fber</td><td>6184.7603</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09748357611618183</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.931192660550459</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.565546560269</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.460272032251635</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6763010271011023</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.560066621454263</td></tr>
<tr><td colspan=3>gcor</td><td>0.00457651</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007576863281428814</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027754884213209152</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.139889776077961</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>22.6939</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6417</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.4329</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302985.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>610.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>266.6861</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8181</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.4971</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3240.6195</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>831.1759</td></tr>
<tr><td colspan=3>tsnr</td><td>33.19286334188655</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>