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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0107_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-06_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-06_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-0107/ses-01/func/sub-0107_ses-01_task-social_acq-mb8_run-06_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>9dee547da67c2511f21510ab0bd6a083</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>10:10:32.485000</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.998781, 0.0266646, 0.0415368, -0.0209215, 0.990891, -0.133033]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0804958</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7754, -7287, 400, -125, -192, 45, 91]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.918</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c5a6eb2a-bbeb-44b8-933c-f3f616c570ae||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.679656744003296, -0.0561307817697525, 0.12070538103580475, 114.38377380371094], [-0.07153919339179993, 2.658487558364868, -0.3564036786556244, -85.53070831298828], [0.11144020408391953, 0.35691654682159424, 2.6736505031585693, -101.0906982421875], [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': ['101032.485000', '101032.945000', '101033.405000', '101033.865000', '101034.325000', '101034.785000', '101035.245000', '101035.705000', '101036.165000', '101036.625000', '101037.085000', '101037.545000', '101038.005000', '101038.465000', '101038.925000', '101039.385000', '101039.845000', '101040.305000', '101040.765000', '101041.225000', '101041.685000', '101042.145000', '101042.605000', '101043.065000', '101043.525000', '101043.985000', '101044.445000', '101044.905000', '101045.365000', '101045.825000', '101046.285000', '101046.745000', '101047.205000', '101047.665000', '101048.125000', '101048.585000', '101049.045000', '101049.505000', '101049.965000', '101050.425000', '101050.885000', '101051.345000', '101051.805000', '101052.265000', '101052.725000', '101053.185000', '101053.645000', '101054.105000', '101054.565000', '101055.025000', '101055.485000', '101055.945000', '101056.405000', '101056.865000', '101057.325000', '101057.785000', '101058.245000', '101058.705000', '101059.165000', '101059.625000', '101100.085000', '101100.545000', '101101.005000', '101101.465000', '101101.925000', '101102.385000', '101102.845000', '101103.305000', '101103.765000', '101104.225000', '101104.685000', '101105.145000', '101105.605000', '101106.065000', '101106.525000', '101106.985000', '101107.445000', '101107.905000', '101108.365000', '101108.825000', '101109.285000', '101109.745000', '101110.205000', '101110.665000', '101111.125000', '101111.585000', '101112.045000', '101112.505000', '101112.965000', '101113.425000', '101113.885000', '101114.345000', '101114.805000', '101115.265000', '101115.725000', '101116.185000', '101116.645000', '101117.105000', '101117.565000', '101118.025000', '101118.485000', '101118.945000', '101119.405000', '101119.865000', '101120.325000', '101120.785000', '101121.245000', '101121.705000', '101122.165000', '101122.625000', '101123.085000', '101123.545000', '101124.005000', '101124.465000', '101124.925000', '101125.385000', '101125.845000', '101126.305000', '101126.765000', '101127.225000', '101127.685000', '101128.145000', '101128.605000', '101129.065000', '101129.525000', '101129.985000', '101130.445000', '101130.905000', '101131.365000', '101131.825000', '101132.285000', '101132.745000', '101133.205000', '101133.665000', '101134.125000', '101134.585000', '101135.045000', '101135.505000', '101135.965000', '101136.425000', '101136.885000', '101137.345000', '101137.805000', '101138.265000', '101138.725000', '101139.185000', '101139.645000', '101140.105000', '101140.565000', '101141.025000', '101141.485000', '101141.945000', '101142.405000', '101142.865000', '101143.325000', '101143.785000', '101144.245000', '101144.705000', '101145.165000', '101145.625000', '101146.085000', '101146.545000', '101147.005000', '101147.465000', '101147.925000', '101148.385000', '101148.845000', '101149.305000', '101149.765000', '101150.225000', '101150.685000', '101151.145000', '101151.605000', '101152.065000', '101152.525000', '101152.985000', '101153.445000', '101153.905000', '101154.365000', '101154.825000', '101155.285000', '101155.745000', '101156.205000', '101156.665000', '101157.125000', '101157.585000', '101158.045000', '101158.505000', '101158.965000', '101159.425000', '101159.885000', '101200.345000', '101200.805000', '101201.265000', '101201.725000', '101202.185000', '101202.645000', '101203.105000', '101203.565000', '101204.025000', '101204.485000', '101204.945000', '101205.405000', '101205.865000', '101206.325000', '101206.785000', '101207.245000', '101207.705000', '101208.165000', '101208.625000', '101209.085000', '101209.545000', '101210.005000', '101210.465000', '101210.925000', '101211.385000', '101211.845000', '101212.305000', '101212.765000', '101213.225000', '101213.685000', '101214.145000', '101214.605000', '101215.065000', '101215.525000', '101215.985000', '101216.445000', '101216.905000', '101217.365000', '101217.825000', '101218.285000', '101218.745000', '101219.205000', '101219.665000', '101220.125000', '101220.585000', '101221.045000', '101221.505000', '101221.965000', '101222.425000', '101222.885000', '101223.345000', '101223.805000', '101224.265000', '101224.725000', '101225.185000', '101225.645000', '101226.105000', '101226.565000', '101227.025000', '101227.485000', '101227.945000', '101228.405000', '101228.865000', '101229.325000', '101229.785000', '101230.245000', '101230.705000', '101231.165000', '101231.625000', '101232.085000', '101232.545000', '101233.005000', '101233.465000', '101233.925000', '101234.385000', '101234.845000', '101235.305000', '101235.765000', '101236.225000', '101236.685000', '101237.145000', '101237.605000', '101238.065000', '101238.525000', '101238.985000', '101239.445000', '101239.905000', '101240.365000', '101240.825000', '101241.285000', '101241.745000', '101242.205000', '101242.665000', '101243.125000', '101243.585000', '101244.045000', '101244.505000', '101244.965000', '101245.425000', '101245.885000', '101246.345000', '101246.805000', '101247.265000', '101247.725000', '101248.185000', '101248.645000', '101249.105000', '101249.565000', '101250.025000', '101250.485000', '101250.945000', '101251.405000', '101251.865000', '101252.325000', '101252.785000', '101253.245000', '101253.705000', '101254.165000', '101254.625000', '101255.085000', '101255.545000', '101256.005000', '101256.465000', '101256.925000', '101257.385000', '101257.845000', '101258.305000', '101258.765000', '101259.225000', '101259.685000', '101300.145000', '101300.605000', '101301.065000', '101301.525000', '101301.985000', '101302.445000', '101302.905000', '101303.365000', '101303.825000', '101304.285000', '101304.745000', '101305.205000', '101305.665000', '101306.125000', '101306.585000', '101307.045000', '101307.505000', '101307.965000', '101308.425000', '101308.885000', '101309.345000', '101309.805000', '101310.265000', '101310.725000', '101311.185000', '101311.645000', '101312.105000', '101312.565000', '101313.025000', '101313.485000', '101313.945000', '101314.405000', '101314.865000', '101315.325000', '101315.785000', '101316.245000', '101316.705000', '101317.165000', '101317.625000', '101318.085000', '101318.545000', '101319.005000', '101319.465000', '101319.925000', '101320.385000', '101320.845000', '101321.305000', '101321.765000', '101322.225000', '101322.685000', '101323.145000', '101323.605000', '101324.065000', '101324.525000', '101324.985000', '101325.445000', '101325.905000', '101326.365000', '101326.825000', '101327.285000', '101327.745000', '101328.205000', '101328.665000', '101329.125000', '101329.585000', '101330.045000', '101330.505000', '101330.965000', '101331.425000', '101331.885000', '101332.345000', '101332.805000', '101333.265000', '101333.725000', '101334.185000', '101334.645000', '101335.105000', '101335.565000', '101336.025000', '101336.485000', '101336.945000', '101337.405000', '101337.865000', '101338.325000', '101338.785000', '101339.245000', '101339.705000', '101340.165000', '101340.625000', '101341.085000', '101341.545000', '101342.005000', '101342.465000', '101342.925000', '101343.385000', '101343.845000', '101344.305000', '101344.765000', '101345.225000', '101345.685000', '101346.145000', '101346.605000', '101347.065000', '101347.525000', '101347.985000', '101348.445000', '101348.905000', '101349.365000', '101349.825000', '101350.285000', '101350.745000', '101351.205000', '101351.665000', '101352.125000', '101352.585000', '101353.045000', '101353.505000', '101353.965000', '101354.425000', '101354.885000', '101355.345000', '101355.805000', '101356.265000', '101356.725000', '101357.185000', '101357.645000', '101358.105000', '101358.565000', '101359.025000', '101359.485000', '101359.945000', '101400.405000', '101400.865000', '101401.325000', '101401.785000', '101402.245000', '101402.705000', '101403.165000', '101403.625000', '101404.085000', '101404.545000', '101405.005000', '101405.465000', '101405.925000', '101406.385000', '101406.845000', '101407.305000', '101407.765000', '101408.225000', '101408.685000', '101409.145000', '101409.605000', '101410.065000', '101410.525000', '101410.985000', '101411.445000', '101411.905000', '101412.365000', '101412.825000', '101413.285000', '101413.745000', '101414.205000', '101414.665000', '101415.125000', '101415.585000', '101416.045000', '101416.505000', '101416.965000', '101417.425000', '101417.885000', '101418.345000', '101418.805000', '101419.265000', '101419.725000', '101420.185000', '101420.645000', '101421.105000', '101421.565000', '101422.025000', '101422.485000', '101422.945000', '101423.405000', '101423.865000', '101424.325000', '101424.785000', '101425.245000', '101425.705000', '101426.165000', '101426.625000', '101427.085000', '101427.545000', '101428.005000', '101428.465000', '101428.925000', '101429.385000', '101429.845000', '101430.305000', '101430.765000', '101431.225000', '101431.685000', '101432.145000', '101432.605000', '101433.065000', '101433.525000', '101433.985000', '101434.445000', '101434.905000', '101435.365000', '101435.825000', '101436.285000', '101436.745000', '101437.205000', '101437.665000', '101438.125000', '101438.585000', '101439.045000', '101439.505000', '101439.965000', '101440.425000', '101440.885000', '101441.345000', '101441.805000', '101442.265000', '101442.725000', '101443.185000', '101443.645000', '101444.105000', '101444.565000', '101445.025000', '101445.485000', '101445.945000', '101446.405000', '101446.865000', '101447.325000', '101447.785000', '101448.245000', '101448.705000', '101449.165000', '101449.625000', '101450.085000', '101450.545000', '101451.005000', '101451.465000', '101451.925000', '101452.385000', '101452.845000', '101453.305000', '101453.765000', '101454.225000', '101454.685000', '101455.145000', '101455.605000', '101456.065000', '101456.525000', '101456.985000', '101457.445000', '101457.905000', '101458.365000', '101458.825000', '101459.285000', '101459.745000', '101500.205000', '101500.665000', '101501.125000', '101501.585000', '101502.045000', '101502.505000', '101502.965000', '101503.425000', '101503.885000', '101504.345000', '101504.805000', '101505.265000', '101505.725000', '101506.185000', '101506.645000', '101507.105000', '101507.565000', '101508.025000', '101508.485000', '101508.945000', '101509.405000', '101509.865000', '101510.325000', '101510.785000', '101511.245000', '101511.705000', '101512.165000', '101512.625000', '101513.085000', '101513.545000', '101514.005000', '101514.465000', '101514.925000', '101515.385000', '101515.845000', '101516.305000', '101516.765000', '101517.225000', '101517.685000', '101518.145000', '101518.605000', '101519.065000', '101519.525000', '101519.985000', '101520.445000', '101520.905000', '101521.365000', '101521.825000', '101522.285000', '101522.745000', '101523.205000', '101523.665000', '101524.125000', '101524.585000', '101525.045000', '101525.505000', '101525.965000', '101526.425000', '101526.885000', '101527.345000', '101527.805000', '101528.265000', '101528.725000', '101529.185000', '101529.645000', '101530.105000', '101530.565000', '101531.025000', '101531.485000', '101531.945000', '101532.405000', '101532.865000', '101533.325000', '101533.785000', '101534.245000', '101534.705000', '101535.165000', '101535.625000', '101536.085000', '101536.545000', '101537.005000', '101537.465000', '101537.925000', '101538.385000', '101538.845000', '101539.305000', '101539.765000', '101540.225000', '101540.685000', '101541.145000', '101541.605000', '101542.065000', '101542.525000', '101542.985000', '101543.445000', '101543.905000', '101544.365000', '101544.825000', '101545.285000', '101545.745000', '101546.205000', '101546.665000', '101547.125000', '101547.585000', '101548.045000', '101548.505000', '101548.965000', '101549.425000', '101549.885000', '101550.345000', '101550.805000', '101551.265000', '101551.725000', '101552.185000', '101552.645000', '101553.105000', '101553.565000', '101554.025000', '101554.485000', '101554.945000', '101555.405000', '101555.865000', '101556.325000', '101556.785000', '101557.245000', '101557.705000', '101558.165000', '101558.625000', '101559.085000', '101559.545000', '101600.005000', '101600.465000', '101600.925000', '101601.385000', '101601.845000', '101602.305000', '101602.765000', '101603.225000', '101603.685000', '101604.145000', '101604.605000', '101605.065000', '101605.525000', '101605.985000', '101606.445000', '101606.905000', '101607.365000', '101607.825000', '101608.285000', '101608.745000', '101609.205000', '101609.665000', '101610.125000', '101610.585000', '101611.045000', '101611.505000', '101611.965000', '101612.425000', '101612.885000', '101613.345000', '101613.805000', '101614.265000', '101614.725000', '101615.185000', '101615.645000', '101616.105000', '101616.565000', '101617.025000', '101617.485000', '101617.945000', '101618.405000', '101618.865000', '101619.325000', '101619.785000', '101620.245000', '101620.705000', '101621.165000', '101621.625000', '101622.085000', '101622.545000', '101623.005000', '101623.465000', '101623.925000', '101624.385000', '101624.845000', '101625.305000', '101625.765000', '101626.225000', '101626.685000', '101627.145000', '101627.605000', '101628.065000', '101628.525000', '101628.985000', '101629.445000', '101629.905000', '101630.365000', '101630.825000', '101631.285000', '101631.745000', '101632.205000', '101632.665000', '101633.125000', '101633.585000', '101634.045000', '101634.505000', '101634.965000', '101635.425000', '101635.885000', '101636.345000', '101636.805000', '101637.265000', '101637.725000', '101638.185000', '101638.645000', '101639.105000', '101639.565000', '101640.025000', '101640.485000', '101640.945000', '101641.405000', '101641.865000', '101642.325000', '101642.785000', '101643.245000', '101643.705000', '101644.165000', '101644.625000', '101645.085000', '101645.545000', '101646.005000', '101646.465000', '101646.925000', '101647.385000', '101647.845000', '101648.305000', '101648.765000', '101649.225000', '101649.685000', '101650.145000', '101650.605000', '101651.065000', '101651.525000', '101651.985000', '101652.445000', '101652.905000', '101653.365000', '101653.825000', '101654.285000', '101654.745000', '101655.205000', '101655.665000', '101656.125000', '101656.585000', '101657.045000', '101657.505000', '101657.965000', '101658.425000', '101658.885000', '101659.345000', '101659.805000', '101700.265000', '101700.725000', '101701.185000', '101701.645000', '101702.105000', '101702.565000', '101703.025000', '101703.485000', '101703.945000', '101704.405000', '101704.865000', '101705.325000', '101705.785000', '101706.245000', '101706.705000', '101707.165000', '101707.625000', '101708.085000', '101708.545000', '101709.005000', '101709.465000', '101709.925000', '101710.385000', '101710.845000', '101711.305000', '101711.765000', '101712.225000', '101712.685000', '101713.145000'], 'ContentTime': ['101046.077000', '101046.080000', '101046.083000', '101046.086000', '101046.099000', '101046.102000', '101046.104000', '101046.114000', '101046.117000', '101046.119000', '101046.122000', '101046.124000', '101046.127000', '101046.129000', '101046.132000', '101046.138000', '101046.141000', '101046.144000', '101046.146000', '101046.149000', '101046.151000', '101046.154000', '101046.156000', '101046.159000', '101046.161000', '101046.172000', '101046.174000', '101046.184000', '101106.048000', '101106.051000', '101106.053000', '101106.056000', '101106.058000', '101106.075000', '101106.077000', '101106.080000', '101106.082000', '101106.085000', '101106.088000', '101106.090000', '101106.093000', '101106.095000', '101106.098000', '101106.100000', '101106.103000', '101106.105000', '101106.108000', '101106.111000', '101106.113000', '101106.116000', '101106.118000', '101106.121000', '101106.124000', '101106.126000', '101106.129000', '101106.132000', '101106.134000', '101106.137000', '101106.140000', '101106.142000', '101106.145000', '101106.147000', '101106.150000', '101106.152000', '101106.155000', '101106.158000', '101106.160000', '101106.163000', '101106.165000', '101106.168000', '101106.170000', '101126.047000', '101126.050000', '101126.052000', '101126.055000', '101126.057000', '101126.060000', '101126.062000', '101126.065000', '101126.067000', '101126.070000', '101126.073000', '101126.075000', '101126.078000', '101126.080000', '101126.083000', '101126.085000', '101126.088000', '101126.091000', '101126.093000', '101126.096000', '101126.102000', '101126.104000', '101126.107000', '101126.109000', '101126.112000', '101126.114000', '101126.117000', '101126.119000', '101126.122000', '101126.125000', '101126.127000', '101126.130000', '101126.132000', '101126.135000', '101126.137000', '101126.140000', '101126.142000', '101126.145000', '101126.148000', '101126.150000', '101126.153000', '101126.156000', '101126.159000', '101126.162000', '101146.046000', '101146.049000', '101146.052000', '101146.054000', '101146.057000', '101146.060000', '101146.062000', '101146.065000', '101146.067000', '101146.070000', '101146.072000', '101146.075000', '101146.078000', '101146.080000', '101146.083000', '101146.085000', '101146.088000', '101146.091000', '101146.093000', '101146.096000', '101146.098000', '101146.101000', '101146.104000', '101146.106000', '101146.109000', '101146.112000', '101146.114000', '101146.117000', '101146.120000', '101146.122000', '101146.125000', '101146.127000', '101146.130000', '101146.132000', '101146.135000', '101146.137000', '101146.140000', '101146.143000', '101146.145000', '101146.148000', '101146.150000', '101146.153000', '101146.156000', '101206.046000', '101206.049000', '101206.052000', '101206.054000', '101206.057000', '101206.060000', '101206.062000', '101206.065000', '101206.067000', '101206.070000', '101206.072000', '101206.075000', '101206.078000', '101206.080000', '101206.083000', '101206.085000', '101206.088000', '101206.091000', '101206.093000', '101206.096000', '101206.098000', '101206.101000', '101206.104000', '101206.106000', '101206.116000', '101206.119000', '101206.122000', '101206.124000', '101206.127000', '101206.129000', '101206.132000', '101206.134000', '101206.137000', '101206.140000', '101206.142000', '101206.145000', '101206.147000', '101206.150000', '101206.152000', '101206.155000', '101206.158000', '101206.160000', '101206.163000', '101206.165000', '101226.047000', '101226.050000', '101226.053000', '101226.056000', '101226.058000', '101226.061000', '101226.064000', '101226.066000', '101226.069000', '101226.071000', '101226.074000', '101226.076000', '101226.079000', '101226.082000', '101226.084000', '101226.087000', '101226.089000', '101226.092000', '101226.095000', '101226.097000', '101226.100000', '101226.102000', '101226.105000', '101226.107000', '101226.110000', '101226.113000', '101226.116000', '101226.118000', '101226.121000', '101226.123000', '101226.126000', '101226.128000', '101226.131000', '101226.134000', '101226.136000', '101226.139000', '101226.141000', '101226.144000', '101226.176000', '101226.179000', '101226.182000', '101226.184000', '101226.187000', '101246.047000', '101246.050000', '101246.053000', '101246.055000', '101246.058000', '101246.061000', '101246.063000', '101246.066000', '101246.068000', '101246.071000', '101246.073000', '101246.076000', '101246.079000', '101246.081000', '101246.084000', '101246.086000', '101246.089000', '101246.091000', '101246.094000', '101246.097000', '101246.099000', '101246.102000', '101246.105000', '101246.107000', '101246.110000', '101246.112000', '101246.115000', '101246.118000', '101246.120000', '101246.123000', '101246.125000', '101246.128000', '101246.130000', '101246.133000', '101246.136000', '101246.138000', '101246.141000', '101246.143000', '101246.146000', '101246.149000', '101246.151000', '101246.154000', '101246.156000', '101246.159000', '101306.047000', '101306.050000', '101306.053000', '101306.056000', '101306.058000', '101306.061000', '101306.063000', '101306.066000', '101306.069000', '101306.071000', '101306.074000', '101306.092000', '101306.095000', '101306.098000', '101306.100000', '101306.103000', '101306.106000', '101306.108000', '101306.111000', '101306.114000', '101306.116000', '101306.119000', '101306.121000', '101306.124000', '101306.127000', '101306.129000', '101306.132000', '101306.134000', '101306.137000', '101306.140000', '101306.142000', '101306.145000', '101306.147000', '101306.150000', '101306.152000', '101306.155000', '101306.158000', '101306.160000', '101306.163000', '101306.166000', '101306.168000', '101306.171000', '101306.173000', '101326.047000', '101326.050000', '101326.053000', '101326.055000', '101326.058000', '101326.061000', '101326.063000', '101326.066000', '101326.068000', '101326.071000', '101326.074000', '101326.076000', '101326.079000', '101326.081000', '101326.084000', '101326.087000', '101326.089000', '101326.092000', '101326.094000', '101326.097000', '101326.100000', '101326.102000', '101326.105000', '101326.108000', '101326.110000', '101326.113000', '101326.116000', '101326.118000', '101326.121000', '101326.123000', '101326.126000', '101326.128000', '101326.131000', '101326.134000', '101326.136000', '101326.139000', '101326.141000', '101326.144000', '101326.147000', '101326.149000', '101326.152000', '101326.154000', '101326.157000', '101326.159000', '101346.046000', '101346.049000', '101346.052000', '101346.055000', '101346.057000', '101346.060000', '101346.062000', '101346.065000', '101346.067000', '101346.070000', '101346.073000', '101346.075000', '101346.078000', '101346.080000', '101346.083000', '101346.086000', '101346.088000', '101346.091000', '101346.093000', '101346.096000', '101346.099000', '101346.101000', '101346.104000', '101346.107000', '101346.109000', '101346.112000', '101346.114000', '101346.117000', '101346.119000', '101346.122000', '101346.125000', '101346.127000', '101346.130000', '101346.132000', '101346.135000', '101346.138000', '101346.140000', '101346.143000', '101346.145000', '101346.148000', '101346.150000', '101346.153000', '101346.156000', '101406.046000', '101406.049000', '101406.052000', '101406.055000', '101406.057000', '101406.060000', '101406.062000', '101406.065000', '101406.068000', '101406.070000', '101406.073000', '101406.075000', '101406.078000', '101406.080000', '101406.083000', '101406.086000', '101406.088000', '101406.091000', '101406.093000', '101406.096000', '101406.109000', '101406.112000', '101406.114000', '101406.117000', '101406.119000', '101406.122000', '101406.124000', '101406.127000', '101406.130000', '101406.132000', '101406.135000', '101406.137000', '101406.140000', '101406.143000', '101406.156000', '101406.158000', '101406.161000', '101406.164000', '101406.166000', '101406.169000', '101406.171000', '101406.174000', '101406.177000', '101406.179000', '101426.046000', '101426.049000', '101426.052000', '101426.055000', '101426.057000', '101426.060000', '101426.062000', '101426.065000', '101426.068000', '101426.070000', '101426.073000', '101426.075000', '101426.078000', '101426.081000', '101426.083000', '101426.086000', '101426.088000', '101426.091000', '101426.093000', '101426.096000', '101426.099000', '101426.101000', '101426.104000', '101426.107000', '101426.109000', '101426.112000', '101426.114000', '101426.117000', '101426.120000', '101426.122000', '101426.125000', '101426.127000', '101426.130000', '101426.133000', '101426.135000', '101426.138000', '101426.140000', '101426.143000', '101426.146000', '101426.148000', '101426.151000', '101426.153000', '101426.156000', '101446.047000', '101446.050000', '101446.053000', '101446.056000', '101446.058000', '101446.061000', '101446.064000', '101446.066000', '101446.069000', '101446.071000', '101446.074000', '101446.076000', '101446.079000', '101446.082000', '101446.084000', '101446.087000', '101446.089000', '101446.092000', '101446.095000', '101446.097000', '101446.100000', '101446.103000', '101446.106000', '101446.108000', '101446.111000', '101446.113000', '101446.116000', '101446.118000', '101446.121000', '101446.124000', '101446.126000', '101446.129000', '101446.132000', '101446.134000', '101446.137000', '101446.139000', '101446.142000', '101446.144000', '101446.147000', '101446.150000', '101446.152000', '101446.155000', '101446.158000', '101446.160000', '101506.047000', '101506.050000', '101506.053000', '101506.056000', '101506.058000', '101506.061000', '101506.063000', '101506.066000', '101506.069000', '101506.071000', '101506.074000', '101506.076000', '101506.079000', '101506.082000', '101506.084000', '101506.087000', '101506.089000', '101506.092000', '101506.095000', '101506.097000', '101506.100000', '101506.102000', '101506.105000', '101506.108000', '101506.110000', '101506.113000', '101506.116000', '101506.118000', '101506.121000', '101506.123000', '101506.126000', '101506.129000', '101506.131000', '101506.134000', '101506.136000', '101506.139000', '101506.142000', '101506.144000', '101506.147000', '101506.149000', '101506.152000', '101506.154000', '101506.157000', '101526.048000', '101526.050000', '101526.053000', '101526.056000', '101526.058000', '101526.061000', '101526.064000', '101526.066000', '101526.069000', '101526.071000', '101526.074000', '101526.077000', '101526.079000', '101526.082000', '101526.084000', '101526.087000', '101526.090000', '101526.092000', '101526.095000', '101526.097000', '101526.100000', '101526.103000', '101526.105000', '101526.108000', '101526.110000', '101526.113000', '101526.116000', '101526.118000', '101526.121000', '101526.123000', '101526.126000', '101526.129000', '101526.131000', '101526.134000', '101526.137000', '101526.139000', '101526.142000', '101526.144000', '101526.147000', '101526.149000', '101526.152000', '101526.155000', '101526.157000', '101526.160000', '101546.047000', '101546.058000', '101546.060000', '101546.063000', '101546.065000', '101546.068000', '101546.071000', '101546.073000', '101546.076000', '101546.078000', '101546.081000', '101546.084000', '101546.086000', '101546.089000', '101546.091000', '101546.094000', '101546.096000', '101546.099000', '101546.102000', '101546.104000', '101546.107000', '101546.109000', '101546.112000', '101546.115000', '101546.117000', '101546.120000', '101546.122000', '101546.125000', '101546.128000', '101546.130000', '101546.133000', '101546.136000', '101546.138000', '101546.141000', '101546.143000', '101546.146000', '101546.149000', '101546.151000', '101546.154000', '101546.156000', '101546.159000', '101546.161000', '101546.164000', '101606.047000', '101606.050000', '101606.052000', '101606.055000', '101606.057000', '101606.060000', '101606.062000', '101606.065000', '101606.068000', '101606.070000', '101606.073000', '101606.076000', '101606.078000', '101606.081000', '101606.083000', '101606.086000', '101606.101000', '101606.104000', '101606.106000', '101606.109000', '101606.111000', '101606.114000', '101606.116000', '101606.119000', '101606.122000', '101606.124000', '101606.127000', '101606.129000', '101606.132000', '101606.135000', '101606.137000', '101606.140000', '101606.143000', '101606.145000', '101606.148000', '101606.150000', '101606.153000', '101606.155000', '101606.158000', '101606.161000', '101606.163000', '101606.166000', '101606.169000', '101606.171000', '101626.047000', '101626.049000', '101626.052000', '101626.055000', '101626.057000', '101626.062000', '101626.064000', '101626.067000', '101626.069000', '101626.072000', '101626.075000', '101626.077000', '101626.080000', '101626.082000', '101626.085000', '101626.088000', '101626.090000', '101626.093000', '101626.095000', '101626.098000', '101626.101000', '101626.103000', '101626.106000', '101626.108000', '101626.111000', '101626.113000', '101626.116000', '101626.119000', '101626.121000', '101626.124000', '101626.126000', '101626.129000', '101626.132000', '101626.134000', '101626.137000', '101626.139000', '101626.142000', '101626.145000', '101626.147000', '101626.150000', '101626.152000', '101626.155000', '101626.158000', '101646.047000', '101646.050000', '101646.052000', '101646.055000', '101646.057000', '101646.060000', '101646.063000', '101646.065000', '101646.068000', '101646.070000', '101646.073000', '101646.076000', '101646.078000', '101646.081000', '101646.083000', '101646.086000', '101646.089000', '101646.091000', '101646.094000', '101646.096000', '101646.099000', '101646.101000', '101646.104000', '101646.107000', '101646.109000', '101646.112000', '101646.114000', '101646.117000', '101646.120000', '101646.122000', '101646.125000', '101646.127000', '101646.130000', '101646.133000', '101646.135000', '101646.138000', '101646.140000', '101646.143000', '101646.145000', '101646.148000', '101646.151000', '101646.153000', '101646.156000', '101706.047000', '101706.050000', '101706.053000', '101706.056000', '101706.058000', '101706.061000', '101706.063000', '101706.066000', '101706.069000', '101706.071000', '101706.074000', '101706.076000', '101706.092000', '101706.095000', '101706.097000', '101706.100000', '101706.103000', '101706.106000', '101706.108000', '101706.111000', '101706.113000', '101706.116000', '101706.119000', '101706.121000', '101706.124000', '101706.126000', '101706.129000', '101706.132000', '101706.134000', '101706.137000', '101706.139000', '101706.142000', '101706.145000', '101706.147000', '101706.150000', '101706.152000', '101706.155000', '101706.157000', '101706.160000', '101706.163000', '101706.165000', '101706.168000', '101706.171000', '101706.173000', '101714.080000', '101714.083000', '101714.085000', '101714.088000', '101714.091000', '101714.093000', '101714.096000', '101714.098000', '101714.101000', '101714.104000', '101714.106000', '101714.109000', '101714.111000', '101714.114000', '101714.117000', '101714.119000', '101714.122000', '101714.124000'], 'InstanceCreationTime': ['101046.077000', '101046.080000', '101046.083000', '101046.086000', '101046.099000', '101046.102000', '101046.104000', '101046.114000', '101046.117000', '101046.119000', '101046.122000', '101046.124000', '101046.127000', '101046.129000', '101046.132000', '101046.138000', '101046.141000', '101046.144000', '101046.146000', '101046.149000', '101046.151000', '101046.154000', '101046.156000', '101046.159000', '101046.161000', '101046.172000', '101046.174000', '101046.184000', '101106.048000', '101106.051000', '101106.053000', '101106.056000', '101106.058000', '101106.075000', '101106.077000', '101106.080000', '101106.082000', '101106.085000', '101106.088000', '101106.090000', '101106.093000', '101106.095000', '101106.098000', '101106.100000', '101106.103000', '101106.105000', '101106.108000', '101106.111000', '101106.113000', '101106.116000', '101106.118000', '101106.121000', '101106.124000', '101106.126000', '101106.129000', '101106.132000', '101106.134000', '101106.137000', '101106.140000', '101106.142000', '101106.145000', '101106.147000', '101106.150000', '101106.152000', '101106.155000', '101106.158000', '101106.160000', '101106.163000', '101106.165000', '101106.168000', '101106.170000', '101126.047000', '101126.050000', '101126.052000', '101126.055000', '101126.057000', '101126.060000', '101126.062000', '101126.065000', '101126.067000', '101126.070000', '101126.073000', '101126.075000', '101126.078000', '101126.080000', '101126.083000', '101126.085000', '101126.088000', '101126.091000', '101126.093000', '101126.096000', '101126.102000', '101126.104000', '101126.107000', '101126.109000', '101126.112000', '101126.114000', '101126.117000', '101126.119000', '101126.122000', '101126.125000', '101126.127000', '101126.130000', '101126.132000', '101126.135000', '101126.137000', '101126.140000', '101126.142000', '101126.145000', '101126.148000', '101126.150000', '101126.153000', '101126.156000', '101126.159000', '101126.162000', '101146.046000', '101146.049000', '101146.052000', '101146.054000', '101146.057000', '101146.060000', '101146.062000', '101146.065000', '101146.067000', '101146.070000', '101146.072000', '101146.075000', '101146.078000', '101146.080000', '101146.083000', '101146.085000', '101146.088000', '101146.091000', '101146.093000', '101146.096000', '101146.098000', '101146.101000', '101146.104000', '101146.106000', '101146.109000', '101146.112000', '101146.114000', '101146.117000', '101146.120000', '101146.122000', '101146.125000', '101146.127000', '101146.130000', '101146.132000', '101146.135000', '101146.137000', '101146.140000', '101146.143000', '101146.145000', '101146.148000', '101146.150000', '101146.153000', '101146.156000', '101206.046000', '101206.049000', '101206.052000', '101206.054000', '101206.057000', '101206.060000', '101206.062000', '101206.065000', '101206.067000', '101206.070000', '101206.072000', '101206.075000', '101206.078000', '101206.080000', '101206.083000', '101206.085000', '101206.088000', '101206.091000', '101206.093000', '101206.096000', '101206.098000', '101206.101000', '101206.104000', '101206.106000', '101206.116000', '101206.119000', '101206.122000', '101206.124000', '101206.127000', '101206.129000', '101206.132000', '101206.134000', '101206.137000', '101206.140000', '101206.142000', '101206.145000', '101206.147000', '101206.150000', '101206.152000', '101206.155000', '101206.158000', '101206.160000', '101206.163000', '101206.165000', '101226.047000', '101226.050000', '101226.053000', '101226.056000', '101226.058000', '101226.061000', '101226.064000', '101226.066000', '101226.069000', '101226.071000', '101226.074000', '101226.076000', '101226.079000', '101226.082000', '101226.084000', '101226.087000', '101226.089000', '101226.092000', '101226.095000', '101226.097000', '101226.100000', '101226.102000', '101226.105000', '101226.107000', '101226.110000', '101226.113000', '101226.116000', '101226.118000', '101226.121000', '101226.123000', '101226.126000', '101226.128000', '101226.131000', '101226.134000', '101226.136000', '101226.139000', '101226.141000', '101226.144000', '101226.176000', '101226.179000', '101226.182000', '101226.184000', '101226.187000', '101246.047000', '101246.050000', '101246.053000', '101246.055000', '101246.058000', '101246.061000', '101246.063000', '101246.066000', '101246.068000', '101246.071000', '101246.073000', '101246.076000', '101246.079000', '101246.081000', '101246.084000', '101246.086000', '101246.089000', '101246.091000', '101246.094000', '101246.097000', '101246.099000', '101246.102000', '101246.105000', '101246.107000', '101246.110000', '101246.112000', '101246.115000', '101246.118000', '101246.120000', '101246.123000', '101246.125000', '101246.128000', '101246.130000', '101246.133000', '101246.136000', '101246.138000', '101246.141000', '101246.143000', '101246.146000', '101246.149000', '101246.151000', '101246.154000', '101246.156000', '101246.159000', '101306.047000', '101306.050000', '101306.053000', '101306.056000', '101306.058000', '101306.061000', '101306.063000', '101306.066000', '101306.069000', '101306.071000', '101306.074000', '101306.092000', '101306.095000', '101306.098000', '101306.100000', '101306.103000', '101306.106000', '101306.108000', '101306.111000', '101306.114000', '101306.116000', '101306.119000', '101306.121000', '101306.124000', '101306.127000', '101306.129000', '101306.132000', '101306.134000', '101306.137000', '101306.140000', '101306.142000', '101306.145000', '101306.147000', '101306.150000', '101306.152000', '101306.155000', '101306.158000', '101306.160000', '101306.163000', '101306.166000', '101306.168000', '101306.171000', '101306.173000', '101326.047000', '101326.050000', '101326.053000', '101326.055000', '101326.058000', '101326.061000', '101326.063000', '101326.066000', '101326.068000', '101326.071000', '101326.074000', '101326.076000', '101326.079000', '101326.081000', '101326.084000', '101326.087000', '101326.089000', '101326.092000', '101326.094000', '101326.097000', '101326.100000', '101326.102000', '101326.105000', '101326.108000', '101326.110000', '101326.113000', '101326.116000', '101326.118000', '101326.121000', '101326.123000', '101326.126000', '101326.128000', '101326.131000', '101326.134000', '101326.136000', '101326.139000', '101326.141000', '101326.144000', '101326.147000', '101326.149000', '101326.152000', '101326.154000', '101326.157000', '101326.159000', '101346.046000', '101346.049000', '101346.052000', '101346.055000', '101346.057000', '101346.060000', '101346.062000', '101346.065000', '101346.067000', '101346.070000', '101346.073000', '101346.075000', '101346.078000', '101346.080000', '101346.083000', '101346.086000', '101346.088000', '101346.091000', '101346.093000', '101346.096000', '101346.099000', '101346.101000', '101346.104000', '101346.107000', '101346.109000', '101346.112000', '101346.114000', '101346.117000', '101346.119000', '101346.122000', '101346.125000', '101346.127000', '101346.130000', '101346.132000', '101346.135000', '101346.138000', '101346.140000', '101346.143000', '101346.145000', '101346.148000', '101346.150000', '101346.153000', '101346.156000', '101406.046000', '101406.049000', '101406.052000', '101406.055000', '101406.057000', '101406.060000', '101406.062000', '101406.065000', '101406.068000', '101406.070000', '101406.073000', '101406.075000', '101406.078000', '101406.080000', '101406.083000', '101406.086000', '101406.088000', '101406.091000', '101406.093000', '101406.096000', '101406.109000', '101406.112000', '101406.114000', '101406.117000', '101406.119000', '101406.122000', '101406.124000', '101406.127000', '101406.130000', '101406.132000', '101406.135000', '101406.137000', '101406.140000', '101406.143000', '101406.156000', '101406.158000', '101406.161000', '101406.164000', '101406.166000', '101406.169000', '101406.171000', '101406.174000', '101406.177000', '101406.179000', '101426.046000', '101426.049000', '101426.052000', '101426.055000', '101426.057000', '101426.060000', '101426.062000', '101426.065000', '101426.068000', '101426.070000', '101426.073000', '101426.075000', '101426.078000', '101426.081000', '101426.083000', '101426.086000', '101426.088000', '101426.091000', '101426.093000', '101426.096000', '101426.099000', '101426.101000', '101426.104000', '101426.107000', '101426.109000', '101426.112000', '101426.114000', '101426.117000', '101426.120000', '101426.122000', '101426.125000', '101426.127000', '101426.130000', '101426.133000', '101426.135000', '101426.138000', '101426.140000', '101426.143000', '101426.146000', '101426.148000', '101426.151000', '101426.153000', '101426.156000', '101446.047000', '101446.050000', '101446.053000', '101446.056000', '101446.058000', '101446.061000', '101446.064000', '101446.066000', '101446.069000', '101446.071000', '101446.074000', '101446.076000', '101446.079000', '101446.082000', '101446.084000', '101446.087000', '101446.089000', '101446.092000', '101446.095000', '101446.097000', '101446.100000', '101446.103000', '101446.106000', '101446.108000', '101446.111000', '101446.113000', '101446.116000', '101446.118000', '101446.121000', '101446.124000', '101446.126000', '101446.129000', '101446.132000', '101446.134000', '101446.137000', '101446.139000', '101446.142000', '101446.144000', '101446.147000', '101446.150000', '101446.152000', '101446.155000', '101446.158000', '101446.160000', '101506.047000', '101506.050000', '101506.053000', '101506.056000', '101506.058000', '101506.061000', '101506.063000', '101506.066000', '101506.069000', '101506.071000', '101506.074000', '101506.076000', '101506.079000', '101506.082000', '101506.084000', '101506.087000', '101506.089000', '101506.092000', '101506.095000', '101506.097000', '101506.100000', '101506.102000', '101506.105000', '101506.108000', '101506.110000', '101506.113000', '101506.116000', '101506.118000', '101506.121000', '101506.123000', '101506.126000', '101506.129000', '101506.131000', '101506.134000', '101506.136000', '101506.139000', '101506.142000', '101506.144000', '101506.147000', '101506.149000', '101506.152000', '101506.154000', '101506.157000', '101526.048000', '101526.050000', '101526.053000', '101526.056000', '101526.058000', '101526.061000', '101526.064000', '101526.066000', '101526.069000', '101526.071000', '101526.074000', '101526.077000', '101526.079000', '101526.082000', '101526.084000', '101526.087000', '101526.090000', '101526.092000', '101526.095000', '101526.097000', '101526.100000', '101526.103000', '101526.105000', '101526.108000', '101526.110000', '101526.113000', '101526.116000', '101526.118000', '101526.121000', '101526.123000', '101526.126000', '101526.129000', '101526.131000', '101526.134000', '101526.137000', '101526.139000', '101526.142000', '101526.144000', '101526.147000', '101526.149000', '101526.152000', '101526.155000', '101526.157000', '101526.160000', '101546.047000', '101546.058000', '101546.060000', '101546.063000', '101546.065000', '101546.068000', '101546.071000', '101546.073000', '101546.076000', '101546.078000', '101546.081000', '101546.084000', '101546.086000', '101546.089000', '101546.091000', '101546.094000', '101546.096000', '101546.099000', '101546.102000', '101546.104000', '101546.107000', '101546.109000', '101546.112000', '101546.115000', '101546.117000', '101546.120000', '101546.122000', '101546.125000', '101546.128000', '101546.130000', '101546.133000', '101546.136000', '101546.138000', '101546.141000', '101546.143000', '101546.146000', '101546.149000', '101546.151000', '101546.154000', '101546.156000', '101546.159000', '101546.161000', '101546.164000', '101606.047000', '101606.050000', '101606.052000', '101606.055000', '101606.057000', '101606.060000', '101606.062000', '101606.065000', '101606.068000', '101606.070000', '101606.073000', '101606.076000', '101606.078000', '101606.081000', '101606.083000', '101606.086000', '101606.101000', '101606.104000', '101606.106000', '101606.109000', '101606.111000', '101606.114000', '101606.116000', '101606.119000', '101606.122000', '101606.124000', '101606.127000', '101606.129000', '101606.132000', '101606.135000', '101606.137000', '101606.140000', '101606.143000', '101606.145000', '101606.148000', '101606.150000', '101606.153000', '101606.155000', '101606.158000', '101606.161000', '101606.163000', '101606.166000', '101606.169000', '101606.171000', '101626.047000', '101626.049000', '101626.052000', '101626.055000', '101626.057000', '101626.062000', '101626.064000', '101626.067000', '101626.069000', '101626.072000', '101626.075000', '101626.077000', '101626.080000', '101626.082000', '101626.085000', '101626.088000', '101626.090000', '101626.093000', '101626.095000', '101626.098000', '101626.101000', '101626.103000', '101626.106000', '101626.108000', '101626.111000', '101626.113000', '101626.116000', '101626.119000', '101626.121000', '101626.124000', '101626.126000', '101626.129000', '101626.132000', '101626.134000', '101626.137000', '101626.139000', '101626.142000', '101626.145000', '101626.147000', '101626.150000', '101626.152000', '101626.155000', '101626.158000', '101646.047000', '101646.050000', '101646.052000', '101646.055000', '101646.057000', '101646.060000', '101646.063000', '101646.065000', '101646.068000', '101646.070000', '101646.073000', '101646.076000', '101646.078000', '101646.081000', '101646.083000', '101646.086000', '101646.089000', '101646.091000', '101646.094000', '101646.096000', '101646.099000', '101646.101000', '101646.104000', '101646.107000', '101646.109000', '101646.112000', '101646.114000', '101646.117000', '101646.120000', '101646.122000', '101646.125000', '101646.127000', '101646.130000', '101646.133000', '101646.135000', '101646.138000', '101646.140000', '101646.143000', '101646.145000', '101646.148000', '101646.151000', '101646.153000', '101646.156000', '101706.047000', '101706.050000', '101706.053000', '101706.056000', '101706.058000', '101706.061000', '101706.063000', '101706.066000', '101706.069000', '101706.071000', '101706.074000', '101706.076000', '101706.092000', '101706.095000', '101706.097000', '101706.100000', '101706.103000', '101706.106000', '101706.108000', '101706.111000', '101706.113000', '101706.116000', '101706.119000', '101706.121000', '101706.124000', '101706.126000', '101706.129000', '101706.132000', '101706.134000', '101706.137000', '101706.139000', '101706.142000', '101706.145000', '101706.147000', '101706.150000', '101706.152000', '101706.155000', '101706.157000', '101706.160000', '101706.163000', '101706.165000', '101706.168000', '101706.171000', '101706.173000', '101714.080000', '101714.083000', '101714.085000', '101714.088000', '101714.091000', '101714.093000', '101714.096000', '101714.098000', '101714.101000', '101714.104000', '101714.106000', '101714.109000', '101714.111000', '101714.114000', '101714.117000', '101714.119000', '101714.122000', '101714.124000'], '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': [8648, 12118, 7449, 12966, 7339, 12418, 7785, 11618, 9234, 10590, 13861, 7420, 12376, 7258, 11413, 7318, 9749, 7990, 8760, 9662, 7864, 11205, 7144, 9464, 7022, 9093, 7719, 9533, 7358, 7940, 7677, 8337, 7140, 8138, 8073, 7979, 10712, 8261, 10943, 9256, 9943, 12325, 9725, 12633, 7878, 13595, 9827, 12617, 11196, 9474, 14259, 8046, 13117, 7547, 10579, 7300, 9254, 7869, 7687, 10712, 7676, 9222, 7094, 9248, 7433, 8728, 7716, 7989, 7754, 7422, 7585, 8390, 8182, 7883, 7899, 7432, 7997, 7871, 8256, 9051, 8647, 8635, 10397, 9453, 11422, 10198, 12130, 10200, 13435, 7627, 12576, 7423, 11003, 7425, 13588, 7727, 10699, 7508, 13348, 8289, 9623, 6540, 9168, 7621, 8017, 6619, 10411, 7461, 9677, 7266, 9380, 7441, 8550, 9799, 8709, 10670, 7552, 10721, 7132, 11925, 7056, 9075, 7224, 8724, 7264, 9008, 6932, 8699, 6968, 8461, 7254, 10159, 7830, 9650, 7297, 7858, 7328, 8303, 9445, 10653, 10250, 8621, 10599, 7829, 10917, 7244, 11212, 10356, 11658, 8226, 10274, 6970, 9948, 7453, 10726, 7784, 11319, 7514, 11522, 10593, 10954, 7582, 10271, 7144, 10335, 7474, 10406, 7364, 10814, 7690, 10581, 8344, 10227, 7098, 9082, 7019, 8910, 7318, 9560, 8578, 8214, 8278, 7045, 7505, 7515, 7878, 8742, 8619, 8975, 10695, 10571, 8912, 10614, 7229, 10372, 7364, 11277, 10040, 11523, 8277, 11297, 9103, 11537, 11363, 10647, 9180, 8282, 7882, 7969, 8125, 10391, 8048, 11104, 8289, 11189, 8315, 12568, 8147, 12548, 7282, 12023, 7093, 11835, 9319, 11066, 10510, 9929, 11590, 6854, 8769, 6820, 8640, 6776, 8856, 6839, 11091, 7033, 11751, 9062, 11805, 11342, 11324, 13446, 11493, 14750, 12256, 15171, 9371, 13520, 8686, 11989, 8069, 9175, 7810, 9659, 8392, 9337, 7367, 8617, 7212, 8181, 8175, 7848, 8503, 7963, 8357, 7910, 8705, 8022, 9650, 7469, 10891, 7144, 10854, 7118, 9898, 7304, 9650, 7242, 7943, 7364, 7468, 8956, 7439, 10012, 7369, 10605, 7534, 10010, 7337, 8558, 7177, 8143, 7639, 7813, 7635, 7451, 8305, 7571, 8777, 7212, 10180, 7333, 9913, 8486, 9462, 10337, 7429, 9806, 7487, 10123, 9518, 10444, 8086, 10339, 7282, 10653, 7480, 10311, 8280, 10266, 7297, 10021, 7306, 10680, 7488, 11468, 10003, 11678, 7322, 10819, 7750, 10423, 8452, 11339, 8031, 12477, 9708, 12754, 7601, 12213, 7241, 9826, 7154, 8230, 7470, 12077, 7344, 8036, 7320, 8473, 7452, 8762, 7230, 10465, 7848, 11235, 9071, 9291, 7749, 8456, 7681, 9197, 8976, 9041, 8129, 12529, 9495, 11222, 9654, 8652, 11779, 8246, 13183, 7710, 12970, 7690, 8391, 7444, 8230, 6959, 8355, 7331, 8202, 7171, 7916, 6806, 8627, 7249, 8728, 7302, 8023, 7035, 8707, 7064, 10601, 6967, 10991, 7442, 11022, 7007, 11583, 9285, 12504, 7170, 12736, 8512, 12734, 11684, 11702, 13260, 10978, 14852, 7819, 13408, 7385, 12794, 7478, 13118, 7416, 11138, 7532, 8252, 7195, 9449, 7391, 8066, 7715, 7951, 7207, 9037, 7289, 12482, 7213, 8995, 7339, 8600, 7187, 11791, 7684, 11708, 8023, 8974, 11231, 7585, 13577, 7509, 12778, 7514, 11540, 7466, 7822, 8345, 7803, 9652, 7429, 9701, 7368, 8079, 7549, 8303, 7583, 8394, 7449, 8598, 7147, 8876, 7511, 9831, 7574, 10493, 7358, 11021, 7553, 11489, 7713, 11002, 8616, 11666, 7528, 12466, 7292, 11945, 7765, 12109, 7446, 12395, 7520, 11963, 7293, 10995, 7593, 11663, 7341, 11603, 7508, 12100, 7481, 12100, 7380, 10858, 7575, 8063, 7661, 9228, 7363, 8302, 7411, 8613, 7729, 9756, 8197, 10469, 7810, 8042, 7561, 8173, 8486, 11644, 8929, 7847, 7627, 7962, 7974, 8464, 8168, 9709, 7335, 8189, 7366, 8272, 7543, 10511, 7489, 8550, 7555, 8155, 8179, 9216, 9322, 8368, 9480, 7538, 10793, 7342, 10353, 8941, 10080, 7053, 9836, 7497, 9617, 8956, 9469, 9787, 7738, 10662, 8123, 9200, 9570, 12798, 8805, 11353, 7811, 8415, 8176, 11209, 7638, 10188, 7768, 12906, 7167, 12666, 7050, 11737, 6983, 11319, 7454, 11226, 9535, 11287, 7975, 8236, 7151, 7628, 7330, 7112, 7530, 7224, 7382, 7156, 7374, 7113, 8012, 7220, 10133, 10283, 10701, 9160, 9447, 7669, 10237, 7138, 11949, 7106, 11735, 7279, 12440, 7207, 12483, 6866, 8716, 6914, 7741, 7526, 7614, 10490, 7439, 10998, 7300, 11486, 7731, 10364, 7200, 9540, 7105, 9024, 6957, 9010, 7301, 10319, 8069, 10516, 7039, 12038, 7688, 11480, 7445, 12254, 7446, 12351, 8690, 12909, 7812, 9345, 8269, 7434, 10538, 7417, 12459, 7594, 11964, 7356, 8034, 7508, 7559, 7488, 7968, 7415, 6996, 7864, 7315, 8950, 7342, 10483, 7430, 11158, 7096, 9210, 7549, 9955, 7414, 8336, 7261, 7617, 7755, 7389, 8102, 7773, 9897, 7581, 10939, 7592, 11555, 7646, 11632, 7222, 12096, 7393, 9430, 7118, 10515, 7462, 10870, 7497, 11008, 7420, 8852, 8188, 7405, 12363, 8745, 12207, 7420, 12149, 7667, 10516, 12067, 7607, 12519, 7698, 11805, 7107, 9380, 7488, 8051, 7763, 7468, 7759, 7495, 8428, 7437, 9013, 7266, 10582, 7564, 11689, 7554, 11724, 7575, 11109, 9104, 11761, 6989, 10070, 9929, 7588, 8014, 7293, 8817, 7451, 11430, 8131, 11777, 8106, 11577, 7765, 10540, 7289, 11299, 9271, 12036, 9934, 10501, 8168, 7783, 7706, 7913, 7881, 7453, 10979, 7469, 12868, 7991, 12608, 7199, 9477, 10340, 7434, 12751, 7615, 11886, 7510, 8156, 7805, 7623, 12148, 7498, 11965, 7299, 8325, 7392, 7833, 7797, 7614, 9903, 7295, 10366, 7662, 9530, 7205, 9922, 7280, 8376, 7532, 7458, 7488, 8965, 7429, 10968, 7175, 10269, 7745, 9756, 9242, 10687, 11231, 9142, 9461, 9170, 8390, 11703, 10349, 13242, 12040, 13906, 7445, 12805, 7743, 11760, 7180, 10019, 6885, 8271, 6840, 8398, 6805, 9244, 7038, 11605, 7158, 12423, 7289, 10199, 7059, 10616, 7765, 10543, 8819, 10420, 7958, 7450, 10782, 6923, 11961, 7649, 12279, 7467, 12342, 7109, 10622, 6802, 11547, 7324, 9649, 6998, 8303, 7085, 8741, 7322, 9380, 7450, 7604, 7824, 7040, 7731, 7515, 8463, 7619, 7688, 7489, 7801], 'WindowCenter': [4163.0, 4188.0, 4135.0, 4174.0, 4122.0, 4162.0, 4120.0, 4151.0, 4129.0, 4140.0, 4159.0, 4107.0, 4147.0, 4095.0, 4136.0, 4095.0, 4129.0, 4116.0, 4128.0, 4127.0, 4118.0, 4150.0, 4123.0, 4140.0, 4111.0, 4130.0, 4123.0, 4153.0, 4125.0, 4132.0, 4136.0, 4146.0, 4135.0, 4133.0, 4145.0, 4133.0, 4179.0, 4146.0, 4179.0, 4156.0, 4168.0, 4175.0, 4143.0, 4162.0, 4120.0, 4161.0, 4127.0, 4150.0, 4136.0, 4126.0, 4154.0, 4102.0, 4132.0, 4090.0, 4122.0, 4091.0, 4113.0, 4101.0, 4104.0, 4123.0, 4104.0, 4125.0, 4094.0, 4127.0, 4106.0, 4128.0, 4106.0, 4119.0, 4130.0, 4121.0, 4133.0, 4144.0, 4142.0, 4144.0, 4132.0, 4135.0, 4143.0, 4147.0, 4145.0, 4157.0, 4144.0, 4147.0, 4153.0, 4155.0, 4164.0, 4165.0, 4165.0, 4167.0, 4175.0, 4123.0, 4161.0, 4109.0, 4151.0, 4111.0, 4174.0, 4122.0, 4152.0, 4110.0, 4174.0, 4130.0, 4142.0, 4102.0, 4131.0, 4108.0, 4119.0, 4110.0, 4159.0, 4112.0, 4144.0, 4120.0, 4131.0, 4108.0, 4120.0, 4128.0, 4120.0, 4140.0, 4109.0, 4136.0, 4097.0, 4147.0, 4097.0, 4116.0, 4108.0, 4131.0, 4120.0, 4130.0, 4111.0, 4131.0, 4111.0, 4132.0, 4123.0, 4156.0, 4136.0, 4155.0, 4122.0, 4136.0, 4123.0, 4145.0, 4143.0, 4166.0, 4154.0, 4142.0, 4152.0, 4134.0, 4153.0, 4123.0, 4165.0, 4155.0, 4165.0, 4135.0, 4167.0, 4140.0, 4154.0, 4136.0, 4167.0, 4138.0, 4175.0, 4135.0, 4163.0, 4152.0, 4152.0, 4123.0, 4138.0, 4109.0, 4139.0, 4111.0, 4153.0, 4120.0, 4138.0, 4108.0, 4138.0, 4118.0, 4137.0, 4097.0, 4128.0, 4110.0, 4130.0, 4125.0, 4140.0, 4116.0, 4118.0, 4131.0, 4107.0, 4108.0, 4106.0, 4132.0, 4130.0, 4132.0, 4130.0, 4151.0, 4153.0, 4145.0, 4164.0, 4121.0, 4138.0, 4108.0, 4178.0, 4186.0, 4182.0, 4145.0, 4153.0, 4129.0, 4148.0, 4151.0, 4139.0, 4129.0, 4104.0, 4105.0, 4103.0, 4106.0, 4125.0, 4107.0, 4136.0, 4117.0, 4137.0, 4118.0, 4149.0, 4121.0, 4160.0, 4107.0, 4146.0, 4094.0, 4119.0, 4111.0, 4108.0, 4125.0, 4126.0, 4136.0, 4084.0, 4115.0, 4082.0, 4116.0, 4095.0, 4115.0, 4094.0, 4148.0, 4096.0, 4148.0, 4116.0, 4148.0, 4122.0, 4124.0, 4142.0, 4133.0, 4139.0, 4121.0, 4131.0, 4086.0, 4105.0, 4074.0, 4095.0, 4074.0, 4084.0, 4061.0, 4082.0, 4060.0, 4072.0, 4051.0, 4086.0, 4066.0, 4077.0, 4074.0, 4078.0, 4089.0, 4091.0, 4089.0, 4092.0, 4101.0, 4106.0, 4116.0, 4096.0, 4135.0, 4096.0, 4137.0, 4097.0, 4140.0, 4120.0, 4129.0, 4108.0, 4120.0, 4107.0, 4110.0, 4129.0, 4111.0, 4141.0, 4123.0, 4151.0, 4125.0, 4142.0, 4111.0, 4144.0, 4124.0, 4134.0, 4135.0, 4134.0, 4134.0, 4123.0, 4145.0, 4134.0, 4157.0, 4137.0, 4168.0, 4136.0, 4169.0, 4145.0, 4156.0, 4152.0, 4122.0, 4141.0, 4124.0, 4154.0, 4145.0, 4155.0, 4134.0, 4152.0, 4124.0, 4164.0, 4137.0, 4156.0, 4148.0, 4153.0, 4124.0, 4154.0, 4137.0, 4168.0, 4139.0, 4168.0, 4161.0, 4168.0, 4127.0, 4165.0, 4125.0, 4151.0, 4133.0, 4153.0, 4122.0, 4164.0, 4142.0, 4161.0, 4121.0, 4150.0, 4122.0, 4144.0, 4112.0, 4130.0, 4111.0, 4161.0, 4121.0, 4135.0, 4138.0, 4145.0, 4123.0, 4144.0, 4121.0, 4152.0, 4133.0, 4166.0, 4157.0, 4154.0, 4133.0, 4143.0, 4134.0, 4140.0, 4143.0, 4130.0, 4118.0, 4159.0, 4126.0, 4149.0, 4126.0, 4118.0, 4135.0, 4116.0, 4146.0, 4104.0, 4143.0, 4092.0, 4102.0, 4093.0, 4117.0, 4108.0, 4118.0, 4108.0, 4117.0, 4108.0, 4130.0, 4122.0, 4142.0, 4135.0, 4143.0, 4134.0, 4134.0, 4136.0, 4148.0, 4138.0, 4180.0, 4138.0, 4177.0, 4148.0, 4179.0, 4139.0, 4191.0, 4171.0, 4188.0, 4136.0, 4188.0, 4144.0, 4178.0, 4164.0, 4166.0, 4174.0, 4153.0, 4171.0, 4108.0, 4159.0, 4107.0, 4148.0, 4107.0, 4158.0, 4106.0, 4137.0, 4106.0, 4118.0, 4109.0, 4142.0, 4110.0, 4120.0, 4121.0, 4132.0, 4122.0, 4142.0, 4122.0, 4162.0, 4109.0, 4129.0, 4108.0, 4129.0, 4109.0, 4161.0, 4121.0, 4163.0, 4119.0, 4130.0, 4148.0, 4108.0, 4159.0, 4107.0, 4147.0, 4094.0, 4135.0, 4094.0, 4107.0, 4115.0, 4106.0, 4128.0, 4121.0, 4127.0, 4108.0, 4118.0, 4108.0, 4117.0, 4120.0, 4133.0, 4121.0, 4130.0, 4122.0, 4142.0, 4124.0, 4154.0, 4135.0, 4153.0, 4123.0, 4151.0, 4122.0, 4151.0, 4122.0, 4151.0, 4132.0, 4151.0, 4135.0, 4161.0, 4121.0, 4161.0, 4121.0, 4163.0, 4121.0, 4161.0, 4121.0, 4149.0, 4121.0, 4151.0, 4122.0, 4150.0, 4121.0, 4164.0, 4122.0, 4161.0, 4121.0, 4162.0, 4110.0, 4141.0, 4109.0, 4118.0, 4108.0, 4131.0, 4110.0, 4120.0, 4108.0, 4129.0, 4121.0, 4141.0, 4119.0, 4152.0, 4119.0, 4146.0, 4121.0, 4133.0, 4131.0, 4168.0, 4132.0, 4120.0, 4107.0, 4118.0, 4107.0, 4120.0, 4131.0, 4142.0, 4110.0, 4131.0, 4109.0, 4132.0, 4121.0, 4153.0, 4110.0, 4133.0, 4120.0, 4135.0, 4131.0, 4143.0, 4142.0, 4133.0, 4128.0, 4109.0, 4140.0, 4110.0, 4140.0, 4131.0, 4139.0, 4110.0, 4140.0, 4121.0, 4141.0, 4143.0, 4154.0, 4154.0, 4122.0, 4153.0, 4135.0, 4158.0, 4143.0, 4176.0, 4145.0, 4166.0, 4134.0, 4133.0, 4131.0, 4165.0, 4122.0, 4153.0, 4134.0, 4173.0, 4112.0, 4159.0, 4097.0, 4147.0, 4096.0, 4136.0, 4094.0, 4138.0, 4127.0, 4149.0, 4105.0, 4104.0, 4081.0, 4093.0, 4092.0, 4094.0, 4105.0, 4108.0, 4110.0, 4111.0, 4121.0, 4110.0, 4121.0, 4125.0, 4152.0, 4153.0, 4139.0, 4129.0, 4128.0, 4120.0, 4137.0, 4107.0, 4159.0, 4109.0, 4160.0, 4108.0, 4161.0, 4109.0, 4159.0, 4099.0, 4129.0, 4108.0, 4118.0, 4117.0, 4119.0, 4139.0, 4111.0, 4138.0, 4110.0, 4163.0, 4122.0, 4151.0, 4123.0, 4141.0, 4111.0, 4128.0, 4109.0, 4131.0, 4121.0, 4141.0, 4132.0, 4152.0, 4113.0, 4150.0, 4119.0, 4151.0, 4108.0, 4149.0, 4108.0, 4149.0, 4118.0, 4160.0, 4106.0, 4128.0, 4105.0, 4108.0, 4138.0, 4108.0, 4149.0, 4107.0, 4147.0, 4106.0, 4107.0, 4107.0, 4119.0, 4108.0, 4120.0, 4108.0, 4110.0, 4118.0, 4110.0, 4142.0, 4123.0, 4152.0, 4124.0, 4153.0, 4112.0, 4143.0, 4134.0, 4155.0, 4123.0, 4135.0, 4123.0, 4136.0, 4122.0, 4124.0, 4133.0, 4135.0, 4153.0, 4122.0, 4150.0, 4122.0, 4151.0, 4123.0, 4165.0, 4125.0, 4164.0, 4124.0, 4142.0, 4112.0, 4152.0, 4122.0, 4154.0, 4121.0, 4153.0, 4122.0, 4144.0, 4131.0, 4124.0, 4163.0, 4131.0, 4161.0, 4110.0, 4151.0, 4107.0, 4141.0, 4150.0, 4120.0, 4159.0, 4108.0, 4148.0, 4096.0, 4126.0, 4105.0, 4120.0, 4119.0, 4109.0, 4119.0, 4121.0, 4129.0, 4120.0, 4144.0, 4134.0, 4153.0, 4135.0, 4166.0, 4134.0, 4165.0, 4133.0, 4163.0, 4146.0, 4164.0, 4127.0, 4156.0, 4167.0, 4148.0, 4160.0, 4149.0, 4159.0, 4137.0, 4179.0, 4161.0, 4192.0, 4148.0, 4178.0, 4121.0, 4166.0, 4121.0, 4152.0, 4141.0, 4175.0, 4142.0, 4140.0, 4118.0, 4108.0, 4119.0, 4120.0, 4117.0, 4109.0, 4149.0, 4120.0, 4160.0, 4119.0, 4160.0, 4107.0, 4139.0, 4137.0, 4107.0, 4147.0, 4107.0, 4147.0, 4095.0, 4107.0, 4105.0, 4118.0, 4147.0, 4106.0, 4146.0, 4106.0, 4105.0, 4105.0, 4107.0, 4106.0, 4118.0, 4138.0, 4109.0, 4137.0, 4120.0, 4140.0, 4119.0, 4140.0, 4121.0, 4132.0, 4134.0, 4135.0, 4134.0, 4155.0, 4149.0, 4176.0, 4138.0, 4153.0, 4132.0, 4152.0, 4155.0, 4164.0, 4176.0, 4142.0, 4142.0, 4129.0, 4130.0, 4148.0, 4139.0, 4158.0, 4148.0, 4157.0, 4106.0, 4145.0, 4107.0, 4149.0, 4109.0, 4137.0, 4107.0, 4116.0, 4108.0, 4127.0, 4107.0, 4127.0, 4108.0, 4160.0, 4109.0, 4159.0, 4119.0, 4139.0, 4107.0, 4149.0, 4119.0, 4150.0, 4128.0, 4150.0, 4105.0, 4107.0, 4136.0, 4108.0, 4149.0, 4107.0, 4147.0, 4107.0, 4146.0, 4108.0, 4150.0, 4109.0, 4159.0, 4119.0, 4139.0, 4108.0, 4130.0, 4121.0, 4142.0, 4120.0, 4142.0, 4121.0, 4132.0, 4120.0, 4124.0, 4133.0, 4134.0, 4145.0, 4146.0, 4133.0, 4135.0, 4132.0], 'WindowWidth': [9257.0, 9284.0, 9206.0, 9255.0, 9181.0, 9236.0, 9173.0, 9219.0, 9184.0, 9202.0, 9223.0, 9150.0, 9204.0, 9132.0, 9188.0, 9132.0, 9184.0, 9163.0, 9182.0, 9178.0, 9170.0, 9215.0, 9185.0, 9201.0, 9164.0, 9187.0, 9179.0, 9225.0, 9191.0, 9195.0, 9210.0, 9223.0, 9207.0, 9201.0, 9220.0, 9202.0, 9271.0, 9223.0, 9272.0, 9233.0, 9252.0, 9259.0, 9211.0, 9236.0, 9175.0, 9232.0, 9178.0, 9215.0, 9186.0, 9175.0, 9209.0, 9136.0, 9177.0, 9118.0, 9163.0, 9121.0, 9154.0, 9136.0, 9143.0, 9168.0, 9146.0, 9172.0, 9133.0, 9180.0, 9150.0, 9181.0, 9151.0, 9174.0, 9193.0, 9182.0, 9201.0, 9217.0, 9211.0, 9216.0, 9197.0, 9207.0, 9218.0, 9226.0, 9219.0, 9239.0, 9217.0, 9223.0, 9228.0, 9233.0, 9243.0, 9243.0, 9245.0, 9249.0, 9259.0, 9183.0, 9232.0, 9160.0, 9218.0, 9163.0, 9253.0, 9183.0, 9220.0, 9160.0, 9253.0, 9187.0, 9207.0, 9150.0, 9188.0, 9153.0, 9172.0, 9160.0, 9236.0, 9164.0, 9210.0, 9174.0, 9190.0, 9154.0, 9171.0, 9180.0, 9172.0, 9197.0, 9153.0, 9188.0, 9136.0, 9203.0, 9139.0, 9163.0, 9153.0, 9189.0, 9175.0, 9188.0, 9163.0, 9192.0, 9164.0, 9193.0, 9186.0, 9231.0, 9204.0, 9230.0, 9183.0, 9206.0, 9183.0, 9216.0, 9211.0, 9247.0, 9227.0, 9210.0, 9220.0, 9199.0, 9224.0, 9185.0, 9243.0, 9226.0, 9244.0, 9204.0, 9250.0, 9219.0, 9229.0, 9208.0, 9251.0, 9212.0, 9260.0, 9204.0, 9237.0, 9218.0, 9220.0, 9181.0, 9196.0, 9157.0, 9195.0, 9163.0, 9223.0, 9175.0, 9195.0, 9156.0, 9194.0, 9167.0, 9190.0, 9138.0, 9181.0, 9158.0, 9186.0, 9189.0, 9203.0, 9161.0, 9166.0, 9192.0, 9153.0, 9157.0, 9150.0, 9193.0, 9190.0, 9195.0, 9189.0, 9218.0, 9226.0, 9218.0, 9241.0, 9177.0, 9197.0, 9154.0, 9268.0, 9292.0, 9278.0, 9216.0, 9222.0, 9180.0, 9206.0, 9216.0, 9195.0, 9182.0, 9141.0, 9143.0, 9138.0, 9148.0, 9171.0, 9150.0, 9188.0, 9163.0, 9189.0, 9167.0, 9209.0, 9174.0, 9227.0, 9150.0, 9202.0, 9129.0, 9151.0, 9145.0, 9133.0, 9170.0, 9172.0, 9186.0, 9115.0, 9157.0, 9109.0, 9162.0, 9131.0, 9157.0, 9131.0, 9207.0, 9135.0, 9208.0, 9160.0, 9206.0, 9161.0, 9168.0, 9189.0, 9177.0, 9181.0, 9156.0, 9172.0, 9099.0, 9124.0, 9077.0, 9109.0, 9082.0, 9096.0, 9059.0, 9087.0, 9055.0, 9074.0, 9047.0, 9101.0, 9073.0, 9090.0, 9082.0, 9094.0, 9110.0, 9117.0, 9112.0, 9122.0, 9131.0, 9148.0, 9160.0, 9133.0, 9184.0, 9135.0, 9189.0, 9137.0, 9201.0, 9174.0, 9182.0, 9155.0, 9175.0, 9150.0, 9159.0, 9185.0, 9163.0, 9203.0, 9181.0, 9217.0, 9187.0, 9207.0, 9164.0, 9213.0, 9186.0, 9199.0, 9202.0, 9199.0, 9199.0, 9183.0, 9217.0, 9202.0, 9238.0, 9212.0, 9252.0, 9210.0, 9254.0, 9216.0, 9233.0, 9222.0, 9181.0, 9204.0, 9186.0, 9224.0, 9214.0, 9226.0, 9198.0, 9218.0, 9186.0, 9242.0, 9208.0, 9234.0, 9224.0, 9226.0, 9188.0, 9225.0, 9210.0, 9252.0, 9215.0, 9252.0, 9244.0, 9252.0, 9195.0, 9244.0, 9188.0, 9218.0, 9196.0, 9221.0, 9179.0, 9239.0, 9206.0, 9229.0, 9178.0, 9212.0, 9178.0, 9210.0, 9167.0, 9187.0, 9162.0, 9228.0, 9178.0, 9203.0, 9216.0, 9219.0, 9185.0, 9212.0, 9177.0, 9219.0, 9197.0, 9247.0, 9235.0, 9230.0, 9199.0, 9213.0, 9203.0, 9204.0, 9210.0, 9186.0, 9168.0, 9224.0, 9176.0, 9211.0, 9175.0, 9167.0, 9186.0, 9161.0, 9202.0, 9143.0, 9192.0, 9124.0, 9136.0, 9126.0, 9168.0, 9156.0, 9169.0, 9158.0, 9166.0, 9155.0, 9191.0, 9184.0, 9209.0, 9204.0, 9213.0, 9201.0, 9203.0, 9209.0, 9225.0, 9214.0, 9273.0, 9215.0, 9265.0, 9229.0, 9272.0, 9220.0, 9290.0, 9266.0, 9284.0, 9210.0, 9281.0, 9215.0, 9267.0, 9239.0, 9245.0, 9252.0, 9221.0, 9242.0, 9154.0, 9224.0, 9150.0, 9207.0, 9152.0, 9221.0, 9149.0, 9192.0, 9150.0, 9169.0, 9157.0, 9206.0, 9161.0, 9174.0, 9179.0, 9197.0, 9184.0, 9210.0, 9180.0, 9233.0, 9158.0, 9185.0, 9156.0, 9185.0, 9158.0, 9231.0, 9176.0, 9237.0, 9172.0, 9189.0, 9207.0, 9154.0, 9227.0, 9150.0, 9205.0, 9129.0, 9186.0, 9128.0, 9151.0, 9160.0, 9148.0, 9181.0, 9178.0, 9179.0, 9157.0, 9166.0, 9154.0, 9167.0, 9174.0, 9199.0, 9178.0, 9189.0, 9181.0, 9208.0, 9185.0, 9229.0, 9205.0, 9223.0, 9183.0, 9219.0, 9179.0, 9217.0, 9179.0, 9219.0, 9193.0, 9217.0, 9201.0, 9232.0, 9177.0, 9231.0, 9178.0, 9238.0, 9177.0, 9230.0, 9178.0, 9212.0, 9177.0, 9217.0, 9180.0, 9217.0, 9178.0, 9239.0, 9182.0, 9230.0, 9177.0, 9232.0, 9160.0, 9202.0, 9154.0, 9168.0, 9155.0, 9188.0, 9158.0, 9172.0, 9156.0, 9186.0, 9178.0, 9205.0, 9172.0, 9221.0, 9172.0, 9222.0, 9179.0, 9198.0, 9193.0, 9250.0, 9191.0, 9175.0, 9150.0, 9167.0, 9151.0, 9173.0, 9191.0, 9207.0, 9160.0, 9190.0, 9158.0, 9196.0, 9178.0, 9223.0, 9162.0, 9195.0, 9175.0, 9204.0, 9193.0, 9210.0, 9207.0, 9194.0, 9182.0, 9159.0, 9201.0, 9162.0, 9200.0, 9192.0, 9198.0, 9162.0, 9199.0, 9178.0, 9205.0, 9210.0, 9227.0, 9228.0, 9181.0, 9225.0, 9204.0, 9237.0, 9208.0, 9259.0, 9216.0, 9248.0, 9200.0, 9197.0, 9191.0, 9241.0, 9181.0, 9224.0, 9201.0, 9250.0, 9166.0, 9224.0, 9140.0, 9205.0, 9134.0, 9189.0, 9130.0, 9193.0, 9176.0, 9209.0, 9141.0, 9141.0, 9106.0, 9126.0, 9122.0, 9129.0, 9144.0, 9157.0, 9160.0, 9165.0, 9177.0, 9162.0, 9175.0, 9188.0, 9221.0, 9221.0, 9197.0, 9185.0, 9180.0, 9174.0, 9193.0, 9155.0, 9227.0, 9156.0, 9228.0, 9156.0, 9230.0, 9159.0, 9225.0, 9146.0, 9184.0, 9155.0, 9169.0, 9166.0, 9173.0, 9198.0, 9161.0, 9194.0, 9159.0, 9236.0, 9182.0, 9217.0, 9185.0, 9204.0, 9164.0, 9183.0, 9159.0, 9189.0, 9176.0, 9204.0, 9193.0, 9221.0, 9169.0, 9214.0, 9171.0, 9214.0, 9155.0, 9210.0, 9153.0, 9211.0, 9166.0, 9226.0, 9148.0, 9180.0, 9144.0, 9153.0, 9194.0, 9156.0, 9209.0, 9152.0, 9204.0, 9148.0, 9150.0, 9152.0, 9170.0, 9156.0, 9176.0, 9156.0, 9160.0, 9168.0, 9161.0, 9208.0, 9183.0, 9220.0, 9186.0, 9223.0, 9167.0, 9208.0, 9201.0, 9232.0, 9186.0, 9202.0, 9184.0, 9205.0, 9182.0, 9189.0, 9200.0, 9202.0, 9224.0, 9180.0, 9215.0, 9180.0, 9218.0, 9183.0, 9242.0, 9189.0, 9239.0, 9183.0, 9208.0, 9165.0, 9219.0, 9180.0, 9225.0, 9178.0, 9223.0, 9179.0, 9213.0, 9192.0, 9189.0, 9237.0, 9191.0, 9231.0, 9160.0, 9216.0, 9151.0, 9203.0, 9213.0, 9173.0, 9227.0, 9155.0, 9208.0, 9134.0, 9175.0, 9147.0, 9174.0, 9172.0, 9158.0, 9171.0, 9178.0, 9186.0, 9177.0, 9217.0, 9202.0, 9226.0, 9204.0, 9244.0, 9201.0, 9243.0, 9199.0, 9237.0, 9219.0, 9243.0, 9197.0, 9234.0, 9249.0, 9228.0, 9247.0, 9230.0, 9245.0, 9212.0, 9271.0, 9250.0, 9292.0, 9226.0, 9263.0, 9176.0, 9248.0, 9178.0, 9220.0, 9206.0, 9257.0, 9204.0, 9200.0, 9168.0, 9154.0, 9170.0, 9175.0, 9166.0, 9159.0, 9214.0, 9176.0, 9229.0, 9174.0, 9229.0, 9154.0, 9198.0, 9193.0, 9153.0, 9207.0, 9151.0, 9205.0, 9132.0, 9151.0, 9147.0, 9169.0, 9208.0, 9150.0, 9203.0, 9149.0, 9147.0, 9147.0, 9154.0, 9151.0, 9169.0, 9197.0, 9158.0, 9194.0, 9176.0, 9204.0, 9173.0, 9201.0, 9179.0, 9195.0, 9204.0, 9208.0, 9203.0, 9233.0, 9235.0, 9264.0, 9215.0, 9225.0, 9196.0, 9223.0, 9232.0, 9244.0, 9263.0, 9208.0, 9209.0, 9187.0, 9190.0, 9211.0, 9200.0, 9225.0, 9209.0, 9219.0, 9148.0, 9201.0, 9152.0, 9210.0, 9157.0, 9193.0, 9153.0, 9164.0, 9160.0, 9182.0, 9155.0, 9182.0, 9158.0, 9229.0, 9160.0, 9227.0, 9172.0, 9200.0, 9154.0, 9213.0, 9174.0, 9216.0, 9182.0, 9215.0, 9148.0, 9154.0, 9189.0, 9156.0, 9213.0, 9154.0, 9207.0, 9154.0, 9205.0, 9158.0, 9218.0, 9162.0, 9226.0, 9174.0, 9201.0, 9158.0, 9189.0, 9181.0, 9210.0, 9178.0, 9209.0, 9179.0, 9198.0, 9178.0, 9190.0, 9201.0, 9203.0, 9220.0, 9223.0, 9200.0, 9207.0, 9199.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.0015072133027522936</td></tr>
<tr><td colspan=3>aqi</td><td>0.02669509254587156</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.86474673762349</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2691540836509763</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0206166025258325</td></tr>
<tr><td colspan=3>efc</td><td>0.4892</td></tr>
<tr><td colspan=3>fber</td><td>6167.2622</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1512197902771914</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>180</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.642201834862384</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6399028299107954</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5352722122816727</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.916754839550055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.467681437900659</td></tr>
<tr><td colspan=3>gcor</td><td>0.0195726</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005331817083060741</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03869099169969559</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>3.887763346921091</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>17.0271</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9203</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.9515</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297343.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>998.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.5944</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4052</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.6383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3316.4926</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1127.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.3126</td></tr>
<tr><td colspan=3>tsnr</td><td>36.05282571632415</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>