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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0090_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-01_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-0090/figures/sub-0090_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_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-0090/ses-01/func/sub-0090_ses-01_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>5be343c02edba274b5924fb6357b5be0</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>20:46:22.832500</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.99972, 0.0121716, 0.0202886, -0.0129126, 0.999239, 0.0367998]</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.104787</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7732, -7232, 587, 43, -90, -95, -7]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.257</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d5249e95-9a63-418f-ad6b-8bc1c6215703||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.682175874710083, -0.03464346006512642, 0.05352826789021492, 113.68807220458984], [-0.03265548497438431, 2.6808857917785645, 0.10003899782896042, -93.50882720947266], [0.05443291366100311, -0.09873118251562119, 2.697615146636963, -60.951210021972656], [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': ['204622.832500', '204623.292500', '204623.752500', '204624.212500', '204624.672500', '204625.132500', '204625.592500', '204626.052500', '204626.512500', '204626.972500', '204627.432500', '204627.892500', '204628.352500', '204628.812500', '204629.272500', '204629.732500', '204630.192500', '204630.652500', '204631.112500', '204631.572500', '204632.032500', '204632.492500', '204632.952500', '204633.412500', '204633.872500', '204634.332500', '204634.792500', '204635.252500', '204635.712500', '204636.172500', '204636.632500', '204637.092500', '204637.552500', '204638.012500', '204638.472500', '204638.932500', '204639.392500', '204639.852500', '204640.312500', '204640.772500', '204641.232500', '204641.692500', '204642.152500', '204642.612500', '204643.072500', '204643.532500', '204643.992500', '204644.452500', '204644.912500', '204645.372500', '204645.832500', '204646.292500', '204646.752500', '204647.212500', '204647.672500', '204648.132500', '204648.592500', '204649.052500', '204649.512500', '204649.972500', '204650.432500', '204650.892500', '204651.352500', '204651.812500', '204652.272500', '204652.732500', '204653.192500', '204653.652500', '204654.112500', '204654.572500', '204655.032500', '204655.492500', '204655.952500', '204656.412500', '204656.872500', '204657.332500', '204657.792500', '204658.252500', '204658.712500', '204659.172500', '204659.632500', '204700.092500', '204700.552500', '204701.012500', '204701.472500', '204701.932500', '204702.392500', '204702.852500', '204703.312500', '204703.772500', '204704.232500', '204704.692500', '204705.152500', '204705.612500', '204706.072500', '204706.532500', '204706.992500', '204707.452500', '204707.912500', '204708.372500', '204708.832500', '204709.292500', '204709.752500', '204710.212500', '204710.672500', '204711.132500', '204711.592500', '204712.052500', '204712.512500', '204712.972500', '204713.432500', '204713.892500', '204714.352500', '204714.812500', '204715.272500', '204715.732500', '204716.192500', '204716.652500', '204717.112500', '204717.572500', '204718.032500', '204718.492500', '204718.952500', '204719.412500', '204719.872500', '204720.332500', '204720.792500', '204721.252500', '204721.712500', '204722.172500', '204722.632500', '204723.092500', '204723.552500', '204724.012500', '204724.472500', '204724.932500', '204725.392500', '204725.852500', '204726.312500', '204726.772500', '204727.232500', '204727.692500', '204728.152500', '204728.612500', '204729.072500', '204729.532500', '204729.992500', '204730.452500', '204730.912500', '204731.372500', '204731.832500', '204732.292500', '204732.752500', '204733.212500', '204733.672500', '204734.132500', '204734.592500', '204735.052500', '204735.512500', '204735.972500', '204736.432500', '204736.892500', '204737.352500', '204737.812500', '204738.272500', '204738.732500', '204739.192500', '204739.652500', '204740.112500', '204740.572500', '204741.032500', '204741.492500', '204741.952500', '204742.412500', '204742.872500', '204743.332500', '204743.792500', '204744.252500', '204744.712500', '204745.172500', '204745.632500', '204746.092500', '204746.552500', '204747.012500', '204747.472500', '204747.932500', '204748.392500', '204748.852500', '204749.312500', '204749.772500', '204750.232500', '204750.692500', '204751.152500', '204751.612500', '204752.072500', '204752.532500', '204752.992500', '204753.452500', '204753.912500', '204754.372500', '204754.832500', '204755.292500', '204755.752500', '204756.212500', '204756.672500', '204757.132500', '204757.592500', '204758.052500', '204758.512500', '204758.972500', '204759.432500', '204759.892500', '204800.352500', '204800.812500', '204801.272500', '204801.732500', '204802.192500', '204802.652500', '204803.112500', '204803.572500', '204804.032500', '204804.492500', '204804.952500', '204805.412500', '204805.872500', '204806.332500', '204806.792500', '204807.252500', '204807.712500', '204808.172500', '204808.632500', '204809.092500', '204809.552500', '204810.012500', '204810.472500', '204810.932500', '204811.392500', '204811.852500', '204812.312500', '204812.772500', '204813.232500', '204813.692500', '204814.152500', '204814.612500', '204815.072500', '204815.532500', '204815.992500', '204816.452500', '204816.912500', '204817.372500', '204817.832500', '204818.292500', '204818.752500', '204819.212500', '204819.672500', '204820.132500', '204820.592500', '204821.052500', '204821.512500', '204821.972500', '204822.432500', '204822.892500', '204823.352500', '204823.812500', '204824.272500', '204824.732500', '204825.192500', '204825.652500', '204826.112500', '204826.572500', '204827.032500', '204827.492500', '204827.952500', '204828.412500', '204828.872500', '204829.332500', '204829.792500', '204830.252500', '204830.712500', '204831.172500', '204831.632500', '204832.092500', '204832.552500', '204833.012500', '204833.472500', '204833.932500', '204834.392500', '204834.852500', '204835.312500', '204835.772500', '204836.232500', '204836.692500', '204837.152500', '204837.612500', '204838.072500', '204838.532500', '204838.992500', '204839.452500', '204839.912500', '204840.372500', '204840.832500', '204841.292500', '204841.752500', '204842.212500', '204842.672500', '204843.132500', '204843.592500', '204844.052500', '204844.512500', '204844.972500', '204845.432500', '204845.892500', '204846.352500', '204846.812500', '204847.272500', '204847.732500', '204848.192500', '204848.652500', '204849.112500', '204849.572500', '204850.032500', '204850.492500', '204850.952500', '204851.412500', '204851.872500', '204852.332500', '204852.792500', '204853.252500', '204853.712500', '204854.172500', '204854.632500', '204855.092500', '204855.552500', '204856.012500', '204856.472500', '204856.932500', '204857.392500', '204857.852500', '204858.312500', '204858.772500', '204859.232500', '204859.692500', '204900.152500', '204900.612500', '204901.072500', '204901.532500', '204901.992500', '204902.452500', '204902.912500', '204903.372500', '204903.832500', '204904.292500', '204904.752500', '204905.212500', '204905.672500', '204906.132500', '204906.592500', '204907.052500', '204907.512500', '204907.972500', '204908.432500', '204908.892500', '204909.352500', '204909.812500', '204910.272500', '204910.732500', '204911.192500', '204911.652500', '204912.112500', '204912.572500', '204913.032500', '204913.492500', '204913.952500', '204914.412500', '204914.872500', '204915.332500', '204915.792500', '204916.252500', '204916.712500', '204917.172500', '204917.632500', '204918.092500', '204918.552500', '204919.012500', '204919.472500', '204919.932500', '204920.392500', '204920.852500', '204921.312500', '204921.772500', '204922.232500', '204922.692500', '204923.152500', '204923.612500', '204924.072500', '204924.532500', '204924.992500', '204925.452500', '204925.912500', '204926.372500', '204926.832500', '204927.292500', '204927.752500', '204928.212500', '204928.672500', '204929.132500', '204929.592500', '204930.052500', '204930.512500', '204930.972500', '204931.432500', '204931.892500', '204932.352500', '204932.812500', '204933.272500', '204933.732500', '204934.192500', '204934.652500', '204935.112500', '204935.572500', '204936.032500', '204936.492500', '204936.952500', '204937.412500', '204937.872500', '204938.332500', '204938.792500', '204939.252500', '204939.712500', '204940.172500', '204940.632500', '204941.092500', '204941.552500', '204942.012500', '204942.472500', '204942.932500', '204943.392500', '204943.852500', '204944.312500', '204944.772500', '204945.232500', '204945.692500', '204946.152500', '204946.612500', '204947.072500', '204947.532500', '204947.992500', '204948.452500', '204948.912500', '204949.372500', '204949.832500', '204950.292500', '204950.752500', '204951.212500', '204951.672500', '204952.132500', '204952.592500', '204953.052500', '204953.512500', '204953.972500', '204954.432500', '204954.892500', '204955.352500', '204955.812500', '204956.272500', '204956.732500', '204957.192500', '204957.652500', '204958.112500', '204958.572500', '204959.032500', '204959.492500', '204959.952500', '205000.412500', '205000.872500', '205001.332500', '205001.792500', '205002.252500', '205002.712500', '205003.172500', '205003.632500', '205004.092500', '205004.552500', '205005.012500', '205005.472500', '205005.932500', '205006.392500', '205006.852500', '205007.312500', '205007.772500', '205008.232500', '205008.692500', '205009.152500', '205009.612500', '205010.072500', '205010.532500', '205010.992500', '205011.452500', '205011.912500', '205012.372500', '205012.832500', '205013.292500', '205013.752500', '205014.212500', '205014.672500', '205015.132500', '205015.592500', '205016.052500', '205016.512500', '205016.972500', '205017.432500', '205017.892500', '205018.352500', '205018.812500', '205019.272500', '205019.732500', '205020.192500', '205020.652500', '205021.112500', '205021.572500', '205022.032500', '205022.492500', '205022.952500', '205023.412500', '205023.872500', '205024.332500', '205024.792500', '205025.252500', '205025.712500', '205026.172500', '205026.632500', '205027.092500', '205027.552500', '205028.012500', '205028.472500', '205028.932500', '205029.392500', '205029.852500', '205030.312500', '205030.772500', '205031.232500', '205031.692500', '205032.152500', '205032.612500', '205033.072500', '205033.532500', '205033.992500', '205034.452500', '205034.912500', '205035.372500', '205035.832500', '205036.292500', '205036.752500', '205037.212500', '205037.672500', '205038.132500', '205038.592500', '205039.052500', '205039.512500', '205039.972500', '205040.432500', '205040.892500', '205041.352500', '205041.812500', '205042.272500', '205042.732500', '205043.192500', '205043.652500', '205044.112500', '205044.572500', '205045.032500', '205045.492500', '205045.952500', '205046.412500', '205046.872500', '205047.332500', '205047.792500', '205048.252500', '205048.712500', '205049.172500', '205049.632500', '205050.092500', '205050.552500', '205051.012500', '205051.472500', '205051.932500', '205052.392500', '205052.852500', '205053.312500', '205053.772500', '205054.232500', '205054.692500', '205055.152500', '205055.612500', '205056.072500', '205056.532500', '205056.992500', '205057.452500', '205057.912500', '205058.372500', '205058.832500', '205059.292500', '205059.752500', '205100.212500', '205100.672500', '205101.132500', '205101.592500', '205102.052500', '205102.512500', '205102.972500', '205103.432500', '205103.892500', '205104.352500', '205104.812500', '205105.272500', '205105.732500', '205106.192500', '205106.652500', '205107.112500', '205107.572500', '205108.032500', '205108.492500', '205108.952500', '205109.412500', '205109.872500', '205110.332500', '205110.792500', '205111.252500', '205111.712500', '205112.172500', '205112.632500', '205113.092500', '205113.552500', '205114.012500', '205114.472500', '205114.932500', '205115.392500', '205115.852500', '205116.312500', '205116.772500', '205117.232500', '205117.692500', '205118.152500', '205118.612500', '205119.072500', '205119.532500', '205119.992500', '205120.452500', '205120.912500', '205121.372500', '205121.832500', '205122.292500', '205122.752500', '205123.212500', '205123.672500', '205124.132500', '205124.592500', '205125.052500', '205125.512500', '205125.972500', '205126.432500', '205126.892500', '205127.352500', '205127.812500', '205128.272500', '205128.732500', '205129.192500', '205129.652500', '205130.112500', '205130.572500', '205131.032500', '205131.492500', '205131.952500', '205132.412500', '205132.872500', '205133.332500', '205133.792500', '205134.252500', '205134.712500', '205135.172500', '205135.632500', '205136.092500', '205136.552500', '205137.012500', '205137.472500', '205137.932500', '205138.392500', '205138.852500', '205139.312500', '205139.772500', '205140.232500', '205140.692500', '205141.152500', '205141.612500', '205142.072500', '205142.532500', '205142.992500', '205143.452500', '205143.912500', '205144.372500', '205144.832500', '205145.292500', '205145.752500', '205146.212500', '205146.672500', '205147.132500', '205147.592500', '205148.052500', '205148.512500', '205148.972500', '205149.432500', '205149.892500', '205150.352500', '205150.812500', '205151.272500', '205151.732500', '205152.192500', '205152.652500', '205153.112500', '205153.572500', '205154.032500', '205154.492500', '205154.952500', '205155.412500', '205155.872500', '205156.332500', '205156.792500', '205157.252500', '205157.712500', '205158.172500', '205158.632500', '205159.092500', '205159.552500', '205200.012500', '205200.472500', '205200.932500', '205201.392500', '205201.852500', '205202.312500', '205202.772500', '205203.232500', '205203.692500', '205204.152500', '205204.612500', '205205.072500', '205205.532500', '205205.992500', '205206.452500', '205206.912500', '205207.372500', '205207.832500', '205208.292500', '205208.752500', '205209.212500', '205209.672500', '205210.132500', '205210.592500', '205211.052500', '205211.512500', '205211.972500', '205212.432500', '205212.892500', '205213.352500', '205213.812500', '205214.272500', '205214.732500', '205215.192500', '205215.652500', '205216.112500', '205216.572500', '205217.032500', '205217.492500', '205217.952500', '205218.412500', '205218.872500', '205219.332500', '205219.792500', '205220.252500', '205220.712500', '205221.172500', '205221.632500', '205222.092500', '205222.552500', '205223.012500', '205223.472500', '205223.932500', '205224.392500', '205224.852500', '205225.312500', '205225.772500', '205226.232500', '205226.692500', '205227.152500', '205227.612500', '205228.072500', '205228.532500', '205228.992500', '205229.452500', '205229.912500', '205230.372500', '205230.832500', '205231.292500', '205231.752500', '205232.212500', '205232.672500', '205233.132500', '205233.592500', '205234.052500', '205234.512500', '205234.972500', '205235.432500', '205235.892500', '205236.352500', '205236.812500', '205237.272500', '205237.732500', '205238.192500', '205238.652500', '205239.112500', '205239.572500', '205240.032500', '205240.492500', '205240.952500', '205241.412500', '205241.872500', '205242.332500', '205242.792500', '205243.252500', '205243.712500', '205244.172500', '205244.632500', '205245.092500', '205245.552500', '205246.012500', '205246.472500', '205246.932500', '205247.392500', '205247.852500', '205248.312500', '205248.772500', '205249.232500', '205249.692500', '205250.152500', '205250.612500', '205251.072500', '205251.532500', '205251.992500', '205252.452500', '205252.912500', '205253.372500', '205253.832500', '205254.292500', '205254.752500', '205255.212500', '205255.672500', '205256.132500', '205256.592500', '205257.052500', '205257.512500', '205257.972500', '205258.432500', '205258.892500', '205259.352500', '205259.812500', '205300.272500', '205300.732500', '205301.192500', '205301.652500', '205302.112500', '205302.572500', '205303.032500', '205303.492500'], 'ContentTime': ['204634.740000', '204634.743000', '204634.746000', '204634.752000', '204634.754000', '204634.757000', '204634.760000', '204634.762000', '204634.765000', '204634.767000', '204634.770000', '204634.773000', '204634.775000', '204634.778000', '204634.781000', '204634.783000', '204634.786000', '204634.788000', '204634.791000', '204634.794000', '204634.796000', '204634.799000', '204634.801000', '204654.700000', '204654.702000', '204654.705000', '204654.708000', '204654.711000', '204654.713000', '204654.716000', '204654.718000', '204654.721000', '204654.724000', '204654.726000', '204654.729000', '204654.731000', '204654.734000', '204654.736000', '204654.739000', '204654.741000', '204654.744000', '204654.747000', '204654.749000', '204654.752000', '204654.754000', '204654.757000', '204654.760000', '204654.762000', '204654.773000', '204654.775000', '204654.778000', '204654.781000', '204654.783000', '204654.786000', '204654.788000', '204654.791000', '204654.794000', '204654.796000', '204654.799000', '204654.802000', '204654.804000', '204654.813000', '204654.815000', '204654.818000', '204654.821000', '204654.823000', '204654.826000', '204714.699000', '204714.702000', '204714.705000', '204714.708000', '204714.710000', '204714.713000', '204714.716000', '204714.718000', '204714.721000', '204714.723000', '204714.726000', '204714.729000', '204714.731000', '204714.734000', '204714.737000', '204714.739000', '204714.742000', '204714.745000', '204714.747000', '204714.750000', '204714.752000', '204714.755000', '204714.758000', '204714.760000', '204714.763000', '204714.765000', '204714.768000', '204714.771000', '204714.773000', '204714.776000', '204714.779000', '204714.790000', '204714.792000', '204714.795000', '204714.798000', '204714.800000', '204714.803000', '204714.806000', '204714.814000', '204714.817000', '204714.819000', '204714.822000', '204714.825000', '204734.698000', '204734.701000', '204734.704000', '204734.707000', '204734.709000', '204734.712000', '204734.715000', '204734.717000', '204734.720000', '204734.723000', '204734.725000', '204734.728000', '204734.732000', '204734.735000', '204734.737000', '204734.740000', '204734.744000', '204734.747000', '204734.749000', '204734.752000', '204734.755000', '204734.757000', '204734.760000', '204734.763000', '204734.765000', '204734.768000', '204734.771000', '204734.773000', '204734.776000', '204734.779000', '204734.782000', '204734.784000', '204734.787000', '204734.790000', '204734.792000', '204734.795000', '204734.798000', '204734.800000', '204734.803000', '204734.806000', '204734.808000', '204734.811000', '204734.814000', '204754.698000', '204754.701000', '204754.705000', '204754.707000', '204754.710000', '204754.712000', '204754.715000', '204754.718000', '204754.721000', '204754.723000', '204754.726000', '204754.729000', '204754.731000', '204754.734000', '204754.737000', '204754.739000', '204754.742000', '204754.744000', '204754.747000', '204754.750000', '204754.752000', '204754.755000', '204754.758000', '204754.760000', '204754.763000', '204754.765000', '204754.768000', '204754.771000', '204754.773000', '204754.776000', '204754.779000', '204754.782000', '204754.784000', '204754.787000', '204754.789000', '204754.792000', '204754.795000', '204754.797000', '204754.800000', '204754.803000', '204754.805000', '204754.808000', '204754.811000', '204754.813000', '204814.698000', '204814.701000', '204814.704000', '204814.707000', '204814.709000', '204814.712000', '204814.715000', '204814.717000', '204814.720000', '204814.722000', '204814.725000', '204814.728000', '204814.730000', '204814.733000', '204814.736000', '204814.738000', '204814.741000', '204814.744000', '204814.746000', '204814.749000', '204814.752000', '204814.754000', '204814.757000', '204814.760000', '204814.762000', '204814.765000', '204814.768000', '204814.770000', '204814.773000', '204814.775000', '204814.778000', '204814.781000', '204814.783000', '204814.786000', '204814.789000', '204814.791000', '204814.794000', '204814.797000', '204814.800000', '204814.802000', '204814.805000', '204814.807000', '204814.810000', '204814.813000', '204834.700000', '204834.703000', '204834.705000', '204834.708000', '204834.711000', '204834.713000', '204834.716000', '204834.719000', '204834.721000', '204834.724000', '204834.726000', '204834.729000', '204834.732000', '204834.734000', '204834.737000', '204834.740000', '204834.742000', '204834.745000', '204834.748000', '204834.750000', '204834.753000', '204834.756000', '204834.758000', '204834.761000', '204834.763000', '204834.766000', '204834.769000', '204834.771000', '204834.774000', '204834.777000', '204834.779000', '204834.782000', '204834.784000', '204834.787000', '204834.790000', '204834.792000', '204834.795000', '204834.798000', '204834.800000', '204834.803000', '204834.806000', '204834.808000', '204834.811000', '204854.699000', '204854.702000', '204854.705000', '204854.708000', '204854.711000', '204854.713000', '204854.716000', '204854.719000', '204854.721000', '204854.724000', '204854.726000', '204854.729000', '204854.732000', '204854.735000', '204854.737000', '204854.740000', '204854.743000', '204854.746000', '204854.748000', '204854.751000', '204854.754000', '204854.756000', '204854.759000', '204854.762000', '204854.764000', '204854.768000', '204854.771000', '204854.787000', '204854.790000', '204854.793000', '204854.796000', '204854.798000', '204854.801000', '204854.804000', '204854.806000', '204854.809000', '204854.812000', '204854.814000', '204854.817000', '204854.820000', '204854.822000', '204854.825000', '204854.828000', '204914.700000', '204914.703000', '204914.705000', '204914.708000', '204914.710000', '204914.713000', '204914.716000', '204914.718000', '204914.721000', '204914.723000', '204914.726000', '204914.729000', '204914.732000', '204914.734000', '204914.737000', '204914.740000', '204914.743000', '204914.745000', '204914.748000', '204914.751000', '204914.753000', '204914.756000', '204914.759000', '204914.761000', '204914.764000', '204914.767000', '204914.770000', '204914.772000', '204914.775000', '204914.778000', '204914.780000', '204914.783000', '204914.785000', '204914.788000', '204914.791000', '204914.793000', '204914.796000', '204914.799000', '204914.801000', '204914.804000', '204914.807000', '204914.809000', '204914.812000', '204914.814000', '204934.699000', '204934.702000', '204934.705000', '204934.708000', '204934.710000', '204934.713000', '204934.716000', '204934.718000', '204934.721000', '204934.723000', '204934.726000', '204934.729000', '204934.732000', '204934.734000', '204934.737000', '204934.739000', '204934.742000', '204934.745000', '204934.748000', '204934.751000', '204934.754000', '204934.757000', '204934.759000', '204934.762000', '204934.765000', '204934.767000', '204934.770000', '204934.772000', '204934.775000', '204934.778000', '204934.780000', '204934.783000', '204934.786000', '204934.788000', '204934.791000', '204934.794000', '204934.796000', '204934.799000', '204934.801000', '204934.804000', '204934.807000', '204934.810000', '204934.812000', '204954.699000', '204954.702000', '204954.704000', '204954.707000', '204954.710000', '204954.712000', '204954.715000', '204954.718000', '204954.720000', '204954.723000', '204954.726000', '204954.728000', '204954.731000', '204954.733000', '204954.736000', '204954.739000', '204954.741000', '204954.744000', '204954.746000', '204954.749000', '204954.752000', '204954.754000', '204954.757000', '204954.760000', '204954.762000', '204954.765000', '204954.767000', '204954.770000', '204954.773000', '204954.776000', '204954.778000', '204954.781000', '204954.783000', '204954.786000', '204954.789000', '204954.791000', '204954.794000', '204954.797000', '204954.799000', '204954.802000', '204954.805000', '204954.807000', '204954.810000', '204954.813000', '205014.699000', '205014.702000', '205014.704000', '205014.707000', '205014.709000', '205014.712000', '205014.715000', '205014.717000', '205014.720000', '205014.723000', '205014.725000', '205014.728000', '205014.731000', '205014.734000', '205014.736000', '205014.739000', '205014.741000', '205014.744000', '205014.747000', '205014.750000', '205014.755000', '205014.758000', '205014.760000', '205014.763000', '205014.766000', '205014.768000', '205014.771000', '205014.774000', '205014.776000', '205014.779000', '205014.781000', '205014.784000', '205014.787000', '205014.790000', '205014.792000', '205014.795000', '205014.798000', '205014.800000', '205014.803000', '205014.807000', '205014.810000', '205014.813000', '205014.815000', '205034.699000', '205034.701000', '205034.704000', '205034.707000', '205034.709000', '205034.712000', '205034.715000', '205034.718000', '205034.720000', '205034.733000', '205034.736000', '205034.738000', '205034.741000', '205034.743000', '205034.746000', '205034.749000', '205034.751000', '205034.754000', '205034.757000', '205034.759000', '205034.762000', '205034.765000', '205034.767000', '205034.770000', '205034.773000', '205034.775000', '205034.778000', '205034.781000', '205034.783000', '205034.786000', '205034.789000', '205034.791000', '205034.794000', '205034.797000', '205034.799000', '205034.802000', '205034.805000', '205034.807000', '205034.810000', '205034.813000', '205034.815000', '205034.818000', '205034.821000', '205034.823000', '205054.700000', '205054.703000', '205054.705000', '205054.708000', '205054.711000', '205054.714000', '205054.716000', '205054.719000', '205054.722000', '205054.724000', '205054.727000', '205054.729000', '205054.732000', '205054.735000', '205054.737000', '205054.740000', '205054.743000', '205054.745000', '205054.748000', '205054.751000', '205054.753000', '205054.756000', '205054.759000', '205054.761000', '205054.764000', '205054.767000', '205054.769000', '205054.772000', '205054.775000', '205054.777000', '205054.780000', '205054.783000', '205054.786000', '205054.789000', '205054.793000', '205054.795000', '205054.798000', '205054.801000', '205054.804000', '205054.806000', '205054.809000', '205054.811000', '205054.814000', '205114.700000', '205114.703000', '205114.705000', '205114.708000', '205114.710000', '205114.713000', '205114.716000', '205114.718000', '205114.721000', '205114.724000', '205114.726000', '205114.729000', '205114.731000', '205114.734000', '205114.737000', '205114.739000', '205114.742000', '205114.744000', '205114.747000', '205114.750000', '205114.752000', '205114.755000', '205114.757000', '205114.760000', '205114.763000', '205114.765000', '205114.768000', '205114.771000', '205114.773000', '205114.776000', '205114.779000', '205114.781000', '205114.784000', '205114.787000', '205114.790000', '205114.792000', '205114.795000', '205114.798000', '205114.800000', '205114.803000', '205114.805000', '205114.808000', '205114.811000', '205114.813000', '205134.699000', '205134.702000', '205134.705000', '205134.708000', '205134.710000', '205134.713000', '205134.716000', '205134.719000', '205134.721000', '205134.724000', '205134.726000', '205134.729000', '205134.731000', '205134.734000', '205134.737000', '205134.739000', '205134.742000', '205134.744000', '205134.747000', '205134.750000', '205134.752000', '205134.755000', '205134.758000', '205134.760000', '205134.763000', '205134.765000', '205134.768000', '205134.771000', '205134.773000', '205134.776000', '205134.778000', '205134.781000', '205134.784000', '205134.786000', '205134.789000', '205134.792000', '205134.794000', '205134.797000', '205134.800000', '205134.803000', '205134.805000', '205134.808000', '205134.810000', '205154.700000', '205154.702000', '205154.705000', '205154.708000', '205154.719000', '205154.722000', '205154.724000', '205154.727000', '205154.730000', '205154.732000', '205154.735000', '205154.738000', '205154.740000', '205154.743000', '205154.745000', '205154.748000', '205154.751000', '205154.753000', '205154.756000', '205154.765000', '205154.768000', '205154.770000', '205154.773000', '205154.776000', '205154.778000', '205154.781000', '205154.783000', '205154.786000', '205154.788000', '205154.791000', '205154.794000', '205154.796000', '205154.799000', '205154.802000', '205154.804000', '205154.807000', '205154.810000', '205154.812000', '205154.815000', '205154.817000', '205154.820000', '205154.823000', '205154.825000', '205154.828000', '205214.698000', '205214.701000', '205214.704000', '205214.707000', '205214.709000', '205214.712000', '205214.715000', '205214.717000', '205214.720000', '205214.722000', '205214.725000', '205214.728000', '205214.730000', '205214.733000', '205214.735000', '205214.738000', '205214.741000', '205214.743000', '205214.746000', '205214.749000', '205214.751000', '205214.754000', '205214.756000', '205214.759000', '205214.762000', '205214.764000', '205214.767000', '205214.769000', '205214.772000', '205214.775000', '205214.777000', '205214.780000', '205214.782000', '205214.785000', '205214.788000', '205214.790000', '205214.793000', '205214.795000', '205214.798000', '205214.801000', '205214.803000', '205214.806000', '205214.808000', '205234.699000', '205234.702000', '205234.705000', '205234.707000', '205234.710000', '205234.713000', '205234.715000', '205234.718000', '205234.720000', '205234.723000', '205234.726000', '205234.728000', '205234.731000', '205234.734000', '205234.736000', '205234.739000', '205234.742000', '205234.744000', '205234.747000', '205234.750000', '205234.752000', '205234.755000', '205234.757000', '205234.760000', '205234.763000', '205234.765000', '205234.768000', '205234.772000', '205234.774000', '205234.777000', '205234.779000', '205234.782000', '205234.785000', '205234.787000', '205234.790000', '205234.793000', '205234.795000', '205234.798000', '205234.800000', '205234.803000', '205234.806000', '205234.808000', '205234.811000', '205234.813000', '205254.699000', '205254.702000', '205254.704000', '205254.707000', '205254.710000', '205254.712000', '205254.715000', '205254.718000', '205254.720000', '205254.723000', '205254.726000', '205254.728000', '205254.731000', '205254.734000', '205254.736000', '205254.739000', '205254.742000', '205254.744000', '205254.747000', '205254.749000', '205254.752000', '205254.755000', '205254.757000', '205254.760000', '205254.763000', '205254.765000', '205254.768000', '205254.770000', '205254.773000', '205254.776000', '205254.778000', '205254.781000', '205254.784000', '205254.786000', '205254.789000', '205254.791000', '205254.794000', '205254.797000', '205254.799000', '205254.802000', '205254.804000', '205254.807000', '205254.810000', '205304.975000', '205304.978000', '205304.981000', '205304.984000', '205304.986000', '205304.989000', '205304.992000', '205304.995000', '205304.998000', '205305.002000', '205305.005000', '205305.008000', '205305.012000', '205305.014000', '205305.018000', '205305.021000', '205305.023000', '205305.026000', '205305.029000', '205305.032000', '205305.034000', '205305.037000', '205305.040000'], 'InstanceCreationTime': ['204634.740000', '204634.743000', '204634.746000', '204634.752000', '204634.754000', '204634.757000', '204634.760000', '204634.762000', '204634.765000', '204634.767000', '204634.770000', '204634.773000', '204634.775000', '204634.778000', '204634.781000', '204634.783000', '204634.786000', '204634.788000', '204634.791000', '204634.794000', '204634.796000', '204634.799000', '204634.801000', '204654.700000', '204654.702000', '204654.705000', '204654.708000', '204654.711000', '204654.713000', '204654.716000', '204654.718000', '204654.721000', '204654.724000', '204654.726000', '204654.729000', '204654.731000', '204654.734000', '204654.736000', '204654.739000', '204654.741000', '204654.744000', '204654.747000', '204654.749000', '204654.752000', '204654.754000', '204654.757000', '204654.760000', '204654.762000', '204654.773000', '204654.775000', '204654.778000', '204654.781000', '204654.783000', '204654.786000', '204654.788000', '204654.791000', '204654.794000', '204654.796000', '204654.799000', '204654.802000', '204654.804000', '204654.813000', '204654.815000', '204654.818000', '204654.821000', '204654.823000', '204654.826000', '204714.699000', '204714.702000', '204714.705000', '204714.708000', '204714.710000', '204714.713000', '204714.716000', '204714.718000', '204714.721000', '204714.723000', '204714.726000', '204714.729000', '204714.731000', '204714.734000', '204714.737000', '204714.739000', '204714.742000', '204714.745000', '204714.747000', '204714.750000', '204714.752000', '204714.755000', '204714.758000', '204714.760000', '204714.763000', '204714.765000', '204714.768000', '204714.771000', '204714.773000', '204714.776000', '204714.779000', '204714.790000', '204714.792000', '204714.795000', '204714.798000', '204714.800000', '204714.803000', '204714.806000', '204714.814000', '204714.817000', '204714.819000', '204714.822000', '204714.825000', '204734.698000', '204734.701000', '204734.704000', '204734.707000', '204734.709000', '204734.712000', '204734.715000', '204734.717000', '204734.720000', '204734.723000', '204734.725000', '204734.728000', '204734.732000', '204734.735000', '204734.737000', '204734.740000', '204734.744000', '204734.747000', '204734.749000', '204734.752000', '204734.755000', '204734.757000', '204734.760000', '204734.763000', '204734.765000', '204734.768000', '204734.771000', '204734.773000', '204734.776000', '204734.779000', '204734.782000', '204734.784000', '204734.787000', '204734.790000', '204734.792000', '204734.795000', '204734.798000', '204734.800000', '204734.803000', '204734.806000', '204734.808000', '204734.811000', '204734.814000', '204754.698000', '204754.701000', '204754.705000', '204754.707000', '204754.710000', '204754.712000', '204754.715000', '204754.718000', '204754.721000', '204754.723000', '204754.726000', '204754.729000', '204754.731000', '204754.734000', '204754.737000', '204754.739000', '204754.742000', '204754.744000', '204754.747000', '204754.750000', '204754.752000', '204754.755000', '204754.758000', '204754.760000', '204754.763000', '204754.765000', '204754.768000', '204754.771000', '204754.773000', '204754.776000', '204754.779000', '204754.782000', '204754.784000', '204754.787000', '204754.789000', '204754.792000', '204754.795000', '204754.797000', '204754.800000', '204754.803000', '204754.805000', '204754.808000', '204754.811000', '204754.813000', '204814.698000', '204814.701000', '204814.704000', '204814.707000', '204814.709000', '204814.712000', '204814.715000', '204814.717000', '204814.720000', '204814.722000', '204814.725000', '204814.728000', '204814.730000', '204814.733000', '204814.736000', '204814.738000', '204814.741000', '204814.744000', '204814.746000', '204814.749000', '204814.752000', '204814.754000', '204814.757000', '204814.760000', '204814.762000', '204814.765000', '204814.768000', '204814.770000', '204814.773000', '204814.775000', '204814.778000', '204814.781000', '204814.783000', '204814.786000', '204814.789000', '204814.791000', '204814.794000', '204814.797000', '204814.800000', '204814.802000', '204814.805000', '204814.807000', '204814.810000', '204814.813000', '204834.700000', '204834.703000', '204834.705000', '204834.708000', '204834.711000', '204834.713000', '204834.716000', '204834.719000', '204834.721000', '204834.724000', '204834.726000', '204834.729000', '204834.732000', '204834.734000', '204834.737000', '204834.740000', '204834.742000', '204834.745000', '204834.748000', '204834.750000', '204834.753000', '204834.756000', '204834.758000', '204834.761000', '204834.763000', '204834.766000', '204834.769000', '204834.771000', '204834.774000', '204834.777000', '204834.779000', '204834.782000', '204834.784000', '204834.787000', '204834.790000', '204834.792000', '204834.795000', '204834.798000', '204834.800000', '204834.803000', '204834.806000', '204834.808000', '204834.811000', '204854.699000', '204854.702000', '204854.705000', '204854.708000', '204854.711000', '204854.713000', '204854.716000', '204854.719000', '204854.721000', '204854.724000', '204854.726000', '204854.729000', '204854.732000', '204854.735000', '204854.737000', '204854.740000', '204854.743000', '204854.746000', '204854.748000', '204854.751000', '204854.754000', '204854.756000', '204854.759000', '204854.762000', '204854.764000', '204854.768000', '204854.771000', '204854.787000', '204854.790000', '204854.793000', '204854.796000', '204854.798000', '204854.801000', '204854.804000', '204854.806000', '204854.809000', '204854.812000', '204854.814000', '204854.817000', '204854.820000', '204854.822000', '204854.825000', '204854.828000', '204914.700000', '204914.703000', '204914.705000', '204914.708000', '204914.710000', '204914.713000', '204914.716000', '204914.718000', '204914.721000', '204914.723000', '204914.726000', '204914.729000', '204914.732000', '204914.734000', '204914.737000', '204914.740000', '204914.743000', '204914.745000', '204914.748000', '204914.751000', '204914.753000', '204914.756000', '204914.759000', '204914.761000', '204914.764000', '204914.767000', '204914.770000', '204914.772000', '204914.775000', '204914.778000', '204914.780000', '204914.783000', '204914.785000', '204914.788000', '204914.791000', '204914.793000', '204914.796000', '204914.799000', '204914.801000', '204914.804000', '204914.807000', '204914.809000', '204914.812000', '204914.814000', '204934.699000', '204934.702000', '204934.705000', '204934.708000', '204934.710000', '204934.713000', '204934.716000', '204934.718000', '204934.721000', '204934.723000', '204934.726000', '204934.729000', '204934.732000', '204934.734000', '204934.737000', '204934.739000', '204934.742000', '204934.745000', '204934.748000', '204934.751000', '204934.754000', '204934.757000', '204934.759000', '204934.762000', '204934.765000', '204934.767000', '204934.770000', '204934.772000', '204934.775000', '204934.778000', '204934.780000', '204934.783000', '204934.786000', '204934.788000', '204934.791000', '204934.794000', '204934.796000', '204934.799000', '204934.801000', '204934.804000', '204934.807000', '204934.810000', '204934.812000', '204954.699000', '204954.702000', '204954.704000', '204954.707000', '204954.710000', '204954.712000', '204954.715000', '204954.718000', '204954.720000', '204954.723000', '204954.726000', '204954.728000', '204954.731000', '204954.733000', '204954.736000', '204954.739000', '204954.741000', '204954.744000', '204954.746000', '204954.749000', '204954.752000', '204954.754000', '204954.757000', '204954.760000', '204954.762000', '204954.765000', '204954.767000', '204954.770000', '204954.773000', '204954.776000', '204954.778000', '204954.781000', '204954.783000', '204954.786000', '204954.789000', '204954.791000', '204954.794000', '204954.797000', '204954.799000', '204954.802000', '204954.805000', '204954.807000', '204954.810000', '204954.813000', '205014.699000', '205014.702000', '205014.704000', '205014.707000', '205014.709000', '205014.712000', '205014.715000', '205014.717000', '205014.720000', '205014.723000', '205014.725000', '205014.728000', '205014.731000', '205014.734000', '205014.736000', '205014.739000', '205014.741000', '205014.744000', '205014.747000', '205014.750000', '205014.755000', '205014.758000', '205014.760000', '205014.763000', '205014.766000', '205014.768000', '205014.771000', '205014.774000', '205014.776000', '205014.779000', '205014.781000', '205014.784000', '205014.787000', '205014.790000', '205014.792000', '205014.795000', '205014.798000', '205014.800000', '205014.803000', '205014.807000', '205014.810000', '205014.813000', '205014.815000', '205034.699000', '205034.701000', '205034.704000', '205034.707000', '205034.709000', '205034.712000', '205034.715000', '205034.718000', '205034.720000', '205034.733000', '205034.736000', '205034.738000', '205034.741000', '205034.743000', '205034.746000', '205034.749000', '205034.751000', '205034.754000', '205034.757000', '205034.759000', '205034.762000', '205034.765000', '205034.767000', '205034.770000', '205034.773000', '205034.775000', '205034.778000', '205034.781000', '205034.783000', '205034.786000', '205034.789000', '205034.791000', '205034.794000', '205034.797000', '205034.799000', '205034.802000', '205034.805000', '205034.807000', '205034.810000', '205034.813000', '205034.815000', '205034.818000', '205034.821000', '205034.823000', '205054.700000', '205054.703000', '205054.705000', '205054.708000', '205054.711000', '205054.714000', '205054.716000', '205054.719000', '205054.722000', '205054.724000', '205054.727000', '205054.729000', '205054.732000', '205054.735000', '205054.737000', '205054.740000', '205054.743000', '205054.745000', '205054.748000', '205054.751000', '205054.753000', '205054.756000', '205054.759000', '205054.761000', '205054.764000', '205054.767000', '205054.769000', '205054.772000', '205054.775000', '205054.777000', '205054.780000', '205054.783000', '205054.786000', '205054.789000', '205054.793000', '205054.795000', '205054.798000', '205054.801000', '205054.804000', '205054.806000', '205054.809000', '205054.811000', '205054.814000', '205114.700000', '205114.703000', '205114.705000', '205114.708000', '205114.710000', '205114.713000', '205114.716000', '205114.718000', '205114.721000', '205114.724000', '205114.726000', '205114.729000', '205114.731000', '205114.734000', '205114.737000', '205114.739000', '205114.742000', '205114.744000', '205114.747000', '205114.750000', '205114.752000', '205114.755000', '205114.757000', '205114.760000', '205114.763000', '205114.765000', '205114.768000', '205114.771000', '205114.773000', '205114.776000', '205114.779000', '205114.781000', '205114.784000', '205114.787000', '205114.790000', '205114.792000', '205114.795000', '205114.798000', '205114.800000', '205114.803000', '205114.805000', '205114.808000', '205114.811000', '205114.813000', '205134.699000', '205134.702000', '205134.705000', '205134.708000', '205134.710000', '205134.713000', '205134.716000', '205134.719000', '205134.721000', '205134.724000', '205134.726000', '205134.729000', '205134.731000', '205134.734000', '205134.737000', '205134.739000', '205134.742000', '205134.744000', '205134.747000', '205134.750000', '205134.752000', '205134.755000', '205134.758000', '205134.760000', '205134.763000', '205134.765000', '205134.768000', '205134.771000', '205134.773000', '205134.776000', '205134.778000', '205134.781000', '205134.784000', '205134.786000', '205134.789000', '205134.792000', '205134.794000', '205134.797000', '205134.800000', '205134.803000', '205134.805000', '205134.808000', '205134.810000', '205154.700000', '205154.702000', '205154.705000', '205154.708000', '205154.719000', '205154.722000', '205154.724000', '205154.727000', '205154.730000', '205154.732000', '205154.735000', '205154.738000', '205154.740000', '205154.743000', '205154.745000', '205154.748000', '205154.751000', '205154.753000', '205154.756000', '205154.765000', '205154.768000', '205154.770000', '205154.773000', '205154.776000', '205154.778000', '205154.781000', '205154.783000', '205154.786000', '205154.788000', '205154.791000', '205154.794000', '205154.796000', '205154.799000', '205154.802000', '205154.804000', '205154.807000', '205154.810000', '205154.812000', '205154.815000', '205154.817000', '205154.820000', '205154.823000', '205154.825000', '205154.828000', '205214.698000', '205214.701000', '205214.704000', '205214.707000', '205214.709000', '205214.712000', '205214.715000', '205214.717000', '205214.720000', '205214.722000', '205214.725000', '205214.728000', '205214.730000', '205214.733000', '205214.735000', '205214.738000', '205214.741000', '205214.743000', '205214.746000', '205214.749000', '205214.751000', '205214.754000', '205214.756000', '205214.759000', '205214.762000', '205214.764000', '205214.767000', '205214.769000', '205214.772000', '205214.775000', '205214.777000', '205214.780000', '205214.782000', '205214.785000', '205214.788000', '205214.790000', '205214.793000', '205214.795000', '205214.798000', '205214.801000', '205214.803000', '205214.806000', '205214.808000', '205234.699000', '205234.702000', '205234.705000', '205234.707000', '205234.710000', '205234.713000', '205234.715000', '205234.718000', '205234.720000', '205234.723000', '205234.726000', '205234.728000', '205234.731000', '205234.734000', '205234.736000', '205234.739000', '205234.742000', '205234.744000', '205234.747000', '205234.750000', '205234.752000', '205234.755000', '205234.757000', '205234.760000', '205234.763000', '205234.765000', '205234.768000', '205234.772000', '205234.774000', '205234.777000', '205234.779000', '205234.782000', '205234.785000', '205234.787000', '205234.790000', '205234.793000', '205234.795000', '205234.798000', '205234.800000', '205234.803000', '205234.806000', '205234.808000', '205234.811000', '205234.813000', '205254.699000', '205254.702000', '205254.704000', '205254.707000', '205254.710000', '205254.712000', '205254.715000', '205254.718000', '205254.720000', '205254.723000', '205254.726000', '205254.728000', '205254.731000', '205254.734000', '205254.736000', '205254.739000', '205254.742000', '205254.744000', '205254.747000', '205254.749000', '205254.752000', '205254.755000', '205254.757000', '205254.760000', '205254.763000', '205254.765000', '205254.768000', '205254.770000', '205254.773000', '205254.776000', '205254.778000', '205254.781000', '205254.784000', '205254.786000', '205254.789000', '205254.791000', '205254.794000', '205254.797000', '205254.799000', '205254.802000', '205254.804000', '205254.807000', '205254.810000', '205304.975000', '205304.978000', '205304.981000', '205304.984000', '205304.986000', '205304.989000', '205304.992000', '205304.995000', '205304.998000', '205305.002000', '205305.005000', '205305.008000', '205305.012000', '205305.014000', '205305.018000', '205305.021000', '205305.023000', '205305.026000', '205305.029000', '205305.032000', '205305.034000', '205305.037000', '205305.040000'], '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': [12835, 17888, 14381, 18366, 15734, 14021, 14504, 12071, 15397, 13811, 12352, 15861, 10980, 13540, 11837, 14738, 12545, 12857, 14856, 9728, 13625, 11413, 11720, 12919, 9994, 16197, 13104, 12391, 12839, 9984, 15975, 14103, 17031, 13537, 10136, 15033, 13246, 18536, 14184, 11945, 13706, 12096, 16870, 13806, 17702, 12722, 11223, 14621, 12212, 17336, 12780, 9826, 14146, 12850, 13233, 15017, 10312, 14550, 12250, 16706, 14238, 11159, 14334, 11373, 14278, 12987, 11546, 15403, 11168, 13997, 11740, 8704, 16596, 12962, 10046, 15048, 13270, 10304, 16571, 12255, 9394, 15072, 12909, 17750, 14802, 9843, 13911, 11948, 16313, 13806, 9766, 13229, 11477, 13023, 13992, 9970, 15284, 11729, 8896, 13691, 12897, 15370, 14003, 9983, 14114, 12160, 16173, 14819, 10942, 14133, 12087, 15260, 14623, 10701, 14559, 11872, 12636, 13262, 9730, 15761, 10984, 16575, 13335, 11440, 13223, 9933, 16227, 12970, 17041, 12072, 9999, 14503, 11041, 15246, 11568, 9089, 13669, 11304, 16877, 13052, 11183, 11632, 13792, 12504, 9654, 16750, 11442, 15380, 12616, 15291, 14371, 11636, 15120, 11632, 14615, 12607, 15722, 13658, 9543, 13766, 12034, 16326, 13794, 9926, 13357, 11573, 15405, 13273, 12265, 14361, 9886, 14165, 12541, 13795, 15004, 10418, 14832, 12760, 14571, 14315, 11154, 15966, 11098, 15012, 12980, 17532, 13913, 10635, 14148, 10195, 15582, 12960, 15660, 12351, 13705, 13055, 9609, 15442, 10685, 14051, 12060, 13673, 13665, 9758, 14445, 11776, 15980, 13162, 10218, 13896, 11738, 14594, 13854, 10486, 15285, 12460, 15910, 14226, 10490, 16638, 12740, 15033, 13519, 9857, 17306, 13303, 16939, 12709, 9511, 15976, 10664, 16410, 12886, 15032, 14323, 10439, 16877, 12615, 14315, 12750, 9622, 16714, 12445, 15992, 12556, 9779, 16689, 11444, 15454, 12923, 15028, 14986, 11453, 14957, 12493, 15272, 13653, 11304, 15001, 11074, 15397, 13132, 10307, 16578, 11527, 15616, 12519, 9947, 16595, 12510, 16192, 12796, 10859, 15945, 12127, 15482, 12050, 13828, 13416, 11154, 16574, 12571, 13741, 11491, 12865, 15473, 9849, 16470, 13184, 10353, 11004, 13543, 10791, 17122, 14232, 10401, 14071, 9687, 16110, 13267, 16915, 12012, 9293, 14180, 10024, 16291, 13483, 10031, 13140, 9583, 15204, 13308, 15360, 12674, 9501, 14764, 13359, 15676, 13058, 10058, 15064, 13480, 15666, 13920, 9935, 15309, 13029, 18791, 14943, 11019, 14606, 10140, 16061, 12991, 14849, 10834, 14603, 10373, 16689, 12454, 17336, 12957, 9686, 15496, 13044, 16601, 13632, 11765, 14227, 10110, 17406, 13311, 11503, 13891, 9735, 16449, 14037, 9918, 13235, 11389, 12446, 16177, 13553, 9752, 14871, 11610, 17583, 14552, 17404, 13245, 10327, 14590, 10301, 16597, 12663, 12585, 13464, 9533, 16680, 10944, 14576, 12466, 14493, 13124, 17094, 12805, 10407, 13406, 9001, 16044, 12722, 14179, 12363, 9940, 14818, 10426, 15973, 12715, 12024, 13925, 10434, 16640, 12001, 15055, 13526, 14557, 14781, 9720, 15218, 12358, 17208, 14550, 10188, 14561, 10039, 16271, 14056, 15052, 12957, 9319, 16523, 12811, 16689, 12965, 10421, 14422, 10486, 16810, 12460, 16103, 13391, 10164, 16870, 12123, 14742, 13784, 10455, 17184, 12192, 15774, 13746, 11899, 16787, 11329, 15157, 13290, 13758, 15716, 10707, 14802, 12844, 13341, 15267, 10594, 15097, 12496, 12824, 14770, 10517, 16580, 11987, 15457, 13530, 17009, 14725, 10421, 14952, 10332, 10749, 16409, 14793, 13136, 14584, 10011, 17246, 11974, 15309, 12536, 10020, 15240, 10400, 14365, 11851, 10817, 13922, 10431, 16610, 12013, 14957, 13103, 10970, 16125, 11132, 15046, 12972, 11393, 15105, 11051, 15718, 12080, 15381, 13355, 11508, 14268, 10523, 13625, 12408, 11171, 11131, 15420, 13322, 9100, 13877, 13768, 12440, 17030, 11518, 15438, 11931, 16571, 13962, 17610, 12786, 9773, 13720, 9488, 16004, 10036, 14077, 11356, 13511, 12668, 13782, 12522, 9194, 13741, 10568, 15196, 13370, 13502, 12587, 9412, 14997, 10307, 14559, 12970, 15946, 14212, 14715, 14122, 9793, 16365, 12139, 17762, 12985, 13500, 13097, 10687, 17923, 11371, 15321, 12775, 15236, 14970, 9538, 14950, 13199, 18200, 14809, 10381, 14869, 12322, 16244, 14200, 11299, 14664, 9980, 15658, 13904, 18114, 14269, 10397, 14921, 11559, 16918, 13757, 10285, 13931, 10073, 16481, 14050, 14878, 13182, 9663, 15569, 11269, 16480, 12736, 10858, 14064, 9956, 15751, 12988, 12296, 14200, 10204, 15419, 12414, 14144, 13060, 16381, 13977, 9441, 14333, 11002, 15746, 13976, 14241, 12855, 9407, 15444, 11624, 16196, 12682, 10829, 14376, 10322, 17095, 13242, 11069, 14956, 10674, 17789, 14210, 12464, 15201, 10175, 18307, 13970, 15626, 12783, 10145, 15451, 10773, 15767, 12682, 9157, 15616, 12272, 16478, 13520, 11962, 14429, 11582, 16720, 13070, 14838, 12795, 15425, 14044, 9818, 14755, 11024, 15655, 13772, 15501, 13780, 9697, 14873, 13501, 12473, 14813, 10752, 15753, 13611, 16891, 12835, 12533, 9317, 14862, 12481, 17637, 13529, 9636, 15638, 13690, 17285, 14175, 10010, 14964, 10574, 16713, 13656, 9806, 14292, 10487, 16574, 13672, 11721, 13805, 9257, 15389, 9997, 12968, 11766, 11437, 14064, 12805, 9675, 15624, 13272, 9743, 13907, 9534, 16566, 11317, 15610, 12879, 15063, 13628, 16605, 13487, 9142, 14968, 12505, 16058, 13175, 9632, 13985, 9604, 16528, 14102, 15515, 12931, 10418, 15300, 10811, 15870, 11930, 15328, 12877, 14952, 10844, 15480, 10271, 16780, 14262, 17274, 13658, 10089, 15672, 10838, 11635, 17153, 14264, 17510, 14606, 11710, 14792, 11274, 16183, 14262, 10793, 14022, 9883, 16169, 10976, 15717, 13083, 15378, 12897, 10296, 14868, 10405, 13822, 12482, 14015, 14037, 9231, 14355, 9793, 15170, 10468, 15218, 10890, 14218, 12946, 16510, 13299, 9404, 13942, 9348, 16736, 13558, 15066, 12585, 10513, 14594, 10399, 15753, 11973, 15563, 13109, 9974, 14802, 10588, 15518, 13695, 10039, 16045, 15483, 14044, 15794, 15723, 11051, 17427, 15346, 13536, 16073, 13323, 16898, 14194, 19474, 14468, 12587, 15220, 12132, 17240, 13409, 14379, 12091, 11032, 15096, 10105, 14416, 12362, 11415, 15761, 9715, 15219, 12725, 15284, 13567, 14691, 14154, 9437, 15240, 12811, 15902, 14596, 9704, 15046, 9809, 16012, 12326, 16872, 13415, 15116, 13341, 10893, 16199, 10095, 15054, 12631, 11944, 15327, 10796, 15748, 10220, 16547, 14524, 12800], 'WindowCenter': [4957.0, 4970.0, 4932.0, 4949.0, 4916.0, 4903.0, 4892.0, 4881.0, 4898.0, 4890.0, 4883.0, 4898.0, 4858.0, 4878.0, 4869.0, 4888.0, 4880.0, 4880.0, 4898.0, 4852.0, 4890.0, 4869.0, 4869.0, 4881.0, 4862.0, 4911.0, 4895.0, 4892.0, 4892.0, 4865.0, 4927.0, 4916.0, 4933.0, 4905.0, 4864.0, 4915.0, 4905.0, 4934.0, 4906.0, 4884.0, 4892.0, 4882.0, 4920.0, 4892.0, 4920.0, 4879.0, 4859.0, 4899.0, 4884.0, 4920.0, 4882.0, 4851.0, 4891.0, 4893.0, 4891.0, 4902.0, 4861.0, 4902.0, 4880.0, 4909.0, 4891.0, 4859.0, 4890.0, 4872.0, 4889.0, 4890.0, 4870.0, 4901.0, 4859.0, 4888.0, 4868.0, 4845.0, 4924.0, 4895.0, 4864.0, 4911.0, 4894.0, 4863.0, 4924.0, 4883.0, 4851.0, 4909.0, 4893.0, 4920.0, 4902.0, 4850.0, 4880.0, 4869.0, 4911.0, 4889.0, 4847.0, 4879.0, 4870.0, 4891.0, 4890.0, 4863.0, 4899.0, 4885.0, 4842.0, 4901.0, 4897.0, 4914.0, 4906.0, 4864.0, 4903.0, 4884.0, 4923.0, 4902.0, 4872.0, 4892.0, 4882.0, 4910.0, 4902.0, 4865.0, 4901.0, 4881.0, 4880.0, 4891.0, 4851.0, 4914.0, 4871.0, 4909.0, 4881.0, 4871.0, 4878.0, 4852.0, 4898.0, 4880.0, 4909.0, 4871.0, 4842.0, 4900.0, 4876.0, 4902.0, 4872.0, 4829.0, 4891.0, 4874.0, 4911.0, 4892.0, 4875.0, 4881.0, 4902.0, 4895.0, 4866.0, 4925.0, 4886.0, 4914.0, 4883.0, 4914.0, 4905.0, 4871.0, 4901.0, 4871.0, 4891.0, 4878.0, 4902.0, 4890.0, 4851.0, 4892.0, 4883.0, 4910.0, 4893.0, 4851.0, 4878.0, 4869.0, 4899.0, 4895.0, 4880.0, 4890.0, 4851.0, 4891.0, 4881.0, 4892.0, 4904.0, 4863.0, 4901.0, 4885.0, 4897.0, 4903.0, 4873.0, 4911.0, 4861.0, 4900.0, 4881.0, 4911.0, 4890.0, 4847.0, 4890.0, 4849.0, 4898.0, 4877.0, 4897.0, 4866.0, 4876.0, 4880.0, 4839.0, 4891.0, 4848.0, 4880.0, 4866.0, 4879.0, 4889.0, 4836.0, 4890.0, 4866.0, 4908.0, 4882.0, 4862.0, 4889.0, 4874.0, 4900.0, 4891.0, 4864.0, 4913.0, 4895.0, 4910.0, 4905.0, 4876.0, 4923.0, 4893.0, 4900.0, 4889.0, 4863.0, 4921.0, 4906.0, 4922.0, 4893.0, 4853.0, 4910.0, 4874.0, 4923.0, 4892.0, 4901.0, 4902.0, 4861.0, 4910.0, 4895.0, 4902.0, 4880.0, 4855.0, 4920.0, 4895.0, 4911.0, 4892.0, 4866.0, 4922.0, 4884.0, 4914.0, 4892.0, 4913.0, 4915.0, 4873.0, 4902.0, 4879.0, 4912.0, 4892.0, 4872.0, 4901.0, 4870.0, 4900.0, 4891.0, 4861.0, 4920.0, 4875.0, 4911.0, 4881.0, 4862.0, 4925.0, 4894.0, 4912.0, 4882.0, 4871.0, 4910.0, 4880.0, 4899.0, 4870.0, 4889.0, 4878.0, 4861.0, 4909.0, 4882.0, 4889.0, 4862.0, 4869.0, 4898.0, 4848.0, 4913.0, 4880.0, 4863.0, 4863.0, 4894.0, 4873.0, 4921.0, 4902.0, 4862.0, 4891.0, 4865.0, 4913.0, 4892.0, 4913.0, 4871.0, 4839.0, 4890.0, 4849.0, 4899.0, 4883.0, 4848.0, 4879.0, 4850.0, 4897.0, 4891.0, 4900.0, 4879.0, 4851.0, 4903.0, 4892.0, 4915.0, 4891.0, 4854.0, 4903.0, 4902.0, 4911.0, 4903.0, 4862.0, 4909.0, 4892.0, 4932.0, 4904.0, 4861.0, 4901.0, 4854.0, 4902.0, 4882.0, 4892.0, 4859.0, 4892.0, 4850.0, 4911.0, 4877.0, 4909.0, 4881.0, 4841.0, 4900.0, 4890.0, 4911.0, 4892.0, 4870.0, 4892.0, 4859.0, 4906.0, 4892.0, 4869.0, 4890.0, 4852.0, 4910.0, 4900.0, 4861.0, 4894.0, 4884.0, 4893.0, 4924.0, 4905.0, 4863.0, 4913.0, 4887.0, 4935.0, 4906.0, 4924.0, 4892.0, 4849.0, 4903.0, 4860.0, 4910.0, 4882.0, 4867.0, 4891.0, 4849.0, 4911.0, 4858.0, 4889.0, 4871.0, 4887.0, 4879.0, 4897.0, 4868.0, 4844.0, 4865.0, 4828.0, 4895.0, 4879.0, 4877.0, 4868.0, 4850.0, 4886.0, 4861.0, 4898.0, 4880.0, 4884.0, 4891.0, 4863.0, 4912.0, 4884.0, 4900.0, 4892.0, 4902.0, 4903.0, 4853.0, 4902.0, 4883.0, 4920.0, 4903.0, 4850.0, 4892.0, 4852.0, 4911.0, 4894.0, 4899.0, 4878.0, 4840.0, 4911.0, 4881.0, 4909.0, 4880.0, 4863.0, 4892.0, 4859.0, 4910.0, 4879.0, 4897.0, 4879.0, 4853.0, 4909.0, 4870.0, 4900.0, 4893.0, 4861.0, 4912.0, 4881.0, 4899.0, 4892.0, 4873.0, 4910.0, 4862.0, 4889.0, 4877.0, 4889.0, 4899.0, 4859.0, 4887.0, 4877.0, 4892.0, 4899.0, 4861.0, 4901.0, 4879.0, 4881.0, 4902.0, 4862.0, 4910.0, 4869.0, 4897.0, 4890.0, 4910.0, 4889.0, 4849.0, 4887.0, 4847.0, 4876.0, 4895.0, 4888.0, 4866.0, 4874.0, 4824.0, 4894.0, 4853.0, 4883.0, 4865.0, 4840.0, 4899.0, 4851.0, 4890.0, 4870.0, 4859.0, 4889.0, 4863.0, 4908.0, 4871.0, 4890.0, 4881.0, 4858.0, 4911.0, 4860.0, 4899.0, 4879.0, 4869.0, 4901.0, 4860.0, 4897.0, 4869.0, 4900.0, 4893.0, 4872.0, 4902.0, 4862.0, 4890.0, 4880.0, 4872.0, 4871.0, 4914.0, 4906.0, 4856.0, 4901.0, 4902.0, 4894.0, 4926.0, 4875.0, 4901.0, 4873.0, 4910.0, 4893.0, 4910.0, 4873.0, 4839.0, 4879.0, 4840.0, 4899.0, 4839.0, 4880.0, 4847.0, 4878.0, 4869.0, 4880.0, 4870.0, 4838.0, 4879.0, 4861.0, 4898.0, 4892.0, 4881.0, 4882.0, 4854.0, 4903.0, 4865.0, 4901.0, 4892.0, 4913.0, 4906.0, 4901.0, 4891.0, 4851.0, 4908.0, 4881.0, 4920.0, 4882.0, 4891.0, 4892.0, 4862.0, 4936.0, 4875.0, 4912.0, 4904.0, 4913.0, 4912.0, 4853.0, 4901.0, 4894.0, 4920.0, 4900.0, 4852.0, 4888.0, 4884.0, 4914.0, 4890.0, 4859.0, 4893.0, 4850.0, 4901.0, 4891.0, 4918.0, 4887.0, 4851.0, 4887.0, 4868.0, 4910.0, 4878.0, 4847.0, 4876.0, 4849.0, 4899.0, 4882.0, 4884.0, 4870.0, 4838.0, 4897.0, 4861.0, 4898.0, 4870.0, 4845.0, 4877.0, 4839.0, 4890.0, 4876.0, 4865.0, 4877.0, 4850.0, 4901.0, 4870.0, 4877.0, 4878.0, 4899.0, 4889.0, 4840.0, 4889.0, 4870.0, 4909.0, 4892.0, 4889.0, 4879.0, 4837.0, 4901.0, 4871.0, 4913.0, 4883.0, 4861.0, 4890.0, 4862.0, 4912.0, 4892.0, 4873.0, 4904.0, 4874.0, 4921.0, 4903.0, 4881.0, 4899.0, 4862.0, 4924.0, 4892.0, 4899.0, 4878.0, 4850.0, 4898.0, 4862.0, 4899.0, 4880.0, 4837.0, 4913.0, 4882.0, 4901.0, 4891.0, 4860.0, 4889.0, 4858.0, 4900.0, 4867.0, 4887.0, 4870.0, 4888.0, 4880.0, 4840.0, 4889.0, 4847.0, 4896.0, 4879.0, 4886.0, 4876.0, 4837.0, 4889.0, 4889.0, 4867.0, 4891.0, 4860.0, 4901.0, 4906.0, 4921.0, 4881.0, 4871.0, 4831.0, 4889.0, 4867.0, 4905.0, 4881.0, 4841.0, 4900.0, 4891.0, 4911.0, 4891.0, 4838.0, 4889.0, 4853.0, 4899.0, 4877.0, 4837.0, 4878.0, 4850.0, 4899.0, 4880.0, 4857.0, 4879.0, 4841.0, 4890.0, 4839.0, 4868.0, 4869.0, 4855.0, 4876.0, 4877.0, 4855.0, 4911.0, 4893.0, 4854.0, 4892.0, 4863.0, 4914.0, 4862.0, 4899.0, 4879.0, 4890.0, 4888.0, 4897.0, 4881.0, 4839.0, 4890.0, 4883.0, 4902.0, 4882.0, 4849.0, 4889.0, 4852.0, 4925.0, 4902.0, 4901.0, 4882.0, 4863.0, 4912.0, 4858.0, 4915.0, 4871.0, 4898.0, 4882.0, 4900.0, 4861.0, 4902.0, 4853.0, 4910.0, 4891.0, 4911.0, 4888.0, 4851.0, 4900.0, 4861.0, 4872.0, 4909.0, 4893.0, 4910.0, 4891.0, 4869.0, 4889.0, 4860.0, 4909.0, 4891.0, 4858.0, 4891.0, 4838.0, 4900.0, 4852.0, 4890.0, 4870.0, 4884.0, 4865.0, 4838.0, 4886.0, 4848.0, 4876.0, 4869.0, 4874.0, 4892.0, 4838.0, 4889.0, 4848.0, 4903.0, 4849.0, 4902.0, 4849.0, 4877.0, 4882.0, 4900.0, 4881.0, 4838.0, 4875.0, 4840.0, 4908.0, 4880.0, 4896.0, 4883.0, 4862.0, 4888.0, 4858.0, 4911.0, 4873.0, 4913.0, 4903.0, 4861.0, 4901.0, 4859.0, 4897.0, 4892.0, 4864.0, 4920.0, 4913.0, 4904.0, 4926.0, 4925.0, 4875.0, 4925.0, 4912.0, 4888.0, 4902.0, 4882.0, 4913.0, 4891.0, 4917.0, 4882.0, 4857.0, 4888.0, 4870.0, 4895.0, 4869.0, 4874.0, 4857.0, 4847.0, 4887.0, 4847.0, 4874.0, 4867.0, 4869.0, 4898.0, 4840.0, 4898.0, 4879.0, 4898.0, 4894.0, 4888.0, 4891.0, 4840.0, 4898.0, 4881.0, 4909.0, 4888.0, 4852.0, 4904.0, 4849.0, 4908.0, 4879.0, 4912.0, 4892.0, 4899.0, 4888.0, 4861.0, 4910.0, 4847.0, 4888.0, 4880.0, 4869.0, 4912.0, 4874.0, 4910.0, 4863.0, 4906.0, 4902.0, 4881.0], 'WindowWidth': [10789.0, 10791.0, 10723.0, 10742.0, 10691.0, 10663.0, 10647.0, 10628.0, 10648.0, 10639.0, 10629.0, 10649.0, 10594.0, 10620.0, 10607.0, 10633.0, 10623.0, 10625.0, 10648.0, 10586.0, 10636.0, 10610.0, 10608.0, 10627.0, 10605.0, 10672.0, 10653.0, 10647.0, 10646.0, 10613.0, 10699.0, 10685.0, 10707.0, 10668.0, 10611.0, 10680.0, 10669.0, 10710.0, 10671.0, 10637.0, 10646.0, 10630.0, 10685.0, 10646.0, 10686.0, 10623.0, 10595.0, 10652.0, 10634.0, 10682.0, 10629.0, 10586.0, 10642.0, 10646.0, 10643.0, 10660.0, 10601.0, 10657.0, 10626.0, 10666.0, 10642.0, 10594.0, 10640.0, 10613.0, 10635.0, 10637.0, 10608.0, 10654.0, 10596.0, 10633.0, 10604.0, 10582.0, 10690.0, 10650.0, 10607.0, 10669.0, 10649.0, 10608.0, 10694.0, 10634.0, 10589.0, 10668.0, 10649.0, 10684.0, 10659.0, 10584.0, 10623.0, 10609.0, 10668.0, 10636.0, 10577.0, 10621.0, 10609.0, 10641.0, 10638.0, 10604.0, 10653.0, 10634.0, 10577.0, 10656.0, 10657.0, 10678.0, 10669.0, 10609.0, 10662.0, 10636.0, 10690.0, 10662.0, 10617.0, 10647.0, 10631.0, 10671.0, 10658.0, 10608.0, 10657.0, 10628.0, 10626.0, 10640.0, 10586.0, 10674.0, 10614.0, 10669.0, 10629.0, 10610.0, 10618.0, 10585.0, 10647.0, 10624.0, 10663.0, 10610.0, 10570.0, 10653.0, 10627.0, 10658.0, 10614.0, 10554.0, 10641.0, 10619.0, 10669.0, 10643.0, 10623.0, 10631.0, 10658.0, 10652.0, 10617.0, 10697.0, 10642.0, 10678.0, 10635.0, 10677.0, 10664.0, 10613.0, 10656.0, 10612.0, 10640.0, 10620.0, 10655.0, 10638.0, 10585.0, 10639.0, 10630.0, 10667.0, 10642.0, 10583.0, 10618.0, 10608.0, 10650.0, 10647.0, 10625.0, 10639.0, 10586.0, 10640.0, 10626.0, 10645.0, 10661.0, 10603.0, 10654.0, 10635.0, 10646.0, 10658.0, 10616.0, 10671.0, 10600.0, 10651.0, 10625.0, 10669.0, 10638.0, 10575.0, 10636.0, 10580.0, 10645.0, 10618.0, 10645.0, 10600.0, 10613.0, 10620.0, 10566.0, 10637.0, 10577.0, 10620.0, 10600.0, 10619.0, 10634.0, 10560.0, 10636.0, 10603.0, 10664.0, 10628.0, 10602.0, 10638.0, 10618.0, 10653.0, 10643.0, 10606.0, 10674.0, 10650.0, 10668.0, 10664.0, 10626.0, 10689.0, 10646.0, 10654.0, 10638.0, 10607.0, 10685.0, 10667.0, 10687.0, 10646.0, 10593.0, 10669.0, 10622.0, 10690.0, 10644.0, 10654.0, 10656.0, 10600.0, 10670.0, 10652.0, 10659.0, 10624.0, 10596.0, 10683.0, 10652.0, 10671.0, 10645.0, 10614.0, 10689.0, 10638.0, 10679.0, 10646.0, 10674.0, 10677.0, 10618.0, 10658.0, 10626.0, 10672.0, 10645.0, 10616.0, 10658.0, 10614.0, 10654.0, 10642.0, 10603.0, 10684.0, 10625.0, 10670.0, 10628.0, 10606.0, 10692.0, 10649.0, 10673.0, 10629.0, 10615.0, 10668.0, 10624.0, 10654.0, 10611.0, 10635.0, 10619.0, 10598.0, 10664.0, 10628.0, 10636.0, 10601.0, 10607.0, 10646.0, 10580.0, 10672.0, 10624.0, 10603.0, 10604.0, 10647.0, 10621.0, 10684.0, 10658.0, 10602.0, 10643.0, 10612.0, 10672.0, 10644.0, 10673.0, 10609.0, 10565.0, 10635.0, 10583.0, 10647.0, 10629.0, 10578.0, 10619.0, 10582.0, 10644.0, 10640.0, 10652.0, 10622.0, 10585.0, 10657.0, 10645.0, 10678.0, 10641.0, 10594.0, 10660.0, 10660.0, 10670.0, 10661.0, 10604.0, 10666.0, 10645.0, 10702.0, 10662.0, 10602.0, 10655.0, 10592.0, 10657.0, 10629.0, 10641.0, 10592.0, 10638.0, 10584.0, 10667.0, 10619.0, 10665.0, 10625.0, 10570.0, 10651.0, 10639.0, 10670.0, 10642.0, 10610.0, 10641.0, 10595.0, 10660.0, 10641.0, 10607.0, 10637.0, 10590.0, 10666.0, 10655.0, 10601.0, 10646.0, 10635.0, 10650.0, 10692.0, 10668.0, 10612.0, 10678.0, 10643.0, 10710.0, 10669.0, 10696.0, 10644.0, 10582.0, 10657.0, 10598.0, 10669.0, 10628.0, 10605.0, 10638.0, 10584.0, 10668.0, 10592.0, 10632.0, 10610.0, 10629.0, 10620.0, 10644.0, 10602.0, 10567.0, 10595.0, 10552.0, 10640.0, 10620.0, 10616.0, 10604.0, 10580.0, 10628.0, 10599.0, 10649.0, 10624.0, 10632.0, 10639.0, 10603.0, 10671.0, 10631.0, 10651.0, 10643.0, 10657.0, 10659.0, 10591.0, 10658.0, 10632.0, 10680.0, 10660.0, 10583.0, 10642.0, 10588.0, 10669.0, 10645.0, 10650.0, 10619.0, 10571.0, 10666.0, 10627.0, 10664.0, 10625.0, 10602.0, 10642.0, 10595.0, 10665.0, 10621.0, 10643.0, 10620.0, 10588.0, 10665.0, 10612.0, 10652.0, 10644.0, 10599.0, 10671.0, 10625.0, 10649.0, 10642.0, 10616.0, 10666.0, 10602.0, 10635.0, 10616.0, 10637.0, 10650.0, 10594.0, 10629.0, 10617.0, 10642.0, 10650.0, 10599.0, 10653.0, 10623.0, 10627.0, 10657.0, 10601.0, 10667.0, 10610.0, 10646.0, 10638.0, 10667.0, 10636.0, 10578.0, 10632.0, 10575.0, 10627.0, 10639.0, 10631.0, 10594.0, 10603.0, 10537.0, 10633.0, 10577.0, 10619.0, 10597.0, 10567.0, 10649.0, 10583.0, 10636.0, 10609.0, 10594.0, 10635.0, 10601.0, 10664.0, 10611.0, 10638.0, 10626.0, 10594.0, 10669.0, 10598.0, 10650.0, 10622.0, 10609.0, 10653.0, 10595.0, 10646.0, 10608.0, 10654.0, 10647.0, 10616.0, 10658.0, 10603.0, 10638.0, 10623.0, 10615.0, 10617.0, 10677.0, 10670.0, 10602.0, 10661.0, 10662.0, 10650.0, 10700.0, 10622.0, 10655.0, 10615.0, 10665.0, 10644.0, 10670.0, 10613.0, 10565.0, 10619.0, 10567.0, 10646.0, 10564.0, 10619.0, 10573.0, 10616.0, 10606.0, 10619.0, 10607.0, 10564.0, 10620.0, 10599.0, 10645.0, 10643.0, 10625.0, 10626.0, 10592.0, 10658.0, 10606.0, 10654.0, 10643.0, 10676.0, 10665.0, 10655.0, 10640.0, 10586.0, 10662.0, 10628.0, 10682.0, 10628.0, 10645.0, 10644.0, 10605.0, 10711.0, 10621.0, 10671.0, 10668.0, 10674.0, 10673.0, 10589.0, 10653.0, 10646.0, 10681.0, 10653.0, 10589.0, 10634.0, 10631.0, 10675.0, 10639.0, 10596.0, 10643.0, 10583.0, 10654.0, 10643.0, 10678.0, 10632.0, 10583.0, 10630.0, 10607.0, 10666.0, 10620.0, 10575.0, 10615.0, 10581.0, 10647.0, 10626.0, 10623.0, 10606.0, 10562.0, 10645.0, 10595.0, 10646.0, 10607.0, 10570.0, 10615.0, 10564.0, 10635.0, 10613.0, 10597.0, 10615.0, 10580.0, 10653.0, 10609.0, 10616.0, 10617.0, 10648.0, 10634.0, 10567.0, 10634.0, 10613.0, 10664.0, 10643.0, 10635.0, 10620.0, 10563.0, 10652.0, 10614.0, 10671.0, 10630.0, 10599.0, 10638.0, 10602.0, 10671.0, 10643.0, 10617.0, 10662.0, 10623.0, 10683.0, 10661.0, 10628.0, 10648.0, 10603.0, 10691.0, 10645.0, 10650.0, 10620.0, 10585.0, 10649.0, 10600.0, 10652.0, 10623.0, 10564.0, 10673.0, 10628.0, 10655.0, 10641.0, 10596.0, 10633.0, 10590.0, 10653.0, 10602.0, 10628.0, 10608.0, 10633.0, 10620.0, 10566.0, 10633.0, 10574.0, 10641.0, 10619.0, 10625.0, 10614.0, 10560.0, 10634.0, 10636.0, 10603.0, 10639.0, 10597.0, 10652.0, 10667.0, 10687.0, 10626.0, 10608.0, 10555.0, 10631.0, 10603.0, 10654.0, 10624.0, 10568.0, 10649.0, 10640.0, 10668.0, 10639.0, 10565.0, 10633.0, 10587.0, 10648.0, 10616.0, 10560.0, 10615.0, 10581.0, 10646.0, 10620.0, 10587.0, 10619.0, 10570.0, 10634.0, 10566.0, 10604.0, 10606.0, 10584.0, 10614.0, 10618.0, 10597.0, 10670.0, 10649.0, 10593.0, 10644.0, 10608.0, 10675.0, 10601.0, 10650.0, 10620.0, 10636.0, 10633.0, 10645.0, 10626.0, 10566.0, 10634.0, 10631.0, 10657.0, 10628.0, 10581.0, 10635.0, 10590.0, 10691.0, 10658.0, 10655.0, 10630.0, 10605.0, 10671.0, 10594.0, 10677.0, 10613.0, 10650.0, 10629.0, 10652.0, 10597.0, 10654.0, 10588.0, 10664.0, 10639.0, 10669.0, 10633.0, 10584.0, 10650.0, 10597.0, 10613.0, 10665.0, 10641.0, 10668.0, 10639.0, 10606.0, 10634.0, 10598.0, 10664.0, 10640.0, 10592.0, 10637.0, 10565.0, 10650.0, 10585.0, 10636.0, 10608.0, 10624.0, 10599.0, 10562.0, 10628.0, 10574.0, 10614.0, 10607.0, 10611.0, 10638.0, 10564.0, 10633.0, 10581.0, 10659.0, 10579.0, 10653.0, 10578.0, 10616.0, 10626.0, 10648.0, 10623.0, 10563.0, 10611.0, 10571.0, 10660.0, 10622.0, 10643.0, 10630.0, 10600.0, 10632.0, 10596.0, 10668.0, 10618.0, 10672.0, 10668.0, 10607.0, 10655.0, 10597.0, 10646.0, 10642.0, 10611.0, 10685.0, 10676.0, 10667.0, 10698.0, 10698.0, 10626.0, 10695.0, 10674.0, 10638.0, 10658.0, 10627.0, 10674.0, 10641.0, 10679.0, 10627.0, 10587.0, 10631.0, 10607.0, 10640.0, 10604.0, 10607.0, 10586.0, 10572.0, 10628.0, 10574.0, 10610.0, 10602.0, 10608.0, 10647.0, 10568.0, 10645.0, 10620.0, 10648.0, 10648.0, 10633.0, 10640.0, 10569.0, 10647.0, 10626.0, 10665.0, 10635.0, 10588.0, 10661.0, 10583.0, 10663.0, 10624.0, 10672.0, 10643.0, 10648.0, 10636.0, 10600.0, 10665.0, 10577.0, 10633.0, 10622.0, 10610.0, 10670.0, 10623.0, 10668.0, 10603.0, 10658.0, 10656.0, 10629.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.0007131530494821634</td></tr>
<tr><td colspan=3>aqi</td><td>0.018713611047180667</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.069051377764985</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2482170218894006</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9935186281566813</td></tr>
<tr><td colspan=3>efc</td><td>0.5104</td></tr>
<tr><td colspan=3>fber</td><td>5518.8228</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10206469647153801</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.602991944764097</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3153991176868134</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1546729486285936</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.588046665568886</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2034777388629605</td></tr>
<tr><td colspan=3>gcor</td><td>0.00639427</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019257236272096634</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04230862110853195</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.296872873533247</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>16.3745</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9201</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.8506</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288652.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>1079.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.6744</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.23</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.4814</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4036.0071</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4159.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1812.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.9077</td></tr>
<tr><td colspan=3>tsnr</td><td>42.41081380844116</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>