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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0023/ses-04/func/sub-0023_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3eaa9de47d0525ec26724cdbf9e62798</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>12:37:31.257500</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.999655, 0.0241552, -0.0103306, -0.0258277, 0.975576, -0.218139]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10312</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7729, -7265, 507, 10, -120, -56, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.675</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7068254a-446a-46e5-934b-105ec95c605f||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.6820008754730225, -0.0692937821149826, -0.012984544970095158, 122.16265106201172], [-0.06480672955513, 2.617398977279663, -0.5894911289215088, -68.40421295166016], [-0.027716223150491714, 0.585249662399292, 2.6348304748535156, -88.13460540771484], [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': ['123731.257500', '123731.717500', '123732.177500', '123732.637500', '123733.097500', '123733.557500', '123734.017500', '123734.477500', '123734.937500', '123735.397500', '123735.857500', '123736.317500', '123736.777500', '123737.237500', '123737.697500', '123738.157500', '123738.617500', '123739.077500', '123739.537500', '123739.997500', '123740.457500', '123740.917500', '123741.377500', '123741.837500', '123742.297500', '123742.757500', '123743.217500', '123743.677500', '123744.137500', '123744.597500', '123745.057500', '123745.517500', '123745.977500', '123746.437500', '123746.897500', '123747.357500', '123747.817500', '123748.277500', '123748.737500', '123749.197500', '123749.657500', '123750.117500', '123750.577500', '123751.037500', '123751.497500', '123751.957500', '123752.417500', '123752.877500', '123753.337500', '123753.797500', '123754.257500', '123754.717500', '123755.177500', '123755.637500', '123756.097500', '123756.557500', '123757.017500', '123757.477500', '123757.937500', '123758.397500', '123758.857500', '123759.317500', '123759.777500', '123800.237500', '123800.697500', '123801.157500', '123801.617500', '123802.077500', '123802.537500', '123802.997500', '123803.457500', '123803.917500', '123804.377500', '123804.837500', '123805.297500', '123805.757500', '123806.217500', '123806.677500', '123807.137500', '123807.597500', '123808.057500', '123808.517500', '123808.977500', '123809.437500', '123809.897500', '123810.357500', '123810.817500', '123811.277500', '123811.737500', '123812.197500', '123812.657500', '123813.117500', '123813.577500', '123814.037500', '123814.497500', '123814.957500', '123815.417500', '123815.877500', '123816.337500', '123816.797500', '123817.257500', '123817.717500', '123818.177500', '123818.637500', '123819.097500', '123819.557500', '123820.017500', '123820.477500', '123820.937500', '123821.397500', '123821.857500', '123822.317500', '123822.777500', '123823.237500', '123823.697500', '123824.157500', '123824.617500', '123825.077500', '123825.537500', '123825.997500', '123826.457500', '123826.917500', '123827.377500', '123827.837500', '123828.297500', '123828.757500', '123829.217500', '123829.677500', '123830.137500', '123830.597500', '123831.057500', '123831.517500', '123831.977500', '123832.437500', '123832.897500', '123833.357500', '123833.817500', '123834.277500', '123834.737500', '123835.197500', '123835.657500', '123836.117500', '123836.577500', '123837.037500', '123837.497500', '123837.957500', '123838.417500', '123838.877500', '123839.337500', '123839.797500', '123840.257500', '123840.717500', '123841.177500', '123841.637500', '123842.097500', '123842.557500', '123843.017500', '123843.477500', '123843.937500', '123844.397500', '123844.857500', '123845.317500', '123845.777500', '123846.237500', '123846.697500', '123847.157500', '123847.617500', '123848.077500', '123848.537500', '123848.997500', '123849.457500', '123849.917500', '123850.377500', '123850.837500', '123851.297500', '123851.757500', '123852.217500', '123852.677500', '123853.137500', '123853.597500', '123854.057500', '123854.517500', '123854.977500', '123855.437500', '123855.897500', '123856.357500', '123856.817500', '123857.277500', '123857.737500', '123858.197500', '123858.657500', '123859.117500', '123859.577500', '123900.037500', '123900.497500', '123900.957500', '123901.417500', '123901.877500', '123902.337500', '123902.797500', '123903.257500', '123903.717500', '123904.177500', '123904.637500', '123905.097500', '123905.557500', '123906.017500', '123906.477500', '123906.937500', '123907.397500', '123907.857500', '123908.317500', '123908.777500', '123909.237500', '123909.697500', '123910.157500', '123910.617500', '123911.077500', '123911.537500', '123911.997500', '123912.457500', '123912.917500', '123913.377500', '123913.837500', '123914.297500', '123914.757500', '123915.217500', '123915.677500', '123916.137500', '123916.597500', '123917.057500', '123917.517500', '123917.977500', '123918.437500', '123918.897500', '123919.357500', '123919.817500', '123920.277500', '123920.737500', '123921.197500', '123921.657500', '123922.117500', '123922.577500', '123923.037500', '123923.497500', '123923.957500', '123924.417500', '123924.877500', '123925.337500', '123925.797500', '123926.257500', '123926.717500', '123927.177500', '123927.637500', '123928.097500', '123928.557500', '123929.017500', '123929.477500', '123929.937500', '123930.397500', '123930.857500', '123931.317500', '123931.777500', '123932.237500', '123932.697500', '123933.157500', '123933.617500', '123934.077500', '123934.537500', '123934.997500', '123935.457500', '123935.917500', '123936.377500', '123936.837500', '123937.297500', '123937.757500', '123938.217500', '123938.677500', '123939.137500', '123939.597500', '123940.057500', '123940.517500', '123940.977500', '123941.437500', '123941.897500', '123942.357500', '123942.817500', '123943.277500', '123943.737500', '123944.197500', '123944.657500', '123945.117500', '123945.577500', '123946.037500', '123946.497500', '123946.957500', '123947.417500', '123947.877500', '123948.337500', '123948.797500', '123949.257500', '123949.717500', '123950.177500', '123950.637500', '123951.097500', '123951.557500', '123952.017500', '123952.477500', '123952.937500', '123953.397500', '123953.857500', '123954.317500', '123954.777500', '123955.237500', '123955.697500', '123956.157500', '123956.617500', '123957.077500', '123957.537500', '123957.997500', '123958.457500', '123958.917500', '123959.377500', '123959.837500', '124000.297500', '124000.757500', '124001.217500', '124001.677500', '124002.137500', '124002.597500', '124003.057500', '124003.517500', '124003.977500', '124004.437500', '124004.897500', '124005.357500', '124005.817500', '124006.277500', '124006.737500', '124007.197500', '124007.657500', '124008.117500', '124008.577500', '124009.037500', '124009.497500', '124009.957500', '124010.417500', '124010.877500', '124011.337500', '124011.797500', '124012.257500', '124012.717500', '124013.177500', '124013.637500', '124014.097500', '124014.557500', '124015.017500', '124015.477500', '124015.937500', '124016.397500', '124016.857500', '124017.317500', '124017.777500', '124018.237500', '124018.697500', '124019.157500', '124019.617500', '124020.077500', '124020.537500', '124020.997500', '124021.457500', '124021.917500', '124022.377500', '124022.837500', '124023.297500', '124023.757500', '124024.217500', '124024.677500', '124025.137500', '124025.597500', '124026.057500', '124026.517500', '124026.977500', '124027.437500', '124027.897500', '124028.357500', '124028.817500', '124029.277500', '124029.737500', '124030.197500', '124030.657500', '124031.117500', '124031.577500', '124032.037500', '124032.497500', '124032.957500', '124033.417500', '124033.877500', '124034.337500', '124034.797500', '124035.257500', '124035.717500', '124036.177500', '124036.637500', '124037.097500', '124037.557500', '124038.017500', '124038.477500', '124038.937500', '124039.397500', '124039.857500', '124040.317500', '124040.777500', '124041.237500', '124041.697500', '124042.157500', '124042.617500', '124043.077500', '124043.537500', '124043.997500', '124044.457500', '124044.917500', '124045.377500', '124045.837500', '124046.297500', '124046.757500', '124047.217500', '124047.677500', '124048.137500', '124048.597500', '124049.057500', '124049.517500', '124049.977500', '124050.437500', '124050.897500', '124051.357500', '124051.817500', '124052.277500', '124052.737500', '124053.197500', '124053.657500', '124054.117500', '124054.577500', '124055.037500', '124055.497500', '124055.957500', '124056.417500', '124056.877500', '124057.337500', '124057.797500', '124058.257500', '124058.717500', '124059.177500', '124059.637500', '124100.097500', '124100.557500', '124101.017500', '124101.477500', '124101.937500', '124102.397500', '124102.857500', '124103.317500', '124103.777500', '124104.237500', '124104.697500', '124105.157500', '124105.617500', '124106.077500', '124106.537500', '124106.997500', '124107.457500', '124107.917500', '124108.377500', '124108.837500', '124109.297500', '124109.757500', '124110.217500', '124110.677500', '124111.137500', '124111.597500', '124112.057500', '124112.517500', '124112.977500', '124113.437500', '124113.897500', '124114.357500', '124114.817500', '124115.277500', '124115.737500', '124116.197500', '124116.657500', '124117.117500', '124117.577500', '124118.037500', '124118.497500', '124118.957500', '124119.417500', '124119.877500', '124120.337500', '124120.797500', '124121.257500', '124121.717500', '124122.177500', '124122.637500', '124123.097500', '124123.557500', '124124.017500', '124124.477500', '124124.937500', '124125.397500', '124125.857500', '124126.317500', '124126.777500', '124127.237500', '124127.697500', '124128.157500', '124128.617500', '124129.077500', '124129.537500', '124129.997500', '124130.457500', '124130.917500', '124131.377500', '124131.837500', '124132.297500', '124132.757500', '124133.217500', '124133.677500', '124134.137500', '124134.597500', '124135.057500', '124135.517500', '124135.977500', '124136.437500', '124136.897500', '124137.357500', '124137.817500', '124138.277500', '124138.737500', '124139.197500', '124139.657500', '124140.117500', '124140.577500', '124141.037500', '124141.497500', '124141.957500', '124142.417500', '124142.877500', '124143.337500', '124143.797500', '124144.257500', '124144.717500', '124145.177500', '124145.637500', '124146.097500', '124146.557500', '124147.017500', '124147.477500', '124147.937500', '124148.397500', '124148.857500', '124149.317500', '124149.777500', '124150.237500', '124150.697500', '124151.157500', '124151.617500', '124152.077500', '124152.537500', '124152.997500', '124153.457500', '124153.917500', '124154.377500', '124154.837500', '124155.297500', '124155.757500', '124156.217500', '124156.677500', '124157.137500', '124157.597500', '124158.057500', '124158.517500', '124158.977500', '124159.437500', '124159.897500', '124200.357500', '124200.817500', '124201.277500', '124201.737500', '124202.197500', '124202.657500', '124203.117500', '124203.577500', '124204.037500', '124204.497500', '124204.957500', '124205.417500', '124205.877500', '124206.337500', '124206.797500', '124207.257500', '124207.717500', '124208.177500', '124208.637500', '124209.097500', '124209.557500', '124210.017500', '124210.477500', '124210.937500', '124211.397500', '124211.857500', '124212.317500', '124212.777500', '124213.237500', '124213.697500', '124214.157500', '124214.617500', '124215.077500', '124215.537500', '124215.997500', '124216.457500', '124216.917500', '124217.377500', '124217.837500', '124218.297500', '124218.757500', '124219.217500', '124219.677500', '124220.137500', '124220.597500', '124221.057500', '124221.517500', '124221.977500', '124222.437500', '124222.897500', '124223.357500', '124223.817500', '124224.277500', '124224.737500', '124225.197500', '124225.657500', '124226.117500', '124226.577500', '124227.037500', '124227.497500', '124227.957500', '124228.417500', '124228.877500', '124229.337500', '124229.797500', '124230.257500', '124230.717500', '124231.177500', '124231.637500', '124232.097500', '124232.557500', '124233.017500', '124233.477500', '124233.937500', '124234.397500', '124234.857500', '124235.317500', '124235.777500', '124236.237500', '124236.697500', '124237.157500', '124237.617500', '124238.077500', '124238.537500', '124238.997500', '124239.457500', '124239.917500', '124240.377500', '124240.837500', '124241.297500', '124241.757500', '124242.217500', '124242.677500', '124243.137500', '124243.597500', '124244.057500', '124244.517500', '124244.977500', '124245.437500', '124245.897500', '124246.357500', '124246.817500', '124247.277500', '124247.737500', '124248.197500', '124248.657500', '124249.117500', '124249.577500', '124250.037500', '124250.497500', '124250.957500', '124251.417500', '124251.877500', '124252.337500', '124252.797500', '124253.257500', '124253.717500', '124254.177500', '124254.637500', '124255.097500', '124255.557500', '124256.017500', '124256.477500', '124256.937500', '124257.397500', '124257.857500', '124258.317500', '124258.777500', '124259.237500', '124259.697500', '124300.157500', '124300.617500', '124301.077500', '124301.537500', '124301.997500', '124302.457500', '124302.917500', '124303.377500', '124303.837500', '124304.297500', '124304.757500', '124305.217500', '124305.677500', '124306.137500', '124306.597500', '124307.057500', '124307.517500', '124307.977500', '124308.437500', '124308.897500', '124309.357500', '124309.817500', '124310.277500', '124310.737500', '124311.197500', '124311.657500', '124312.117500', '124312.577500', '124313.037500', '124313.497500', '124313.957500', '124314.417500', '124314.877500', '124315.337500', '124315.797500', '124316.257500', '124316.717500', '124317.177500', '124317.637500', '124318.097500', '124318.557500', '124319.017500', '124319.477500', '124319.937500', '124320.397500', '124320.857500', '124321.317500', '124321.777500', '124322.237500', '124322.697500', '124323.157500', '124323.617500', '124324.077500', '124324.537500', '124324.997500', '124325.457500', '124325.917500', '124326.377500', '124326.837500', '124327.297500', '124327.757500', '124328.217500', '124328.677500', '124329.137500', '124329.597500', '124330.057500', '124330.517500', '124330.977500', '124331.437500', '124331.897500', '124332.357500', '124332.817500', '124333.277500', '124333.737500', '124334.197500', '124334.657500', '124335.117500', '124335.577500', '124336.037500', '124336.497500', '124336.957500', '124337.417500', '124337.877500', '124338.337500', '124338.797500', '124339.257500', '124339.717500', '124340.177500', '124340.637500', '124341.097500', '124341.557500', '124342.017500', '124342.477500', '124342.937500', '124343.397500', '124343.857500', '124344.317500', '124344.777500', '124345.237500', '124345.697500', '124346.157500', '124346.617500', '124347.077500', '124347.537500', '124347.997500', '124348.457500', '124348.917500', '124349.377500', '124349.837500', '124350.297500', '124350.757500', '124351.217500', '124351.677500', '124352.137500', '124352.597500', '124353.057500', '124353.517500', '124353.977500', '124354.437500', '124354.897500', '124355.357500', '124355.817500', '124356.277500', '124356.737500', '124357.197500', '124357.657500', '124358.117500', '124358.577500', '124359.037500', '124359.497500', '124359.957500', '124400.417500', '124400.877500', '124401.337500', '124401.797500', '124402.257500', '124402.717500', '124403.177500', '124403.637500', '124404.097500', '124404.557500', '124405.017500', '124405.477500', '124405.937500', '124406.397500', '124406.857500', '124407.317500', '124407.777500', '124408.237500', '124408.697500', '124409.157500', '124409.617500', '124410.077500', '124410.537500', '124410.997500', '124411.457500', '124411.917500'], 'ContentTime': ['123752.216000', '123752.219000', '123752.222000', '123752.225000', '123752.228000', '123752.231000', '123752.234000', '123752.246000', '123752.249000', '123752.252000', '123752.255000', '123752.258000', '123752.261000', '123752.264000', '123752.267000', '123752.270000', '123752.273000', '123752.276000', '123752.279000', '123752.282000', '123752.284000', '123752.287000', '123752.290000', '123752.293000', '123752.296000', '123752.303000', '123752.306000', '123752.309000', '123752.312000', '123752.315000', '123752.318000', '123752.321000', '123752.324000', '123752.327000', '123752.330000', '123752.333000', '123752.336000', '123752.338000', '123752.342000', '123752.344000', '123752.347000', '123752.350000', '123752.361000', '123752.364000', '123752.367000', '123812.181000', '123812.184000', '123812.187000', '123812.190000', '123812.193000', '123812.196000', '123812.199000', '123812.202000', '123812.205000', '123812.209000', '123812.212000', '123812.215000', '123812.218000', '123812.220000', '123812.223000', '123812.226000', '123812.229000', '123812.232000', '123812.235000', '123812.238000', '123812.241000', '123812.244000', '123812.246000', '123812.249000', '123812.252000', '123812.255000', '123812.258000', '123812.261000', '123812.264000', '123812.267000', '123812.270000', '123812.273000', '123812.276000', '123812.279000', '123812.283000', '123812.286000', '123812.289000', '123812.292000', '123812.294000', '123812.307000', '123812.310000', '123812.313000', '123812.316000', '123832.180000', '123832.183000', '123832.186000', '123832.189000', '123832.192000', '123832.194000', '123832.197000', '123832.200000', '123832.203000', '123832.206000', '123832.209000', '123832.213000', '123832.215000', '123832.218000', '123832.221000', '123832.224000', '123832.227000', '123832.230000', '123832.233000', '123832.236000', '123832.239000', '123832.242000', '123832.245000', '123832.248000', '123832.251000', '123832.254000', '123832.256000', '123832.260000', '123832.262000', '123832.265000', '123832.268000', '123832.271000', '123832.274000', '123832.277000', '123832.285000', '123832.288000', '123832.291000', '123832.294000', '123832.297000', '123832.300000', '123832.303000', '123832.305000', '123832.308000', '123832.311000', '123852.180000', '123852.183000', '123852.186000', '123852.189000', '123852.192000', '123852.195000', '123852.198000', '123852.201000', '123852.204000', '123852.207000', '123852.210000', '123852.212000', '123852.215000', '123852.218000', '123852.221000', '123852.224000', '123852.227000', '123852.230000', '123852.233000', '123852.236000', '123852.239000', '123852.242000', '123852.245000', '123852.248000', '123852.257000', '123852.260000', '123852.263000', '123852.266000', '123852.269000', '123852.272000', '123852.275000', '123852.278000', '123852.281000', '123852.284000', '123852.287000', '123852.307000', '123852.310000', '123852.313000', '123852.315000', '123852.318000', '123852.321000', '123852.324000', '123852.327000', '123912.181000', '123912.184000', '123912.187000', '123912.190000', '123912.193000', '123912.196000', '123912.199000', '123912.202000', '123912.205000', '123912.208000', '123912.211000', '123912.213000', '123912.216000', '123912.219000', '123912.222000', '123912.225000', '123912.228000', '123912.231000', '123912.234000', '123912.237000', '123912.240000', '123912.243000', '123912.246000', '123912.249000', '123912.251000', '123912.254000', '123912.257000', '123912.260000', '123912.263000', '123912.266000', '123912.269000', '123912.272000', '123912.275000', '123912.278000', '123912.281000', '123912.284000', '123912.287000', '123912.290000', '123912.293000', '123912.296000', '123912.298000', '123912.301000', '123912.304000', '123912.307000', '123932.181000', '123932.184000', '123932.187000', '123932.190000', '123932.193000', '123932.196000', '123932.198000', '123932.202000', '123932.205000', '123932.208000', '123932.210000', '123932.213000', '123932.216000', '123932.219000', '123932.222000', '123932.225000', '123932.228000', '123932.231000', '123932.234000', '123932.237000', '123932.240000', '123932.244000', '123932.247000', '123932.250000', '123932.254000', '123932.256000', '123932.259000', '123932.262000', '123932.265000', '123932.268000', '123932.271000', '123932.274000', '123932.277000', '123932.280000', '123932.283000', '123932.286000', '123932.289000', '123932.292000', '123932.295000', '123932.298000', '123932.301000', '123932.304000', '123932.307000', '123952.181000', '123952.184000', '123952.187000', '123952.190000', '123952.193000', '123952.196000', '123952.199000', '123952.202000', '123952.204000', '123952.208000', '123952.211000', '123952.213000', '123952.216000', '123952.219000', '123952.222000', '123952.225000', '123952.228000', '123952.231000', '123952.234000', '123952.237000', '123952.240000', '123952.243000', '123952.246000', '123952.249000', '123952.252000', '123952.255000', '123952.258000', '123952.261000', '123952.264000', '123952.267000', '123952.270000', '123952.272000', '123952.275000', '123952.278000', '123952.281000', '123952.297000', '123952.300000', '123952.303000', '123952.306000', '123952.309000', '123952.312000', '123952.315000', '123952.317000', '123952.320000', '124012.181000', '124012.184000', '124012.187000', '124012.190000', '124012.193000', '124012.196000', '124012.206000', '124012.209000', '124012.212000', '124012.215000', '124012.218000', '124012.221000', '124012.224000', '124012.227000', '124012.230000', '124012.233000', '124012.236000', '124012.239000', '124012.241000', '124012.245000', '124012.247000', '124012.250000', '124012.253000', '124012.256000', '124012.259000', '124012.262000', '124012.265000', '124012.268000', '124012.271000', '124012.274000', '124012.277000', '124012.280000', '124012.283000', '124012.286000', '124012.289000', '124012.292000', '124012.295000', '124012.297000', '124012.300000', '124012.303000', '124012.306000', '124012.309000', '124012.312000', '124032.181000', '124032.184000', '124032.187000', '124032.190000', '124032.193000', '124032.196000', '124032.199000', '124032.201000', '124032.205000', '124032.208000', '124032.210000', '124032.213000', '124032.216000', '124032.219000', '124032.222000', '124032.225000', '124032.228000', '124032.231000', '124032.234000', '124032.237000', '124032.240000', '124032.243000', '124032.246000', '124032.249000', '124032.252000', '124032.255000', '124032.258000', '124032.261000', '124032.264000', '124032.267000', '124032.270000', '124032.273000', '124032.276000', '124032.286000', '124032.289000', '124032.292000', '124032.295000', '124032.298000', '124032.301000', '124032.303000', '124032.306000', '124032.309000', '124032.312000', '124032.315000', '124052.180000', '124052.183000', '124052.186000', '124052.189000', '124052.192000', '124052.195000', '124052.198000', '124052.201000', '124052.204000', '124052.207000', '124052.210000', '124052.213000', '124052.216000', '124052.218000', '124052.222000', '124052.224000', '124052.227000', '124052.230000', '124052.234000', '124052.236000', '124052.239000', '124052.242000', '124052.245000', '124052.248000', '124052.251000', '124052.254000', '124052.257000', '124052.260000', '124052.263000', '124052.266000', '124052.269000', '124052.272000', '124052.275000', '124052.279000', '124052.283000', '124052.286000', '124052.288000', '124052.291000', '124052.294000', '124052.297000', '124052.300000', '124052.303000', '124052.306000', '124112.180000', '124112.183000', '124112.186000', '124112.189000', '124112.192000', '124112.195000', '124112.198000', '124112.201000', '124112.204000', '124112.207000', '124112.210000', '124112.213000', '124112.216000', '124112.219000', '124112.221000', '124112.225000', '124112.227000', '124112.231000', '124112.233000', '124112.237000', '124112.239000', '124112.242000', '124112.245000', '124112.248000', '124112.251000', '124112.254000', '124112.257000', '124112.260000', '124112.263000', '124112.266000', '124112.269000', '124112.272000', '124112.275000', '124112.277000', '124112.280000', '124112.283000', '124112.286000', '124112.289000', '124112.292000', '124112.295000', '124112.298000', '124112.301000', '124112.304000', '124112.307000', '124132.181000', '124132.184000', '124132.187000', '124132.190000', '124132.193000', '124132.196000', '124132.199000', '124132.202000', '124132.205000', '124132.208000', '124132.211000', '124132.214000', '124132.216000', '124132.220000', '124132.223000', '124132.225000', '124132.237000', '124132.240000', '124132.243000', '124132.246000', '124132.249000', '124132.252000', '124132.255000', '124132.258000', '124132.261000', '124132.264000', '124132.267000', '124132.269000', '124132.272000', '124132.276000', '124132.279000', '124132.281000', '124132.284000', '124132.287000', '124132.290000', '124132.293000', '124132.296000', '124132.299000', '124132.302000', '124132.305000', '124132.308000', '124132.311000', '124132.314000', '124152.181000', '124152.184000', '124152.187000', '124152.190000', '124152.193000', '124152.196000', '124152.199000', '124152.202000', '124152.205000', '124152.207000', '124152.211000', '124152.213000', '124152.216000', '124152.219000', '124152.222000', '124152.225000', '124152.228000', '124152.231000', '124152.234000', '124152.237000', '124152.240000', '124152.243000', '124152.246000', '124152.249000', '124152.252000', '124152.254000', '124152.257000', '124152.260000', '124152.263000', '124152.266000', '124152.269000', '124152.272000', '124152.275000', '124152.278000', '124152.281000', '124152.284000', '124152.287000', '124152.290000', '124152.293000', '124152.296000', '124152.298000', '124152.301000', '124152.304000', '124152.307000', '124212.181000', '124212.184000', '124212.187000', '124212.190000', '124212.193000', '124212.196000', '124212.199000', '124212.202000', '124212.205000', '124212.208000', '124212.211000', '124212.214000', '124212.217000', '124212.220000', '124212.223000', '124212.225000', '124212.229000', '124212.231000', '124212.234000', '124212.237000', '124212.240000', '124212.243000', '124212.246000', '124212.249000', '124212.252000', '124212.255000', '124212.258000', '124212.261000', '124212.264000', '124212.267000', '124212.270000', '124212.273000', '124212.276000', '124212.279000', '124212.288000', '124212.291000', '124212.294000', '124212.297000', '124212.300000', '124212.303000', '124212.306000', '124212.309000', '124212.312000', '124232.181000', '124232.184000', '124232.187000', '124232.190000', '124232.193000', '124232.196000', '124232.199000', '124232.202000', '124232.204000', '124232.208000', '124232.211000', '124232.213000', '124232.216000', '124232.220000', '124232.222000', '124232.225000', '124232.228000', '124232.231000', '124232.234000', '124232.237000', '124232.240000', '124232.243000', '124232.246000', '124232.249000', '124232.252000', '124232.255000', '124232.258000', '124232.261000', '124232.264000', '124232.267000', '124232.270000', '124232.273000', '124232.276000', '124232.279000', '124232.282000', '124232.285000', '124232.288000', '124232.291000', '124232.294000', '124232.296000', '124232.299000', '124232.303000', '124232.306000', '124252.181000', '124252.184000', '124252.187000', '124252.190000', '124252.193000', '124252.196000', '124252.199000', '124252.202000', '124252.205000', '124252.208000', '124252.211000', '124252.213000', '124252.217000', '124252.220000', '124252.223000', '124252.225000', '124252.229000', '124252.231000', '124252.234000', '124252.237000', '124252.240000', '124252.243000', '124252.246000', '124252.249000', '124252.252000', '124252.255000', '124252.258000', '124252.271000', '124252.274000', '124252.277000', '124252.280000', '124252.283000', '124252.286000', '124252.288000', '124252.297000', '124252.300000', '124252.303000', '124252.306000', '124252.309000', '124252.312000', '124252.315000', '124252.317000', '124252.320000', '124252.323000', '124312.180000', '124312.183000', '124312.186000', '124312.189000', '124312.192000', '124312.195000', '124312.198000', '124312.201000', '124312.204000', '124312.207000', '124312.210000', '124312.213000', '124312.216000', '124312.219000', '124312.222000', '124312.225000', '124312.228000', '124312.231000', '124312.234000', '124312.237000', '124312.240000', '124312.243000', '124312.246000', '124312.249000', '124312.252000', '124312.255000', '124312.257000', '124312.260000', '124312.263000', '124312.266000', '124312.269000', '124312.272000', '124312.275000', '124312.278000', '124312.281000', '124312.284000', '124312.287000', '124312.290000', '124312.293000', '124312.295000', '124312.299000', '124312.301000', '124312.304000', '124332.180000', '124332.183000', '124332.186000', '124332.189000', '124332.192000', '124332.195000', '124332.198000', '124332.201000', '124332.204000', '124332.207000', '124332.210000', '124332.213000', '124332.216000', '124332.229000', '124332.231000', '124332.234000', '124332.237000', '124332.240000', '124332.243000', '124332.246000', '124332.249000', '124332.252000', '124332.255000', '124332.258000', '124332.263000', '124332.266000', '124332.269000', '124332.272000', '124332.275000', '124332.278000', '124332.281000', '124332.284000', '124332.287000', '124332.290000', '124332.292000', '124332.295000', '124332.298000', '124332.301000', '124332.304000', '124332.307000', '124332.310000', '124332.313000', '124332.316000', '124332.319000', '124352.181000', '124352.184000', '124352.187000', '124352.190000', '124352.193000', '124352.196000', '124352.199000', '124352.202000', '124352.205000', '124352.208000', '124352.211000', '124352.214000', '124352.217000', '124352.220000', '124352.223000', '124352.226000', '124352.229000', '124352.232000', '124352.235000', '124352.238000', '124352.241000', '124352.244000', '124352.246000', '124352.250000', '124352.252000', '124352.255000', '124352.258000', '124352.261000', '124352.264000', '124352.267000', '124352.270000', '124352.273000', '124352.276000', '124352.279000', '124352.282000', '124352.285000', '124352.288000', '124352.291000', '124352.294000', '124352.297000', '124352.300000', '124352.303000', '124352.306000', '124412.181000', '124412.184000', '124412.187000', '124412.190000', '124412.193000', '124412.196000', '124412.199000', '124412.202000', '124412.205000', '124412.208000', '124412.211000', '124412.214000', '124412.217000', '124412.219000', '124412.223000', '124412.225000', '124412.228000', '124412.231000', '124412.234000', '124412.237000', '124412.240000', '124412.243000', '124412.246000', '124412.249000', '124412.252000', '124412.255000', '124412.258000', '124412.261000', '124412.264000', '124412.267000', '124412.270000', '124412.273000', '124412.276000', '124412.279000', '124412.282000', '124412.285000', '124412.287000', '124412.290000', '124412.294000', '124412.296000', '124412.299000', '124412.302000', '124412.305000', '124412.308000', '124412.490000'], 'InstanceCreationTime': ['123752.216000', '123752.219000', '123752.222000', '123752.225000', '123752.228000', '123752.231000', '123752.234000', '123752.246000', '123752.249000', '123752.252000', '123752.255000', '123752.258000', '123752.261000', '123752.264000', '123752.267000', '123752.270000', '123752.273000', '123752.276000', '123752.279000', '123752.282000', '123752.284000', '123752.287000', '123752.290000', '123752.293000', '123752.296000', '123752.303000', '123752.306000', '123752.309000', '123752.312000', '123752.315000', '123752.318000', '123752.321000', '123752.324000', '123752.327000', '123752.330000', '123752.333000', '123752.336000', '123752.338000', '123752.342000', '123752.344000', '123752.347000', '123752.350000', '123752.361000', '123752.364000', '123752.367000', '123812.181000', '123812.184000', '123812.187000', '123812.190000', '123812.193000', '123812.196000', '123812.199000', '123812.202000', '123812.205000', '123812.209000', '123812.212000', '123812.215000', '123812.218000', '123812.220000', '123812.223000', '123812.226000', '123812.229000', '123812.232000', '123812.235000', '123812.238000', '123812.241000', '123812.244000', '123812.246000', '123812.249000', '123812.252000', '123812.255000', '123812.258000', '123812.261000', '123812.264000', '123812.267000', '123812.270000', '123812.273000', '123812.276000', '123812.279000', '123812.283000', '123812.286000', '123812.289000', '123812.292000', '123812.294000', '123812.307000', '123812.310000', '123812.313000', '123812.316000', '123832.180000', '123832.183000', '123832.186000', '123832.189000', '123832.192000', '123832.194000', '123832.197000', '123832.200000', '123832.203000', '123832.206000', '123832.209000', '123832.213000', '123832.215000', '123832.218000', '123832.221000', '123832.224000', '123832.227000', '123832.230000', '123832.233000', '123832.236000', '123832.239000', '123832.242000', '123832.245000', '123832.248000', '123832.251000', '123832.254000', '123832.256000', '123832.260000', '123832.262000', '123832.265000', '123832.268000', '123832.271000', '123832.274000', '123832.277000', '123832.285000', '123832.288000', '123832.291000', '123832.294000', '123832.297000', '123832.300000', '123832.303000', '123832.305000', '123832.308000', '123832.311000', '123852.180000', '123852.183000', '123852.186000', '123852.189000', '123852.192000', '123852.195000', '123852.198000', '123852.201000', '123852.204000', '123852.207000', '123852.210000', '123852.212000', '123852.215000', '123852.218000', '123852.221000', '123852.224000', '123852.227000', '123852.230000', '123852.233000', '123852.236000', '123852.239000', '123852.242000', '123852.245000', '123852.248000', '123852.257000', '123852.260000', '123852.263000', '123852.266000', '123852.269000', '123852.272000', '123852.275000', '123852.278000', '123852.281000', '123852.284000', '123852.287000', '123852.307000', '123852.310000', '123852.313000', '123852.315000', '123852.318000', '123852.321000', '123852.324000', '123852.327000', '123912.181000', '123912.184000', '123912.187000', '123912.190000', '123912.193000', '123912.196000', '123912.199000', '123912.202000', '123912.205000', '123912.208000', '123912.211000', '123912.213000', '123912.216000', '123912.219000', '123912.222000', '123912.225000', '123912.228000', '123912.231000', '123912.234000', '123912.237000', '123912.240000', '123912.243000', '123912.246000', '123912.249000', '123912.251000', '123912.254000', '123912.257000', '123912.260000', '123912.263000', '123912.266000', '123912.269000', '123912.272000', '123912.275000', '123912.278000', '123912.281000', '123912.284000', '123912.287000', '123912.290000', '123912.293000', '123912.296000', '123912.298000', '123912.301000', '123912.304000', '123912.307000', '123932.181000', '123932.184000', '123932.187000', '123932.190000', '123932.193000', '123932.196000', '123932.198000', '123932.202000', '123932.205000', '123932.208000', '123932.210000', '123932.213000', '123932.216000', '123932.219000', '123932.222000', '123932.225000', '123932.228000', '123932.231000', '123932.234000', '123932.237000', '123932.240000', '123932.244000', '123932.247000', '123932.250000', '123932.254000', '123932.256000', '123932.259000', '123932.262000', '123932.265000', '123932.268000', '123932.271000', '123932.274000', '123932.277000', '123932.280000', '123932.283000', '123932.286000', '123932.289000', '123932.292000', '123932.295000', '123932.298000', '123932.301000', '123932.304000', '123932.307000', '123952.181000', '123952.184000', '123952.187000', '123952.190000', '123952.193000', '123952.196000', '123952.199000', '123952.202000', '123952.204000', '123952.208000', '123952.211000', '123952.213000', '123952.216000', '123952.219000', '123952.222000', '123952.225000', '123952.228000', '123952.231000', '123952.234000', '123952.237000', '123952.240000', '123952.243000', '123952.246000', '123952.249000', '123952.252000', '123952.255000', '123952.258000', '123952.261000', '123952.264000', '123952.267000', '123952.270000', '123952.272000', '123952.275000', '123952.278000', '123952.281000', '123952.297000', '123952.300000', '123952.303000', '123952.306000', '123952.309000', '123952.312000', '123952.315000', '123952.317000', '123952.320000', '124012.181000', '124012.184000', '124012.187000', '124012.190000', '124012.193000', '124012.196000', '124012.206000', '124012.209000', '124012.212000', '124012.215000', '124012.218000', '124012.221000', '124012.224000', '124012.227000', '124012.230000', '124012.233000', '124012.236000', '124012.239000', '124012.241000', '124012.245000', '124012.247000', '124012.250000', '124012.253000', '124012.256000', '124012.259000', '124012.262000', '124012.265000', '124012.268000', '124012.271000', '124012.274000', '124012.277000', '124012.280000', '124012.283000', '124012.286000', '124012.289000', '124012.292000', '124012.295000', '124012.297000', '124012.300000', '124012.303000', '124012.306000', '124012.309000', '124012.312000', '124032.181000', '124032.184000', '124032.187000', '124032.190000', '124032.193000', '124032.196000', '124032.199000', '124032.201000', '124032.205000', '124032.208000', '124032.210000', '124032.213000', '124032.216000', '124032.219000', '124032.222000', '124032.225000', '124032.228000', '124032.231000', '124032.234000', '124032.237000', '124032.240000', '124032.243000', '124032.246000', '124032.249000', '124032.252000', '124032.255000', '124032.258000', '124032.261000', '124032.264000', '124032.267000', '124032.270000', '124032.273000', '124032.276000', '124032.286000', '124032.289000', '124032.292000', '124032.295000', '124032.298000', '124032.301000', '124032.303000', '124032.306000', '124032.309000', '124032.312000', '124032.315000', '124052.180000', '124052.183000', '124052.186000', '124052.189000', '124052.192000', '124052.195000', '124052.198000', '124052.201000', '124052.204000', '124052.207000', '124052.210000', '124052.213000', '124052.216000', '124052.218000', '124052.222000', '124052.224000', '124052.227000', '124052.230000', '124052.234000', '124052.236000', '124052.239000', '124052.242000', '124052.245000', '124052.248000', '124052.251000', '124052.254000', '124052.257000', '124052.260000', '124052.263000', '124052.266000', '124052.269000', '124052.272000', '124052.275000', '124052.279000', '124052.283000', '124052.286000', '124052.288000', '124052.291000', '124052.294000', '124052.297000', '124052.300000', '124052.303000', '124052.306000', '124112.180000', '124112.183000', '124112.186000', '124112.189000', '124112.192000', '124112.195000', '124112.198000', '124112.201000', '124112.204000', '124112.207000', '124112.210000', '124112.213000', '124112.216000', '124112.219000', '124112.221000', '124112.225000', '124112.227000', '124112.231000', '124112.233000', '124112.237000', '124112.239000', '124112.242000', '124112.245000', '124112.248000', '124112.251000', '124112.254000', '124112.257000', '124112.260000', '124112.263000', '124112.266000', '124112.269000', '124112.272000', '124112.275000', '124112.277000', '124112.280000', '124112.283000', '124112.286000', '124112.289000', '124112.292000', '124112.295000', '124112.298000', '124112.301000', '124112.304000', '124112.307000', '124132.181000', '124132.184000', '124132.187000', '124132.190000', '124132.193000', '124132.196000', '124132.199000', '124132.202000', '124132.205000', '124132.208000', '124132.211000', '124132.214000', '124132.216000', '124132.220000', '124132.223000', '124132.225000', '124132.237000', '124132.240000', '124132.243000', '124132.246000', '124132.249000', '124132.252000', '124132.255000', '124132.258000', '124132.261000', '124132.264000', '124132.267000', '124132.269000', '124132.272000', '124132.276000', '124132.279000', '124132.281000', '124132.284000', '124132.287000', '124132.290000', '124132.293000', '124132.296000', '124132.299000', '124132.302000', '124132.305000', '124132.308000', '124132.311000', '124132.314000', '124152.181000', '124152.184000', '124152.187000', '124152.190000', '124152.193000', '124152.196000', '124152.199000', '124152.202000', '124152.205000', '124152.207000', '124152.211000', '124152.213000', '124152.216000', '124152.219000', '124152.222000', '124152.225000', '124152.228000', '124152.231000', '124152.234000', '124152.237000', '124152.240000', '124152.243000', '124152.246000', '124152.249000', '124152.252000', '124152.254000', '124152.257000', '124152.260000', '124152.263000', '124152.266000', '124152.269000', '124152.272000', '124152.275000', '124152.278000', '124152.281000', '124152.284000', '124152.287000', '124152.290000', '124152.293000', '124152.296000', '124152.298000', '124152.301000', '124152.304000', '124152.307000', '124212.181000', '124212.184000', '124212.187000', '124212.190000', '124212.193000', '124212.196000', '124212.199000', '124212.202000', '124212.205000', '124212.208000', '124212.211000', '124212.214000', '124212.217000', '124212.220000', '124212.223000', '124212.225000', '124212.229000', '124212.231000', '124212.234000', '124212.237000', '124212.240000', '124212.243000', '124212.246000', '124212.249000', '124212.252000', '124212.255000', '124212.258000', '124212.261000', '124212.264000', '124212.267000', '124212.270000', '124212.273000', '124212.276000', '124212.279000', '124212.288000', '124212.291000', '124212.294000', '124212.297000', '124212.300000', '124212.303000', '124212.306000', '124212.309000', '124212.312000', '124232.181000', '124232.184000', '124232.187000', '124232.190000', '124232.193000', '124232.196000', '124232.199000', '124232.202000', '124232.204000', '124232.208000', '124232.211000', '124232.213000', '124232.216000', '124232.220000', '124232.222000', '124232.225000', '124232.228000', '124232.231000', '124232.234000', '124232.237000', '124232.240000', '124232.243000', '124232.246000', '124232.249000', '124232.252000', '124232.255000', '124232.258000', '124232.261000', '124232.264000', '124232.267000', '124232.270000', '124232.273000', '124232.276000', '124232.279000', '124232.282000', '124232.285000', '124232.288000', '124232.291000', '124232.294000', '124232.296000', '124232.299000', '124232.303000', '124232.306000', '124252.181000', '124252.184000', '124252.187000', '124252.190000', '124252.193000', '124252.196000', '124252.199000', '124252.202000', '124252.205000', '124252.208000', '124252.211000', '124252.213000', '124252.217000', '124252.220000', '124252.223000', '124252.225000', '124252.229000', '124252.231000', '124252.234000', '124252.237000', '124252.240000', '124252.243000', '124252.246000', '124252.249000', '124252.252000', '124252.255000', '124252.258000', '124252.271000', '124252.274000', '124252.277000', '124252.280000', '124252.283000', '124252.286000', '124252.288000', '124252.297000', '124252.300000', '124252.303000', '124252.306000', '124252.309000', '124252.312000', '124252.315000', '124252.317000', '124252.320000', '124252.323000', '124312.180000', '124312.183000', '124312.186000', '124312.189000', '124312.192000', '124312.195000', '124312.198000', '124312.201000', '124312.204000', '124312.207000', '124312.210000', '124312.213000', '124312.216000', '124312.219000', '124312.222000', '124312.225000', '124312.228000', '124312.231000', '124312.234000', '124312.237000', '124312.240000', '124312.243000', '124312.246000', '124312.249000', '124312.252000', '124312.255000', '124312.257000', '124312.260000', '124312.263000', '124312.266000', '124312.269000', '124312.272000', '124312.275000', '124312.278000', '124312.281000', '124312.284000', '124312.287000', '124312.290000', '124312.293000', '124312.295000', '124312.299000', '124312.301000', '124312.304000', '124332.180000', '124332.183000', '124332.186000', '124332.189000', '124332.192000', '124332.195000', '124332.198000', '124332.201000', '124332.204000', '124332.207000', '124332.210000', '124332.213000', '124332.216000', '124332.229000', '124332.231000', '124332.234000', '124332.237000', '124332.240000', '124332.243000', '124332.246000', '124332.249000', '124332.252000', '124332.255000', '124332.258000', '124332.263000', '124332.266000', '124332.269000', '124332.272000', '124332.275000', '124332.278000', '124332.281000', '124332.284000', '124332.287000', '124332.290000', '124332.292000', '124332.295000', '124332.298000', '124332.301000', '124332.304000', '124332.307000', '124332.310000', '124332.313000', '124332.316000', '124332.319000', '124352.181000', '124352.184000', '124352.187000', '124352.190000', '124352.193000', '124352.196000', '124352.199000', '124352.202000', '124352.205000', '124352.208000', '124352.211000', '124352.214000', '124352.217000', '124352.220000', '124352.223000', '124352.226000', '124352.229000', '124352.232000', '124352.235000', '124352.238000', '124352.241000', '124352.244000', '124352.246000', '124352.250000', '124352.252000', '124352.255000', '124352.258000', '124352.261000', '124352.264000', '124352.267000', '124352.270000', '124352.273000', '124352.276000', '124352.279000', '124352.282000', '124352.285000', '124352.288000', '124352.291000', '124352.294000', '124352.297000', '124352.300000', '124352.303000', '124352.306000', '124412.181000', '124412.184000', '124412.187000', '124412.190000', '124412.193000', '124412.196000', '124412.199000', '124412.202000', '124412.205000', '124412.208000', '124412.211000', '124412.214000', '124412.217000', '124412.219000', '124412.223000', '124412.225000', '124412.228000', '124412.231000', '124412.234000', '124412.237000', '124412.240000', '124412.243000', '124412.246000', '124412.249000', '124412.252000', '124412.255000', '124412.258000', '124412.261000', '124412.264000', '124412.267000', '124412.270000', '124412.273000', '124412.276000', '124412.279000', '124412.282000', '124412.285000', '124412.287000', '124412.290000', '124412.294000', '124412.296000', '124412.299000', '124412.302000', '124412.305000', '124412.308000', '124412.490000'], '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': [10372, 10670, 11903, 11107, 11209, 10263, 8979, 10252, 11191, 9012, 11620, 10694, 11968, 11289, 11423, 12300, 10919, 15249, 15734, 12992, 15316, 11223, 11100, 8636, 11041, 10400, 11256, 13903, 11619, 11624, 10465, 11944, 12140, 8357, 12269, 11687, 11754, 11131, 8264, 11927, 11674, 11438, 13493, 11220, 11886, 9913, 11137, 12391, 10882, 10862, 8231, 12323, 11741, 11860, 10916, 9139, 11722, 11139, 11735, 11736, 11648, 11900, 10750, 11756, 11197, 8511, 11657, 11171, 11138, 13709, 11475, 11446, 8248, 11625, 11066, 11795, 10273, 8546, 11426, 11146, 8705, 10585, 10986, 9424, 10938, 9531, 11364, 9312, 8816, 10902, 9418, 10765, 10209, 8886, 11031, 9049, 11214, 10527, 9796, 10838, 10618, 11608, 10265, 9084, 10783, 12079, 11424, 9638, 8871, 10844, 10012, 11214, 11595, 10667, 11379, 9479, 11070, 13958, 11356, 10097, 10392, 11300, 13048, 10462, 11066, 9142, 11346, 11681, 11228, 10210, 9509, 10137, 10095, 9028, 10489, 10197, 9929, 9970, 9522, 9989, 9650, 9651, 10075, 9738, 11514, 9827, 8958, 10894, 9727, 10659, 10000, 8880, 10238, 11299, 11046, 10213, 9352, 10570, 10753, 10330, 10042, 9219, 10597, 9579, 10539, 10290, 9770, 10598, 11227, 10997, 10557, 9848, 10161, 9735, 11193, 9458, 9275, 10732, 11411, 10724, 11327, 13384, 11158, 14332, 11477, 9652, 9166, 10465, 13095, 11200, 10614, 10953, 10701, 9163, 11409, 10963, 11125, 10075, 9254, 10042, 10208, 9255, 10341, 8827, 10439, 10063, 10487, 9972, 9219, 10654, 8950, 10305, 10458, 10226, 10651, 9546, 10565, 10190, 11001, 9879, 9352, 10502, 9598, 10356, 14553, 10898, 9853, 9032, 10633, 9159, 10535, 10618, 10534, 10082, 9436, 10729, 9627, 10711, 10908, 9210, 10524, 11657, 10579, 14118, 10658, 10152, 9015, 10550, 10176, 10923, 10063, 8873, 9949, 10549, 10323, 10947, 8970, 10111, 9822, 10680, 10187, 10188, 10610, 9646, 11445, 13554, 10334, 13207, 10599, 10693, 10666, 10392, 9002, 10677, 10019, 10799, 9767, 9493, 10828, 10113, 9955, 10165, 9679, 9806, 8877, 10303, 10093, 10626, 11153, 10739, 10446, 8706, 10083, 11870, 9806, 13700, 10865, 9872, 8968, 10565, 8726, 10115, 9794, 10177, 9941, 9112, 10564, 9994, 10900, 10150, 9179, 10047, 9595, 11053, 9847, 8920, 10730, 8888, 10859, 11946, 10266, 10405, 9007, 10462, 13732, 11071, 9851, 8740, 10168, 10607, 10691, 10095, 8910, 10756, 11152, 10941, 11137, 8827, 10955, 10186, 10697, 10828, 10686, 10295, 9532, 10887, 9758, 9811, 9977, 9570, 10480, 10755, 9705, 10244, 9519, 11013, 11949, 10157, 14252, 10767, 13270, 11431, 10936, 11193, 10257, 8729, 10040, 9036, 10408, 11142, 11083, 9433, 9004, 10497, 8824, 11049, 9875, 11032, 9936, 10474, 10747, 8945, 10786, 9375, 10131, 10727, 9514, 10321, 9284, 10639, 10859, 9642, 11082, 9941, 10478, 9665, 9315, 9965, 9800, 10057, 10329, 9924, 10107, 9701, 10992, 10082, 8908, 10735, 9878, 10825, 10209, 8999, 10498, 12261, 10114, 10576, 11169, 10541, 14532, 11189, 10247, 9059, 11001, 14117, 10760, 11085, 8603, 10830, 10118, 10615, 9731, 8905, 10613, 9018, 10263, 9802, 9337, 9979, 9335, 10365, 9875, 9545, 10936, 11318, 10395, 10863, 9502, 10700, 9214, 10670, 10681, 9935, 10870, 10699, 9462, 10957, 9468, 11460, 11816, 10967, 10141, 10695, 11466, 15011, 11904, 12237, 11526, 8380, 11432, 10029, 8855, 11322, 15209, 11669, 10598, 10201, 11285, 13228, 10214, 14318, 10626, 11077, 11714, 9377, 10732, 10038, 11209, 10601, 10504, 11828, 10244, 8882, 10819, 9830, 11481, 10202, 8547, 10913, 12075, 10807, 15018, 12206, 13678, 11201, 10134, 8281, 10768, 8175, 10948, 9450, 10803, 9530, 10562, 9611, 10918, 9649, 9429, 9830, 8900, 10710, 9535, 10413, 10567, 9530, 11014, 9490, 10203, 10442, 9921, 11141, 9773, 10438, 9266, 10740, 10219, 9946, 10978, 9763, 10351, 10668, 9396, 10153, 10824, 10143, 11181, 14742, 10960, 14843, 12470, 15135, 14433, 13844, 14131, 10607, 14446, 11123, 13594, 8358, 11019, 9461, 10029, 10506, 8878, 10893, 9517, 10627, 10210, 10427, 9736, 8786, 10794, 10102, 10650, 9743, 10172, 10209, 10514, 10097, 10174, 9781, 8824, 9947, 8698, 9967, 9801, 9941, 10069, 9950, 10023, 9921, 11207, 9313, 11359, 10030, 10528, 9346, 9066, 11047, 11122, 10597, 10328, 10494, 9880, 9488, 10505, 10412, 10559, 10395, 10087, 10154, 9172, 10444, 11052, 9841, 10496, 10835, 10279, 11876, 9520, 10304, 9970, 9422, 11020, 9692, 10429, 14526, 12344, 15424, 12807, 10702, 8559, 10318, 11328, 9786, 13877, 10199, 9597, 8410, 10606, 9866, 9882, 10590, 8902, 10545, 10572, 10945, 12279, 10852, 12430, 11513, 10681, 13532, 10338, 11722, 10360, 10285, 10120, 9774, 8738, 10139, 10232, 10115, 10437, 9894, 9968, 10007, 8997, 10536, 11430, 9377, 10100, 10216, 9620, 10125, 10224, 11098, 11240, 9487, 10279, 11011, 10740, 10138, 9418, 11378, 11093, 9881, 11762, 8913, 10382, 10393, 10148, 14381, 10842, 10457, 11440, 10133, 11167, 10138, 10684, 8744, 10654, 10283, 10285, 13668, 9872, 10771, 9106, 10200, 10797, 9856, 10897, 9168, 10907, 11257, 11213, 11672, 11188, 10772, 10687, 10033, 10535, 10815, 10631, 11544, 9630, 11862, 11988, 9487, 10621, 10675, 10570, 12724, 10115, 14028, 11873, 14583, 14583, 12374, 14858, 12669, 15544, 13049, 15001, 10872, 9841, 8627, 9843, 9597, 10173, 15115, 9969, 10435, 8676, 10682, 9205, 10092, 9765, 9666, 10003, 10881, 10543, 9874, 8657, 10492, 10901, 10174, 10342, 9711, 9806, 9931, 10001, 10874, 10410, 10565, 8963, 10442, 10825, 10426, 11043, 9397, 10632, 11068, 10089, 10976, 10031, 11801, 9315, 11709, 11289, 10101, 10880, 9273, 11878, 12084, 11574, 11558, 9314, 11111, 10490, 11122, 11532, 10632, 11416, 10480, 11386, 9837, 10786, 11062, 9102, 11051, 10612, 10941, 11466, 10598, 11606, 11432, 11118, 14282, 10793, 11567, 10672, 11437, 11888, 10753, 11234, 10686, 11660, 9819, 11654, 11703, 11640, 11566, 10822, 11710, 11182, 10556, 11645, 11252, 12009, 11474, 8958, 11223, 11146, 11214, 11436, 8930, 12153, 10922, 10906, 11250, 10054, 11389, 9950, 11539, 11817, 9128, 11536, 10641, 11256, 11627, 11016, 11152, 9290, 11886, 11713, 11601, 11578, 10488, 11534, 11676, 11771, 11923], 'WindowCenter': [3968.0, 3963.0, 3960.0, 3948.0, 3945.0, 3922.0, 3900.0, 3921.0, 3920.0, 3899.0, 3944.0, 3932.0, 3943.0, 3930.0, 3930.0, 3930.0, 3919.0, 3940.0, 3941.0, 3931.0, 3940.0, 3905.0, 3902.0, 3869.0, 3901.0, 3890.0, 3903.0, 3927.0, 3915.0, 3915.0, 3904.0, 3913.0, 3912.0, 3871.0, 3926.0, 3914.0, 3926.0, 3916.0, 3885.0, 3928.0, 3916.0, 3916.0, 3928.0, 3916.0, 3914.0, 3893.0, 3903.0, 3912.0, 3891.0, 3903.0, 3872.0, 3928.0, 3913.0, 3912.0, 3901.0, 3892.0, 3914.0, 3914.0, 3915.0, 3915.0, 3916.0, 3927.0, 3917.0, 3927.0, 3916.0, 3896.0, 3927.0, 3917.0, 3918.0, 3938.0, 3930.0, 3929.0, 3885.0, 3915.0, 3915.0, 3916.0, 3907.0, 3896.0, 3928.0, 3930.0, 3898.0, 3919.0, 3932.0, 3924.0, 3944.0, 3922.0, 3943.0, 3922.0, 3912.0, 3945.0, 3926.0, 3946.0, 3934.0, 3913.0, 3945.0, 3924.0, 3944.0, 3945.0, 3922.0, 3934.0, 3934.0, 3944.0, 3933.0, 3912.0, 3933.0, 3943.0, 3944.0, 3923.0, 3913.0, 3933.0, 3923.0, 3933.0, 3932.0, 3933.0, 3943.0, 3923.0, 3944.0, 3955.0, 3943.0, 3935.0, 3923.0, 3934.0, 3943.0, 3932.0, 3932.0, 3910.0, 3931.0, 3931.0, 3931.0, 3933.0, 3921.0, 3922.0, 3922.0, 3911.0, 3932.0, 3932.0, 3922.0, 3936.0, 3935.0, 3937.0, 3935.0, 3925.0, 3935.0, 3937.0, 3959.0, 3937.0, 3925.0, 3946.0, 3926.0, 3950.0, 3948.0, 3925.0, 3936.0, 3948.0, 3947.0, 3948.0, 3924.0, 3934.0, 3934.0, 3936.0, 3936.0, 3924.0, 3934.0, 3923.0, 3933.0, 3933.0, 3923.0, 3934.0, 3944.0, 3933.0, 3934.0, 3934.0, 3933.0, 3924.0, 3945.0, 3923.0, 3923.0, 3945.0, 3946.0, 3935.0, 3935.0, 3955.0, 3944.0, 3953.0, 3931.0, 3910.0, 3909.0, 3920.0, 3941.0, 3931.0, 3920.0, 3919.0, 3919.0, 3909.0, 3930.0, 3919.0, 3931.0, 3933.0, 3911.0, 3934.0, 3934.0, 3924.0, 3935.0, 3924.0, 3948.0, 3936.0, 3946.0, 3937.0, 3927.0, 3946.0, 3925.0, 3947.0, 3936.0, 3934.0, 3935.0, 3925.0, 3935.0, 3934.0, 3945.0, 3935.0, 3926.0, 3935.0, 3925.0, 3935.0, 3967.0, 3934.0, 3923.0, 3911.0, 3932.0, 3912.0, 3933.0, 3933.0, 3934.0, 3934.0, 3924.0, 3946.0, 3935.0, 3946.0, 3947.0, 3924.0, 3934.0, 3946.0, 3946.0, 3966.0, 3935.0, 3935.0, 3924.0, 3947.0, 3936.0, 3934.0, 3922.0, 3912.0, 3935.0, 3947.0, 3935.0, 3945.0, 3926.0, 3947.0, 3937.0, 3947.0, 3936.0, 3948.0, 3947.0, 3927.0, 3947.0, 3957.0, 3934.0, 3954.0, 3937.0, 3935.0, 3933.0, 3935.0, 3911.0, 3932.0, 3921.0, 3932.0, 3934.0, 3934.0, 3945.0, 3935.0, 3938.0, 3937.0, 3936.0, 3936.0, 3937.0, 3951.0, 3937.0, 3950.0, 3948.0, 3947.0, 3947.0, 3914.0, 3935.0, 3945.0, 3923.0, 3955.0, 3934.0, 3923.0, 3912.0, 3933.0, 3911.0, 3933.0, 3934.0, 3934.0, 3935.0, 3925.0, 3936.0, 3934.0, 3945.0, 3935.0, 3926.0, 3938.0, 3936.0, 3949.0, 3937.0, 3925.0, 3945.0, 3914.0, 3934.0, 3958.0, 3936.0, 3936.0, 3927.0, 3947.0, 3967.0, 3945.0, 3923.0, 3913.0, 3933.0, 3935.0, 3936.0, 3935.0, 3924.0, 3946.0, 3946.0, 3945.0, 3933.0, 3912.0, 3932.0, 3923.0, 3922.0, 3933.0, 3934.0, 3933.0, 3923.0, 3933.0, 3923.0, 3934.0, 3950.0, 3937.0, 3948.0, 3949.0, 3939.0, 3951.0, 3951.0, 3959.0, 3958.0, 3937.0, 3968.0, 3947.0, 3958.0, 3948.0, 3947.0, 3934.0, 3934.0, 3901.0, 3922.0, 3911.0, 3933.0, 3934.0, 3946.0, 3924.0, 3912.0, 3932.0, 3912.0, 3933.0, 3922.0, 3934.0, 3923.0, 3935.0, 3946.0, 3926.0, 3934.0, 3926.0, 3935.0, 3946.0, 3926.0, 3936.0, 3925.0, 3935.0, 3946.0, 3924.0, 3945.0, 3938.0, 3947.0, 3936.0, 3924.0, 3923.0, 3935.0, 3935.0, 3935.0, 3939.0, 3936.0, 3938.0, 3947.0, 3935.0, 3926.0, 3946.0, 3935.0, 3947.0, 3936.0, 3925.0, 3947.0, 3957.0, 3935.0, 3936.0, 3944.0, 3934.0, 3965.0, 3934.0, 3923.0, 3911.0, 3933.0, 3953.0, 3931.0, 3930.0, 3899.0, 3919.0, 3919.0, 3931.0, 3909.0, 3911.0, 3932.0, 3912.0, 3922.0, 3923.0, 3923.0, 3935.0, 3925.0, 3949.0, 3938.0, 3950.0, 3961.0, 3959.0, 3949.0, 3951.0, 3939.0, 3949.0, 3938.0, 3947.0, 3935.0, 3935.0, 3946.0, 3937.0, 3937.0, 3949.0, 3937.0, 3958.0, 3957.0, 3947.0, 3936.0, 3936.0, 3948.0, 3969.0, 3959.0, 3960.0, 3948.0, 3914.0, 3947.0, 3925.0, 3913.0, 3935.0, 3967.0, 3935.0, 3923.0, 3922.0, 3933.0, 3944.0, 3921.0, 3941.0, 3919.0, 3933.0, 3932.0, 3909.0, 3919.0, 3919.0, 3944.0, 3934.0, 3933.0, 3944.0, 3934.0, 3926.0, 3947.0, 3924.0, 3945.0, 3934.0, 3914.0, 3947.0, 3944.0, 3933.0, 3964.0, 3944.0, 3943.0, 3921.0, 3921.0, 3898.0, 3919.0, 3888.0, 3917.0, 3907.0, 3917.0, 3907.0, 3920.0, 3908.0, 3930.0, 3910.0, 3909.0, 3921.0, 3912.0, 3935.0, 3935.0, 3948.0, 3959.0, 3937.0, 3959.0, 3953.0, 3964.0, 3951.0, 3951.0, 3962.0, 3964.0, 3962.0, 3940.0, 3948.0, 3949.0, 3949.0, 3960.0, 3952.0, 3951.0, 3951.0, 3940.0, 3964.0, 3962.0, 3951.0, 3975.0, 3994.0, 3963.0, 3995.0, 3973.0, 3970.0, 3969.0, 3957.0, 3955.0, 3920.0, 3953.0, 3933.0, 3939.0, 3886.0, 3920.0, 3909.0, 3920.0, 3919.0, 3910.0, 3932.0, 3920.0, 3931.0, 3920.0, 3933.0, 3911.0, 3900.0, 3931.0, 3920.0, 3918.0, 3907.0, 3907.0, 3906.0, 3917.0, 3906.0, 3908.0, 3907.0, 3908.0, 3920.0, 3898.0, 3920.0, 3919.0, 3920.0, 3920.0, 3922.0, 3923.0, 3933.0, 3946.0, 3926.0, 3948.0, 3952.0, 3950.0, 3937.0, 3926.0, 3959.0, 3958.0, 3948.0, 3951.0, 3949.0, 3937.0, 3937.0, 3948.0, 3935.0, 3947.0, 3949.0, 3948.0, 3948.0, 3938.0, 3949.0, 3958.0, 3950.0, 3948.0, 3946.0, 3936.0, 3958.0, 3924.0, 3935.0, 3937.0, 3938.0, 3960.0, 3949.0, 3948.0, 3968.0, 3957.0, 3981.0, 3959.0, 3935.0, 3901.0, 3919.0, 3932.0, 3935.0, 3952.0, 3920.0, 3924.0, 3902.0, 3920.0, 3919.0, 3920.0, 3919.0, 3912.0, 3931.0, 3920.0, 3932.0, 3930.0, 3931.0, 3928.0, 3928.0, 3908.0, 3927.0, 3905.0, 3914.0, 3892.0, 3893.0, 3904.0, 3904.0, 3884.0, 3905.0, 3918.0, 3918.0, 3919.0, 3919.0, 3920.0, 3921.0, 3911.0, 3933.0, 3946.0, 3936.0, 3948.0, 3947.0, 3937.0, 3946.0, 3935.0, 3946.0, 3946.0, 3937.0, 3937.0, 3947.0, 3946.0, 3936.0, 3938.0, 3946.0, 3946.0, 3936.0, 3958.0, 3924.0, 3935.0, 3935.0, 3948.0, 3966.0, 3946.0, 3935.0, 3944.0, 3935.0, 3945.0, 3934.0, 3932.0, 3910.0, 3931.0, 3921.0, 3921.0, 3955.0, 3924.0, 3931.0, 3909.0, 3922.0, 3921.0, 3920.0, 3931.0, 3910.0, 3943.0, 3945.0, 3946.0, 3947.0, 3946.0, 3947.0, 3947.0, 3936.0, 3948.0, 3948.0, 3945.0, 3945.0, 3925.0, 3958.0, 3960.0, 3941.0, 3963.0, 3960.0, 3963.0, 3972.0, 3937.0, 3957.0, 3947.0, 3970.0, 3970.0, 3959.0, 3969.0, 3943.0, 3941.0, 3930.0, 3940.0, 3907.0, 3895.0, 3884.0, 3906.0, 3894.0, 3892.0, 3936.0, 3894.0, 3904.0, 3882.0, 3891.0, 3880.0, 3891.0, 3890.0, 3893.0, 3893.0, 3916.0, 3918.0, 3906.0, 3881.0, 3905.0, 3914.0, 3904.0, 3892.0, 3890.0, 3891.0, 3892.0, 3893.0, 3901.0, 3904.0, 3903.0, 3882.0, 3902.0, 3914.0, 3916.0, 3927.0, 3905.0, 3918.0, 3930.0, 3920.0, 3930.0, 3918.0, 3932.0, 3908.0, 3931.0, 3931.0, 3921.0, 3931.0, 3909.0, 3944.0, 3942.0, 3943.0, 3944.0, 3923.0, 3945.0, 3946.0, 3945.0, 3941.0, 3933.0, 3942.0, 3932.0, 3943.0, 3934.0, 3945.0, 3934.0, 3925.0, 3946.0, 3934.0, 3947.0, 3959.0, 3946.0, 3946.0, 3943.0, 3933.0, 3952.0, 3932.0, 3930.0, 3920.0, 3931.0, 3930.0, 3920.0, 3930.0, 3920.0, 3931.0, 3921.0, 3930.0, 3941.0, 3942.0, 3943.0, 3933.0, 3956.0, 3945.0, 3935.0, 3946.0, 3956.0, 3957.0, 3958.0, 3939.0, 3958.0, 3947.0, 3958.0, 3960.0, 3939.0, 3957.0, 3947.0, 3948.0, 3957.0, 3935.0, 3945.0, 3934.0, 3945.0, 3946.0, 3924.0, 3957.0, 3947.0, 3959.0, 3956.0, 3948.0, 3947.0, 3925.0, 3945.0, 3945.0, 3945.0, 3960.0, 3949.0, 3973.0, 3961.0, 3959.0, 3957.0], 'WindowWidth': [8870.0, 8855.0, 8842.0, 8824.0, 8810.0, 8778.0, 8743.0, 8770.0, 8770.0, 8741.0, 8809.0, 8792.0, 8806.0, 8783.0, 8783.0, 8786.0, 8769.0, 8799.0, 8806.0, 8786.0, 8796.0, 8742.0, 8730.0, 8683.0, 8729.0, 8715.0, 8736.0, 8775.0, 8755.0, 8755.0, 8739.0, 8748.0, 8745.0, 8691.0, 8771.0, 8751.0, 8770.0, 8758.0, 8716.0, 8778.0, 8758.0, 8759.0, 8778.0, 8757.0, 8749.0, 8723.0, 8735.0, 8747.0, 8715.0, 8734.0, 8695.0, 8776.0, 8750.0, 8747.0, 8731.0, 8720.0, 8751.0, 8753.0, 8755.0, 8755.0, 8757.0, 8774.0, 8761.0, 8775.0, 8758.0, 8731.0, 8774.0, 8762.0, 8763.0, 8792.0, 8785.0, 8781.0, 8716.0, 8755.0, 8755.0, 8756.0, 8747.0, 8733.0, 8778.0, 8786.0, 8740.0, 8768.0, 8791.0, 8784.0, 8811.0, 8779.0, 8807.0, 8779.0, 8764.0, 8813.0, 8790.0, 8815.0, 8797.0, 8767.0, 8810.0, 8783.0, 8810.0, 8813.0, 8776.0, 8794.0, 8798.0, 8810.0, 8794.0, 8763.0, 8791.0, 8807.0, 8807.0, 8778.0, 8766.0, 8792.0, 8780.0, 8791.0, 8792.0, 8792.0, 8806.0, 8782.0, 8807.0, 8828.0, 8807.0, 8801.0, 8778.0, 8794.0, 8808.0, 8791.0, 8789.0, 8757.0, 8786.0, 8787.0, 8787.0, 8794.0, 8774.0, 8776.0, 8775.0, 8760.0, 8791.0, 8789.0, 8776.0, 8802.0, 8801.0, 8805.0, 8800.0, 8785.0, 8798.0, 8806.0, 8835.0, 8806.0, 8785.0, 8813.0, 8788.0, 8828.0, 8824.0, 8785.0, 8802.0, 8821.0, 8818.0, 8820.0, 8784.0, 8797.0, 8795.0, 8803.0, 8803.0, 8784.0, 8796.0, 8780.0, 8793.0, 8794.0, 8780.0, 8796.0, 8810.0, 8793.0, 8796.0, 8797.0, 8794.0, 8782.0, 8813.0, 8781.0, 8779.0, 8811.0, 8816.0, 8798.0, 8799.0, 8827.0, 8809.0, 8821.0, 8787.0, 8757.0, 8755.0, 8770.0, 8802.0, 8784.0, 8771.0, 8769.0, 8768.0, 8754.0, 8783.0, 8769.0, 8786.0, 8795.0, 8760.0, 8795.0, 8795.0, 8785.0, 8799.0, 8784.0, 8822.0, 8804.0, 8816.0, 8806.0, 8790.0, 8814.0, 8786.0, 8820.0, 8802.0, 8797.0, 8797.0, 8787.0, 8799.0, 8797.0, 8811.0, 8798.0, 8789.0, 8799.0, 8787.0, 8799.0, 8845.0, 8797.0, 8779.0, 8762.0, 8790.0, 8763.0, 8792.0, 8794.0, 8794.0, 8795.0, 8783.0, 8814.0, 8799.0, 8816.0, 8819.0, 8783.0, 8797.0, 8817.0, 8814.0, 8842.0, 8798.0, 8800.0, 8785.0, 8818.0, 8802.0, 8796.0, 8777.0, 8763.0, 8799.0, 8820.0, 8801.0, 8812.0, 8788.0, 8818.0, 8805.0, 8818.0, 8804.0, 8822.0, 8818.0, 8792.0, 8819.0, 8830.0, 8793.0, 8822.0, 8803.0, 8802.0, 8793.0, 8798.0, 8762.0, 8788.0, 8773.0, 8790.0, 8797.0, 8797.0, 8810.0, 8800.0, 8809.0, 8804.0, 8802.0, 8802.0, 8807.0, 8830.0, 8806.0, 8827.0, 8822.0, 8817.0, 8818.0, 8771.0, 8798.0, 8812.0, 8780.0, 8829.0, 8797.0, 8781.0, 8764.0, 8792.0, 8762.0, 8793.0, 8797.0, 8797.0, 8798.0, 8786.0, 8801.0, 8797.0, 8812.0, 8799.0, 8790.0, 8807.0, 8803.0, 8823.0, 8804.0, 8785.0, 8812.0, 8770.0, 8795.0, 8835.0, 8803.0, 8799.0, 8789.0, 8817.0, 8846.0, 8813.0, 8781.0, 8766.0, 8793.0, 8799.0, 8802.0, 8798.0, 8784.0, 8815.0, 8818.0, 8812.0, 8793.0, 8765.0, 8790.0, 8778.0, 8774.0, 8793.0, 8797.0, 8792.0, 8779.0, 8793.0, 8780.0, 8795.0, 8830.0, 8807.0, 8821.0, 8823.0, 8812.0, 8829.0, 8831.0, 8838.0, 8833.0, 8804.0, 8850.0, 8819.0, 8835.0, 8821.0, 8818.0, 8796.0, 8794.0, 8747.0, 8776.0, 8763.0, 8791.0, 8796.0, 8812.0, 8783.0, 8763.0, 8790.0, 8764.0, 8793.0, 8778.0, 8796.0, 8781.0, 8799.0, 8814.0, 8787.0, 8796.0, 8789.0, 8798.0, 8817.0, 8787.0, 8800.0, 8786.0, 8798.0, 8815.0, 8783.0, 8812.0, 8808.0, 8819.0, 8802.0, 8783.0, 8780.0, 8799.0, 8800.0, 8799.0, 8810.0, 8803.0, 8809.0, 8817.0, 8799.0, 8789.0, 8816.0, 8800.0, 8816.0, 8803.0, 8786.0, 8819.0, 8833.0, 8798.0, 8800.0, 8810.0, 8794.0, 8840.0, 8794.0, 8779.0, 8761.0, 8792.0, 8820.0, 8785.0, 8785.0, 8741.0, 8766.0, 8767.0, 8786.0, 8755.0, 8762.0, 8790.0, 8763.0, 8775.0, 8778.0, 8778.0, 8799.0, 8787.0, 8826.0, 8807.0, 8828.0, 8843.0, 8838.0, 8823.0, 8828.0, 8813.0, 8825.0, 8808.0, 8818.0, 8800.0, 8799.0, 8815.0, 8805.0, 8805.0, 8823.0, 8805.0, 8832.0, 8832.0, 8816.0, 8801.0, 8802.0, 8818.0, 8850.0, 8836.0, 8839.0, 8819.0, 8769.0, 8814.0, 8784.0, 8765.0, 8796.0, 8845.0, 8797.0, 8778.0, 8775.0, 8791.0, 8808.0, 8772.0, 8799.0, 8766.0, 8788.0, 8789.0, 8755.0, 8766.0, 8767.0, 8809.0, 8795.0, 8792.0, 8809.0, 8796.0, 8790.0, 8815.0, 8781.0, 8811.0, 8797.0, 8767.0, 8815.0, 8810.0, 8791.0, 8838.0, 8807.0, 8805.0, 8772.0, 8770.0, 8739.0, 8766.0, 8723.0, 8761.0, 8748.0, 8762.0, 8749.0, 8769.0, 8753.0, 8784.0, 8757.0, 8756.0, 8775.0, 8764.0, 8799.0, 8798.0, 8820.0, 8840.0, 8806.0, 8838.0, 8839.0, 8852.0, 8829.0, 8829.0, 8844.0, 8852.0, 8847.0, 8813.0, 8821.0, 8822.0, 8825.0, 8839.0, 8831.0, 8830.0, 8829.0, 8814.0, 8853.0, 8847.0, 8828.0, 8870.0, 8897.0, 8851.0, 8900.0, 8862.0, 8859.0, 8854.0, 8831.0, 8824.0, 8769.0, 8821.0, 8792.0, 8794.0, 8720.0, 8770.0, 8754.0, 8769.0, 8767.0, 8760.0, 8789.0, 8773.0, 8787.0, 8773.0, 8791.0, 8761.0, 8744.0, 8786.0, 8771.0, 8764.0, 8748.0, 8747.0, 8747.0, 8761.0, 8745.0, 8750.0, 8750.0, 8752.0, 8771.0, 8739.0, 8771.0, 8769.0, 8772.0, 8771.0, 8776.0, 8780.0, 8795.0, 8815.0, 8787.0, 8819.0, 8835.0, 8829.0, 8805.0, 8788.0, 8836.0, 8835.0, 8821.0, 8829.0, 8825.0, 8803.0, 8805.0, 8820.0, 8799.0, 8818.0, 8824.0, 8823.0, 8820.0, 8808.0, 8826.0, 8835.0, 8827.0, 8821.0, 8815.0, 8801.0, 8836.0, 8783.0, 8799.0, 8805.0, 8809.0, 8840.0, 8828.0, 8821.0, 8853.0, 8833.0, 8874.0, 8840.0, 8798.0, 8747.0, 8768.0, 8789.0, 8799.0, 8818.0, 8770.0, 8781.0, 8750.0, 8769.0, 8767.0, 8768.0, 8767.0, 8764.0, 8787.0, 8774.0, 8787.0, 8786.0, 8786.0, 8779.0, 8779.0, 8750.0, 8775.0, 8740.0, 8753.0, 8720.0, 8722.0, 8737.0, 8739.0, 8712.0, 8742.0, 8764.0, 8764.0, 8766.0, 8767.0, 8770.0, 8775.0, 8761.0, 8793.0, 8815.0, 8803.0, 8820.0, 8819.0, 8803.0, 8815.0, 8800.0, 8816.0, 8812.0, 8806.0, 8804.0, 8819.0, 8816.0, 8804.0, 8809.0, 8816.0, 8816.0, 8804.0, 8834.0, 8784.0, 8798.0, 8802.0, 8821.0, 8844.0, 8815.0, 8799.0, 8812.0, 8797.0, 8816.0, 8795.0, 8791.0, 8760.0, 8787.0, 8776.0, 8774.0, 8827.0, 8782.0, 8787.0, 8757.0, 8775.0, 8775.0, 8770.0, 8785.0, 8757.0, 8808.0, 8811.0, 8814.0, 8817.0, 8812.0, 8816.0, 8817.0, 8805.0, 8822.0, 8822.0, 8815.0, 8810.0, 8786.0, 8833.0, 8842.0, 8816.0, 8848.0, 8842.0, 8850.0, 8863.0, 8804.0, 8837.0, 8821.0, 8855.0, 8855.0, 8836.0, 8854.0, 8805.0, 8802.0, 8781.0, 8797.0, 8746.0, 8727.0, 8711.0, 8744.0, 8725.0, 8720.0, 8786.0, 8726.0, 8738.0, 8705.0, 8714.0, 8698.0, 8715.0, 8715.0, 8723.0, 8723.0, 8757.0, 8762.0, 8744.0, 8705.0, 8741.0, 8753.0, 8740.0, 8718.0, 8715.0, 8715.0, 8719.0, 8721.0, 8730.0, 8736.0, 8733.0, 8704.0, 8735.0, 8753.0, 8758.0, 8773.0, 8744.0, 8766.0, 8783.0, 8770.0, 8784.0, 8767.0, 8788.0, 8751.0, 8782.0, 8787.0, 8773.0, 8784.0, 8756.0, 8808.0, 8805.0, 8805.0, 8808.0, 8781.0, 8812.0, 8816.0, 8812.0, 8803.0, 8793.0, 8804.0, 8789.0, 8805.0, 8798.0, 8810.0, 8794.0, 8783.0, 8812.0, 8797.0, 8818.0, 8841.0, 8816.0, 8815.0, 8807.0, 8791.0, 8822.0, 8789.0, 8783.0, 8771.0, 8785.0, 8784.0, 8770.0, 8783.0, 8769.0, 8785.0, 8772.0, 8785.0, 8800.0, 8803.0, 8806.0, 8792.0, 8825.0, 8812.0, 8798.0, 8815.0, 8830.0, 8831.0, 8832.0, 8810.0, 8833.0, 8818.0, 8834.0, 8840.0, 8810.0, 8831.0, 8819.0, 8822.0, 8832.0, 8799.0, 8812.0, 8798.0, 8813.0, 8815.0, 8785.0, 8831.0, 8819.0, 8837.0, 8829.0, 8822.0, 8818.0, 8786.0, 8810.0, 8811.0, 8813.0, 8839.0, 8824.0, 8862.0, 8847.0, 8839.0, 8833.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.0009934672789896671</td></tr>
<tr><td colspan=3>aqi</td><td>0.02596490080367394</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.95088977593106</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1854135076551717</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0137354789540232</td></tr>
<tr><td colspan=3>efc</td><td>0.5024</td></tr>
<tr><td colspan=3>fber</td><td>4713.6167</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1337050983165411</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.91044776119403</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.447391996909343</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3423933077893553</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.692149390359611</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3076332925790632</td></tr>
<tr><td colspan=3>gcor</td><td>0.0194964</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01374875009059906</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04308326169848442</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9837993325771848</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>24.5653</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.3435</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.2681</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293047.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>850.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.5702</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3671</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.7185</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3079.518</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83497.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4040.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>811.532</td></tr>
<tr><td colspan=3>tsnr</td><td>33.83263921854086</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>