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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-03_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-0077/figures/sub-0077_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_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-0077/ses-03/func/sub-0077_ses-03_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>73d451743349a0531b037c26d5047376</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>18:53:44.040000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999879, 0.014073, -0.00656595, -0.0139618, 0.999763, 0.0166756]</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.0793763</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>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7720, -7213, 759, -23, -61, -65, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>38fffedc-9816-482d-b1b4-2884655643a6||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682603359222412, -0.03745853900909424, -0.018357496708631516, 117.05907440185547], [-0.03775671124458313, 2.6822922229766846, 0.04477105289697647, -89.07964324951172], [-0.017615968361496925, -0.04473929479718208, 2.69956636428833, -56.42960739135742], [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': ['185344.040000', '185344.500000', '185344.960000', '185345.420000', '185345.880000', '185346.340000', '185346.800000', '185347.260000', '185347.720000', '185348.180000', '185348.640000', '185349.100000', '185349.560000', '185350.020000', '185350.480000', '185350.940000', '185351.400000', '185351.860000', '185352.320000', '185352.780000', '185353.240000', '185353.700000', '185354.160000', '185354.620000', '185355.080000', '185355.540000', '185356.000000', '185356.460000', '185356.920000', '185357.380000', '185357.840000', '185358.300000', '185358.760000', '185359.220000', '185359.680000', '185400.140000', '185400.600000', '185401.060000', '185401.520000', '185401.980000', '185402.440000', '185402.900000', '185403.360000', '185403.820000', '185404.280000', '185404.740000', '185405.200000', '185405.660000', '185406.120000', '185406.580000', '185407.040000', '185407.500000', '185407.960000', '185408.420000', '185408.880000', '185409.340000', '185409.800000', '185410.260000', '185410.720000', '185411.180000', '185411.640000', '185412.100000', '185412.560000', '185413.020000', '185413.480000', '185413.940000', '185414.400000', '185414.860000', '185415.320000', '185415.780000', '185416.240000', '185416.700000', '185417.160000', '185417.620000', '185418.080000', '185418.540000', '185419.000000', '185419.460000', '185419.920000', '185420.380000', '185420.840000', '185421.300000', '185421.760000', '185422.220000', '185422.680000', '185423.140000', '185423.600000', '185424.060000', '185424.520000', '185424.980000', '185425.440000', '185425.900000', '185426.360000', '185426.820000', '185427.280000', '185427.740000', '185428.200000', '185428.660000', '185429.120000', '185429.580000', '185430.040000', '185430.500000', '185430.960000', '185431.420000', '185431.880000', '185432.340000', '185432.800000', '185433.260000', '185433.720000', '185434.180000', '185434.640000', '185435.100000', '185435.560000', '185436.020000', '185436.480000', '185436.940000', '185437.400000', '185437.860000', '185438.320000', '185438.780000', '185439.240000', '185439.700000', '185440.160000', '185440.620000', '185441.080000', '185441.540000', '185442.000000', '185442.460000', '185442.920000', '185443.380000', '185443.840000', '185444.300000', '185444.760000', '185445.220000', '185445.680000', '185446.140000', '185446.600000', '185447.060000', '185447.520000', '185447.980000', '185448.440000', '185448.900000', '185449.360000', '185449.820000', '185450.280000', '185450.740000', '185451.200000', '185451.660000', '185452.120000', '185452.580000', '185453.040000', '185453.500000', '185453.960000', '185454.420000', '185454.880000', '185455.340000', '185455.800000', '185456.260000', '185456.720000', '185457.180000', '185457.640000', '185458.100000', '185458.560000', '185459.020000', '185459.480000', '185459.940000', '185500.400000', '185500.860000', '185501.320000', '185501.780000', '185502.240000', '185502.700000', '185503.160000', '185503.620000', '185504.080000', '185504.540000', '185505.000000', '185505.460000', '185505.920000', '185506.380000', '185506.840000', '185507.300000', '185507.760000', '185508.220000', '185508.680000', '185509.140000', '185509.600000', '185510.060000', '185510.520000', '185510.980000', '185511.440000', '185511.900000', '185512.360000', '185512.820000', '185513.280000', '185513.740000', '185514.200000', '185514.660000', '185515.120000', '185515.580000', '185516.040000', '185516.500000', '185516.960000', '185517.420000', '185517.880000', '185518.340000', '185518.800000', '185519.260000', '185519.720000', '185520.180000', '185520.640000', '185521.100000', '185521.560000', '185522.020000', '185522.480000', '185522.940000', '185523.400000', '185523.860000', '185524.320000', '185524.780000', '185525.240000', '185525.700000', '185526.160000', '185526.620000', '185527.080000', '185527.540000', '185528.000000', '185528.460000', '185528.920000', '185529.380000', '185529.840000', '185530.300000', '185530.760000', '185531.220000', '185531.680000', '185532.140000', '185532.600000', '185533.060000', '185533.520000', '185533.980000', '185534.440000', '185534.900000', '185535.360000', '185535.820000', '185536.280000', '185536.740000', '185537.200000', '185537.660000', '185538.120000', '185538.580000', '185539.040000', '185539.500000', '185539.960000', '185540.420000', '185540.880000', '185541.340000', '185541.800000', '185542.260000', '185542.720000', '185543.180000', '185543.640000', '185544.100000', '185544.560000', '185545.020000', '185545.480000', '185545.940000', '185546.400000', '185546.860000', '185547.320000', '185547.780000', '185548.240000', '185548.700000', '185549.160000', '185549.620000', '185550.080000', '185550.540000', '185551.000000', '185551.460000', '185551.920000', '185552.380000', '185552.840000', '185553.300000', '185553.760000', '185554.220000', '185554.680000', '185555.140000', '185555.600000', '185556.060000', '185556.520000', '185556.980000', '185557.440000', '185557.900000', '185558.360000', '185558.820000', '185559.280000', '185559.740000', '185600.200000', '185600.660000', '185601.120000', '185601.580000', '185602.040000', '185602.500000', '185602.960000', '185603.420000', '185603.880000', '185604.340000', '185604.800000', '185605.260000', '185605.720000', '185606.180000', '185606.640000', '185607.100000', '185607.560000', '185608.020000', '185608.480000', '185608.940000', '185609.400000', '185609.860000', '185610.320000', '185610.780000', '185611.240000', '185611.700000', '185612.160000', '185612.620000', '185613.080000', '185613.540000', '185614.000000', '185614.460000', '185614.920000', '185615.380000', '185615.840000', '185616.300000', '185616.760000', '185617.220000', '185617.680000', '185618.140000', '185618.600000', '185619.060000', '185619.520000', '185619.980000', '185620.440000', '185620.900000', '185621.360000', '185621.820000', '185622.280000', '185622.740000', '185623.200000', '185623.660000', '185624.120000', '185624.580000', '185625.040000', '185625.500000', '185625.960000', '185626.420000', '185626.880000', '185627.340000', '185627.800000', '185628.260000', '185628.720000', '185629.180000', '185629.640000', '185630.100000', '185630.560000', '185631.020000', '185631.480000', '185631.940000', '185632.400000', '185632.860000', '185633.320000', '185633.780000', '185634.240000', '185634.700000', '185635.160000', '185635.620000', '185636.080000', '185636.540000', '185637.000000', '185637.460000', '185637.920000', '185638.380000', '185638.840000', '185639.300000', '185639.760000', '185640.220000', '185640.680000', '185641.140000', '185641.600000', '185642.060000', '185642.520000', '185642.980000', '185643.440000', '185643.900000', '185644.360000', '185644.820000', '185645.280000', '185645.740000', '185646.200000', '185646.660000', '185647.120000', '185647.580000', '185648.040000', '185648.500000', '185648.960000', '185649.420000', '185649.880000', '185650.340000', '185650.800000', '185651.260000', '185651.720000', '185652.180000', '185652.640000', '185653.100000', '185653.560000', '185654.020000', '185654.480000', '185654.940000', '185655.400000', '185655.860000', '185656.320000', '185656.780000', '185657.240000', '185657.700000', '185658.160000', '185658.620000', '185659.080000', '185659.540000', '185700.000000', '185700.460000', '185700.920000', '185701.380000', '185701.840000', '185702.300000', '185702.760000', '185703.220000', '185703.680000', '185704.140000', '185704.600000', '185705.060000', '185705.520000', '185705.980000', '185706.440000', '185706.900000', '185707.360000', '185707.820000', '185708.280000', '185708.740000', '185709.200000', '185709.660000', '185710.120000', '185710.580000', '185711.040000', '185711.500000', '185711.960000', '185712.420000', '185712.880000', '185713.340000', '185713.800000', '185714.260000', '185714.720000', '185715.180000', '185715.640000', '185716.100000', '185716.560000', '185717.020000', '185717.480000', '185717.940000', '185718.400000', '185718.860000', '185719.320000', '185719.780000', '185720.240000', '185720.700000', '185721.160000', '185721.620000', '185722.080000', '185722.540000', '185723.000000', '185723.460000', '185723.920000', '185724.380000', '185724.840000', '185725.300000', '185725.760000', '185726.220000', '185726.680000', '185727.140000', '185727.600000', '185728.060000', '185728.520000', '185728.980000', '185729.440000', '185729.900000', '185730.360000', '185730.820000', '185731.280000', '185731.740000', '185732.200000', '185732.660000', '185733.120000', '185733.580000', '185734.040000', '185734.500000', '185734.960000', '185735.420000', '185735.880000', '185736.340000', '185736.800000', '185737.260000', '185737.720000', '185738.180000', '185738.640000', '185739.100000', '185739.560000', '185740.020000', '185740.480000', '185740.940000', '185741.400000', '185741.860000', '185742.320000', '185742.780000', '185743.240000', '185743.700000', '185744.160000', '185744.620000', '185745.080000', '185745.540000', '185746.000000', '185746.460000', '185746.920000', '185747.380000', '185747.840000', '185748.300000', '185748.760000', '185749.220000', '185749.680000', '185750.140000', '185750.600000', '185751.060000', '185751.520000', '185751.980000', '185752.440000', '185752.900000', '185753.360000', '185753.820000', '185754.280000', '185754.740000', '185755.200000', '185755.660000', '185756.120000', '185756.580000', '185757.040000', '185757.500000', '185757.960000', '185758.420000', '185758.880000', '185759.340000', '185759.800000', '185800.260000', '185800.720000', '185801.180000', '185801.640000', '185802.100000', '185802.560000', '185803.020000', '185803.480000', '185803.940000', '185804.400000', '185804.860000', '185805.320000', '185805.780000', '185806.240000', '185806.700000', '185807.160000', '185807.620000', '185808.080000', '185808.540000', '185809.000000', '185809.460000', '185809.920000', '185810.380000', '185810.840000', '185811.300000', '185811.760000', '185812.220000', '185812.680000', '185813.140000', '185813.600000', '185814.060000', '185814.520000', '185814.980000', '185815.440000', '185815.900000', '185816.360000', '185816.820000', '185817.280000', '185817.740000', '185818.200000', '185818.660000', '185819.120000', '185819.580000', '185820.040000', '185820.500000', '185820.960000', '185821.420000', '185821.880000', '185822.340000', '185822.800000', '185823.260000', '185823.720000', '185824.180000', '185824.640000', '185825.100000', '185825.560000', '185826.020000', '185826.480000', '185826.940000', '185827.400000', '185827.860000', '185828.320000', '185828.780000', '185829.240000', '185829.700000', '185830.160000', '185830.620000', '185831.080000', '185831.540000', '185832.000000', '185832.460000', '185832.920000', '185833.380000', '185833.840000', '185834.300000', '185834.760000', '185835.220000', '185835.680000', '185836.140000', '185836.600000', '185837.060000', '185837.520000', '185837.980000', '185838.440000', '185838.900000', '185839.360000', '185839.820000', '185840.280000', '185840.740000', '185841.200000', '185841.660000', '185842.120000', '185842.580000', '185843.040000', '185843.500000', '185843.960000', '185844.420000', '185844.880000', '185845.340000', '185845.800000', '185846.260000', '185846.720000', '185847.180000', '185847.640000', '185848.100000', '185848.560000', '185849.020000', '185849.480000', '185849.940000', '185850.400000', '185850.860000', '185851.320000', '185851.780000', '185852.240000', '185852.700000', '185853.160000', '185853.620000', '185854.080000', '185854.540000', '185855.000000', '185855.460000', '185855.920000', '185856.380000', '185856.840000', '185857.300000', '185857.760000', '185858.220000', '185858.680000', '185859.140000', '185859.600000', '185900.060000', '185900.520000', '185900.980000', '185901.440000', '185901.900000', '185902.360000', '185902.820000', '185903.280000', '185903.740000', '185904.200000', '185904.660000', '185905.120000', '185905.580000', '185906.040000', '185906.500000', '185906.960000', '185907.420000', '185907.880000', '185908.340000', '185908.800000', '185909.260000', '185909.720000', '185910.180000', '185910.640000', '185911.100000', '185911.560000', '185912.020000', '185912.480000', '185912.940000', '185913.400000', '185913.860000', '185914.320000', '185914.780000', '185915.240000', '185915.700000', '185916.160000', '185916.620000', '185917.080000', '185917.540000', '185918.000000', '185918.460000', '185918.920000', '185919.380000', '185919.840000', '185920.300000', '185920.760000', '185921.220000', '185921.680000', '185922.140000', '185922.600000', '185923.060000', '185923.520000', '185923.980000', '185924.440000', '185924.900000', '185925.360000', '185925.820000', '185926.280000', '185926.740000', '185927.200000', '185927.660000', '185928.120000', '185928.580000', '185929.040000', '185929.500000', '185929.960000', '185930.420000', '185930.880000', '185931.340000', '185931.800000', '185932.260000', '185932.720000', '185933.180000', '185933.640000', '185934.100000', '185934.560000', '185935.020000', '185935.480000', '185935.940000', '185936.400000', '185936.860000', '185937.320000', '185937.780000', '185938.240000', '185938.700000', '185939.160000', '185939.620000', '185940.080000', '185940.540000', '185941.000000', '185941.460000', '185941.920000', '185942.380000', '185942.840000', '185943.300000', '185943.760000', '185944.220000', '185944.680000', '185945.140000', '185945.600000', '185946.060000', '185946.520000', '185946.980000', '185947.440000', '185947.900000', '185948.360000', '185948.820000', '185949.280000', '185949.740000', '185950.200000', '185950.660000', '185951.120000', '185951.580000', '185952.040000', '185952.500000', '185952.960000', '185953.420000', '185953.880000', '185954.340000', '185954.800000', '185955.260000', '185955.720000', '185956.180000', '185956.640000', '185957.100000', '185957.560000', '185958.020000', '185958.480000', '185958.940000', '185959.400000', '185959.860000', '190000.320000', '190000.780000', '190001.240000', '190001.700000', '190002.160000', '190002.620000', '190003.080000', '190003.540000', '190004.000000', '190004.460000', '190004.920000', '190005.380000', '190005.840000', '190006.300000', '190006.760000', '190007.220000', '190007.680000', '190008.140000', '190008.600000', '190009.060000', '190009.520000', '190009.980000', '190010.440000', '190010.900000', '190011.360000', '190011.820000', '190012.280000', '190012.740000', '190013.200000', '190013.660000', '190014.120000', '190014.580000', '190015.040000', '190015.500000', '190015.960000', '190016.420000', '190016.880000', '190017.340000', '190017.800000', '190018.260000', '190018.720000', '190019.180000', '190019.640000', '190020.100000', '190020.560000', '190021.020000', '190021.480000', '190021.940000', '190022.400000', '190022.860000', '190023.320000', '190023.780000', '190024.240000', '190024.700000'], 'ContentTime': ['185406.590000', '185406.593000', '185406.596000', '185406.599000', '185406.601000', '185406.604000', '185406.606000', '185406.609000', '185406.611000', '185406.614000', '185406.617000', '185406.619000', '185406.627000', '185406.629000', '185406.632000', '185406.635000', '185406.637000', '185406.640000', '185406.642000', '185406.645000', '185406.647000', '185406.650000', '185406.653000', '185406.655000', '185406.658000', '185406.661000', '185406.663000', '185406.666000', '185406.668000', '185406.671000', '185406.673000', '185406.676000', '185406.679000', '185406.681000', '185406.684000', '185406.686000', '185406.689000', '185406.691000', '185406.694000', '185406.697000', '185406.699000', '185406.702000', '185406.704000', '185406.707000', '185406.709000', '185406.712000', '185406.715000', '185426.548000', '185426.551000', '185426.554000', '185426.556000', '185426.559000', '185426.562000', '185426.564000', '185426.567000', '185426.569000', '185426.572000', '185426.574000', '185426.577000', '185426.580000', '185426.582000', '185426.585000', '185426.587000', '185426.590000', '185426.592000', '185426.595000', '185426.597000', '185426.600000', '185426.603000', '185426.605000', '185426.608000', '185426.610000', '185426.613000', '185426.616000', '185426.618000', '185426.621000', '185426.623000', '185426.626000', '185426.628000', '185426.631000', '185426.633000', '185426.636000', '185426.639000', '185426.641000', '185426.644000', '185426.647000', '185426.649000', '185426.652000', '185426.654000', '185426.657000', '185446.548000', '185446.551000', '185446.554000', '185446.556000', '185446.559000', '185446.562000', '185446.564000', '185446.567000', '185446.569000', '185446.572000', '185446.575000', '185446.577000', '185446.580000', '185446.582000', '185446.585000', '185446.588000', '185446.590000', '185446.593000', '185446.595000', '185446.603000', '185446.605000', '185446.608000', '185446.628000', '185446.630000', '185446.633000', '185446.636000', '185446.638000', '185446.641000', '185446.643000', '185446.646000', '185446.648000', '185446.651000', '185446.654000', '185446.656000', '185446.659000', '185446.661000', '185446.664000', '185446.666000', '185446.669000', '185446.671000', '185446.674000', '185446.677000', '185446.679000', '185446.682000', '185506.547000', '185506.550000', '185506.553000', '185506.555000', '185506.558000', '185506.561000', '185506.563000', '185506.566000', '185506.568000', '185506.571000', '185506.574000', '185506.586000', '185506.588000', '185506.591000', '185506.593000', '185506.596000', '185506.599000', '185506.601000', '185506.604000', '185506.606000', '185506.609000', '185506.612000', '185506.614000', '185506.617000', '185506.619000', '185506.622000', '185506.625000', '185506.627000', '185506.630000', '185506.632000', '185506.635000', '185506.638000', '185506.640000', '185506.643000', '185506.645000', '185506.648000', '185506.651000', '185506.653000', '185506.656000', '185506.658000', '185506.661000', '185506.664000', '185506.666000', '185526.549000', '185526.551000', '185526.554000', '185526.557000', '185526.559000', '185526.562000', '185526.564000', '185526.567000', '185526.570000', '185526.572000', '185526.575000', '185526.577000', '185526.580000', '185526.583000', '185526.585000', '185526.588000', '185526.590000', '185526.593000', '185526.595000', '185526.598000', '185526.601000', '185526.603000', '185526.606000', '185526.608000', '185526.611000', '185526.613000', '185526.616000', '185526.619000', '185526.621000', '185526.624000', '185526.626000', '185526.629000', '185526.632000', '185526.634000', '185526.637000', '185526.640000', '185526.642000', '185526.651000', '185526.654000', '185526.656000', '185526.659000', '185526.662000', '185526.664000', '185526.667000', '185546.548000', '185546.551000', '185546.554000', '185546.556000', '185546.559000', '185546.562000', '185546.564000', '185546.567000', '185546.570000', '185546.572000', '185546.575000', '185546.577000', '185546.580000', '185546.582000', '185546.585000', '185546.587000', '185546.590000', '185546.593000', '185546.595000', '185546.598000', '185546.600000', '185546.603000', '185546.605000', '185546.608000', '185546.611000', '185546.613000', '185546.616000', '185546.618000', '185546.621000', '185546.624000', '185546.626000', '185546.629000', '185546.631000', '185546.634000', '185546.637000', '185546.639000', '185546.642000', '185546.653000', '185546.655000', '185546.658000', '185546.660000', '185546.663000', '185546.665000', '185606.548000', '185606.551000', '185606.554000', '185606.556000', '185606.559000', '185606.562000', '185606.565000', '185606.568000', '185606.571000', '185606.573000', '185606.576000', '185606.578000', '185606.581000', '185606.583000', '185606.586000', '185606.589000', '185606.591000', '185606.594000', '185606.596000', '185606.599000', '185606.602000', '185606.604000', '185606.607000', '185606.609000', '185606.612000', '185606.615000', '185606.617000', '185606.620000', '185606.623000', '185606.625000', '185606.628000', '185606.630000', '185606.633000', '185606.636000', '185606.638000', '185606.641000', '185606.643000', '185606.646000', '185606.648000', '185606.651000', '185606.654000', '185606.656000', '185606.659000', '185606.661000', '185626.549000', '185626.552000', '185626.554000', '185626.557000', '185626.559000', '185626.562000', '185626.564000', '185626.567000', '185626.570000', '185626.572000', '185626.575000', '185626.577000', '185626.580000', '185626.582000', '185626.585000', '185626.588000', '185626.590000', '185626.608000', '185626.611000', '185626.614000', '185626.616000', '185626.619000', '185626.621000', '185626.624000', '185626.626000', '185626.629000', '185626.632000', '185626.634000', '185626.637000', '185626.639000', '185626.642000', '185626.645000', '185626.647000', '185626.650000', '185626.653000', '185626.655000', '185626.658000', '185626.660000', '185626.663000', '185626.666000', '185626.668000', '185626.671000', '185626.673000', '185646.549000', '185646.552000', '185646.554000', '185646.557000', '185646.559000', '185646.562000', '185646.564000', '185646.567000', '185646.570000', '185646.572000', '185646.575000', '185646.578000', '185646.580000', '185646.583000', '185646.586000', '185646.589000', '185646.592000', '185646.595000', '185646.597000', '185646.600000', '185646.602000', '185646.605000', '185646.607000', '185646.610000', '185646.612000', '185646.615000', '185646.618000', '185646.620000', '185646.623000', '185646.625000', '185646.628000', '185646.631000', '185646.633000', '185646.636000', '185646.638000', '185646.641000', '185646.644000', '185646.646000', '185646.649000', '185646.651000', '185646.654000', '185646.656000', '185646.659000', '185706.547000', '185706.550000', '185706.553000', '185706.555000', '185706.558000', '185706.561000', '185706.563000', '185706.566000', '185706.568000', '185706.571000', '185706.574000', '185706.576000', '185706.579000', '185706.581000', '185706.584000', '185706.586000', '185706.589000', '185706.592000', '185706.594000', '185706.597000', '185706.599000', '185706.602000', '185706.605000', '185706.607000', '185706.610000', '185706.612000', '185706.615000', '185706.618000', '185706.620000', '185706.623000', '185706.626000', '185706.628000', '185706.631000', '185706.633000', '185706.636000', '185706.638000', '185706.641000', '185706.644000', '185706.646000', '185706.649000', '185706.651000', '185706.654000', '185706.657000', '185706.659000', '185726.548000', '185726.550000', '185726.553000', '185726.556000', '185726.559000', '185726.562000', '185726.565000', '185726.568000', '185726.570000', '185726.573000', '185726.576000', '185726.578000', '185726.581000', '185726.583000', '185726.586000', '185726.589000', '185726.591000', '185726.594000', '185726.596000', '185726.599000', '185726.602000', '185726.605000', '185726.608000', '185726.610000', '185726.613000', '185726.615000', '185726.618000', '185726.621000', '185726.623000', '185726.626000', '185726.629000', '185726.631000', '185726.634000', '185726.636000', '185726.639000', '185726.641000', '185726.644000', '185726.647000', '185726.649000', '185726.652000', '185726.654000', '185726.657000', '185726.660000', '185746.548000', '185746.551000', '185746.554000', '185746.557000', '185746.559000', '185746.562000', '185746.564000', '185746.567000', '185746.569000', '185746.572000', '185746.575000', '185746.577000', '185746.580000', '185746.582000', '185746.585000', '185746.588000', '185746.590000', '185746.593000', '185746.595000', '185746.598000', '185746.600000', '185746.603000', '185746.606000', '185746.608000', '185746.611000', '185746.613000', '185746.616000', '185746.619000', '185746.621000', '185746.624000', '185746.627000', '185746.629000', '185746.632000', '185746.635000', '185746.637000', '185746.640000', '185746.642000', '185746.645000', '185746.647000', '185746.650000', '185746.652000', '185746.655000', '185746.658000', '185746.670000', '185806.549000', '185806.552000', '185806.554000', '185806.557000', '185806.559000', '185806.562000', '185806.565000', '185806.567000', '185806.570000', '185806.572000', '185806.575000', '185806.578000', '185806.580000', '185806.583000', '185806.586000', '185806.588000', '185806.591000', '185806.594000', '185806.596000', '185806.599000', '185806.601000', '185806.604000', '185806.607000', '185806.609000', '185806.612000', '185806.615000', '185806.617000', '185806.620000', '185806.622000', '185806.625000', '185806.628000', '185806.630000', '185806.633000', '185806.635000', '185806.638000', '185806.641000', '185806.643000', '185806.646000', '185806.648000', '185806.651000', '185806.653000', '185806.656000', '185806.659000', '185826.549000', '185826.551000', '185826.554000', '185826.557000', '185826.559000', '185826.562000', '185826.564000', '185826.567000', '185826.569000', '185826.572000', '185826.575000', '185826.577000', '185826.580000', '185826.582000', '185826.585000', '185826.588000', '185826.590000', '185826.593000', '185826.595000', '185826.598000', '185826.600000', '185826.603000', '185826.606000', '185826.608000', '185826.611000', '185826.613000', '185826.616000', '185826.619000', '185826.621000', '185826.624000', '185826.626000', '185826.629000', '185826.632000', '185826.634000', '185826.637000', '185826.639000', '185826.642000', '185826.645000', '185826.647000', '185826.650000', '185826.652000', '185826.655000', '185826.657000', '185826.660000', '185846.549000', '185846.551000', '185846.554000', '185846.557000', '185846.559000', '185846.562000', '185846.564000', '185846.567000', '185846.570000', '185846.572000', '185846.575000', '185846.578000', '185846.580000', '185846.583000', '185846.585000', '185846.588000', '185846.591000', '185846.593000', '185846.596000', '185846.598000', '185846.601000', '185846.604000', '185846.606000', '185846.609000', '185846.611000', '185846.614000', '185846.617000', '185846.619000', '185846.622000', '185846.624000', '185846.627000', '185846.630000', '185846.633000', '185846.635000', '185846.638000', '185846.640000', '185846.644000', '185846.647000', '185846.649000', '185846.652000', '185846.655000', '185846.657000', '185846.660000', '185906.548000', '185906.551000', '185906.554000', '185906.556000', '185906.559000', '185906.562000', '185906.564000', '185906.567000', '185906.569000', '185906.572000', '185906.574000', '185906.577000', '185906.580000', '185906.582000', '185906.585000', '185906.587000', '185906.590000', '185906.593000', '185906.595000', '185906.598000', '185906.600000', '185906.603000', '185906.605000', '185906.608000', '185906.611000', '185906.613000', '185906.616000', '185906.619000', '185906.621000', '185906.624000', '185906.626000', '185906.629000', '185906.631000', '185906.634000', '185906.637000', '185906.639000', '185906.642000', '185906.644000', '185906.647000', '185906.649000', '185906.652000', '185906.655000', '185906.657000', '185906.660000', '185926.548000', '185926.550000', '185926.553000', '185926.556000', '185926.558000', '185926.561000', '185926.564000', '185926.566000', '185926.569000', '185926.571000', '185926.587000', '185926.590000', '185926.592000', '185926.595000', '185926.597000', '185926.600000', '185926.603000', '185926.605000', '185926.608000', '185926.611000', '185926.613000', '185926.616000', '185926.618000', '185926.621000', '185926.624000', '185926.626000', '185926.629000', '185926.631000', '185926.634000', '185926.637000', '185926.640000', '185926.643000', '185926.646000', '185926.648000', '185926.651000', '185926.654000', '185926.656000', '185926.659000', '185926.661000', '185926.664000', '185926.667000', '185926.669000', '185926.672000', '185946.547000', '185946.550000', '185946.553000', '185946.555000', '185946.558000', '185946.561000', '185946.563000', '185946.566000', '185946.568000', '185946.571000', '185946.574000', '185946.576000', '185946.579000', '185946.581000', '185946.584000', '185946.587000', '185946.589000', '185946.592000', '185946.594000', '185946.597000', '185946.599000', '185946.602000', '185946.605000', '185946.607000', '185946.610000', '185946.612000', '185946.615000', '185946.618000', '185946.620000', '185946.623000', '185946.625000', '185946.628000', '185946.631000', '185946.633000', '185946.636000', '185946.638000', '185946.641000', '185946.643000', '185946.646000', '185946.649000', '185946.651000', '185946.654000', '185946.656000', '185946.659000', '190006.549000', '190006.552000', '190006.554000', '190006.557000', '190006.559000', '190006.563000', '190006.566000', '190006.568000', '190006.571000', '190006.574000', '190006.576000', '190006.579000', '190006.581000', '190006.584000', '190006.587000', '190006.589000', '190006.592000', '190006.594000', '190006.597000', '190006.600000', '190006.602000', '190006.605000', '190006.607000', '190006.610000', '190006.613000', '190006.615000', '190006.618000', '190006.621000', '190006.623000', '190006.626000', '190006.628000', '190006.631000', '190006.634000', '190006.636000', '190006.639000', '190006.641000', '190006.644000', '190006.647000', '190006.649000', '190006.652000', '190006.654000', '190006.657000', '190006.660000', '190025.951000', '190025.954000', '190025.957000', '190025.960000', '190025.963000', '190025.965000', '190025.968000', '190025.971000', '190025.982000', '190025.985000', '190025.988000', '190025.991000', '190025.994000', '190025.996000', '190026.000000', '190026.003000', '190026.005000', '190026.008000', '190026.011000', '190026.013000', '190026.016000', '190026.019000', '190026.022000', '190026.025000', '190026.028000', '190026.032000', '190026.035000', '190026.038000', '190026.041000', '190026.044000', '190026.047000', '190026.050000', '190026.054000', '190026.058000', '190026.061000', '190026.064000', '190026.069000', '190026.072000', '190026.075000', '190026.080000', '190026.086000', '190026.089000', '190026.093000'], 'InstanceCreationTime': ['185406.590000', '185406.593000', '185406.596000', '185406.599000', '185406.601000', '185406.604000', '185406.606000', '185406.609000', '185406.611000', '185406.614000', '185406.617000', '185406.619000', '185406.627000', '185406.629000', '185406.632000', '185406.635000', '185406.637000', '185406.640000', '185406.642000', '185406.645000', '185406.647000', '185406.650000', '185406.653000', '185406.655000', '185406.658000', '185406.661000', '185406.663000', '185406.666000', '185406.668000', '185406.671000', '185406.673000', '185406.676000', '185406.679000', '185406.681000', '185406.684000', '185406.686000', '185406.689000', '185406.691000', '185406.694000', '185406.697000', '185406.699000', '185406.702000', '185406.704000', '185406.707000', '185406.709000', '185406.712000', '185406.715000', '185426.548000', '185426.551000', '185426.554000', '185426.556000', '185426.559000', '185426.562000', '185426.564000', '185426.567000', '185426.569000', '185426.572000', '185426.574000', '185426.577000', '185426.580000', '185426.582000', '185426.585000', '185426.587000', '185426.590000', '185426.592000', '185426.595000', '185426.597000', '185426.600000', '185426.603000', '185426.605000', '185426.608000', '185426.610000', '185426.613000', '185426.616000', '185426.618000', '185426.621000', '185426.623000', '185426.626000', '185426.628000', '185426.631000', '185426.633000', '185426.636000', '185426.639000', '185426.641000', '185426.644000', '185426.647000', '185426.649000', '185426.652000', '185426.654000', '185426.657000', '185446.548000', '185446.551000', '185446.554000', '185446.556000', '185446.559000', '185446.562000', '185446.564000', '185446.567000', '185446.569000', '185446.572000', '185446.575000', '185446.577000', '185446.580000', '185446.582000', '185446.585000', '185446.588000', '185446.590000', '185446.593000', '185446.595000', '185446.603000', '185446.605000', '185446.608000', '185446.628000', '185446.630000', '185446.633000', '185446.636000', '185446.638000', '185446.641000', '185446.643000', '185446.646000', '185446.648000', '185446.651000', '185446.654000', '185446.656000', '185446.659000', '185446.661000', '185446.664000', '185446.666000', '185446.669000', '185446.671000', '185446.674000', '185446.677000', '185446.679000', '185446.682000', '185506.547000', '185506.550000', '185506.553000', '185506.555000', '185506.558000', '185506.561000', '185506.563000', '185506.566000', '185506.568000', '185506.571000', '185506.574000', '185506.586000', '185506.588000', '185506.591000', '185506.593000', '185506.596000', '185506.599000', '185506.601000', '185506.604000', '185506.606000', '185506.609000', '185506.612000', '185506.614000', '185506.617000', '185506.619000', '185506.622000', '185506.625000', '185506.627000', '185506.630000', '185506.632000', '185506.635000', '185506.638000', '185506.640000', '185506.643000', '185506.645000', '185506.648000', '185506.651000', '185506.653000', '185506.656000', '185506.658000', '185506.661000', '185506.664000', '185506.666000', '185526.549000', '185526.551000', '185526.554000', '185526.557000', '185526.559000', '185526.562000', '185526.564000', '185526.567000', '185526.570000', '185526.572000', '185526.575000', '185526.577000', '185526.580000', '185526.583000', '185526.585000', '185526.588000', '185526.590000', '185526.593000', '185526.595000', '185526.598000', '185526.601000', '185526.603000', '185526.606000', '185526.608000', '185526.611000', '185526.613000', '185526.616000', '185526.619000', '185526.621000', '185526.624000', '185526.626000', '185526.629000', '185526.632000', '185526.634000', '185526.637000', '185526.640000', '185526.642000', '185526.651000', '185526.654000', '185526.656000', '185526.659000', '185526.662000', '185526.664000', '185526.667000', '185546.548000', '185546.551000', '185546.554000', '185546.556000', '185546.559000', '185546.562000', '185546.564000', '185546.567000', '185546.570000', '185546.572000', '185546.575000', '185546.577000', '185546.580000', '185546.582000', '185546.585000', '185546.587000', '185546.590000', '185546.593000', '185546.595000', '185546.598000', '185546.600000', '185546.603000', '185546.605000', '185546.608000', '185546.611000', '185546.613000', '185546.616000', '185546.618000', '185546.621000', '185546.624000', '185546.626000', '185546.629000', '185546.631000', '185546.634000', '185546.637000', '185546.639000', '185546.642000', '185546.653000', '185546.655000', '185546.658000', '185546.660000', '185546.663000', '185546.665000', '185606.548000', '185606.551000', '185606.554000', '185606.556000', '185606.559000', '185606.562000', '185606.565000', '185606.568000', '185606.571000', '185606.573000', '185606.576000', '185606.578000', '185606.581000', '185606.583000', '185606.586000', '185606.589000', '185606.591000', '185606.594000', '185606.596000', '185606.599000', '185606.602000', '185606.604000', '185606.607000', '185606.609000', '185606.612000', '185606.615000', '185606.617000', '185606.620000', '185606.623000', '185606.625000', '185606.628000', '185606.630000', '185606.633000', '185606.636000', '185606.638000', '185606.641000', '185606.643000', '185606.646000', '185606.648000', '185606.651000', '185606.654000', '185606.656000', '185606.659000', '185606.661000', '185626.549000', '185626.552000', '185626.554000', '185626.557000', '185626.559000', '185626.562000', '185626.564000', '185626.567000', '185626.570000', '185626.572000', '185626.575000', '185626.577000', '185626.580000', '185626.582000', '185626.585000', '185626.588000', '185626.590000', '185626.608000', '185626.611000', '185626.614000', '185626.616000', '185626.619000', '185626.621000', '185626.624000', '185626.626000', '185626.629000', '185626.632000', '185626.634000', '185626.637000', '185626.639000', '185626.642000', '185626.645000', '185626.647000', '185626.650000', '185626.653000', '185626.655000', '185626.658000', '185626.660000', '185626.663000', '185626.666000', '185626.668000', '185626.671000', '185626.673000', '185646.549000', '185646.552000', '185646.554000', '185646.557000', '185646.559000', '185646.562000', '185646.564000', '185646.567000', '185646.570000', '185646.572000', '185646.575000', '185646.578000', '185646.580000', '185646.583000', '185646.586000', '185646.589000', '185646.592000', '185646.595000', '185646.597000', '185646.600000', '185646.602000', '185646.605000', '185646.607000', '185646.610000', '185646.612000', '185646.615000', '185646.618000', '185646.620000', '185646.623000', '185646.625000', '185646.628000', '185646.631000', '185646.633000', '185646.636000', '185646.638000', '185646.641000', '185646.644000', '185646.646000', '185646.649000', '185646.651000', '185646.654000', '185646.656000', '185646.659000', '185706.547000', '185706.550000', '185706.553000', '185706.555000', '185706.558000', '185706.561000', '185706.563000', '185706.566000', '185706.568000', '185706.571000', '185706.574000', '185706.576000', '185706.579000', '185706.581000', '185706.584000', '185706.586000', '185706.589000', '185706.592000', '185706.594000', '185706.597000', '185706.599000', '185706.602000', '185706.605000', '185706.607000', '185706.610000', '185706.612000', '185706.615000', '185706.618000', '185706.620000', '185706.623000', '185706.626000', '185706.628000', '185706.631000', '185706.633000', '185706.636000', '185706.638000', '185706.641000', '185706.644000', '185706.646000', '185706.649000', '185706.651000', '185706.654000', '185706.657000', '185706.659000', '185726.548000', '185726.550000', '185726.553000', '185726.556000', '185726.559000', '185726.562000', '185726.565000', '185726.568000', '185726.570000', '185726.573000', '185726.576000', '185726.578000', '185726.581000', '185726.583000', '185726.586000', '185726.589000', '185726.591000', '185726.594000', '185726.596000', '185726.599000', '185726.602000', '185726.605000', '185726.608000', '185726.610000', '185726.613000', '185726.615000', '185726.618000', '185726.621000', '185726.623000', '185726.626000', '185726.629000', '185726.631000', '185726.634000', '185726.636000', '185726.639000', '185726.641000', '185726.644000', '185726.647000', '185726.649000', '185726.652000', '185726.654000', '185726.657000', '185726.660000', '185746.548000', '185746.551000', '185746.554000', '185746.557000', '185746.559000', '185746.562000', '185746.564000', '185746.567000', '185746.569000', '185746.572000', '185746.575000', '185746.577000', '185746.580000', '185746.582000', '185746.585000', '185746.588000', '185746.590000', '185746.593000', '185746.595000', '185746.598000', '185746.600000', '185746.603000', '185746.606000', '185746.608000', '185746.611000', '185746.613000', '185746.616000', '185746.619000', '185746.621000', '185746.624000', '185746.627000', '185746.629000', '185746.632000', '185746.635000', '185746.637000', '185746.640000', '185746.642000', '185746.645000', '185746.647000', '185746.650000', '185746.652000', '185746.655000', '185746.658000', '185746.670000', '185806.549000', '185806.552000', '185806.554000', '185806.557000', '185806.559000', '185806.562000', '185806.565000', '185806.567000', '185806.570000', '185806.572000', '185806.575000', '185806.578000', '185806.580000', '185806.583000', '185806.586000', '185806.588000', '185806.591000', '185806.594000', '185806.596000', '185806.599000', '185806.601000', '185806.604000', '185806.607000', '185806.609000', '185806.612000', '185806.615000', '185806.617000', '185806.620000', '185806.622000', '185806.625000', '185806.628000', '185806.630000', '185806.633000', '185806.635000', '185806.638000', '185806.641000', '185806.643000', '185806.646000', '185806.648000', '185806.651000', '185806.653000', '185806.656000', '185806.659000', '185826.549000', '185826.551000', '185826.554000', '185826.557000', '185826.559000', '185826.562000', '185826.564000', '185826.567000', '185826.569000', '185826.572000', '185826.575000', '185826.577000', '185826.580000', '185826.582000', '185826.585000', '185826.588000', '185826.590000', '185826.593000', '185826.595000', '185826.598000', '185826.600000', '185826.603000', '185826.606000', '185826.608000', '185826.611000', '185826.613000', '185826.616000', '185826.619000', '185826.621000', '185826.624000', '185826.626000', '185826.629000', '185826.632000', '185826.634000', '185826.637000', '185826.639000', '185826.642000', '185826.645000', '185826.647000', '185826.650000', '185826.652000', '185826.655000', '185826.657000', '185826.660000', '185846.549000', '185846.551000', '185846.554000', '185846.557000', '185846.559000', '185846.562000', '185846.564000', '185846.567000', '185846.570000', '185846.572000', '185846.575000', '185846.578000', '185846.580000', '185846.583000', '185846.585000', '185846.588000', '185846.591000', '185846.593000', '185846.596000', '185846.598000', '185846.601000', '185846.604000', '185846.606000', '185846.609000', '185846.611000', '185846.614000', '185846.617000', '185846.619000', '185846.622000', '185846.624000', '185846.627000', '185846.630000', '185846.633000', '185846.635000', '185846.638000', '185846.640000', '185846.644000', '185846.647000', '185846.649000', '185846.652000', '185846.655000', '185846.657000', '185846.660000', '185906.548000', '185906.551000', '185906.554000', '185906.556000', '185906.559000', '185906.562000', '185906.564000', '185906.567000', '185906.569000', '185906.572000', '185906.574000', '185906.577000', '185906.580000', '185906.582000', '185906.585000', '185906.587000', '185906.590000', '185906.593000', '185906.595000', '185906.598000', '185906.600000', '185906.603000', '185906.605000', '185906.608000', '185906.611000', '185906.613000', '185906.616000', '185906.619000', '185906.621000', '185906.624000', '185906.626000', '185906.629000', '185906.631000', '185906.634000', '185906.637000', '185906.639000', '185906.642000', '185906.644000', '185906.647000', '185906.649000', '185906.652000', '185906.655000', '185906.657000', '185906.660000', '185926.548000', '185926.550000', '185926.553000', '185926.556000', '185926.558000', '185926.561000', '185926.564000', '185926.566000', '185926.569000', '185926.571000', '185926.587000', '185926.590000', '185926.592000', '185926.595000', '185926.597000', '185926.600000', '185926.603000', '185926.605000', '185926.608000', '185926.611000', '185926.613000', '185926.616000', '185926.618000', '185926.621000', '185926.624000', '185926.626000', '185926.629000', '185926.631000', '185926.634000', '185926.637000', '185926.640000', '185926.643000', '185926.646000', '185926.648000', '185926.651000', '185926.654000', '185926.656000', '185926.659000', '185926.661000', '185926.664000', '185926.667000', '185926.669000', '185926.672000', '185946.547000', '185946.550000', '185946.553000', '185946.555000', '185946.558000', '185946.561000', '185946.563000', '185946.566000', '185946.568000', '185946.571000', '185946.574000', '185946.576000', '185946.579000', '185946.581000', '185946.584000', '185946.587000', '185946.589000', '185946.592000', '185946.594000', '185946.597000', '185946.599000', '185946.602000', '185946.605000', '185946.607000', '185946.610000', '185946.612000', '185946.615000', '185946.618000', '185946.620000', '185946.623000', '185946.625000', '185946.628000', '185946.631000', '185946.633000', '185946.636000', '185946.638000', '185946.641000', '185946.643000', '185946.646000', '185946.649000', '185946.651000', '185946.654000', '185946.656000', '185946.659000', '190006.549000', '190006.552000', '190006.554000', '190006.557000', '190006.559000', '190006.563000', '190006.566000', '190006.568000', '190006.571000', '190006.574000', '190006.576000', '190006.579000', '190006.581000', '190006.584000', '190006.587000', '190006.589000', '190006.592000', '190006.594000', '190006.597000', '190006.600000', '190006.602000', '190006.605000', '190006.607000', '190006.610000', '190006.613000', '190006.615000', '190006.618000', '190006.621000', '190006.623000', '190006.626000', '190006.628000', '190006.631000', '190006.634000', '190006.636000', '190006.639000', '190006.641000', '190006.644000', '190006.647000', '190006.649000', '190006.652000', '190006.654000', '190006.657000', '190006.660000', '190025.951000', '190025.954000', '190025.957000', '190025.960000', '190025.963000', '190025.965000', '190025.968000', '190025.971000', '190025.982000', '190025.985000', '190025.988000', '190025.991000', '190025.994000', '190025.996000', '190026.000000', '190026.003000', '190026.005000', '190026.008000', '190026.011000', '190026.013000', '190026.016000', '190026.019000', '190026.022000', '190026.025000', '190026.028000', '190026.032000', '190026.035000', '190026.038000', '190026.041000', '190026.044000', '190026.047000', '190026.050000', '190026.054000', '190026.058000', '190026.061000', '190026.064000', '190026.069000', '190026.072000', '190026.075000', '190026.080000', '190026.086000', '190026.089000', '190026.093000'], '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': [12076, 16022, 11254, 18239, 13060, 18183, 10565, 15239, 10395, 18106, 12897, 18061, 12116, 16075, 12757, 18090, 14467, 17463, 11509, 15420, 12434, 17573, 13998, 16784, 11462, 14474, 10365, 16196, 11183, 16411, 9742, 13940, 10786, 16887, 13951, 17556, 12628, 18516, 14189, 20007, 15208, 16335, 12414, 18630, 14327, 19010, 14752, 15415, 11218, 17637, 11983, 17950, 14071, 16465, 11327, 15104, 12248, 17639, 14527, 17741, 13107, 16802, 12274, 18329, 12576, 17898, 11760, 14348, 10273, 16149, 11172, 16789, 9864, 14566, 9700, 16293, 11871, 17309, 10602, 16031, 10924, 17664, 13034, 18248, 13538, 16745, 13176, 17837, 15074, 17974, 13195, 17078, 13490, 18603, 14883, 16401, 11963, 13441, 12330, 16532, 17001, 10196, 16552, 10860, 17402, 13219, 19575, 15351, 17059, 15401, 9496, 13032, 11400, 17902, 17006, 15972, 9466, 10863, 12443, 13314, 18605, 15712, 12254, 10790, 16722, 12374, 18683, 14822, 19299, 13172, 17429, 12913, 18266, 15035, 18123, 12912, 15006, 11786, 16234, 11309, 18058, 13948, 17107, 13101, 17588, 14059, 18143, 15192, 18982, 14321, 11839, 11390, 12336, 17577, 14853, 20689, 15884, 11304, 12991, 9160, 16313, 13421, 19525, 18627, 15598, 9925, 9619, 14287, 11568, 20346, 14959, 17586, 11739, 14155, 11448, 14780, 10727, 16693, 11602, 15061, 10669, 16252, 11835, 17863, 11161, 16036, 10905, 16564, 15428, 17980, 17006, 20171, 16395, 9740, 11288, 10892, 8357, 11483, 10304, 15814, 12514, 9418, 12805, 10674, 16119, 14915, 17304, 10994, 15813, 9604, 15785, 11753, 18602, 13245, 17880, 10116, 14243, 9723, 16765, 16156, 16793, 10123, 13562, 10101, 15016, 16110, 16107, 13581, 15941, 10583, 15614, 14411, 16855, 15999, 16551, 9655, 14350, 13497, 16345, 18471, 15600, 12874, 12100, 12867, 15689, 15852, 15424, 12028, 18326, 13248, 17737, 14506, 16745, 18472, 10852, 17678, 11156, 18552, 15842, 18073, 16174, 11962, 19645, 13411, 17800, 14387, 14497, 11064, 12984, 12256, 17085, 16062, 12893, 16516, 10569, 15533, 17038, 15573, 20990, 16421, 15195, 11988, 16867, 12980, 20258, 15272, 13304, 11200, 12367, 12224, 18257, 15092, 16741, 14154, 14460, 13011, 18675, 15484, 20652, 16104, 13423, 11308, 16329, 12710, 20377, 15263, 16072, 11729, 18108, 12426, 18370, 14670, 18543, 14021, 16610, 12753, 17396, 13717, 18283, 14692, 18192, 13098, 16866, 13826, 18656, 15620, 16447, 12179, 16345, 12875, 20211, 15239, 19173, 14368, 15568, 12582, 19899, 14835, 18017, 14576, 15557, 11966, 19289, 15092, 18197, 14762, 16131, 12310, 19212, 14557, 17370, 14335, 14668, 12254, 18360, 15608, 15653, 13071, 12744, 14201, 18297, 16592, 10663, 14242, 16065, 15887, 13251, 14133, 16539, 14372, 12823, 14826, 9417, 14834, 15917, 16601, 15729, 16442, 9807, 15484, 10723, 18519, 14189, 18871, 10901, 16721, 10006, 17084, 12438, 17754, 10157, 14782, 9398, 13931, 11864, 17375, 10956, 16290, 9447, 15839, 11454, 17942, 8645, 18581, 12512, 18099, 13557, 17034, 17924, 11300, 17770, 11213, 17699, 11949, 18669, 15793, 16323, 9490, 10861, 16701, 13283, 20062, 15685, 18136, 13066, 14146, 10266, 14261, 9541, 16311, 10466, 15466, 9839, 17357, 12225, 18263, 11217, 16824, 11566, 17559, 12408, 18857, 12104, 17307, 10474, 16203, 13899, 17505, 10986, 17342, 10178, 17596, 11948, 18786, 12266, 18148, 10709, 15698, 12157, 17746, 14105, 18251, 14745, 16288, 12478, 17435, 14008, 18191, 15401, 17833, 12611, 17060, 13189, 18272, 13148, 17490, 11942, 15956, 11188, 15988, 9828, 17785, 12152, 17447, 10218, 15718, 9305, 15899, 10729, 17735, 10765, 16708, 9840, 17606, 12595, 18578, 11625, 17816, 10866, 17792, 13209, 18348, 11643, 17181, 9663, 16622, 10810, 18114, 12436, 17687, 9416, 16003, 9545, 17625, 11895, 18065, 11344, 14652, 8985, 14530, 11277, 17609, 11203, 16140, 9286, 15929, 10906, 18218, 12059, 17428, 10549, 16791, 12349, 17756, 9481, 14666, 12207, 16775, 17262, 15799, 9430, 14056, 10016, 11217, 15604, 17077, 11376, 19034, 16247, 14300, 12872, 9575, 18172, 16401, 18594, 15563, 14261, 10299, 10296, 17934, 15013, 18332, 14485, 18653, 12253, 16732, 13099, 17515, 13062, 16521, 12034, 17599, 14656, 18752, 15659, 18172, 13798, 17629, 14061, 18537, 15612, 18530, 12603, 19070, 12930, 18628, 14760, 18105, 13550, 14332, 11850, 19052, 13700, 18551, 15295, 17260, 12046, 16580, 12653, 18031, 14499, 17628, 13949, 16297, 11473, 18403, 12924, 19245, 15149, 15006, 11499, 13521, 12117, 18081, 15071, 16638, 13161, 11465, 10488, 17154, 14294, 17245, 14757, 10372, 13444, 13464, 17548, 11563, 18159, 11940, 17479, 12519, 18518, 12526, 18498, 11090, 15732, 9519, 16129, 15075, 16827, 13639, 13589, 9415, 10465, 14048, 14245, 17007, 14457, 10193, 11789, 14226, 13592, 18228, 15111, 16734, 12506, 16736, 11855, 18437, 14241, 16680, 13120, 12304, 10244, 15747, 12256, 14848, 11897, 14024, 10094, 16300, 12631, 17019, 13209, 15593, 11055, 14155, 10131, 17097, 11667, 16449, 9118, 12733, 9863, 15966, 13686, 16582, 10411, 13980, 14105, 13041, 20182, 15812, 17895, 12010, 14483, 10836, 13825, 11605, 17349, 12117, 13574, 14166, 9486, 14463, 9551, 13954, 11229, 17611, 14182, 17710, 11746, 17162, 13259, 18383, 15271, 17427, 11750, 15119, 11402, 16227, 12244, 17837, 13181, 15533, 11386, 14923, 11901, 18070, 14700, 17794, 11541, 17265, 11350, 17367, 12986, 18844, 14060, 14612, 10728, 13371, 10908, 16298, 14399, 10046, 13478, 9595, 16073, 11788, 18036, 14468, 17677, 11654, 16875, 12897, 18260, 15158, 17338, 12043, 14867, 11140, 17292, 13498, 18021, 12903, 16299, 10988, 15528, 11510, 18108, 14416, 16242, 10939, 13529, 11092, 16852, 13394, 17607, 12408, 16130, 11605, 16125, 12336, 19060, 13746, 14732, 10594, 18264, 12005, 17909, 14478, 17234, 11654, 14548, 10332, 16115, 12293, 17705, 13142, 11627, 10426, 9038, 14365, 12145, 18787, 15182, 12166, 11549, 13433, 13859, 18751, 14876, 13486, 10064, 9162, 14014, 12902, 15303, 11072, 18335, 15402, 18796, 11593, 14936, 11242, 19991, 13742, 18179, 14235, 15567, 10383, 16223, 11397, 17529, 13834, 17067, 12139, 13372, 9733, 12750, 10246, 15954, 13536, 15381, 10017, 10538, 13062, 13427, 17390, 14735, 10768, 11884, 10668, 10186, 14981, 14495, 12342, 16090, 9886, 15654, 10161, 17716, 12468, 18026, 12817, 16117, 11996, 16530, 12567, 18451, 14341], 'WindowCenter': [3990.0, 3996.0, 3962.0, 3983.0, 3960.0, 3970.0, 3939.0, 3957.0, 3936.0, 3967.0, 3947.0, 3968.0, 3958.0, 3967.0, 3958.0, 3968.0, 3958.0, 3968.0, 3948.0, 3968.0, 3959.0, 3969.0, 3958.0, 3967.0, 3949.0, 3958.0, 3938.0, 3969.0, 3948.0, 3969.0, 3951.0, 3971.0, 3950.0, 3980.0, 3972.0, 3981.0, 3961.0, 3981.0, 3971.0, 3981.0, 3970.0, 3969.0, 3959.0, 3968.0, 3959.0, 3968.0, 3958.0, 3965.0, 3948.0, 3968.0, 3948.0, 3968.0, 3958.0, 3967.0, 3948.0, 3958.0, 3947.0, 3967.0, 3958.0, 3968.0, 3959.0, 3967.0, 3946.0, 3966.0, 3945.0, 3965.0, 3934.0, 3955.0, 3934.0, 3955.0, 3936.0, 3966.0, 3936.0, 3955.0, 3936.0, 3968.0, 3947.0, 3967.0, 3947.0, 3967.0, 3946.0, 3967.0, 3958.0, 3967.0, 3957.0, 3967.0, 3957.0, 3967.0, 3958.0, 3967.0, 3958.0, 3967.0, 3959.0, 3978.0, 3970.0, 3968.0, 3947.0, 3955.0, 3948.0, 3968.0, 3968.0, 3938.0, 3967.0, 3946.0, 3967.0, 3958.0, 3980.0, 3969.0, 3968.0, 3957.0, 3925.0, 3946.0, 3935.0, 3967.0, 3956.0, 3956.0, 3925.0, 3935.0, 3945.0, 3957.0, 3967.0, 3957.0, 3945.0, 3936.0, 3966.0, 3946.0, 3966.0, 3958.0, 3966.0, 3957.0, 3966.0, 3946.0, 3966.0, 3955.0, 3965.0, 3945.0, 3956.0, 3946.0, 3967.0, 3936.0, 3966.0, 3957.0, 3966.0, 3957.0, 3966.0, 3957.0, 3966.0, 3956.0, 3966.0, 3959.0, 3946.0, 3947.0, 3958.0, 3968.0, 3969.0, 3979.0, 3968.0, 3937.0, 3956.0, 3927.0, 3968.0, 3945.0, 3968.0, 3966.0, 3954.0, 3922.0, 3923.0, 3954.0, 3935.0, 3965.0, 3955.0, 3954.0, 3945.0, 3944.0, 3946.0, 3955.0, 3936.0, 3966.0, 3947.0, 3957.0, 3946.0, 3968.0, 3946.0, 3968.0, 3948.0, 3968.0, 3935.0, 3968.0, 3956.0, 3967.0, 3969.0, 3996.0, 3983.0, 3939.0, 3934.0, 3934.0, 3914.0, 3946.0, 3947.0, 3967.0, 3958.0, 3936.0, 3971.0, 3949.0, 3982.0, 3967.0, 3968.0, 3936.0, 3967.0, 3936.0, 3957.0, 3945.0, 3968.0, 3946.0, 3967.0, 3935.0, 3954.0, 3924.0, 3966.0, 3954.0, 3955.0, 3924.0, 3956.0, 3934.0, 3957.0, 3956.0, 3956.0, 3944.0, 3954.0, 3934.0, 3956.0, 3955.0, 3967.0, 3955.0, 3966.0, 3935.0, 3957.0, 3955.0, 3969.0, 3967.0, 3957.0, 3946.0, 3946.0, 3955.0, 3968.0, 3968.0, 3968.0, 3947.0, 3978.0, 3959.0, 3978.0, 3970.0, 3969.0, 3980.0, 3947.0, 3968.0, 3946.0, 3978.0, 3957.0, 3968.0, 3966.0, 3947.0, 3966.0, 3956.0, 3965.0, 3957.0, 3955.0, 3947.0, 3957.0, 3957.0, 3967.0, 3968.0, 3957.0, 3968.0, 3947.0, 3968.0, 3967.0, 3968.0, 3977.0, 3967.0, 3955.0, 3947.0, 3965.0, 3957.0, 3978.0, 3957.0, 3955.0, 3946.0, 3957.0, 3947.0, 3966.0, 3957.0, 3968.0, 3971.0, 3968.0, 3957.0, 3966.0, 3957.0, 3966.0, 3957.0, 3954.0, 3945.0, 3965.0, 3946.0, 3965.0, 3956.0, 3953.0, 3946.0, 3965.0, 3945.0, 3965.0, 3957.0, 3965.0, 3957.0, 3966.0, 3957.0, 3965.0, 3957.0, 3967.0, 3956.0, 3966.0, 3956.0, 3965.0, 3956.0, 3966.0, 3968.0, 3967.0, 3947.0, 3967.0, 3958.0, 3977.0, 3968.0, 3966.0, 3957.0, 3966.0, 3957.0, 3977.0, 3968.0, 3966.0, 3957.0, 3966.0, 3947.0, 3978.0, 3968.0, 3978.0, 3968.0, 3968.0, 3958.0, 3978.0, 3969.0, 3967.0, 3969.0, 3967.0, 3959.0, 3979.0, 3968.0, 3968.0, 3958.0, 3956.0, 3957.0, 3968.0, 3967.0, 3936.0, 3957.0, 3966.0, 3967.0, 3955.0, 3956.0, 3966.0, 3956.0, 3957.0, 3967.0, 3935.0, 3967.0, 3966.0, 3967.0, 3967.0, 3967.0, 3935.0, 3967.0, 3934.0, 3967.0, 3955.0, 3966.0, 3934.0, 3954.0, 3923.0, 3954.0, 3932.0, 3953.0, 3922.0, 3953.0, 3922.0, 3953.0, 3943.0, 3965.0, 3933.0, 3954.0, 3923.0, 3954.0, 3945.0, 3967.0, 3924.0, 3966.0, 3956.0, 3977.0, 3958.0, 3968.0, 3979.0, 3947.0, 3978.0, 3947.0, 3967.0, 3946.0, 3968.0, 3955.0, 3955.0, 3924.0, 3945.0, 3965.0, 3955.0, 3966.0, 3956.0, 3966.0, 3945.0, 3954.0, 3934.0, 3955.0, 3935.0, 3966.0, 3947.0, 3967.0, 3936.0, 3968.0, 3958.0, 3968.0, 3947.0, 3967.0, 3946.0, 3967.0, 3946.0, 3967.0, 3946.0, 3967.0, 3935.0, 3967.0, 3956.0, 3966.0, 3935.0, 3967.0, 3935.0, 3967.0, 3945.0, 3967.0, 3945.0, 3966.0, 3935.0, 3965.0, 3946.0, 3966.0, 3956.0, 3966.0, 3968.0, 3966.0, 3957.0, 3966.0, 3956.0, 3967.0, 3967.0, 3966.0, 3957.0, 3966.0, 3956.0, 3966.0, 3946.0, 3965.0, 3945.0, 3955.0, 3946.0, 3966.0, 3935.0, 3967.0, 3945.0, 3966.0, 3935.0, 3967.0, 3936.0, 3967.0, 3946.0, 3968.0, 3947.0, 3968.0, 3937.0, 3979.0, 3958.0, 3979.0, 3948.0, 3978.0, 3947.0, 3968.0, 3946.0, 3968.0, 3946.0, 3967.0, 3936.0, 3967.0, 3935.0, 3967.0, 3946.0, 3967.0, 3936.0, 3967.0, 3936.0, 3967.0, 3946.0, 3967.0, 3946.0, 3956.0, 3925.0, 3957.0, 3945.0, 3967.0, 3946.0, 3968.0, 3936.0, 3968.0, 3948.0, 3979.0, 3959.0, 3979.0, 3947.0, 3980.0, 3958.0, 3980.0, 3938.0, 3969.0, 3957.0, 3980.0, 3978.0, 3969.0, 3937.0, 3969.0, 3950.0, 3949.0, 3969.0, 3969.0, 3959.0, 3980.0, 3981.0, 3969.0, 3960.0, 3938.0, 3980.0, 3968.0, 3979.0, 3957.0, 3957.0, 3935.0, 3936.0, 3966.0, 3967.0, 3967.0, 3957.0, 3977.0, 3957.0, 3966.0, 3957.0, 3967.0, 3958.0, 3967.0, 3958.0, 3967.0, 3969.0, 3978.0, 3969.0, 3978.0, 3958.0, 3967.0, 3958.0, 3967.0, 3968.0, 3967.0, 3957.0, 3977.0, 3957.0, 3966.0, 3957.0, 3966.0, 3957.0, 3956.0, 3947.0, 3977.0, 3957.0, 3966.0, 3957.0, 3966.0, 3947.0, 3966.0, 3957.0, 3966.0, 3957.0, 3966.0, 3957.0, 3967.0, 3958.0, 3978.0, 3959.0, 3978.0, 3969.0, 3968.0, 3948.0, 3957.0, 3959.0, 3978.0, 3969.0, 3967.0, 3958.0, 3947.0, 3948.0, 3967.0, 3969.0, 3968.0, 3969.0, 3946.0, 3959.0, 3958.0, 3980.0, 3948.0, 3980.0, 3960.0, 3979.0, 3958.0, 3979.0, 3947.0, 3968.0, 3946.0, 3957.0, 3925.0, 3967.0, 3956.0, 3966.0, 3945.0, 3945.0, 3924.0, 3935.0, 3955.0, 3957.0, 3967.0, 3957.0, 3936.0, 3947.0, 3957.0, 3958.0, 3978.0, 3968.0, 3967.0, 3958.0, 3967.0, 3947.0, 3977.0, 3968.0, 3968.0, 3969.0, 3957.0, 3963.0, 3994.0, 3960.0, 3969.0, 3960.0, 3969.0, 3949.0, 3968.0, 3959.0, 3969.0, 3959.0, 3968.0, 3949.0, 3969.0, 3948.0, 3969.0, 3948.0, 3968.0, 3937.0, 3957.0, 3936.0, 3969.0, 3957.0, 3969.0, 3947.0, 3968.0, 3957.0, 3958.0, 3977.0, 3967.0, 3966.0, 3946.0, 3955.0, 3946.0, 3955.0, 3947.0, 3967.0, 3958.0, 3958.0, 3969.0, 3938.0, 3970.0, 3949.0, 3969.0, 3949.0, 3980.0, 3971.0, 3981.0, 3961.0, 3980.0, 3960.0, 3980.0, 3969.0, 3968.0, 3958.0, 3966.0, 3947.0, 3968.0, 3947.0, 3967.0, 3958.0, 3968.0, 3959.0, 3968.0, 3959.0, 3978.0, 3969.0, 3968.0, 3949.0, 3979.0, 3948.0, 3968.0, 3959.0, 3978.0, 3959.0, 3968.0, 3949.0, 3958.0, 3949.0, 3968.0, 3969.0, 3949.0, 3970.0, 3939.0, 3980.0, 3960.0, 3980.0, 3971.0, 3980.0, 3960.0, 3979.0, 3960.0, 3980.0, 3969.0, 3968.0, 3958.0, 3957.0, 3947.0, 3967.0, 3958.0, 3967.0, 3958.0, 3967.0, 3948.0, 3967.0, 3948.0, 3978.0, 3958.0, 3967.0, 3948.0, 3957.0, 3948.0, 3968.0, 3959.0, 3968.0, 3959.0, 3967.0, 3959.0, 3968.0, 3959.0, 3978.0, 3970.0, 3968.0, 3948.0, 3979.0, 3959.0, 3979.0, 3969.0, 3967.0, 3948.0, 3968.0, 3949.0, 3968.0, 3959.0, 3979.0, 3970.0, 3947.0, 3950.0, 3950.0, 3971.0, 3972.0, 3992.0, 3972.0, 3961.0, 3960.0, 3959.0, 3959.0, 3979.0, 3971.0, 3969.0, 3950.0, 3938.0, 3971.0, 3958.0, 3969.0, 3948.0, 3979.0, 3969.0, 3979.0, 3948.0, 3967.0, 3948.0, 3979.0, 3959.0, 3968.0, 3958.0, 3967.0, 3937.0, 3966.0, 3947.0, 3967.0, 3957.0, 3966.0, 3947.0, 3956.0, 3936.0, 3946.0, 3935.0, 3968.0, 3956.0, 3967.0, 3936.0, 3947.0, 3957.0, 3959.0, 3968.0, 3969.0, 3947.0, 3958.0, 3936.0, 3937.0, 3966.0, 3958.0, 3958.0, 3969.0, 3938.0, 3969.0, 3948.0, 3980.0, 3958.0, 3979.0, 3959.0, 3968.0, 3958.0, 3968.0, 3958.0, 3979.0, 3958.0], 'WindowWidth': [8894.0, 8892.0, 8839.0, 8869.0, 8830.0, 8843.0, 8799.0, 8821.0, 8791.0, 8836.0, 8807.0, 8838.0, 8823.0, 8833.0, 8822.0, 8837.0, 8825.0, 8837.0, 8812.0, 8835.0, 8826.0, 8840.0, 8824.0, 8834.0, 8812.0, 8823.0, 8796.0, 8841.0, 8811.0, 8840.0, 8824.0, 8848.0, 8817.0, 8858.0, 8849.0, 8864.0, 8834.0, 8861.0, 8847.0, 8861.0, 8845.0, 8842.0, 8827.0, 8840.0, 8825.0, 8837.0, 8825.0, 8830.0, 8810.0, 8840.0, 8809.0, 8836.0, 8822.0, 8833.0, 8810.0, 8821.0, 8808.0, 8837.0, 8824.0, 8838.0, 8826.0, 8834.0, 8804.0, 8833.0, 8801.0, 8827.0, 8785.0, 8813.0, 8784.0, 8816.0, 8789.0, 8830.0, 8791.0, 8816.0, 8790.0, 8837.0, 8807.0, 8836.0, 8807.0, 8834.0, 8804.0, 8836.0, 8822.0, 8836.0, 8822.0, 8833.0, 8820.0, 8834.0, 8825.0, 8835.0, 8825.0, 8834.0, 8825.0, 8852.0, 8842.0, 8835.0, 8805.0, 8814.0, 8808.0, 8836.0, 8838.0, 8795.0, 8834.0, 8805.0, 8836.0, 8823.0, 8857.0, 8839.0, 8837.0, 8821.0, 8774.0, 8804.0, 8785.0, 8834.0, 8817.0, 8817.0, 8772.0, 8787.0, 8799.0, 8818.0, 8833.0, 8819.0, 8801.0, 8791.0, 8831.0, 8806.0, 8832.0, 8822.0, 8833.0, 8820.0, 8830.0, 8804.0, 8831.0, 8815.0, 8826.0, 8802.0, 8817.0, 8803.0, 8832.0, 8789.0, 8831.0, 8821.0, 8831.0, 8818.0, 8830.0, 8820.0, 8831.0, 8817.0, 8832.0, 8825.0, 8804.0, 8808.0, 8822.0, 8837.0, 8839.0, 8857.0, 8838.0, 8792.0, 8818.0, 8779.0, 8835.0, 8799.0, 8838.0, 8831.0, 8811.0, 8764.0, 8768.0, 8809.0, 8785.0, 8830.0, 8814.0, 8811.0, 8801.0, 8797.0, 8803.0, 8815.0, 8790.0, 8830.0, 8808.0, 8821.0, 8804.0, 8837.0, 8805.0, 8837.0, 8808.0, 8838.0, 8789.0, 8838.0, 8817.0, 8835.0, 8840.0, 8902.0, 8874.0, 8800.0, 8784.0, 8784.0, 8758.0, 8804.0, 8808.0, 8837.0, 8824.0, 8794.0, 8849.0, 8814.0, 8863.0, 8835.0, 8838.0, 8790.0, 8833.0, 8791.0, 8822.0, 8802.0, 8838.0, 8804.0, 8834.0, 8788.0, 8813.0, 8769.0, 8832.0, 8812.0, 8815.0, 8770.0, 8815.0, 8784.0, 8819.0, 8816.0, 8818.0, 8798.0, 8812.0, 8784.0, 8817.0, 8814.0, 8833.0, 8815.0, 8831.0, 8787.0, 8821.0, 8816.0, 8840.0, 8834.0, 8822.0, 8803.0, 8804.0, 8814.0, 8837.0, 8838.0, 8837.0, 8807.0, 8852.0, 8827.0, 8852.0, 8843.0, 8841.0, 8858.0, 8808.0, 8838.0, 8804.0, 8853.0, 8820.0, 8837.0, 8832.0, 8806.0, 8833.0, 8816.0, 8829.0, 8821.0, 8816.0, 8807.0, 8819.0, 8822.0, 8836.0, 8836.0, 8821.0, 8837.0, 8807.0, 8837.0, 8835.0, 8836.0, 8851.0, 8833.0, 8815.0, 8805.0, 8830.0, 8820.0, 8852.0, 8821.0, 8814.0, 8807.0, 8819.0, 8807.0, 8835.0, 8821.0, 8835.0, 8847.0, 8838.0, 8821.0, 8835.0, 8821.0, 8835.0, 8819.0, 8812.0, 8801.0, 8829.0, 8803.0, 8833.0, 8817.0, 8810.0, 8803.0, 8829.0, 8803.0, 8829.0, 8820.0, 8829.0, 8820.0, 8833.0, 8820.0, 8830.0, 8821.0, 8833.0, 8817.0, 8831.0, 8817.0, 8828.0, 8819.0, 8832.0, 8839.0, 8834.0, 8808.0, 8834.0, 8822.0, 8850.0, 8838.0, 8834.0, 8820.0, 8833.0, 8820.0, 8851.0, 8838.0, 8834.0, 8822.0, 8831.0, 8807.0, 8853.0, 8839.0, 8853.0, 8840.0, 8838.0, 8824.0, 8853.0, 8840.0, 8836.0, 8841.0, 8835.0, 8826.0, 8855.0, 8839.0, 8836.0, 8824.0, 8819.0, 8823.0, 8837.0, 8836.0, 8791.0, 8820.0, 8832.0, 8834.0, 8815.0, 8819.0, 8831.0, 8819.0, 8819.0, 8835.0, 8790.0, 8835.0, 8832.0, 8836.0, 8834.0, 8835.0, 8789.0, 8834.0, 8787.0, 8838.0, 8814.0, 8832.0, 8784.0, 8812.0, 8768.0, 8811.0, 8778.0, 8810.0, 8764.0, 8808.0, 8766.0, 8808.0, 8794.0, 8829.0, 8782.0, 8813.0, 8769.0, 8812.0, 8802.0, 8836.0, 8772.0, 8832.0, 8818.0, 8851.0, 8825.0, 8839.0, 8855.0, 8807.0, 8852.0, 8807.0, 8835.0, 8803.0, 8838.0, 8816.0, 8816.0, 8772.0, 8802.0, 8827.0, 8815.0, 8833.0, 8818.0, 8830.0, 8802.0, 8811.0, 8785.0, 8814.0, 8789.0, 8832.0, 8807.0, 8836.0, 8793.0, 8840.0, 8822.0, 8838.0, 8807.0, 8835.0, 8806.0, 8836.0, 8804.0, 8836.0, 8804.0, 8836.0, 8788.0, 8834.0, 8817.0, 8834.0, 8789.0, 8834.0, 8788.0, 8835.0, 8801.0, 8837.0, 8800.0, 8830.0, 8789.0, 8828.0, 8804.0, 8833.0, 8820.0, 8831.0, 8836.0, 8833.0, 8822.0, 8833.0, 8820.0, 8834.0, 8836.0, 8833.0, 8821.0, 8831.0, 8819.0, 8832.0, 8803.0, 8828.0, 8802.0, 8815.0, 8804.0, 8831.0, 8788.0, 8836.0, 8802.0, 8833.0, 8789.0, 8835.0, 8792.0, 8836.0, 8806.0, 8837.0, 8807.0, 8838.0, 8794.0, 8856.0, 8823.0, 8855.0, 8810.0, 8852.0, 8806.0, 8837.0, 8803.0, 8838.0, 8803.0, 8835.0, 8791.0, 8834.0, 8788.0, 8837.0, 8802.0, 8834.0, 8791.0, 8833.0, 8791.0, 8836.0, 8803.0, 8837.0, 8804.0, 8818.0, 8777.0, 8821.0, 8803.0, 8837.0, 8806.0, 8838.0, 8794.0, 8838.0, 8811.0, 8856.0, 8827.0, 8855.0, 8809.0, 8856.0, 8824.0, 8857.0, 8798.0, 8841.0, 8822.0, 8857.0, 8853.0, 8840.0, 8795.0, 8842.0, 8818.0, 8814.0, 8840.0, 8842.0, 8828.0, 8861.0, 8862.0, 8842.0, 8830.0, 8798.0, 8858.0, 8838.0, 8855.0, 8819.0, 8819.0, 8787.0, 8790.0, 8833.0, 8835.0, 8836.0, 8820.0, 8851.0, 8821.0, 8831.0, 8820.0, 8833.0, 8823.0, 8835.0, 8824.0, 8836.0, 8841.0, 8852.0, 8841.0, 8850.0, 8824.0, 8834.0, 8824.0, 8835.0, 8837.0, 8835.0, 8822.0, 8849.0, 8820.0, 8832.0, 8821.0, 8833.0, 8821.0, 8818.0, 8808.0, 8848.0, 8821.0, 8833.0, 8820.0, 8832.0, 8807.0, 8831.0, 8819.0, 8832.0, 8821.0, 8831.0, 8822.0, 8837.0, 8826.0, 8853.0, 8826.0, 8854.0, 8841.0, 8836.0, 8811.0, 8821.0, 8826.0, 8853.0, 8839.0, 8835.0, 8823.0, 8807.0, 8810.0, 8837.0, 8840.0, 8839.0, 8840.0, 8807.0, 8826.0, 8825.0, 8857.0, 8811.0, 8856.0, 8829.0, 8856.0, 8825.0, 8857.0, 8807.0, 8839.0, 8805.0, 8820.0, 8775.0, 8833.0, 8816.0, 8832.0, 8799.0, 8801.0, 8771.0, 8787.0, 8816.0, 8821.0, 8834.0, 8821.0, 8792.0, 8809.0, 8820.0, 8824.0, 8853.0, 8839.0, 8836.0, 8823.0, 8836.0, 8809.0, 8850.0, 8838.0, 8838.0, 8842.0, 8824.0, 8843.0, 8884.0, 8831.0, 8842.0, 8829.0, 8841.0, 8814.0, 8840.0, 8828.0, 8840.0, 8828.0, 8839.0, 8815.0, 8840.0, 8811.0, 8843.0, 8809.0, 8839.0, 8796.0, 8822.0, 8792.0, 8841.0, 8821.0, 8841.0, 8809.0, 8839.0, 8820.0, 8822.0, 8852.0, 8836.0, 8832.0, 8805.0, 8815.0, 8805.0, 8815.0, 8808.0, 8837.0, 8824.0, 8824.0, 8842.0, 8799.0, 8843.0, 8815.0, 8839.0, 8816.0, 8858.0, 8847.0, 8863.0, 8834.0, 8857.0, 8831.0, 8857.0, 8842.0, 8837.0, 8825.0, 8833.0, 8808.0, 8838.0, 8809.0, 8835.0, 8824.0, 8837.0, 8826.0, 8836.0, 8826.0, 8852.0, 8842.0, 8839.0, 8812.0, 8854.0, 8812.0, 8837.0, 8826.0, 8853.0, 8826.0, 8836.0, 8813.0, 8823.0, 8814.0, 8840.0, 8842.0, 8814.0, 8844.0, 8801.0, 8859.0, 8831.0, 8860.0, 8847.0, 8860.0, 8831.0, 8856.0, 8830.0, 8858.0, 8842.0, 8838.0, 8824.0, 8821.0, 8809.0, 8836.0, 8825.0, 8836.0, 8825.0, 8838.0, 8812.0, 8835.0, 8812.0, 8852.0, 8826.0, 8836.0, 8809.0, 8820.0, 8810.0, 8838.0, 8827.0, 8839.0, 8827.0, 8837.0, 8826.0, 8837.0, 8829.0, 8855.0, 8843.0, 8838.0, 8812.0, 8854.0, 8826.0, 8854.0, 8841.0, 8836.0, 8812.0, 8840.0, 8815.0, 8838.0, 8828.0, 8856.0, 8844.0, 8808.0, 8816.0, 8818.0, 8847.0, 8849.0, 8879.0, 8853.0, 8833.0, 8831.0, 8826.0, 8827.0, 8854.0, 8848.0, 8842.0, 8816.0, 8798.0, 8848.0, 8826.0, 8841.0, 8811.0, 8856.0, 8841.0, 8854.0, 8812.0, 8835.0, 8812.0, 8856.0, 8826.0, 8838.0, 8825.0, 8835.0, 8795.0, 8831.0, 8806.0, 8834.0, 8820.0, 8831.0, 8805.0, 8817.0, 8791.0, 8805.0, 8788.0, 8837.0, 8818.0, 8835.0, 8791.0, 8807.0, 8820.0, 8826.0, 8838.0, 8841.0, 8808.0, 8823.0, 8790.0, 8794.0, 8832.0, 8823.0, 8822.0, 8841.0, 8798.0, 8840.0, 8810.0, 8859.0, 8825.0, 8855.0, 8826.0, 8837.0, 8824.0, 8837.0, 8824.0, 8854.0, 8825.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.0013436394948335246</td></tr>
<tr><td colspan=3>aqi</td><td>0.02961277416762342</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.74168851118388</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1782710717816085</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9827968856551734</td></tr>
<tr><td colspan=3>efc</td><td>0.444</td></tr>
<tr><td colspan=3>fber</td><td>7342.5762</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0824058256047916</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8369690011481057</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.589221255166648</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4560117596259348</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9385705663026545</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3730814395713553</td></tr>
<tr><td colspan=3>gcor</td><td>0.00391004</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01982530765235424</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023333748802542686</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.8496593653994</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>62.4632</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.3636</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.0533</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308464.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>659.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.4976</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3812</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.5913</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3177.2338</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3401.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>985.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4120.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.4483</td></tr>
<tr><td colspan=3>tsnr</td><td>38.8315230361186</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>