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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-03_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_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-0018/ses-03/func/sub-0018_ses-03_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>ad34fc2ea8e7f0c9ea9891459336ab56</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:21:54.285000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997038, -0.0204747, 0.0741382, 0.0231482, 0.999106, -0.0353839]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0907035</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 735, -19, -179, -34, 18]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>227.768</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a14c46bb-9cae-4550-a273-9fd6122e937c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6749794483184814, 0.06210505589842796, 0.19803814589977264, 105.90564727783203], [0.054932091385126114, 2.680527448654175, -0.0998871773481369, -95.31631469726562], [0.19890747964382172, 0.09493240714073181, 2.6908740997314453, -67.37097930908203], [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': ['102154.285000', '102154.745000', '102155.205000', '102155.665000', '102156.125000', '102156.585000', '102157.045000', '102157.505000', '102157.965000', '102158.425000', '102158.885000', '102159.345000', '102159.805000', '102200.265000', '102200.725000', '102201.185000', '102201.645000', '102202.105000', '102202.565000', '102203.025000', '102203.485000', '102203.945000', '102204.405000', '102204.865000', '102205.325000', '102205.785000', '102206.245000', '102206.705000', '102207.165000', '102207.625000', '102208.085000', '102208.545000', '102209.005000', '102209.465000', '102209.925000', '102210.385000', '102210.845000', '102211.305000', '102211.765000', '102212.225000', '102212.685000', '102213.145000', '102213.605000', '102214.065000', '102214.525000', '102214.985000', '102215.445000', '102215.905000', '102216.365000', '102216.825000', '102217.285000', '102217.745000', '102218.205000', '102218.665000', '102219.125000', '102219.585000', '102220.045000', '102220.505000', '102220.965000', '102221.425000', '102221.885000', '102222.345000', '102222.805000', '102223.265000', '102223.725000', '102224.185000', '102224.645000', '102225.105000', '102225.565000', '102226.025000', '102226.485000', '102226.945000', '102227.405000', '102227.865000', '102228.325000', '102228.785000', '102229.245000', '102229.705000', '102230.165000', '102230.625000', '102231.085000', '102231.545000', '102232.005000', '102232.465000', '102232.925000', '102233.385000', '102233.845000', '102234.305000', '102234.765000', '102235.225000', '102235.685000', '102236.145000', '102236.605000', '102237.065000', '102237.525000', '102237.985000', '102238.445000', '102238.905000', '102239.365000', '102239.825000', '102240.285000', '102240.745000', '102241.205000', '102241.665000', '102242.125000', '102242.585000', '102243.045000', '102243.505000', '102243.965000', '102244.425000', '102244.885000', '102245.345000', '102245.805000', '102246.265000', '102246.725000', '102247.185000', '102247.645000', '102248.105000', '102248.565000', '102249.025000', '102249.485000', '102249.945000', '102250.405000', '102250.865000', '102251.325000', '102251.785000', '102252.245000', '102252.705000', '102253.165000', '102253.625000', '102254.085000', '102254.545000', '102255.005000', '102255.465000', '102255.925000', '102256.385000', '102256.845000', '102257.305000', '102257.765000', '102258.225000', '102258.685000', '102259.145000', '102259.605000', '102300.065000', '102300.525000', '102300.985000', '102301.445000', '102301.905000', '102302.365000', '102302.825000', '102303.285000', '102303.745000', '102304.205000', '102304.665000', '102305.125000', '102305.585000', '102306.045000', '102306.505000', '102306.965000', '102307.425000', '102307.885000', '102308.345000', '102308.805000', '102309.265000', '102309.725000', '102310.185000', '102310.645000', '102311.105000', '102311.565000', '102312.025000', '102312.485000', '102312.945000', '102313.405000', '102313.865000', '102314.325000', '102314.785000', '102315.245000', '102315.705000', '102316.165000', '102316.625000', '102317.085000', '102317.545000', '102318.005000', '102318.465000', '102318.925000', '102319.385000', '102319.845000', '102320.305000', '102320.765000', '102321.225000', '102321.685000', '102322.145000', '102322.605000', '102323.065000', '102323.525000', '102323.985000', '102324.445000', '102324.905000', '102325.365000', '102325.825000', '102326.285000', '102326.745000', '102327.205000', '102327.665000', '102328.125000', '102328.585000', '102329.045000', '102329.505000', '102329.965000', '102330.425000', '102330.885000', '102331.345000', '102331.805000', '102332.265000', '102332.725000', '102333.185000', '102333.645000', '102334.105000', '102334.565000', '102335.025000', '102335.485000', '102335.945000', '102336.405000', '102336.865000', '102337.325000', '102337.785000', '102338.245000', '102338.705000', '102339.165000', '102339.625000', '102340.085000', '102340.545000', '102341.005000', '102341.465000', '102341.925000', '102342.385000', '102342.845000', '102343.305000', '102343.765000', '102344.225000', '102344.685000', '102345.145000', '102345.605000', '102346.065000', '102346.525000', '102346.985000', '102347.445000', '102347.905000', '102348.365000', '102348.825000', '102349.285000', '102349.745000', '102350.205000', '102350.665000', '102351.125000', '102351.585000', '102352.045000', '102352.505000', '102352.965000', '102353.425000', '102353.885000', '102354.345000', '102354.805000', '102355.265000', '102355.725000', '102356.185000', '102356.645000', '102357.105000', '102357.565000', '102358.025000', '102358.485000', '102358.945000', '102359.405000', '102359.865000', '102400.325000', '102400.785000', '102401.245000', '102401.705000', '102402.165000', '102402.625000', '102403.085000', '102403.545000', '102404.005000', '102404.465000', '102404.925000', '102405.385000', '102405.845000', '102406.305000', '102406.765000', '102407.225000', '102407.685000', '102408.145000', '102408.605000', '102409.065000', '102409.525000', '102409.985000', '102410.445000', '102410.905000', '102411.365000', '102411.825000', '102412.285000', '102412.745000', '102413.205000', '102413.665000', '102414.125000', '102414.585000', '102415.045000', '102415.505000', '102415.965000', '102416.425000', '102416.885000', '102417.345000', '102417.805000', '102418.265000', '102418.725000', '102419.185000', '102419.645000', '102420.105000', '102420.565000', '102421.025000', '102421.485000', '102421.945000', '102422.405000', '102422.865000', '102423.325000', '102423.785000', '102424.245000', '102424.705000', '102425.165000', '102425.625000', '102426.085000', '102426.545000', '102427.005000', '102427.465000', '102427.925000', '102428.385000', '102428.845000', '102429.305000', '102429.765000', '102430.225000', '102430.685000', '102431.145000', '102431.605000', '102432.065000', '102432.525000', '102432.985000', '102433.445000', '102433.905000', '102434.365000', '102434.825000', '102435.285000', '102435.745000', '102436.205000', '102436.665000', '102437.125000', '102437.585000', '102438.045000', '102438.505000', '102438.965000', '102439.425000', '102439.885000', '102440.345000', '102440.805000', '102441.265000', '102441.725000', '102442.185000', '102442.645000', '102443.105000', '102443.565000', '102444.025000', '102444.485000', '102444.945000', '102445.405000', '102445.865000', '102446.325000', '102446.785000', '102447.245000', '102447.705000', '102448.165000', '102448.625000', '102449.085000', '102449.545000', '102450.005000', '102450.465000', '102450.925000', '102451.385000', '102451.845000', '102452.305000', '102452.765000', '102453.225000', '102453.685000', '102454.145000', '102454.605000', '102455.065000', '102455.525000', '102455.985000', '102456.445000', '102456.905000', '102457.365000', '102457.825000', '102458.285000', '102458.745000', '102459.205000', '102459.665000', '102500.125000', '102500.585000', '102501.045000', '102501.505000', '102501.965000', '102502.425000', '102502.885000', '102503.345000', '102503.805000', '102504.265000', '102504.725000', '102505.185000', '102505.645000', '102506.105000', '102506.565000', '102507.025000', '102507.485000', '102507.945000', '102508.405000', '102508.865000', '102509.325000', '102509.785000', '102510.245000', '102510.705000', '102511.165000', '102511.625000', '102512.085000', '102512.545000', '102513.005000', '102513.465000', '102513.925000', '102514.385000', '102514.845000', '102515.305000', '102515.765000', '102516.225000', '102516.685000', '102517.145000', '102517.605000', '102518.065000', '102518.525000', '102518.985000', '102519.445000', '102519.905000', '102520.365000', '102520.825000', '102521.285000', '102521.745000', '102522.205000', '102522.665000', '102523.125000', '102523.585000', '102524.045000', '102524.505000', '102524.965000', '102525.425000', '102525.885000', '102526.345000', '102526.805000', '102527.265000', '102527.725000', '102528.185000', '102528.645000', '102529.105000', '102529.565000', '102530.025000', '102530.485000', '102530.945000', '102531.405000', '102531.865000', '102532.325000', '102532.785000', '102533.245000', '102533.705000', '102534.165000', '102534.625000', '102535.085000', '102535.545000', '102536.005000', '102536.465000', '102536.925000', '102537.385000', '102537.845000', '102538.305000', '102538.765000', '102539.225000', '102539.685000', '102540.145000', '102540.605000', '102541.065000', '102541.525000', '102541.985000', '102542.445000', '102542.905000', '102543.365000', '102543.825000', '102544.285000', '102544.745000', '102545.205000', '102545.665000', '102546.125000', '102546.585000', '102547.045000', '102547.505000', '102547.965000', '102548.425000', '102548.885000', '102549.345000', '102549.805000', '102550.265000', '102550.725000', '102551.185000', '102551.645000', '102552.105000', '102552.565000', '102553.025000', '102553.485000', '102553.945000', '102554.405000', '102554.865000', '102555.325000', '102555.785000', '102556.245000', '102556.705000', '102557.165000', '102557.625000', '102558.085000', '102558.545000', '102559.005000', '102559.465000', '102559.925000', '102600.385000', '102600.845000', '102601.305000', '102601.765000', '102602.225000', '102602.685000', '102603.145000', '102603.605000', '102604.065000', '102604.525000', '102604.985000', '102605.445000', '102605.905000', '102606.365000', '102606.825000', '102607.285000', '102607.745000', '102608.205000', '102608.665000', '102609.125000', '102609.585000', '102610.045000', '102610.505000', '102610.965000', '102611.425000', '102611.885000', '102612.345000', '102612.805000', '102613.265000', '102613.725000', '102614.185000', '102614.645000', '102615.105000', '102615.565000', '102616.025000', '102616.485000', '102616.945000', '102617.405000', '102617.865000', '102618.325000', '102618.785000', '102619.245000', '102619.705000', '102620.165000', '102620.625000', '102621.085000', '102621.545000', '102622.005000', '102622.465000', '102622.925000', '102623.385000', '102623.845000', '102624.305000', '102624.765000', '102625.225000', '102625.685000', '102626.145000', '102626.605000', '102627.065000', '102627.525000', '102627.985000', '102628.445000', '102628.905000', '102629.365000', '102629.825000', '102630.285000', '102630.745000', '102631.205000', '102631.665000', '102632.125000', '102632.585000', '102633.045000', '102633.505000', '102633.965000', '102634.425000', '102634.885000', '102635.345000', '102635.805000', '102636.265000', '102636.725000', '102637.185000', '102637.645000', '102638.105000', '102638.565000', '102639.025000', '102639.485000', '102639.945000', '102640.405000', '102640.865000', '102641.325000', '102641.785000', '102642.245000', '102642.705000', '102643.165000', '102643.625000', '102644.085000', '102644.545000', '102645.005000', '102645.465000', '102645.925000', '102646.385000', '102646.845000', '102647.305000', '102647.765000', '102648.225000', '102648.685000', '102649.145000', '102649.605000', '102650.065000', '102650.525000', '102650.985000', '102651.445000', '102651.905000', '102652.365000', '102652.825000', '102653.285000', '102653.745000', '102654.205000', '102654.665000', '102655.125000', '102655.585000', '102656.045000', '102656.505000', '102656.965000', '102657.425000', '102657.885000', '102658.345000', '102658.805000', '102659.265000', '102659.725000', '102700.185000', '102700.645000', '102701.105000', '102701.565000', '102702.025000', '102702.485000', '102702.945000', '102703.405000', '102703.865000', '102704.325000', '102704.785000', '102705.245000', '102705.705000', '102706.165000', '102706.625000', '102707.085000', '102707.545000', '102708.005000', '102708.465000', '102708.925000', '102709.385000', '102709.845000', '102710.305000', '102710.765000', '102711.225000', '102711.685000', '102712.145000', '102712.605000', '102713.065000', '102713.525000', '102713.985000', '102714.445000', '102714.905000', '102715.365000', '102715.825000', '102716.285000', '102716.745000', '102717.205000', '102717.665000', '102718.125000', '102718.585000', '102719.045000', '102719.505000', '102719.965000', '102720.425000', '102720.885000', '102721.345000', '102721.805000', '102722.265000', '102722.725000', '102723.185000', '102723.645000', '102724.105000', '102724.565000', '102725.025000', '102725.485000', '102725.945000', '102726.405000', '102726.865000', '102727.325000', '102727.785000', '102728.245000', '102728.705000', '102729.165000', '102729.625000', '102730.085000', '102730.545000', '102731.005000', '102731.465000', '102731.925000', '102732.385000', '102732.845000', '102733.305000', '102733.765000', '102734.225000', '102734.685000', '102735.145000', '102735.605000', '102736.065000', '102736.525000', '102736.985000', '102737.445000', '102737.905000', '102738.365000', '102738.825000', '102739.285000', '102739.745000', '102740.205000', '102740.665000', '102741.125000', '102741.585000', '102742.045000', '102742.505000', '102742.965000', '102743.425000', '102743.885000', '102744.345000', '102744.805000', '102745.265000', '102745.725000', '102746.185000', '102746.645000', '102747.105000', '102747.565000', '102748.025000', '102748.485000', '102748.945000', '102749.405000', '102749.865000', '102750.325000', '102750.785000', '102751.245000', '102751.705000', '102752.165000', '102752.625000', '102753.085000', '102753.545000', '102754.005000', '102754.465000', '102754.925000', '102755.385000', '102755.845000', '102756.305000', '102756.765000', '102757.225000', '102757.685000', '102758.145000', '102758.605000', '102759.065000', '102759.525000', '102759.985000', '102800.445000', '102800.905000', '102801.365000', '102801.825000', '102802.285000', '102802.745000', '102803.205000', '102803.665000', '102804.125000', '102804.585000', '102805.045000', '102805.505000', '102805.965000', '102806.425000', '102806.885000', '102807.345000', '102807.805000', '102808.265000', '102808.725000', '102809.185000', '102809.645000', '102810.105000', '102810.565000', '102811.025000', '102811.485000', '102811.945000', '102812.405000', '102812.865000', '102813.325000', '102813.785000', '102814.245000', '102814.705000', '102815.165000', '102815.625000', '102816.085000', '102816.545000', '102817.005000', '102817.465000', '102817.925000', '102818.385000', '102818.845000', '102819.305000', '102819.765000', '102820.225000', '102820.685000', '102821.145000', '102821.605000', '102822.065000', '102822.525000', '102822.985000', '102823.445000', '102823.905000', '102824.365000', '102824.825000', '102825.285000', '102825.745000', '102826.205000', '102826.665000', '102827.125000', '102827.585000', '102828.045000', '102828.505000', '102828.965000', '102829.425000', '102829.885000', '102830.345000', '102830.805000', '102831.265000', '102831.725000', '102832.185000', '102832.645000', '102833.105000', '102833.565000', '102834.025000', '102834.485000', '102834.945000'], 'ContentTime': ['102203.892000', '102203.895000', '102203.898000', '102203.901000', '102203.904000', '102203.907000', '102203.909000', '102203.912000', '102203.915000', '102203.918000', '102203.924000', '102203.927000', '102203.929000', '102203.932000', '102203.935000', '102203.938000', '102203.941000', '102203.943000', '102203.946000', '102203.949000', '102223.842000', '102223.845000', '102223.848000', '102223.851000', '102223.853000', '102223.856000', '102223.859000', '102223.862000', '102223.865000', '102223.868000', '102223.870000', '102223.873000', '102223.876000', '102223.879000', '102223.882000', '102223.884000', '102223.887000', '102223.890000', '102223.893000', '102223.901000', '102223.904000', '102223.907000', '102223.910000', '102223.913000', '102223.916000', '102223.918000', '102223.921000', '102223.924000', '102223.927000', '102223.930000', '102223.932000', '102223.935000', '102223.938000', '102223.941000', '102223.944000', '102223.947000', '102223.950000', '102223.952000', '102223.955000', '102223.958000', '102223.961000', '102223.964000', '102223.968000', '102243.842000', '102243.845000', '102243.848000', '102243.851000', '102243.853000', '102243.856000', '102243.859000', '102243.862000', '102243.865000', '102243.868000', '102243.870000', '102243.873000', '102243.876000', '102243.879000', '102243.882000', '102243.885000', '102243.887000', '102243.890000', '102243.893000', '102243.896000', '102243.899000', '102243.902000', '102243.904000', '102243.907000', '102243.910000', '102243.913000', '102243.916000', '102243.918000', '102243.921000', '102243.924000', '102243.927000', '102243.930000', '102243.932000', '102243.935000', '102243.938000', '102243.941000', '102243.944000', '102243.947000', '102243.950000', '102243.952000', '102243.955000', '102243.958000', '102243.961000', '102243.964000', '102303.842000', '102303.845000', '102303.848000', '102303.850000', '102303.853000', '102303.856000', '102303.859000', '102303.862000', '102303.865000', '102303.867000', '102303.870000', '102303.873000', '102303.876000', '102303.879000', '102303.882000', '102303.885000', '102303.887000', '102303.890000', '102303.893000', '102303.896000', '102303.899000', '102303.902000', '102303.904000', '102303.907000', '102303.910000', '102303.913000', '102303.916000', '102303.918000', '102303.921000', '102303.924000', '102303.928000', '102303.931000', '102303.934000', '102303.937000', '102303.939000', '102303.942000', '102303.945000', '102303.948000', '102303.951000', '102303.954000', '102303.957000', '102303.959000', '102303.962000', '102323.842000', '102323.845000', '102323.848000', '102323.850000', '102323.853000', '102323.856000', '102323.859000', '102323.862000', '102323.865000', '102323.867000', '102323.870000', '102323.873000', '102323.876000', '102323.879000', '102323.882000', '102323.884000', '102323.887000', '102323.890000', '102323.893000', '102323.896000', '102323.899000', '102323.902000', '102323.905000', '102323.907000', '102323.910000', '102323.913000', '102323.916000', '102323.919000', '102323.921000', '102323.924000', '102323.927000', '102323.930000', '102323.933000', '102323.936000', '102323.939000', '102323.941000', '102323.944000', '102323.947000', '102323.950000', '102323.953000', '102323.956000', '102323.958000', '102323.961000', '102323.964000', '102343.843000', '102343.846000', '102343.849000', '102343.864000', '102343.867000', '102343.870000', '102343.873000', '102343.875000', '102343.878000', '102343.881000', '102343.884000', '102343.887000', '102343.890000', '102343.892000', '102343.895000', '102343.898000', '102343.901000', '102343.904000', '102343.907000', '102343.909000', '102343.912000', '102343.915000', '102343.918000', '102343.921000', '102343.923000', '102343.926000', '102343.929000', '102343.932000', '102343.935000', '102343.938000', '102343.940000', '102343.943000', '102343.946000', '102343.949000', '102343.952000', '102343.955000', '102343.958000', '102343.960000', '102343.963000', '102343.966000', '102343.969000', '102343.972000', '102343.974000', '102403.842000', '102403.845000', '102403.848000', '102403.850000', '102403.853000', '102403.856000', '102403.859000', '102403.862000', '102403.865000', '102403.868000', '102403.870000', '102403.873000', '102403.876000', '102403.879000', '102403.882000', '102403.884000', '102403.887000', '102403.890000', '102403.893000', '102403.896000', '102403.899000', '102403.902000', '102403.904000', '102403.907000', '102403.910000', '102403.913000', '102403.916000', '102403.919000', '102403.921000', '102403.924000', '102403.927000', '102403.930000', '102403.933000', '102403.936000', '102403.939000', '102403.941000', '102403.944000', '102403.947000', '102403.950000', '102403.953000', '102403.956000', '102403.959000', '102403.961000', '102403.964000', '102423.842000', '102423.845000', '102423.848000', '102423.855000', '102423.858000', '102423.860000', '102423.863000', '102423.866000', '102423.869000', '102423.872000', '102423.875000', '102423.877000', '102423.880000', '102423.883000', '102423.886000', '102423.889000', '102423.892000', '102423.895000', '102423.897000', '102423.900000', '102423.903000', '102423.906000', '102423.909000', '102423.912000', '102423.914000', '102423.917000', '102423.920000', '102423.923000', '102423.926000', '102423.929000', '102423.932000', '102423.934000', '102423.937000', '102423.940000', '102423.943000', '102423.946000', '102423.949000', '102423.951000', '102423.954000', '102423.957000', '102423.960000', '102423.963000', '102423.966000', '102443.842000', '102443.845000', '102443.848000', '102443.851000', '102443.854000', '102443.856000', '102443.859000', '102443.862000', '102443.865000', '102443.868000', '102443.871000', '102443.874000', '102443.876000', '102443.879000', '102443.882000', '102443.885000', '102443.888000', '102443.891000', '102443.893000', '102443.896000', '102443.899000', '102443.902000', '102443.905000', '102443.908000', '102443.911000', '102443.913000', '102443.916000', '102443.919000', '102443.922000', '102443.925000', '102443.928000', '102443.932000', '102443.934000', '102443.937000', '102443.940000', '102443.943000', '102443.946000', '102443.949000', '102443.952000', '102443.954000', '102443.957000', '102443.960000', '102443.963000', '102443.966000', '102503.842000', '102503.845000', '102503.848000', '102503.851000', '102503.853000', '102503.856000', '102503.859000', '102503.862000', '102503.865000', '102503.868000', '102503.870000', '102503.873000', '102503.876000', '102503.879000', '102503.882000', '102503.885000', '102503.888000', '102503.890000', '102503.893000', '102503.896000', '102503.899000', '102503.902000', '102503.905000', '102503.908000', '102503.910000', '102503.913000', '102503.916000', '102503.919000', '102503.922000', '102503.925000', '102503.928000', '102503.931000', '102503.934000', '102503.936000', '102503.939000', '102503.942000', '102503.945000', '102503.948000', '102503.951000', '102503.953000', '102503.956000', '102503.959000', '102503.980000', '102523.842000', '102523.845000', '102523.848000', '102523.851000', '102523.853000', '102523.856000', '102523.859000', '102523.862000', '102523.865000', '102523.867000', '102523.870000', '102523.873000', '102523.876000', '102523.879000', '102523.882000', '102523.885000', '102523.887000', '102523.890000', '102523.893000', '102523.896000', '102523.899000', '102523.902000', '102523.904000', '102523.907000', '102523.910000', '102523.913000', '102523.916000', '102523.919000', '102523.922000', '102523.924000', '102523.927000', '102523.930000', '102523.933000', '102523.936000', '102523.939000', '102523.941000', '102523.944000', '102523.947000', '102523.950000', '102523.953000', '102523.956000', '102523.958000', '102523.961000', '102523.964000', '102543.842000', '102543.845000', '102543.848000', '102543.851000', '102543.853000', '102543.856000', '102543.859000', '102543.862000', '102543.865000', '102543.867000', '102543.870000', '102543.873000', '102543.876000', '102543.879000', '102543.882000', '102543.885000', '102543.888000', '102543.890000', '102543.893000', '102543.896000', '102543.899000', '102543.902000', '102543.904000', '102543.907000', '102543.910000', '102543.913000', '102543.916000', '102543.919000', '102543.922000', '102543.925000', '102543.927000', '102543.930000', '102543.933000', '102543.936000', '102543.939000', '102543.941000', '102543.944000', '102543.947000', '102543.950000', '102543.953000', '102543.956000', '102543.959000', '102543.961000', '102603.843000', '102603.847000', '102603.850000', '102603.853000', '102603.855000', '102603.858000', '102603.861000', '102603.864000', '102603.867000', '102603.869000', '102603.872000', '102603.875000', '102603.878000', '102603.881000', '102603.884000', '102603.887000', '102603.889000', '102603.892000', '102603.895000', '102603.898000', '102603.901000', '102603.904000', '102603.906000', '102603.909000', '102603.912000', '102603.915000', '102603.918000', '102603.921000', '102603.923000', '102603.926000', '102603.929000', '102603.932000', '102603.935000', '102603.938000', '102603.941000', '102603.943000', '102603.946000', '102603.949000', '102603.952000', '102603.955000', '102603.958000', '102603.961000', '102603.963000', '102623.842000', '102623.845000', '102623.848000', '102623.851000', '102623.854000', '102623.856000', '102623.859000', '102623.862000', '102623.865000', '102623.868000', '102623.871000', '102623.873000', '102623.876000', '102623.879000', '102623.882000', '102623.885000', '102623.888000', '102623.891000', '102623.893000', '102623.896000', '102623.899000', '102623.902000', '102623.905000', '102623.908000', '102623.911000', '102623.913000', '102623.916000', '102623.919000', '102623.922000', '102623.925000', '102623.928000', '102623.931000', '102623.934000', '102623.936000', '102623.939000', '102623.942000', '102623.945000', '102623.948000', '102623.951000', '102623.954000', '102623.957000', '102623.959000', '102623.962000', '102623.965000', '102643.842000', '102643.845000', '102643.848000', '102643.851000', '102643.854000', '102643.857000', '102643.860000', '102643.862000', '102643.865000', '102643.869000', '102643.885000', '102643.888000', '102643.891000', '102643.894000', '102643.897000', '102643.900000', '102643.902000', '102643.905000', '102643.908000', '102643.911000', '102643.914000', '102643.917000', '102643.920000', '102643.922000', '102643.925000', '102643.928000', '102643.931000', '102643.934000', '102643.937000', '102643.940000', '102643.943000', '102643.945000', '102643.948000', '102643.951000', '102643.954000', '102643.957000', '102643.960000', '102643.963000', '102643.966000', '102643.968000', '102643.971000', '102643.974000', '102643.977000', '102703.842000', '102703.845000', '102703.848000', '102703.851000', '102703.854000', '102703.856000', '102703.859000', '102703.862000', '102703.865000', '102703.868000', '102703.871000', '102703.873000', '102703.876000', '102703.879000', '102703.882000', '102703.885000', '102703.888000', '102703.891000', '102703.893000', '102703.896000', '102703.899000', '102703.902000', '102703.905000', '102703.908000', '102703.910000', '102703.913000', '102703.916000', '102703.919000', '102703.922000', '102703.925000', '102703.928000', '102703.931000', '102703.933000', '102703.936000', '102703.939000', '102703.942000', '102703.945000', '102703.948000', '102703.951000', '102703.953000', '102703.956000', '102703.959000', '102703.962000', '102703.965000', '102723.842000', '102723.845000', '102723.848000', '102723.851000', '102723.854000', '102723.857000', '102723.859000', '102723.862000', '102723.865000', '102723.868000', '102723.871000', '102723.874000', '102723.877000', '102723.879000', '102723.882000', '102723.885000', '102723.888000', '102723.891000', '102723.894000', '102723.897000', '102723.900000', '102723.903000', '102723.906000', '102723.908000', '102723.911000', '102723.914000', '102723.917000', '102723.920000', '102723.923000', '102723.925000', '102723.928000', '102723.931000', '102723.934000', '102723.937000', '102723.940000', '102723.942000', '102723.945000', '102723.948000', '102723.951000', '102723.954000', '102723.957000', '102723.960000', '102723.962000', '102743.842000', '102743.845000', '102743.848000', '102743.851000', '102743.854000', '102743.857000', '102743.859000', '102743.862000', '102743.865000', '102743.868000', '102743.871000', '102743.874000', '102743.876000', '102743.879000', '102743.882000', '102743.885000', '102743.888000', '102743.891000', '102743.894000', '102743.896000', '102743.899000', '102743.902000', '102743.905000', '102743.908000', '102743.911000', '102743.914000', '102743.916000', '102743.919000', '102743.922000', '102743.927000', '102743.929000', '102743.932000', '102743.935000', '102743.938000', '102743.941000', '102743.944000', '102743.947000', '102743.950000', '102743.952000', '102743.955000', '102743.958000', '102743.961000', '102743.964000', '102743.967000', '102803.843000', '102803.846000', '102803.849000', '102803.852000', '102803.854000', '102803.857000', '102803.860000', '102803.863000', '102803.866000', '102803.869000', '102803.872000', '102803.874000', '102803.877000', '102803.880000', '102803.883000', '102803.886000', '102803.889000', '102803.891000', '102803.894000', '102803.897000', '102803.900000', '102803.903000', '102803.906000', '102803.909000', '102803.912000', '102803.915000', '102803.918000', '102803.921000', '102803.924000', '102803.926000', '102803.929000', '102803.932000', '102803.936000', '102803.938000', '102803.941000', '102803.956000', '102803.959000', '102803.962000', '102803.965000', '102803.968000', '102803.970000', '102803.973000', '102803.976000', '102823.843000', '102823.846000', '102823.849000', '102823.852000', '102823.855000', '102823.857000', '102823.860000', '102823.863000', '102823.866000', '102823.869000', '102823.872000', '102823.875000', '102823.877000', '102823.880000', '102823.883000', '102823.886000', '102823.889000', '102823.892000', '102823.894000', '102823.897000', '102823.900000', '102823.903000', '102823.906000', '102823.909000', '102823.911000', '102823.914000', '102823.917000', '102823.920000', '102823.923000', '102823.926000', '102823.929000', '102823.932000', '102823.934000', '102823.937000', '102823.940000', '102823.943000', '102823.946000', '102823.949000', '102823.952000', '102823.954000', '102823.957000', '102823.960000', '102823.963000', '102823.966000', '102835.714000', '102835.717000', '102835.720000', '102835.723000', '102835.726000', '102835.729000', '102835.732000', '102835.735000', '102835.738000', '102835.740000', '102835.743000', '102835.746000', '102835.749000', '102835.752000', '102835.755000', '102835.758000', '102835.761000', '102835.764000', '102835.767000', '102835.770000', '102835.773000', '102835.776000', '102835.779000', '102835.782000', '102835.785000', '102835.787000'], 'InstanceCreationTime': ['102203.892000', '102203.895000', '102203.898000', '102203.901000', '102203.904000', '102203.907000', '102203.909000', '102203.912000', '102203.915000', '102203.918000', '102203.924000', '102203.927000', '102203.929000', '102203.932000', '102203.935000', '102203.938000', '102203.941000', '102203.943000', '102203.946000', '102203.949000', '102223.842000', '102223.845000', '102223.848000', '102223.851000', '102223.853000', '102223.856000', '102223.859000', '102223.862000', '102223.865000', '102223.868000', '102223.870000', '102223.873000', '102223.876000', '102223.879000', '102223.882000', '102223.884000', '102223.887000', '102223.890000', '102223.893000', '102223.901000', '102223.904000', '102223.907000', '102223.910000', '102223.913000', '102223.916000', '102223.918000', '102223.921000', '102223.924000', '102223.927000', '102223.930000', '102223.932000', '102223.935000', '102223.938000', '102223.941000', '102223.944000', '102223.947000', '102223.950000', '102223.952000', '102223.955000', '102223.958000', '102223.961000', '102223.964000', '102223.968000', '102243.842000', '102243.845000', '102243.848000', '102243.851000', '102243.853000', '102243.856000', '102243.859000', '102243.862000', '102243.865000', '102243.868000', '102243.870000', '102243.873000', '102243.876000', '102243.879000', '102243.882000', '102243.885000', '102243.887000', '102243.890000', '102243.893000', '102243.896000', '102243.899000', '102243.902000', '102243.904000', '102243.907000', '102243.910000', '102243.913000', '102243.916000', '102243.918000', '102243.921000', '102243.924000', '102243.927000', '102243.930000', '102243.932000', '102243.935000', '102243.938000', '102243.941000', '102243.944000', '102243.947000', '102243.950000', '102243.952000', '102243.955000', '102243.958000', '102243.961000', '102243.964000', '102303.842000', '102303.845000', '102303.848000', '102303.850000', '102303.853000', '102303.856000', '102303.859000', '102303.862000', '102303.865000', '102303.867000', '102303.870000', '102303.873000', '102303.876000', '102303.879000', '102303.882000', '102303.885000', '102303.887000', '102303.890000', '102303.893000', '102303.896000', '102303.899000', '102303.902000', '102303.904000', '102303.907000', '102303.910000', '102303.913000', '102303.916000', '102303.918000', '102303.921000', '102303.924000', '102303.928000', '102303.931000', '102303.934000', '102303.937000', '102303.939000', '102303.942000', '102303.945000', '102303.948000', '102303.951000', '102303.954000', '102303.957000', '102303.959000', '102303.962000', '102323.842000', '102323.845000', '102323.848000', '102323.850000', '102323.853000', '102323.856000', '102323.859000', '102323.862000', '102323.865000', '102323.867000', '102323.870000', '102323.873000', '102323.876000', '102323.879000', '102323.882000', '102323.884000', '102323.887000', '102323.890000', '102323.893000', '102323.896000', '102323.899000', '102323.902000', '102323.905000', '102323.907000', '102323.910000', '102323.913000', '102323.916000', '102323.919000', '102323.921000', '102323.924000', '102323.927000', '102323.930000', '102323.933000', '102323.936000', '102323.939000', '102323.941000', '102323.944000', '102323.947000', '102323.950000', '102323.953000', '102323.956000', '102323.958000', '102323.961000', '102323.964000', '102343.843000', '102343.846000', '102343.849000', '102343.864000', '102343.867000', '102343.870000', '102343.873000', '102343.875000', '102343.878000', '102343.881000', '102343.884000', '102343.887000', '102343.890000', '102343.892000', '102343.895000', '102343.898000', '102343.901000', '102343.904000', '102343.907000', '102343.909000', '102343.912000', '102343.915000', '102343.918000', '102343.921000', '102343.923000', '102343.926000', '102343.929000', '102343.932000', '102343.935000', '102343.938000', '102343.940000', '102343.943000', '102343.946000', '102343.949000', '102343.952000', '102343.955000', '102343.958000', '102343.960000', '102343.963000', '102343.966000', '102343.969000', '102343.972000', '102343.974000', '102403.842000', '102403.845000', '102403.848000', '102403.850000', '102403.853000', '102403.856000', '102403.859000', '102403.862000', '102403.865000', '102403.868000', '102403.870000', '102403.873000', '102403.876000', '102403.879000', '102403.882000', '102403.884000', '102403.887000', '102403.890000', '102403.893000', '102403.896000', '102403.899000', '102403.902000', '102403.904000', '102403.907000', '102403.910000', '102403.913000', '102403.916000', '102403.919000', '102403.921000', '102403.924000', '102403.927000', '102403.930000', '102403.933000', '102403.936000', '102403.939000', '102403.941000', '102403.944000', '102403.947000', '102403.950000', '102403.953000', '102403.956000', '102403.959000', '102403.961000', '102403.964000', '102423.842000', '102423.845000', '102423.848000', '102423.855000', '102423.858000', '102423.860000', '102423.863000', '102423.866000', '102423.869000', '102423.872000', '102423.875000', '102423.877000', '102423.880000', '102423.883000', '102423.886000', '102423.889000', '102423.892000', '102423.895000', '102423.897000', '102423.900000', '102423.903000', '102423.906000', '102423.909000', '102423.912000', '102423.914000', '102423.917000', '102423.920000', '102423.923000', '102423.926000', '102423.929000', '102423.932000', '102423.934000', '102423.937000', '102423.940000', '102423.943000', '102423.946000', '102423.949000', '102423.951000', '102423.954000', '102423.957000', '102423.960000', '102423.963000', '102423.966000', '102443.842000', '102443.845000', '102443.848000', '102443.851000', '102443.854000', '102443.856000', '102443.859000', '102443.862000', '102443.865000', '102443.868000', '102443.871000', '102443.874000', '102443.876000', '102443.879000', '102443.882000', '102443.885000', '102443.888000', '102443.891000', '102443.893000', '102443.896000', '102443.899000', '102443.902000', '102443.905000', '102443.908000', '102443.911000', '102443.913000', '102443.916000', '102443.919000', '102443.922000', '102443.925000', '102443.928000', '102443.932000', '102443.934000', '102443.937000', '102443.940000', '102443.943000', '102443.946000', '102443.949000', '102443.952000', '102443.954000', '102443.957000', '102443.960000', '102443.963000', '102443.966000', '102503.842000', '102503.845000', '102503.848000', '102503.851000', '102503.853000', '102503.856000', '102503.859000', '102503.862000', '102503.865000', '102503.868000', '102503.870000', '102503.873000', '102503.876000', '102503.879000', '102503.882000', '102503.885000', '102503.888000', '102503.890000', '102503.893000', '102503.896000', '102503.899000', '102503.902000', '102503.905000', '102503.908000', '102503.910000', '102503.913000', '102503.916000', '102503.919000', '102503.922000', '102503.925000', '102503.928000', '102503.931000', '102503.934000', '102503.936000', '102503.939000', '102503.942000', '102503.945000', '102503.948000', '102503.951000', '102503.953000', '102503.956000', '102503.959000', '102503.980000', '102523.842000', '102523.845000', '102523.848000', '102523.851000', '102523.853000', '102523.856000', '102523.859000', '102523.862000', '102523.865000', '102523.867000', '102523.870000', '102523.873000', '102523.876000', '102523.879000', '102523.882000', '102523.885000', '102523.887000', '102523.890000', '102523.893000', '102523.896000', '102523.899000', '102523.902000', '102523.904000', '102523.907000', '102523.910000', '102523.913000', '102523.916000', '102523.919000', '102523.922000', '102523.924000', '102523.927000', '102523.930000', '102523.933000', '102523.936000', '102523.939000', '102523.941000', '102523.944000', '102523.947000', '102523.950000', '102523.953000', '102523.956000', '102523.958000', '102523.961000', '102523.964000', '102543.842000', '102543.845000', '102543.848000', '102543.851000', '102543.853000', '102543.856000', '102543.859000', '102543.862000', '102543.865000', '102543.867000', '102543.870000', '102543.873000', '102543.876000', '102543.879000', '102543.882000', '102543.885000', '102543.888000', '102543.890000', '102543.893000', '102543.896000', '102543.899000', '102543.902000', '102543.904000', '102543.907000', '102543.910000', '102543.913000', '102543.916000', '102543.919000', '102543.922000', '102543.925000', '102543.927000', '102543.930000', '102543.933000', '102543.936000', '102543.939000', '102543.941000', '102543.944000', '102543.947000', '102543.950000', '102543.953000', '102543.956000', '102543.959000', '102543.961000', '102603.843000', '102603.847000', '102603.850000', '102603.853000', '102603.855000', '102603.858000', '102603.861000', '102603.864000', '102603.867000', '102603.869000', '102603.872000', '102603.875000', '102603.878000', '102603.881000', '102603.884000', '102603.887000', '102603.889000', '102603.892000', '102603.895000', '102603.898000', '102603.901000', '102603.904000', '102603.906000', '102603.909000', '102603.912000', '102603.915000', '102603.918000', '102603.921000', '102603.923000', '102603.926000', '102603.929000', '102603.932000', '102603.935000', '102603.938000', '102603.941000', '102603.943000', '102603.946000', '102603.949000', '102603.952000', '102603.955000', '102603.958000', '102603.961000', '102603.963000', '102623.842000', '102623.845000', '102623.848000', '102623.851000', '102623.854000', '102623.856000', '102623.859000', '102623.862000', '102623.865000', '102623.868000', '102623.871000', '102623.873000', '102623.876000', '102623.879000', '102623.882000', '102623.885000', '102623.888000', '102623.891000', '102623.893000', '102623.896000', '102623.899000', '102623.902000', '102623.905000', '102623.908000', '102623.911000', '102623.913000', '102623.916000', '102623.919000', '102623.922000', '102623.925000', '102623.928000', '102623.931000', '102623.934000', '102623.936000', '102623.939000', '102623.942000', '102623.945000', '102623.948000', '102623.951000', '102623.954000', '102623.957000', '102623.959000', '102623.962000', '102623.965000', '102643.842000', '102643.845000', '102643.848000', '102643.851000', '102643.854000', '102643.857000', '102643.860000', '102643.862000', '102643.865000', '102643.869000', '102643.885000', '102643.888000', '102643.891000', '102643.894000', '102643.897000', '102643.900000', '102643.902000', '102643.905000', '102643.908000', '102643.911000', '102643.914000', '102643.917000', '102643.920000', '102643.922000', '102643.925000', '102643.928000', '102643.931000', '102643.934000', '102643.937000', '102643.940000', '102643.943000', '102643.945000', '102643.948000', '102643.951000', '102643.954000', '102643.957000', '102643.960000', '102643.963000', '102643.966000', '102643.968000', '102643.971000', '102643.974000', '102643.977000', '102703.842000', '102703.845000', '102703.848000', '102703.851000', '102703.854000', '102703.856000', '102703.859000', '102703.862000', '102703.865000', '102703.868000', '102703.871000', '102703.873000', '102703.876000', '102703.879000', '102703.882000', '102703.885000', '102703.888000', '102703.891000', '102703.893000', '102703.896000', '102703.899000', '102703.902000', '102703.905000', '102703.908000', '102703.910000', '102703.913000', '102703.916000', '102703.919000', '102703.922000', '102703.925000', '102703.928000', '102703.931000', '102703.933000', '102703.936000', '102703.939000', '102703.942000', '102703.945000', '102703.948000', '102703.951000', '102703.953000', '102703.956000', '102703.959000', '102703.962000', '102703.965000', '102723.842000', '102723.845000', '102723.848000', '102723.851000', '102723.854000', '102723.857000', '102723.859000', '102723.862000', '102723.865000', '102723.868000', '102723.871000', '102723.874000', '102723.877000', '102723.879000', '102723.882000', '102723.885000', '102723.888000', '102723.891000', '102723.894000', '102723.897000', '102723.900000', '102723.903000', '102723.906000', '102723.908000', '102723.911000', '102723.914000', '102723.917000', '102723.920000', '102723.923000', '102723.925000', '102723.928000', '102723.931000', '102723.934000', '102723.937000', '102723.940000', '102723.942000', '102723.945000', '102723.948000', '102723.951000', '102723.954000', '102723.957000', '102723.960000', '102723.962000', '102743.842000', '102743.845000', '102743.848000', '102743.851000', '102743.854000', '102743.857000', '102743.859000', '102743.862000', '102743.865000', '102743.868000', '102743.871000', '102743.874000', '102743.876000', '102743.879000', '102743.882000', '102743.885000', '102743.888000', '102743.891000', '102743.894000', '102743.896000', '102743.899000', '102743.902000', '102743.905000', '102743.908000', '102743.911000', '102743.914000', '102743.916000', '102743.919000', '102743.922000', '102743.927000', '102743.929000', '102743.932000', '102743.935000', '102743.938000', '102743.941000', '102743.944000', '102743.947000', '102743.950000', '102743.952000', '102743.955000', '102743.958000', '102743.961000', '102743.964000', '102743.967000', '102803.843000', '102803.846000', '102803.849000', '102803.852000', '102803.854000', '102803.857000', '102803.860000', '102803.863000', '102803.866000', '102803.869000', '102803.872000', '102803.874000', '102803.877000', '102803.880000', '102803.883000', '102803.886000', '102803.889000', '102803.891000', '102803.894000', '102803.897000', '102803.900000', '102803.903000', '102803.906000', '102803.909000', '102803.912000', '102803.915000', '102803.918000', '102803.921000', '102803.924000', '102803.926000', '102803.929000', '102803.932000', '102803.936000', '102803.938000', '102803.941000', '102803.956000', '102803.959000', '102803.962000', '102803.965000', '102803.968000', '102803.970000', '102803.973000', '102803.976000', '102823.843000', '102823.846000', '102823.849000', '102823.852000', '102823.855000', '102823.857000', '102823.860000', '102823.863000', '102823.866000', '102823.869000', '102823.872000', '102823.875000', '102823.877000', '102823.880000', '102823.883000', '102823.886000', '102823.889000', '102823.892000', '102823.894000', '102823.897000', '102823.900000', '102823.903000', '102823.906000', '102823.909000', '102823.911000', '102823.914000', '102823.917000', '102823.920000', '102823.923000', '102823.926000', '102823.929000', '102823.932000', '102823.934000', '102823.937000', '102823.940000', '102823.943000', '102823.946000', '102823.949000', '102823.952000', '102823.954000', '102823.957000', '102823.960000', '102823.963000', '102823.966000', '102835.714000', '102835.717000', '102835.720000', '102835.723000', '102835.726000', '102835.729000', '102835.732000', '102835.735000', '102835.738000', '102835.740000', '102835.743000', '102835.746000', '102835.749000', '102835.752000', '102835.755000', '102835.758000', '102835.761000', '102835.764000', '102835.767000', '102835.770000', '102835.773000', '102835.776000', '102835.779000', '102835.782000', '102835.785000', '102835.787000'], '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': [8995, 9380, 9671, 6925, 12856, 9837, 8755, 11583, 7982, 7187, 9637, 7902, 9391, 9119, 7885, 9100, 8767, 7037, 10396, 8432, 6896, 10469, 8144, 6863, 9694, 8039, 7018, 8511, 7890, 7097, 7818, 8841, 8066, 8350, 9728, 7916, 8471, 9511, 8455, 7836, 12090, 8726, 7003, 7375, 9049, 6923, 9535, 9944, 9139, 9841, 13617, 10769, 8003, 9552, 13208, 8767, 7518, 8726, 12356, 12740, 12452, 7110, 7699, 7687, 6853, 6834, 7661, 9425, 7438, 6823, 9605, 7426, 8508, 11096, 6784, 12213, 9292, 10591, 9811, 6955, 11295, 8418, 6946, 10159, 7706, 6790, 9659, 7944, 6744, 9317, 8176, 7011, 6847, 7321, 6968, 8730, 7899, 7069, 9293, 7026, 10281, 8236, 10031, 8107, 6937, 10460, 8262, 6932, 11572, 11625, 9401, 12178, 9465, 6909, 9814, 7667, 8187, 11080, 9605, 11246, 10876, 6962, 7149, 8324, 6775, 9812, 9420, 11599, 11685, 10229, 7795, 6775, 7746, 7433, 6711, 9554, 7773, 10955, 9325, 9991, 8573, 7398, 9742, 7635, 10554, 8093, 6859, 9743, 8121, 6738, 9352, 7503, 6658, 8711, 7485, 6616, 9190, 7233, 6886, 8510, 7075, 7488, 7359, 6828, 8711, 7842, 6814, 9263, 7535, 6614, 8491, 7442, 7961, 8913, 7630, 7122, 7897, 6812, 9483, 8325, 6769, 8984, 7347, 11823, 12027, 8414, 12795, 8209, 7031, 8377, 8193, 7823, 12012, 16009, 13028, 10201, 7443, 7340, 7057, 7170, 9328, 8940, 9124, 7970, 7251, 7971, 10568, 8260, 9031, 11860, 8610, 6767, 10729, 7919, 6523, 9994, 8323, 7131, 10546, 8483, 7487, 9570, 9603, 7592, 6881, 8328, 6844, 6758, 10270, 8465, 6831, 7888, 7364, 6775, 6984, 9018, 7482, 6725, 8933, 7556, 7529, 7605, 6879, 9370, 7124, 10393, 8246, 9003, 12034, 9852, 6940, 8366, 6843, 7357, 8949, 9182, 10203, 9334, 6909, 6875, 7640, 7077, 7591, 11886, 11820, 10547, 11184, 8772, 7032, 6593, 6559, 7458, 8885, 7578, 6670, 8024, 9338, 7315, 6790, 9529, 7513, 6778, 9767, 7487, 7425, 9166, 7444, 8008, 8558, 6980, 7560, 7741, 7076, 7601, 7469, 6822, 7901, 7403, 7023, 8792, 7649, 7085, 9138, 7529, 6982, 8361, 6998, 9658, 8277, 10689, 8647, 9047, 12407, 7668, 6654, 7568, 6902, 9508, 8481, 7122, 10934, 8890, 8152, 9268, 7098, 6907, 7344, 7265, 8645, 8474, 12222, 9793, 12142, 10620, 7580, 9686, 8453, 6893, 8201, 7777, 10168, 11651, 12285, 9300, 8187, 6986, 7375, 9180, 12269, 9562, 6902, 6700, 6805, 6693, 6567, 6660, 7827, 6846, 7499, 8047, 7031, 10574, 9125, 6604, 10121, 7385, 6793, 8652, 6931, 6863, 8621, 7183, 6840, 8306, 6935, 8819, 7641, 6940, 8672, 7249, 6641, 7556, 6908, 8348, 7331, 7067, 8590, 6886, 9117, 7365, 9744, 7310, 6501, 7947, 6775, 10981, 7589, 6589, 7700, 6776, 8933, 8043, 7312, 11179, 8994, 9651, 8475, 7093, 6694, 12580, 11883, 11439, 12003, 12509, 6823, 10333, 12588, 9151, 7382, 6870, 6634, 6769, 8401, 7421, 6727, 6566, 8053, 6766, 6785, 9092, 7144, 8186, 11602, 9458, 8454, 7052, 6584, 8829, 7472, 6501, 8275, 6962, 6971, 8458, 6669, 6902, 8343, 6842, 7268, 9019, 7452, 6818, 7425, 6938, 9125, 7363, 9217, 7362, 10116, 7514, 10197, 7011, 9810, 7153, 6609, 7242, 7052, 8941, 7502, 9362, 7089, 7345, 7546, 8673, 10527, 7852, 12002, 7073, 6731, 8856, 10212, 11390, 7485, 7884, 12279, 12307, 8153, 6842, 9512, 7729, 6843, 6800, 7918, 7988, 6876, 9192, 9122, 10235, 7602, 6618, 10808, 9006, 7294, 11671, 9174, 6830, 8646, 7431, 6531, 8737, 7503, 6760, 8994, 7293, 6648, 8627, 7098, 6943, 8567, 7220, 6857, 6907, 6984, 6822, 8574, 7250, 7073, 7474, 7330, 9010, 7369, 6922, 7989, 6945, 6799, 7614, 7083, 7702, 7276, 6940, 8865, 7391, 6802, 8254, 7182, 10457, 10109, 7990, 12585, 9768, 7060, 8683, 6921, 6771, 8772, 7761, 8721, 7819, 7113, 6696, 7997, 6859, 7377, 9175, 12773, 12732, 11339, 7757, 7624, 6789, 6844, 6774, 8072, 7062, 9894, 7546, 8421, 7586, 7226, 9613, 7246, 11446, 7959, 6831, 9508, 7408, 7757, 8194, 7145, 7096, 8524, 7167, 6867, 7598, 6898, 6833, 7508, 6960, 6895, 8416, 6810, 6848, 7619, 6891, 8391, 7246, 6991, 10312, 7415, 6840, 8215, 6707, 9468, 7763, 8852, 10746, 7993, 10035, 7135, 7010, 8499, 6675, 8437, 10472, 10206, 12534, 11271, 8093, 6747, 6962, 6653, 6638, 7677, 7454, 6837, 9660, 7189, 7291, 7766, 6676, 10710, 7350, 10822, 11079, 9839, 10890, 7599, 6584, 8558, 7372, 6568, 9202, 7202, 6673, 8602, 6866, 6784, 8071, 6634, 6702, 9656, 8618, 6701, 8010, 6684, 6918, 8298, 6701, 8505, 8339, 7882, 9333, 6689, 6962, 8323, 6927, 7414, 10748, 10033, 8993, 11402, 7549, 6714, 6802, 8933, 11957, 11350, 12229, 9852, 7569, 6998, 7908, 7887, 6858, 6812, 6678, 6784, 7871, 7012, 6697, 9250, 7364, 8307, 7816, 6842, 9322, 7413, 7343, 7947, 7458, 8701, 7910, 6969, 6626, 7630, 7192, 6919, 7546, 6744, 7185, 6997, 6864, 8359, 7426, 9303, 7744, 6706, 7200, 6880, 6817, 8918, 7516, 6632, 7561, 6988, 8482, 7239, 6898, 7788, 6914, 9734, 7437, 9155, 8746, 8925, 12560, 10207, 7506, 8749, 6972, 6627, 9318, 9598, 8381, 11486, 6638, 6739, 6621, 8325, 12078, 10302, 12138, 8713, 6944, 6680, 8741, 7958, 7198, 6746, 7870, 9168, 6882, 6732, 7854, 6932, 7691, 10279, 8681, 11264, 7315, 6925, 7981, 6978, 8874, 7306, 6547, 8062, 6627, 7069, 6909, 6897, 8836, 6876, 6882, 7606, 6761, 8922, 7606, 9242, 7472, 6889, 8696, 7050, 6877, 7623, 6681, 8584, 6857, 6596, 7781, 6795, 8822, 7481, 6725, 9863, 7638, 6774, 7155, 6964, 8608, 7026, 8846, 7393, 8900, 7314, 6640, 8429, 6610, 7740, 7231, 6710, 9245, 7505, 7355, 8683, 9200, 12080, 9164, 6712, 7909, 7819, 7433, 11704, 9937, 9789, 12579, 9729, 6815, 6676, 7796, 7759, 9394, 11397, 9347, 6736, 7046, 6797, 8194, 6890, 6952, 8524, 8061, 6620, 8150, 6789, 6826, 10274, 7369, 11256, 7991, 8106, 7099], 'WindowCenter': [4167.0, 4139.0, 4123.0, 4088.0, 4128.0, 4107.0, 4082.0, 4101.0, 4069.0, 4057.0, 4077.0, 4067.0, 4076.0, 4079.0, 4067.0, 4067.0, 4066.0, 4059.0, 4086.0, 4070.0, 4059.0, 4099.0, 4096.0, 4073.0, 4092.0, 4085.0, 4072.0, 4092.0, 4082.0, 4073.0, 4070.0, 4093.0, 4083.0, 4083.0, 4092.0, 4084.0, 4082.0, 4092.0, 4081.0, 4073.0, 4112.0, 4082.0, 4072.0, 4072.0, 4093.0, 4071.0, 4093.0, 4106.0, 4104.0, 4107.0, 4136.0, 4102.0, 4072.0, 4090.0, 4112.0, 4068.0, 4058.0, 4067.0, 4101.0, 4101.0, 4103.0, 4062.0, 4069.0, 4058.0, 4046.0, 4046.0, 4057.0, 4065.0, 4047.0, 4035.0, 4066.0, 4045.0, 4055.0, 4074.0, 4020.0, 4073.0, 4038.0, 4035.0, 4035.0, 4002.0, 4045.0, 4014.0, 4004.0, 4036.0, 4015.0, 4005.0, 4047.0, 4029.0, 4021.0, 4050.0, 4041.0, 4032.0, 4032.0, 4043.0, 4046.0, 4067.0, 4068.0, 4058.0, 4080.0, 4058.0, 4089.0, 4070.0, 4078.0, 4071.0, 4058.0, 4087.0, 4066.0, 4046.0, 4088.0, 4100.0, 4079.0, 4088.0, 4064.0, 4045.0, 4063.0, 4043.0, 4052.0, 4087.0, 4077.0, 4088.0, 4074.0, 4047.0, 4045.0, 4053.0, 4033.0, 4061.0, 4064.0, 4076.0, 4101.0, 4078.0, 4045.0, 4032.0, 4029.0, 4017.0, 4006.0, 4036.0, 4029.0, 4049.0, 4039.0, 4038.0, 4027.0, 4007.0, 4034.0, 4002.0, 4031.0, 4000.0, 3989.0, 4021.0, 4000.0, 3991.0, 4022.0, 4002.0, 4003.0, 4023.0, 4002.0, 4003.0, 4023.0, 4014.0, 4014.0, 4036.0, 4017.0, 4017.0, 4027.0, 4018.0, 4040.0, 4041.0, 4032.0, 4063.0, 4043.0, 4033.0, 4064.0, 4057.0, 4068.0, 4078.0, 4058.0, 4060.0, 4069.0, 4059.0, 4079.0, 4068.0, 4047.0, 4079.0, 4060.0, 4100.0, 4103.0, 4071.0, 4113.0, 4084.0, 4059.0, 4066.0, 4067.0, 4070.0, 4118.0, 4127.0, 4114.0, 4094.0, 4075.0, 4073.0, 4062.0, 4050.0, 4081.0, 4067.0, 4067.0, 4045.0, 4033.0, 4031.0, 4063.0, 4041.0, 4053.0, 4062.0, 4028.0, 4007.0, 4046.0, 4013.0, 3993.0, 4023.0, 4014.0, 3991.0, 4032.0, 4011.0, 4003.0, 4021.0, 4022.0, 4003.0, 4004.0, 4012.0, 3991.0, 4005.0, 4047.0, 4027.0, 4018.0, 4040.0, 4032.0, 4033.0, 4044.0, 4053.0, 4042.0, 4033.0, 4054.0, 4057.0, 4055.0, 4045.0, 4035.0, 4053.0, 4032.0, 4062.0, 4042.0, 4051.0, 4074.0, 4063.0, 4031.0, 4041.0, 4031.0, 4030.0, 4051.0, 4065.0, 4078.0, 4067.0, 4046.0, 4047.0, 4044.0, 4032.0, 4046.0, 4088.0, 4078.0, 4077.0, 4089.0, 4056.0, 4045.0, 4034.0, 4009.0, 4020.0, 4042.0, 4033.0, 4019.0, 4030.0, 4052.0, 4021.0, 4008.0, 4035.0, 4004.0, 3993.0, 4021.0, 3991.0, 3990.0, 4011.0, 3990.0, 3999.0, 3998.0, 3990.0, 3987.0, 4001.0, 4000.0, 4000.0, 4002.0, 4004.0, 4023.0, 4015.0, 4029.0, 4039.0, 4043.0, 4033.0, 4062.0, 4043.0, 4033.0, 4052.0, 4032.0, 4063.0, 4052.0, 4064.0, 4053.0, 4054.0, 4085.0, 4043.0, 4033.0, 4042.0, 4033.0, 4061.0, 4054.0, 4034.0, 4077.0, 4067.0, 4058.0, 4065.0, 4044.0, 4031.0, 4031.0, 4029.0, 4042.0, 4041.0, 4072.0, 4052.0, 4073.0, 4062.0, 4042.0, 4053.0, 4042.0, 4019.0, 4026.0, 4018.0, 4050.0, 4075.0, 4074.0, 4053.0, 4055.0, 4022.0, 4030.0, 4040.0, 4062.0, 4052.0, 4019.0, 4020.0, 4020.0, 4007.0, 4005.0, 3993.0, 4000.0, 3992.0, 4003.0, 4013.0, 4004.0, 4035.0, 4024.0, 3992.0, 4032.0, 4002.0, 3990.0, 4011.0, 3990.0, 3993.0, 4012.0, 4002.0, 3992.0, 4012.0, 4003.0, 4022.0, 4003.0, 4002.0, 4022.0, 4015.0, 4005.0, 4027.0, 4017.0, 4037.0, 4028.0, 4031.0, 4040.0, 4030.0, 4041.0, 4029.0, 4049.0, 4031.0, 4009.0, 4041.0, 4021.0, 4075.0, 4044.0, 4033.0, 4042.0, 4032.0, 4064.0, 4057.0, 4058.0, 4088.0, 4067.0, 4081.0, 4069.0, 4044.0, 4035.0, 4087.0, 4078.0, 4079.0, 4091.0, 4101.0, 4024.0, 4066.0, 4089.0, 4055.0, 4020.0, 4021.0, 4010.0, 4007.0, 4016.0, 4016.0, 4009.0, 4007.0, 4015.0, 3994.0, 3993.0, 4013.0, 3990.0, 4000.0, 4020.0, 4010.0, 3988.0, 3977.0, 3965.0, 3996.0, 3974.0, 3966.0, 3985.0, 3976.0, 3977.0, 3999.0, 3991.0, 4003.0, 4025.0, 4005.0, 4016.0, 4038.0, 4019.0, 4006.0, 4017.0, 4020.0, 4037.0, 4018.0, 4038.0, 4017.0, 4037.0, 4017.0, 4036.0, 4004.0, 4036.0, 4005.0, 4005.0, 4018.0, 4019.0, 4038.0, 4031.0, 4052.0, 4033.0, 4030.0, 4043.0, 4053.0, 4065.0, 4044.0, 4085.0, 4046.0, 4035.0, 4067.0, 4080.0, 4102.0, 4059.0, 4061.0, 4102.0, 4103.0, 4060.0, 4039.0, 4065.0, 4044.0, 4021.0, 4009.0, 4017.0, 4016.0, 3996.0, 4039.0, 4041.0, 4039.0, 4006.0, 3994.0, 4035.0, 4013.0, 3993.0, 4033.0, 4010.0, 3979.0, 3998.0, 3988.0, 3966.0, 3996.0, 3977.0, 3976.0, 3997.0, 3976.0, 3966.0, 3997.0, 3977.0, 3979.0, 4010.0, 4002.0, 4003.0, 4003.0, 4003.0, 4004.0, 4025.0, 4019.0, 4033.0, 4031.0, 4031.0, 4040.0, 4032.0, 4032.0, 4041.0, 4019.0, 4018.0, 4030.0, 4021.0, 4029.0, 4030.0, 4031.0, 4052.0, 4032.0, 4033.0, 4043.0, 4021.0, 4051.0, 4051.0, 4032.0, 4074.0, 4052.0, 4034.0, 4042.0, 4020.0, 4020.0, 4041.0, 4033.0, 4056.0, 4031.0, 4034.0, 4034.0, 4056.0, 4047.0, 4034.0, 4041.0, 4076.0, 4075.0, 4065.0, 4033.0, 4046.0, 4035.0, 4032.0, 4008.0, 4016.0, 4007.0, 4037.0, 4017.0, 4015.0, 4004.0, 4004.0, 4023.0, 3991.0, 4021.0, 3988.0, 3965.0, 3996.0, 3975.0, 3974.0, 3985.0, 3974.0, 3977.0, 3998.0, 3987.0, 3990.0, 4000.0, 3990.0, 3992.0, 3990.0, 4004.0, 4003.0, 4013.0, 3993.0, 3993.0, 4015.0, 4006.0, 4025.0, 4017.0, 4018.0, 4049.0, 4029.0, 4032.0, 4041.0, 4019.0, 4050.0, 4032.0, 4039.0, 4062.0, 4043.0, 4062.0, 4030.0, 4032.0, 4040.0, 4019.0, 4029.0, 4052.0, 4053.0, 4076.0, 4063.0, 4031.0, 4022.0, 4019.0, 4008.0, 4006.0, 4016.0, 4005.0, 4005.0, 4026.0, 4006.0, 4004.0, 4003.0, 3993.0, 4020.0, 3990.0, 4018.0, 4019.0, 4008.0, 4018.0, 3976.0, 3977.0, 3997.0, 3986.0, 3976.0, 4007.0, 3987.0, 3977.0, 4010.0, 3989.0, 3990.0, 4000.0, 3993.0, 3993.0, 4025.0, 4024.0, 4005.0, 4014.0, 4004.0, 4003.0, 4013.0, 3993.0, 4024.0, 4015.0, 4017.0, 4037.0, 4006.0, 4018.0, 4025.0, 4006.0, 4016.0, 4048.0, 4038.0, 4028.0, 4060.0, 4016.0, 4006.0, 3994.0, 4028.0, 4061.0, 4048.0, 4061.0, 4051.0, 4016.0, 4007.0, 4017.0, 4017.0, 4007.0, 4007.0, 4005.0, 3993.0, 4001.0, 3991.0, 3978.0, 3999.0, 3989.0, 3988.0, 3977.0, 3965.0, 3994.0, 3975.0, 3963.0, 3974.0, 3973.0, 3985.0, 3984.0, 3975.0, 3963.0, 3985.0, 3975.0, 3988.0, 3999.0, 3991.0, 3990.0, 3991.0, 3990.0, 4014.0, 4004.0, 4024.0, 4015.0, 4005.0, 4014.0, 4005.0, 4006.0, 4028.0, 4042.0, 4020.0, 4028.0, 4019.0, 4039.0, 4018.0, 4017.0, 4027.0, 4017.0, 4037.0, 4016.0, 4025.0, 4027.0, 4024.0, 4046.0, 4035.0, 4005.0, 4024.0, 4003.0, 4006.0, 4037.0, 4037.0, 4027.0, 4058.0, 4019.0, 4017.0, 4005.0, 4015.0, 4058.0, 4049.0, 4073.0, 4039.0, 4019.0, 4008.0, 4024.0, 4015.0, 4004.0, 4004.0, 4014.0, 4022.0, 4005.0, 3992.0, 4001.0, 3990.0, 3987.0, 4010.0, 3998.0, 4019.0, 3975.0, 3975.0, 3984.0, 3975.0, 3994.0, 3975.0, 3966.0, 3985.0, 3978.0, 3988.0, 3988.0, 3989.0, 4010.0, 3992.0, 4003.0, 4002.0, 3994.0, 4023.0, 4015.0, 4025.0, 4003.0, 4004.0, 4012.0, 4004.0, 4003.0, 4016.0, 4006.0, 4025.0, 4006.0, 4017.0, 4028.0, 4020.0, 4038.0, 4031.0, 4019.0, 4050.0, 4030.0, 4019.0, 4019.0, 4017.0, 4040.0, 4031.0, 4051.0, 4029.0, 4039.0, 4030.0, 4020.0, 4039.0, 4020.0, 4031.0, 4030.0, 4023.0, 4052.0, 4032.0, 4031.0, 4053.0, 4054.0, 4074.0, 4053.0, 4031.0, 4027.0, 4030.0, 4020.0, 4074.0, 4054.0, 4053.0, 4084.0, 4066.0, 4033.0, 4030.0, 4031.0, 4030.0, 4041.0, 4073.0, 4053.0, 4021.0, 4021.0, 4019.0, 4027.0, 4005.0, 4006.0, 4025.0, 4027.0, 4007.0, 4016.0, 3994.0, 3993.0, 4023.0, 3991.0, 4018.0, 3988.0, 3986.0, 3975.0], 'WindowWidth': [9274.0, 9216.0, 9182.0, 9125.0, 9174.0, 9143.0, 9100.0, 9125.0, 9079.0, 9059.0, 9083.0, 9070.0, 9083.0, 9089.0, 9069.0, 9071.0, 9068.0, 9061.0, 9096.0, 9077.0, 9062.0, 9117.0, 9124.0, 9091.0, 9111.0, 9108.0, 9087.0, 9113.0, 9100.0, 9089.0, 9080.0, 9114.0, 9102.0, 9103.0, 9113.0, 9103.0, 9097.0, 9113.0, 9098.0, 9087.0, 9140.0, 9099.0, 9087.0, 9085.0, 9113.0, 9083.0, 9117.0, 9136.0, 9134.0, 9140.0, 9181.0, 9125.0, 9084.0, 9105.0, 9139.0, 9072.0, 9058.0, 9067.0, 9122.0, 9122.0, 9125.0, 9071.0, 9077.0, 9059.0, 9039.0, 9039.0, 9055.0, 9061.0, 9039.0, 9022.0, 9061.0, 9034.0, 9045.0, 9068.0, 8993.0, 9065.0, 9011.0, 9002.0, 9001.0, 8952.0, 9015.0, 8972.0, 8958.0, 9003.0, 8977.0, 8965.0, 9023.0, 9001.0, 8995.0, 9032.0, 9023.0, 9014.0, 9014.0, 9031.0, 9038.0, 9068.0, 9073.0, 9059.0, 9090.0, 9060.0, 9103.0, 9077.0, 9084.0, 9080.0, 9057.0, 9095.0, 9066.0, 9037.0, 9098.0, 9116.0, 9090.0, 9097.0, 9057.0, 9035.0, 9054.0, 9029.0, 9039.0, 9095.0, 9082.0, 9097.0, 9070.0, 9038.0, 9037.0, 9042.0, 9017.0, 9050.0, 9059.0, 9079.0, 9120.0, 9083.0, 9032.0, 9014.0, 9006.0, 8983.0, 8966.0, 9007.0, 8999.0, 9029.0, 9014.0, 9009.0, 8995.0, 8967.0, 8999.0, 8954.0, 8989.0, 8946.0, 8931.0, 8977.0, 8948.0, 8936.0, 8979.0, 8955.0, 8957.0, 8982.0, 8955.0, 8958.0, 8983.0, 8973.0, 8975.0, 9005.0, 8984.0, 8984.0, 8997.0, 8988.0, 9019.0, 9022.0, 9013.0, 9054.0, 9030.0, 9017.0, 9058.0, 9056.0, 9073.0, 9084.0, 9058.0, 9064.0, 9077.0, 9063.0, 9087.0, 9072.0, 9042.0, 9087.0, 9065.0, 9118.0, 9124.0, 9082.0, 9140.0, 9102.0, 9061.0, 9065.0, 9068.0, 9077.0, 9154.0, 9171.0, 9143.0, 9114.0, 9095.0, 9085.0, 9068.0, 9050.0, 9089.0, 9065.0, 9064.0, 9031.0, 9013.0, 9006.0, 9050.0, 9020.0, 9039.0, 9047.0, 8998.0, 8967.0, 9017.0, 8969.0, 8942.0, 8982.0, 8969.0, 8936.0, 8992.0, 8962.0, 8954.0, 8977.0, 8978.0, 8956.0, 8960.0, 8966.0, 8938.0, 8961.0, 9022.0, 8995.0, 8985.0, 9017.0, 9009.0, 9016.0, 9033.0, 9040.0, 9025.0, 9015.0, 9042.0, 9053.0, 9048.0, 9034.0, 9018.0, 9039.0, 9011.0, 9050.0, 9025.0, 9034.0, 9073.0, 9054.0, 9007.0, 9021.0, 9008.0, 9005.0, 9036.0, 9058.0, 9084.0, 9067.0, 9037.0, 9042.0, 9033.0, 9013.0, 9035.0, 9096.0, 9084.0, 9082.0, 9100.0, 9051.0, 9035.0, 9017.0, 8975.0, 8991.0, 9021.0, 9011.0, 8988.0, 9001.0, 9035.0, 8992.0, 8972.0, 9002.0, 8958.0, 8939.0, 8975.0, 8935.0, 8932.0, 8960.0, 8931.0, 8942.0, 8941.0, 8931.0, 8926.0, 8948.0, 8947.0, 8948.0, 8953.0, 8959.0, 8985.0, 8978.0, 9003.0, 9015.0, 9030.0, 9014.0, 9051.0, 9028.0, 9014.0, 9038.0, 9012.0, 9053.0, 9038.0, 9056.0, 9040.0, 9041.0, 9087.0, 9027.0, 9016.0, 9025.0, 9013.0, 9047.0, 9043.0, 9018.0, 9080.0, 9065.0, 9053.0, 9062.0, 9033.0, 9009.0, 9007.0, 9001.0, 9022.0, 9018.0, 9064.0, 9035.0, 9067.0, 9050.0, 9026.0, 9039.0, 9026.0, 8987.0, 8992.0, 8984.0, 9032.0, 9075.0, 9073.0, 9041.0, 9047.0, 8995.0, 9004.0, 9016.0, 9050.0, 9034.0, 8988.0, 8992.0, 8994.0, 8968.0, 8961.0, 8940.0, 8947.0, 8939.0, 8955.0, 8968.0, 8958.0, 9000.0, 8983.0, 8938.0, 8990.0, 8952.0, 8931.0, 8962.0, 8933.0, 8940.0, 8963.0, 8953.0, 8939.0, 8966.0, 8955.0, 8979.0, 8954.0, 8954.0, 8980.0, 8974.0, 8961.0, 8993.0, 8983.0, 9009.0, 8999.0, 9005.0, 9016.0, 9005.0, 9018.0, 9001.0, 9026.0, 9004.0, 8974.0, 9019.0, 8995.0, 9072.0, 9029.0, 9015.0, 9025.0, 9014.0, 9056.0, 9051.0, 9057.0, 9094.0, 9064.0, 9092.0, 9073.0, 9034.0, 9019.0, 9091.0, 9083.0, 9083.0, 9107.0, 9118.0, 9002.0, 9059.0, 9097.0, 9044.0, 8991.0, 8991.0, 8975.0, 8968.0, 8975.0, 8976.0, 8972.0, 8966.0, 8972.0, 8944.0, 8940.0, 8965.0, 8931.0, 8943.0, 8970.0, 8957.0, 8922.0, 8905.0, 8888.0, 8930.0, 8900.0, 8891.0, 8915.0, 8905.0, 8909.0, 8942.0, 8934.0, 8955.0, 8988.0, 8961.0, 8977.0, 9008.0, 8985.0, 8964.0, 8981.0, 8987.0, 9007.0, 8983.0, 9009.0, 8981.0, 9005.0, 8977.0, 9000.0, 8958.0, 9000.0, 8961.0, 8960.0, 8982.0, 8986.0, 9012.0, 9005.0, 9035.0, 9012.0, 9005.0, 9026.0, 9040.0, 9059.0, 9029.0, 9089.0, 9035.0, 9020.0, 9063.0, 9087.0, 9122.0, 9059.0, 9063.0, 9119.0, 9125.0, 9058.0, 9029.0, 9058.0, 9029.0, 8994.0, 8973.0, 8980.0, 8977.0, 8950.0, 9012.0, 9016.0, 9009.0, 8962.0, 8940.0, 8997.0, 8963.0, 8938.0, 8990.0, 8954.0, 8911.0, 8936.0, 8922.0, 8892.0, 8931.0, 8906.0, 8905.0, 8934.0, 8904.0, 8892.0, 8934.0, 8907.0, 8912.0, 8958.0, 8950.0, 8957.0, 8954.0, 8955.0, 8957.0, 8988.0, 8986.0, 9013.0, 9006.0, 9005.0, 9016.0, 9008.0, 9011.0, 9021.0, 8988.0, 8984.0, 9004.0, 8993.0, 9001.0, 9002.0, 9006.0, 9035.0, 9010.0, 9012.0, 9025.0, 8993.0, 9032.0, 9030.0, 9008.0, 9070.0, 9034.0, 9013.0, 9020.0, 8990.0, 8990.0, 9020.0, 9010.0, 9047.0, 9006.0, 9012.0, 9016.0, 9050.0, 9040.0, 9015.0, 9016.0, 9075.0, 9072.0, 9056.0, 9011.0, 9033.0, 9020.0, 9011.0, 8969.0, 8973.0, 8964.0, 9005.0, 8978.0, 8970.0, 8953.0, 8958.0, 8980.0, 8933.0, 8971.0, 8923.0, 8887.0, 8930.0, 8899.0, 8899.0, 8913.0, 8899.0, 8908.0, 8938.0, 8922.0, 8931.0, 8945.0, 8933.0, 8937.0, 8933.0, 8956.0, 8953.0, 8966.0, 8940.0, 8940.0, 8973.0, 8963.0, 8988.0, 8979.0, 8982.0, 9025.0, 9002.0, 9012.0, 9019.0, 8988.0, 9027.0, 9006.0, 9015.0, 9049.0, 9024.0, 9049.0, 9005.0, 9010.0, 9015.0, 8987.0, 9000.0, 9035.0, 9035.0, 9072.0, 9051.0, 9004.0, 8995.0, 8987.0, 8969.0, 8965.0, 8975.0, 8961.0, 8961.0, 8989.0, 8960.0, 8957.0, 8955.0, 8940.0, 8972.0, 8928.0, 8964.0, 8966.0, 8949.0, 8962.0, 8904.0, 8908.0, 8934.0, 8919.0, 8907.0, 8949.0, 8922.0, 8910.0, 8957.0, 8930.0, 8931.0, 8944.0, 8939.0, 8941.0, 8988.0, 8985.0, 8961.0, 8973.0, 8959.0, 8954.0, 8968.0, 8943.0, 8985.0, 8974.0, 8979.0, 9007.0, 8966.0, 8984.0, 8987.0, 8963.0, 8977.0, 9023.0, 9009.0, 8995.0, 9042.0, 8978.0, 8963.0, 8944.0, 8994.0, 9046.0, 9024.0, 9044.0, 9029.0, 8977.0, 8964.0, 8976.0, 8979.0, 8967.0, 8969.0, 8961.0, 8942.0, 8948.0, 8931.0, 8912.0, 8939.0, 8926.0, 8922.0, 8904.0, 8887.0, 8925.0, 8899.0, 8882.0, 8897.0, 8897.0, 8913.0, 8911.0, 8903.0, 8883.0, 8916.0, 8904.0, 8926.0, 8942.0, 8935.0, 8932.0, 8935.0, 8933.0, 8969.0, 8957.0, 8985.0, 8974.0, 8962.0, 8971.0, 8962.0, 8963.0, 8994.0, 9025.0, 8991.0, 8997.0, 8984.0, 9011.0, 8985.0, 8982.0, 8996.0, 8982.0, 9006.0, 8976.0, 8986.0, 8991.0, 8984.0, 9018.0, 9000.0, 8961.0, 8984.0, 8954.0, 8960.0, 9006.0, 9005.0, 8992.0, 9035.0, 8987.0, 8983.0, 8963.0, 8973.0, 9035.0, 9025.0, 9066.0, 9013.0, 8989.0, 8970.0, 8987.0, 8972.0, 8955.0, 8957.0, 8970.0, 8979.0, 8959.0, 8939.0, 8947.0, 8930.0, 8922.0, 8955.0, 8936.0, 8965.0, 8901.0, 8900.0, 8912.0, 8901.0, 8926.0, 8902.0, 8890.0, 8917.0, 8910.0, 8924.0, 8925.0, 8929.0, 8958.0, 8938.0, 8953.0, 8952.0, 8941.0, 8982.0, 8974.0, 8986.0, 8953.0, 8955.0, 8965.0, 8960.0, 8956.0, 8975.0, 8963.0, 8989.0, 8965.0, 8980.0, 8996.0, 8990.0, 9010.0, 9006.0, 8988.0, 9030.0, 9005.0, 8990.0, 8988.0, 8982.0, 9016.0, 9007.0, 9033.0, 9002.0, 9014.0, 9003.0, 8990.0, 9016.0, 8992.0, 9007.0, 9005.0, 8998.0, 9036.0, 9010.0, 9009.0, 9039.0, 9042.0, 9068.0, 9040.0, 9010.0, 8995.0, 9003.0, 8990.0, 9072.0, 9041.0, 9037.0, 9084.0, 9063.0, 9016.0, 9007.0, 9006.0, 9003.0, 9018.0, 9066.0, 9037.0, 8993.0, 8993.0, 8987.0, 8995.0, 8964.0, 8964.0, 8986.0, 8994.0, 8968.0, 8977.0, 8945.0, 8943.0, 8979.0, 8934.0, 8966.0, 8924.0, 8916.0, 8900.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0006079861910241657</td></tr>
<tr><td colspan=3>aqi</td><td>0.02502621093210587</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.73942492077188</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1781114487672804</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942833468548399</td></tr>
<tr><td colspan=3>efc</td><td>0.4629</td></tr>
<tr><td colspan=3>fber</td><td>7316.4912</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13548590810490588</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>174</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.02301495972382</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2747310433596506</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2106864018385837</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.458736395924611</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1547703323157568</td></tr>
<tr><td colspan=3>gcor</td><td>0.0437819</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.001285762875340879</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02865583263337612</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.011750496893549</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.4067</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.6141</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.2152</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302027.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>728.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.0202</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5329</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.8725</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3271.8633</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74517.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1237.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>852.9885</td></tr>
<tr><td colspan=3>tsnr</td><td>36.00320586003363</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>