<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-01/func/sub-0003_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>895af7644e5e47ab3b0cadfbd055c799</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:57:31.355000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999621, -0.0060338, 0.0268665, 0.00226813, 0.990424, 0.138044]</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.103517</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>[4157, -7755, -7277, 568, -7, -32, 47, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.849</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>daec1a72-bb76-4176-af31-8e6cff9f1fa1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6819095611572266, 0.006085225380957127, 0.074093759059906, 114.19893646240234], [0.016188250854611397, 2.657233953475952, 0.37241220474243164, -101.742919921875], [0.0720808282494545, -0.37036120891571045, 2.673166513442993, -50.72848892211914], [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': ['125731.355000', '125731.815000', '125732.275000', '125732.735000', '125733.195000', '125733.655000', '125734.115000', '125734.575000', '125735.035000', '125735.495000', '125735.955000', '125736.415000', '125736.875000', '125737.335000', '125737.795000', '125738.255000', '125738.715000', '125739.175000', '125739.635000', '125740.095000', '125740.555000', '125741.015000', '125741.475000', '125741.935000', '125742.395000', '125742.855000', '125743.315000', '125743.775000', '125744.235000', '125744.695000', '125745.155000', '125745.615000', '125746.075000', '125746.535000', '125746.995000', '125747.455000', '125747.915000', '125748.375000', '125748.835000', '125749.295000', '125749.755000', '125750.215000', '125750.675000', '125751.135000', '125751.595000', '125752.055000', '125752.515000', '125752.975000', '125753.435000', '125753.895000', '125754.355000', '125754.815000', '125755.275000', '125755.735000', '125756.195000', '125756.655000', '125757.115000', '125757.575000', '125758.035000', '125758.495000', '125758.955000', '125759.415000', '125759.875000', '125800.335000', '125800.795000', '125801.255000', '125801.715000', '125802.175000', '125802.635000', '125803.095000', '125803.555000', '125804.015000', '125804.475000', '125804.935000', '125805.395000', '125805.855000', '125806.315000', '125806.775000', '125807.235000', '125807.695000', '125808.155000', '125808.615000', '125809.075000', '125809.535000', '125809.995000', '125810.455000', '125810.915000', '125811.375000', '125811.835000', '125812.295000', '125812.755000', '125813.215000', '125813.675000', '125814.135000', '125814.595000', '125815.055000', '125815.515000', '125815.975000', '125816.435000', '125816.895000', '125817.355000', '125817.815000', '125818.275000', '125818.735000', '125819.195000', '125819.655000', '125820.115000', '125820.575000', '125821.035000', '125821.495000', '125821.955000', '125822.415000', '125822.875000', '125823.335000', '125823.795000', '125824.255000', '125824.715000', '125825.175000', '125825.635000', '125826.095000', '125826.555000', '125827.015000', '125827.475000', '125827.935000', '125828.395000', '125828.855000', '125829.315000', '125829.775000', '125830.235000', '125830.695000', '125831.155000', '125831.615000', '125832.075000', '125832.535000', '125832.995000', '125833.455000', '125833.915000', '125834.375000', '125834.835000', '125835.295000', '125835.755000', '125836.215000', '125836.675000', '125837.135000', '125837.595000', '125838.055000', '125838.515000', '125838.975000', '125839.435000', '125839.895000', '125840.355000', '125840.815000', '125841.275000', '125841.735000', '125842.195000', '125842.655000', '125843.115000', '125843.575000', '125844.035000', '125844.495000', '125844.955000', '125845.415000', '125845.875000', '125846.335000', '125846.795000', '125847.255000', '125847.715000', '125848.175000', '125848.635000', '125849.095000', '125849.555000', '125850.015000', '125850.475000', '125850.935000', '125851.395000', '125851.855000', '125852.315000', '125852.775000', '125853.235000', '125853.695000', '125854.155000', '125854.615000', '125855.075000', '125855.535000', '125855.995000', '125856.455000', '125856.915000', '125857.375000', '125857.835000', '125858.295000', '125858.755000', '125859.215000', '125859.675000', '125900.135000', '125900.595000', '125901.055000', '125901.515000', '125901.975000', '125902.435000', '125902.895000', '125903.355000', '125903.815000', '125904.275000', '125904.735000', '125905.195000', '125905.655000', '125906.115000', '125906.575000', '125907.035000', '125907.495000', '125907.955000', '125908.415000', '125908.875000', '125909.335000', '125909.795000', '125910.255000', '125910.715000', '125911.175000', '125911.635000', '125912.095000', '125912.555000', '125913.015000', '125913.475000', '125913.935000', '125914.395000', '125914.855000', '125915.315000', '125915.775000', '125916.235000', '125916.695000', '125917.155000', '125917.615000', '125918.075000', '125918.535000', '125918.995000', '125919.455000', '125919.915000', '125920.375000', '125920.835000', '125921.295000', '125921.755000', '125922.215000', '125922.675000', '125923.135000', '125923.595000', '125924.055000', '125924.515000', '125924.975000', '125925.435000', '125925.895000', '125926.355000', '125926.815000', '125927.275000', '125927.735000', '125928.195000', '125928.655000', '125929.115000', '125929.575000', '125930.035000', '125930.495000', '125930.955000', '125931.415000', '125931.875000', '125932.335000', '125932.795000', '125933.255000', '125933.715000', '125934.175000', '125934.635000', '125935.095000', '125935.555000', '125936.015000', '125936.475000', '125936.935000', '125937.395000', '125937.855000', '125938.315000', '125938.775000', '125939.235000', '125939.695000', '125940.155000', '125940.615000', '125941.075000', '125941.535000', '125941.995000', '125942.455000', '125942.915000', '125943.375000', '125943.835000', '125944.295000', '125944.755000', '125945.215000', '125945.675000', '125946.135000', '125946.595000', '125947.055000', '125947.515000', '125947.975000', '125948.435000', '125948.895000', '125949.355000', '125949.815000', '125950.275000', '125950.735000', '125951.195000', '125951.655000', '125952.115000', '125952.575000', '125953.035000', '125953.495000', '125953.955000', '125954.415000', '125954.875000', '125955.335000', '125955.795000', '125956.255000', '125956.715000', '125957.175000', '125957.635000', '125958.095000', '125958.555000', '125959.015000', '125959.475000', '125959.935000', '130000.395000', '130000.855000', '130001.315000', '130001.775000', '130002.235000', '130002.695000', '130003.155000', '130003.615000', '130004.075000', '130004.535000', '130004.995000', '130005.455000', '130005.915000', '130006.375000', '130006.835000', '130007.295000', '130007.755000', '130008.215000', '130008.675000', '130009.135000', '130009.595000', '130010.055000', '130010.515000', '130010.975000', '130011.435000', '130011.895000', '130012.355000', '130012.815000', '130013.275000', '130013.735000', '130014.195000', '130014.655000', '130015.115000', '130015.575000', '130016.035000', '130016.495000', '130016.955000', '130017.415000', '130017.875000', '130018.335000', '130018.795000', '130019.255000', '130019.715000', '130020.175000', '130020.635000', '130021.095000', '130021.555000', '130022.015000', '130022.475000', '130022.935000', '130023.395000', '130023.855000', '130024.315000', '130024.775000', '130025.235000', '130025.695000', '130026.155000', '130026.615000', '130027.075000', '130027.535000', '130027.995000', '130028.455000', '130028.915000', '130029.375000', '130029.835000', '130030.295000', '130030.755000', '130031.215000', '130031.675000', '130032.135000', '130032.595000', '130033.055000', '130033.515000', '130033.975000', '130034.435000', '130034.895000', '130035.355000', '130035.815000', '130036.275000', '130036.735000', '130037.195000', '130037.655000', '130038.115000', '130038.575000', '130039.035000', '130039.495000', '130039.955000', '130040.415000', '130040.875000', '130041.335000', '130041.795000', '130042.255000', '130042.715000', '130043.175000', '130043.635000', '130044.095000', '130044.555000', '130045.015000', '130045.475000', '130045.935000', '130046.395000', '130046.855000', '130047.315000', '130047.775000', '130048.235000', '130048.695000', '130049.155000', '130049.615000', '130050.075000', '130050.535000', '130050.995000', '130051.455000', '130051.915000', '130052.375000', '130052.835000', '130053.295000', '130053.755000', '130054.215000', '130054.675000', '130055.135000', '130055.595000', '130056.055000', '130056.515000', '130056.975000', '130057.435000', '130057.895000', '130058.355000', '130058.815000', '130059.275000', '130059.735000', '130100.195000', '130100.655000', '130101.115000', '130101.575000', '130102.035000', '130102.495000', '130102.955000', '130103.415000', '130103.875000', '130104.335000', '130104.795000', '130105.255000', '130105.715000', '130106.175000', '130106.635000', '130107.095000', '130107.555000', '130108.015000', '130108.475000', '130108.935000', '130109.395000', '130109.855000', '130110.315000', '130110.775000', '130111.235000', '130111.695000', '130112.155000', '130112.615000', '130113.075000', '130113.535000', '130113.995000', '130114.455000', '130114.915000', '130115.375000', '130115.835000', '130116.295000', '130116.755000', '130117.215000', '130117.675000', '130118.135000', '130118.595000', '130119.055000', '130119.515000', '130119.975000', '130120.435000', '130120.895000', '130121.355000', '130121.815000', '130122.275000', '130122.735000', '130123.195000', '130123.655000', '130124.115000', '130124.575000', '130125.035000', '130125.495000', '130125.955000', '130126.415000', '130126.875000', '130127.335000', '130127.795000', '130128.255000', '130128.715000', '130129.175000', '130129.635000', '130130.095000', '130130.555000', '130131.015000', '130131.475000', '130131.935000', '130132.395000', '130132.855000', '130133.315000', '130133.775000', '130134.235000', '130134.695000', '130135.155000', '130135.615000', '130136.075000', '130136.535000', '130136.995000', '130137.455000', '130137.915000', '130138.375000', '130138.835000', '130139.295000', '130139.755000', '130140.215000', '130140.675000', '130141.135000', '130141.595000', '130142.055000', '130142.515000', '130142.975000', '130143.435000', '130143.895000', '130144.355000', '130144.815000', '130145.275000', '130145.735000', '130146.195000', '130146.655000', '130147.115000', '130147.575000', '130148.035000', '130148.495000', '130148.955000', '130149.415000', '130149.875000', '130150.335000', '130150.795000', '130151.255000', '130151.715000', '130152.175000', '130152.635000', '130153.095000', '130153.555000', '130154.015000', '130154.475000', '130154.935000', '130155.395000', '130155.855000', '130156.315000', '130156.775000', '130157.235000', '130157.695000', '130158.155000', '130158.615000', '130159.075000', '130159.535000', '130159.995000', '130200.455000', '130200.915000', '130201.375000', '130201.835000', '130202.295000', '130202.755000', '130203.215000', '130203.675000', '130204.135000', '130204.595000', '130205.055000', '130205.515000', '130205.975000', '130206.435000', '130206.895000', '130207.355000', '130207.815000', '130208.275000', '130208.735000', '130209.195000', '130209.655000', '130210.115000', '130210.575000', '130211.035000', '130211.495000', '130211.955000', '130212.415000', '130212.875000', '130213.335000', '130213.795000', '130214.255000', '130214.715000', '130215.175000', '130215.635000', '130216.095000', '130216.555000', '130217.015000', '130217.475000', '130217.935000', '130218.395000', '130218.855000', '130219.315000', '130219.775000', '130220.235000', '130220.695000', '130221.155000', '130221.615000', '130222.075000', '130222.535000', '130222.995000', '130223.455000', '130223.915000', '130224.375000', '130224.835000', '130225.295000', '130225.755000', '130226.215000', '130226.675000', '130227.135000', '130227.595000', '130228.055000', '130228.515000', '130228.975000', '130229.435000', '130229.895000', '130230.355000', '130230.815000', '130231.275000', '130231.735000', '130232.195000', '130232.655000', '130233.115000', '130233.575000', '130234.035000', '130234.495000', '130234.955000', '130235.415000', '130235.875000', '130236.335000', '130236.795000', '130237.255000', '130237.715000', '130238.175000', '130238.635000', '130239.095000', '130239.555000', '130240.015000', '130240.475000', '130240.935000', '130241.395000', '130241.855000', '130242.315000', '130242.775000', '130243.235000', '130243.695000', '130244.155000', '130244.615000', '130245.075000', '130245.535000', '130245.995000', '130246.455000', '130246.915000', '130247.375000', '130247.835000', '130248.295000', '130248.755000', '130249.215000', '130249.675000', '130250.135000', '130250.595000', '130251.055000', '130251.515000', '130251.975000', '130252.435000', '130252.895000', '130253.355000', '130253.815000', '130254.275000', '130254.735000', '130255.195000', '130255.655000', '130256.115000', '130256.575000', '130257.035000', '130257.495000', '130257.955000', '130258.415000', '130258.875000', '130259.335000', '130259.795000', '130300.255000', '130300.715000', '130301.175000', '130301.635000', '130302.095000', '130302.555000', '130303.015000', '130303.475000', '130303.935000', '130304.395000', '130304.855000', '130305.315000', '130305.775000', '130306.235000', '130306.695000', '130307.155000', '130307.615000', '130308.075000', '130308.535000', '130308.995000', '130309.455000', '130309.915000', '130310.375000', '130310.835000', '130311.295000', '130311.755000', '130312.215000', '130312.675000', '130313.135000', '130313.595000', '130314.055000', '130314.515000', '130314.975000', '130315.435000', '130315.895000', '130316.355000', '130316.815000', '130317.275000', '130317.735000', '130318.195000', '130318.655000', '130319.115000', '130319.575000', '130320.035000', '130320.495000', '130320.955000', '130321.415000', '130321.875000', '130322.335000', '130322.795000', '130323.255000', '130323.715000', '130324.175000', '130324.635000', '130325.095000', '130325.555000', '130326.015000', '130326.475000', '130326.935000', '130327.395000', '130327.855000', '130328.315000', '130328.775000', '130329.235000', '130329.695000', '130330.155000', '130330.615000', '130331.075000', '130331.535000', '130331.995000', '130332.455000', '130332.915000', '130333.375000', '130333.835000', '130334.295000', '130334.755000', '130335.215000', '130335.675000', '130336.135000', '130336.595000', '130337.055000', '130337.515000', '130337.975000', '130338.435000', '130338.895000', '130339.355000', '130339.815000', '130340.275000', '130340.735000', '130341.195000', '130341.655000', '130342.115000', '130342.575000', '130343.035000', '130343.495000', '130343.955000', '130344.415000', '130344.875000', '130345.335000', '130345.795000', '130346.255000', '130346.715000', '130347.175000', '130347.635000', '130348.095000', '130348.555000', '130349.015000', '130349.475000', '130349.935000', '130350.395000', '130350.855000', '130351.315000', '130351.775000', '130352.235000', '130352.695000', '130353.155000', '130353.615000', '130354.075000', '130354.535000', '130354.995000', '130355.455000', '130355.915000', '130356.375000', '130356.835000', '130357.295000', '130357.755000', '130358.215000', '130358.675000', '130359.135000', '130359.595000', '130400.055000', '130400.515000', '130400.975000', '130401.435000', '130401.895000', '130402.355000', '130402.815000', '130403.275000', '130403.735000', '130404.195000', '130404.655000', '130405.115000', '130405.575000', '130406.035000', '130406.495000', '130406.955000', '130407.415000', '130407.875000', '130408.335000', '130408.795000', '130409.255000', '130409.715000', '130410.175000', '130410.635000', '130411.095000', '130411.555000', '130412.015000'], 'ContentTime': ['125751.640000', '125751.643000', '125751.646000', '125751.649000', '125751.651000', '125751.654000', '125751.659000', '125751.662000', '125751.665000', '125751.667000', '125751.670000', '125751.673000', '125751.676000', '125751.679000', '125751.681000', '125751.684000', '125751.687000', '125751.690000', '125751.693000', '125751.696000', '125751.698000', '125751.701000', '125751.704000', '125751.707000', '125751.710000', '125751.712000', '125751.715000', '125751.718000', '125751.721000', '125751.724000', '125751.726000', '125751.729000', '125751.732000', '125751.735000', '125751.738000', '125751.741000', '125751.743000', '125751.746000', '125751.749000', '125751.752000', '125751.755000', '125751.758000', '125751.760000', '125811.608000', '125811.611000', '125811.614000', '125811.617000', '125811.620000', '125811.622000', '125811.625000', '125811.628000', '125811.631000', '125811.634000', '125811.636000', '125811.639000', '125811.642000', '125811.645000', '125811.648000', '125811.651000', '125811.653000', '125811.656000', '125811.659000', '125811.662000', '125811.665000', '125811.667000', '125811.670000', '125811.673000', '125811.676000', '125811.679000', '125811.681000', '125811.684000', '125811.693000', '125811.696000', '125811.699000', '125811.702000', '125811.704000', '125811.707000', '125811.710000', '125811.713000', '125811.716000', '125811.718000', '125811.721000', '125811.724000', '125811.727000', '125811.729000', '125811.732000', '125811.735000', '125831.608000', '125831.611000', '125831.614000', '125831.616000', '125831.619000', '125831.622000', '125831.625000', '125831.628000', '125831.630000', '125831.633000', '125831.636000', '125831.639000', '125831.642000', '125831.645000', '125831.647000', '125831.650000', '125831.653000', '125831.656000', '125831.659000', '125831.661000', '125831.664000', '125831.667000', '125831.670000', '125831.673000', '125831.675000', '125831.678000', '125831.681000', '125831.684000', '125831.687000', '125831.690000', '125831.692000', '125831.695000', '125831.698000', '125831.701000', '125831.704000', '125831.713000', '125831.715000', '125831.718000', '125831.721000', '125831.734000', '125831.737000', '125831.740000', '125831.742000', '125851.609000', '125851.612000', '125851.622000', '125851.625000', '125851.628000', '125851.631000', '125851.634000', '125851.637000', '125851.639000', '125851.642000', '125851.645000', '125851.648000', '125851.651000', '125851.653000', '125851.656000', '125851.659000', '125851.662000', '125851.665000', '125851.668000', '125851.670000', '125851.673000', '125851.676000', '125851.679000', '125851.682000', '125851.684000', '125851.687000', '125851.690000', '125851.693000', '125851.696000', '125851.699000', '125851.701000', '125851.704000', '125851.707000', '125851.710000', '125851.713000', '125851.715000', '125851.718000', '125851.721000', '125851.724000', '125851.727000', '125851.729000', '125851.732000', '125851.735000', '125851.738000', '125911.609000', '125911.612000', '125911.615000', '125911.617000', '125911.620000', '125911.623000', '125911.626000', '125911.629000', '125911.632000', '125911.634000', '125911.637000', '125911.640000', '125911.643000', '125911.646000', '125911.648000', '125911.651000', '125911.654000', '125911.657000', '125911.660000', '125911.662000', '125911.665000', '125911.668000', '125911.671000', '125911.674000', '125911.677000', '125911.680000', '125911.682000', '125911.685000', '125911.688000', '125911.691000', '125911.694000', '125911.696000', '125911.699000', '125911.705000', '125911.707000', '125911.710000', '125911.713000', '125911.716000', '125911.719000', '125911.721000', '125911.724000', '125911.727000', '125911.730000', '125931.609000', '125931.612000', '125931.615000', '125931.617000', '125931.620000', '125931.631000', '125931.634000', '125931.637000', '125931.640000', '125931.643000', '125931.645000', '125931.648000', '125931.651000', '125931.654000', '125931.657000', '125931.659000', '125931.662000', '125931.665000', '125931.668000', '125931.671000', '125931.673000', '125931.676000', '125931.679000', '125931.682000', '125931.685000', '125931.688000', '125931.690000', '125931.693000', '125931.696000', '125931.699000', '125931.702000', '125931.704000', '125931.707000', '125931.710000', '125931.713000', '125931.716000', '125931.718000', '125931.721000', '125931.724000', '125931.727000', '125931.730000', '125931.732000', '125931.735000', '125931.738000', '125951.608000', '125951.611000', '125951.614000', '125951.617000', '125951.619000', '125951.622000', '125951.625000', '125951.628000', '125951.631000', '125951.634000', '125951.636000', '125951.639000', '125951.642000', '125951.645000', '125951.648000', '125951.650000', '125951.653000', '125951.656000', '125951.659000', '125951.662000', '125951.665000', '125951.667000', '125951.670000', '125951.673000', '125951.676000', '125951.679000', '125951.681000', '125951.684000', '125951.687000', '125951.690000', '125951.693000', '125951.696000', '125951.698000', '125951.701000', '125951.704000', '125951.707000', '125951.710000', '125951.712000', '125951.715000', '125951.718000', '125951.721000', '125951.724000', '125951.726000', '130011.608000', '130011.611000', '130011.613000', '130011.616000', '130011.619000', '130011.622000', '130011.625000', '130011.628000', '130011.631000', '130011.633000', '130011.636000', '130011.639000', '130011.642000', '130011.645000', '130011.648000', '130011.650000', '130011.653000', '130011.656000', '130011.659000', '130011.662000', '130011.665000', '130011.668000', '130011.671000', '130011.673000', '130011.676000', '130011.679000', '130011.682000', '130011.685000', '130011.687000', '130011.690000', '130011.693000', '130011.696000', '130011.699000', '130011.702000', '130011.705000', '130011.719000', '130011.722000', '130011.724000', '130011.727000', '130011.730000', '130011.733000', '130011.736000', '130011.739000', '130011.741000', '130031.608000', '130031.611000', '130031.614000', '130031.617000', '130031.619000', '130031.622000', '130031.625000', '130031.628000', '130031.631000', '130031.634000', '130031.637000', '130031.639000', '130031.642000', '130031.645000', '130031.648000', '130031.651000', '130031.653000', '130031.656000', '130031.667000', '130031.669000', '130031.672000', '130031.675000', '130031.678000', '130031.681000', '130031.684000', '130031.686000', '130031.689000', '130031.692000', '130031.695000', '130031.698000', '130031.701000', '130031.704000', '130031.706000', '130031.709000', '130031.712000', '130031.715000', '130031.718000', '130031.720000', '130031.723000', '130031.726000', '130031.729000', '130031.732000', '130031.735000', '130051.608000', '130051.611000', '130051.614000', '130051.617000', '130051.620000', '130051.623000', '130051.625000', '130051.628000', '130051.632000', '130051.634000', '130051.637000', '130051.640000', '130051.643000', '130051.646000', '130051.649000', '130051.652000', '130051.654000', '130051.657000', '130051.660000', '130051.663000', '130051.666000', '130051.669000', '130051.671000', '130051.674000', '130051.677000', '130051.680000', '130051.683000', '130051.686000', '130051.688000', '130051.691000', '130051.694000', '130051.697000', '130051.700000', '130051.702000', '130051.708000', '130051.711000', '130051.714000', '130051.717000', '130051.720000', '130051.723000', '130051.725000', '130051.728000', '130051.731000', '130111.609000', '130111.612000', '130111.615000', '130111.618000', '130111.621000', '130111.623000', '130111.626000', '130111.629000', '130111.632000', '130111.635000', '130111.638000', '130111.641000', '130111.643000', '130111.646000', '130111.649000', '130111.652000', '130111.655000', '130111.658000', '130111.661000', '130111.663000', '130111.666000', '130111.669000', '130111.672000', '130111.675000', '130111.677000', '130111.680000', '130111.683000', '130111.686000', '130111.689000', '130111.692000', '130111.694000', '130111.697000', '130111.700000', '130111.703000', '130111.706000', '130111.709000', '130111.711000', '130111.714000', '130111.717000', '130111.720000', '130111.723000', '130111.725000', '130111.728000', '130111.731000', '130131.609000', '130131.612000', '130131.615000', '130131.617000', '130131.621000', '130131.623000', '130131.626000', '130131.629000', '130131.632000', '130131.635000', '130131.638000', '130131.641000', '130131.643000', '130131.646000', '130131.649000', '130131.652000', '130131.655000', '130131.658000', '130131.661000', '130131.663000', '130131.666000', '130131.669000', '130131.672000', '130131.675000', '130131.677000', '130131.680000', '130131.683000', '130131.686000', '130131.689000', '130131.691000', '130131.694000', '130131.697000', '130131.700000', '130131.703000', '130131.706000', '130131.709000', '130131.711000', '130131.714000', '130131.717000', '130131.720000', '130131.723000', '130131.726000', '130131.729000', '130151.609000', '130151.612000', '130151.615000', '130151.618000', '130151.621000', '130151.623000', '130151.626000', '130151.629000', '130151.632000', '130151.635000', '130151.637000', '130151.640000', '130151.643000', '130151.646000', '130151.649000', '130151.652000', '130151.654000', '130151.669000', '130151.672000', '130151.675000', '130151.678000', '130151.681000', '130151.683000', '130151.686000', '130151.689000', '130151.692000', '130151.695000', '130151.698000', '130151.700000', '130151.703000', '130151.706000', '130151.709000', '130151.712000', '130151.715000', '130151.718000', '130151.720000', '130151.723000', '130151.726000', '130151.729000', '130151.732000', '130151.734000', '130151.737000', '130151.740000', '130151.743000', '130211.608000', '130211.611000', '130211.614000', '130211.617000', '130211.620000', '130211.622000', '130211.625000', '130211.628000', '130211.631000', '130211.634000', '130211.637000', '130211.640000', '130211.642000', '130211.645000', '130211.648000', '130211.651000', '130211.654000', '130211.657000', '130211.660000', '130211.663000', '130211.666000', '130211.669000', '130211.672000', '130211.675000', '130211.677000', '130211.680000', '130211.683000', '130211.686000', '130211.689000', '130211.692000', '130211.695000', '130211.697000', '130211.700000', '130211.703000', '130211.706000', '130211.709000', '130211.711000', '130211.714000', '130211.717000', '130211.720000', '130211.723000', '130211.726000', '130211.728000', '130231.608000', '130231.611000', '130231.614000', '130231.617000', '130231.620000', '130231.622000', '130231.625000', '130231.628000', '130231.631000', '130231.634000', '130231.636000', '130231.639000', '130231.642000', '130231.645000', '130231.648000', '130231.651000', '130231.654000', '130231.656000', '130231.659000', '130231.662000', '130231.665000', '130231.668000', '130231.671000', '130231.673000', '130231.676000', '130231.679000', '130231.682000', '130231.685000', '130231.688000', '130231.690000', '130231.693000', '130231.696000', '130231.699000', '130231.702000', '130231.705000', '130231.707000', '130231.710000', '130231.713000', '130231.716000', '130231.719000', '130231.722000', '130231.724000', '130231.727000', '130231.730000', '130251.608000', '130251.611000', '130251.614000', '130251.617000', '130251.620000', '130251.622000', '130251.625000', '130251.628000', '130251.631000', '130251.634000', '130251.637000', '130251.639000', '130251.642000', '130251.645000', '130251.648000', '130251.651000', '130251.654000', '130251.656000', '130251.659000', '130251.662000', '130251.665000', '130251.668000', '130251.671000', '130251.674000', '130251.677000', '130251.680000', '130251.683000', '130251.685000', '130251.688000', '130251.691000', '130251.694000', '130251.697000', '130251.700000', '130251.703000', '130251.705000', '130251.708000', '130251.711000', '130251.714000', '130251.717000', '130251.719000', '130251.722000', '130251.725000', '130251.728000', '130311.608000', '130311.611000', '130311.614000', '130311.617000', '130311.619000', '130311.622000', '130311.625000', '130311.628000', '130311.631000', '130311.634000', '130311.636000', '130311.639000', '130311.642000', '130311.645000', '130311.648000', '130311.651000', '130311.654000', '130311.656000', '130311.659000', '130311.662000', '130311.665000', '130311.668000', '130311.671000', '130311.673000', '130311.676000', '130311.679000', '130311.682000', '130311.685000', '130311.700000', '130311.703000', '130311.705000', '130311.708000', '130311.711000', '130311.714000', '130311.717000', '130311.720000', '130311.722000', '130311.725000', '130311.728000', '130311.731000', '130311.734000', '130311.738000', '130311.740000', '130311.743000', '130331.609000', '130331.612000', '130331.615000', '130331.618000', '130331.621000', '130331.624000', '130331.627000', '130331.630000', '130331.633000', '130331.636000', '130331.639000', '130331.642000', '130331.645000', '130331.647000', '130331.650000', '130331.653000', '130331.656000', '130331.659000', '130331.662000', '130331.664000', '130331.667000', '130331.670000', '130331.673000', '130331.676000', '130331.679000', '130331.682000', '130331.685000', '130331.687000', '130331.690000', '130331.693000', '130331.696000', '130331.699000', '130331.702000', '130331.705000', '130331.708000', '130331.711000', '130331.714000', '130331.716000', '130331.719000', '130331.722000', '130331.725000', '130331.728000', '130331.730000', '130351.609000', '130351.612000', '130351.616000', '130351.619000', '130351.622000', '130351.625000', '130351.628000', '130351.631000', '130351.633000', '130351.636000', '130351.639000', '130351.642000', '130351.645000', '130351.647000', '130351.650000', '130351.653000', '130351.656000', '130351.659000', '130351.662000', '130351.665000', '130351.667000', '130351.670000', '130351.673000', '130351.676000', '130351.679000', '130351.682000', '130351.685000', '130351.687000', '130351.690000', '130351.693000', '130351.696000', '130351.699000', '130351.701000', '130351.704000', '130351.707000', '130351.710000', '130351.713000', '130351.716000', '130351.718000', '130351.721000', '130351.724000', '130351.727000', '130351.730000', '130351.733000', '130411.609000', '130411.612000', '130411.615000', '130411.617000', '130411.620000', '130411.623000', '130411.626000', '130411.629000', '130411.632000', '130411.635000', '130411.637000', '130411.640000', '130411.643000', '130411.646000', '130411.649000', '130411.652000', '130411.654000', '130411.657000', '130411.660000', '130411.663000', '130411.666000', '130411.669000', '130411.671000', '130411.674000', '130411.677000', '130411.680000', '130411.683000', '130411.686000', '130411.689000', '130411.691000', '130411.694000', '130411.697000', '130411.700000', '130411.703000', '130411.706000', '130411.708000', '130411.711000', '130411.716000', '130411.720000', '130411.724000', '130411.726000', '130411.729000', '130411.732000', '130412.685000', '130412.689000', '130412.692000'], 'InstanceCreationTime': ['125751.640000', '125751.643000', '125751.646000', '125751.649000', '125751.651000', '125751.654000', '125751.659000', '125751.662000', '125751.665000', '125751.667000', '125751.670000', '125751.673000', '125751.676000', '125751.679000', '125751.681000', '125751.684000', '125751.687000', '125751.690000', '125751.693000', '125751.696000', '125751.698000', '125751.701000', '125751.704000', '125751.707000', '125751.710000', '125751.712000', '125751.715000', '125751.718000', '125751.721000', '125751.724000', '125751.726000', '125751.729000', '125751.732000', '125751.735000', '125751.738000', '125751.741000', '125751.743000', '125751.746000', '125751.749000', '125751.752000', '125751.755000', '125751.758000', '125751.760000', '125811.608000', '125811.611000', '125811.614000', '125811.617000', '125811.620000', '125811.622000', '125811.625000', '125811.628000', '125811.631000', '125811.634000', '125811.636000', '125811.639000', '125811.642000', '125811.645000', '125811.648000', '125811.651000', '125811.653000', '125811.656000', '125811.659000', '125811.662000', '125811.665000', '125811.667000', '125811.670000', '125811.673000', '125811.676000', '125811.679000', '125811.681000', '125811.684000', '125811.693000', '125811.696000', '125811.699000', '125811.702000', '125811.704000', '125811.707000', '125811.710000', '125811.713000', '125811.716000', '125811.718000', '125811.721000', '125811.724000', '125811.727000', '125811.729000', '125811.732000', '125811.735000', '125831.608000', '125831.611000', '125831.614000', '125831.616000', '125831.619000', '125831.622000', '125831.625000', '125831.628000', '125831.630000', '125831.633000', '125831.636000', '125831.639000', '125831.642000', '125831.645000', '125831.647000', '125831.650000', '125831.653000', '125831.656000', '125831.659000', '125831.661000', '125831.664000', '125831.667000', '125831.670000', '125831.673000', '125831.675000', '125831.678000', '125831.681000', '125831.684000', '125831.687000', '125831.690000', '125831.692000', '125831.695000', '125831.698000', '125831.701000', '125831.704000', '125831.713000', '125831.715000', '125831.718000', '125831.721000', '125831.734000', '125831.737000', '125831.740000', '125831.742000', '125851.609000', '125851.612000', '125851.622000', '125851.625000', '125851.628000', '125851.631000', '125851.634000', '125851.637000', '125851.639000', '125851.642000', '125851.645000', '125851.648000', '125851.651000', '125851.653000', '125851.656000', '125851.659000', '125851.662000', '125851.665000', '125851.668000', '125851.670000', '125851.673000', '125851.676000', '125851.679000', '125851.682000', '125851.684000', '125851.687000', '125851.690000', '125851.693000', '125851.696000', '125851.699000', '125851.701000', '125851.704000', '125851.707000', '125851.710000', '125851.713000', '125851.715000', '125851.718000', '125851.721000', '125851.724000', '125851.727000', '125851.729000', '125851.732000', '125851.735000', '125851.738000', '125911.609000', '125911.612000', '125911.615000', '125911.617000', '125911.620000', '125911.623000', '125911.626000', '125911.629000', '125911.632000', '125911.634000', '125911.637000', '125911.640000', '125911.643000', '125911.646000', '125911.648000', '125911.651000', '125911.654000', '125911.657000', '125911.660000', '125911.662000', '125911.665000', '125911.668000', '125911.671000', '125911.674000', '125911.677000', '125911.680000', '125911.682000', '125911.685000', '125911.688000', '125911.691000', '125911.694000', '125911.696000', '125911.699000', '125911.705000', '125911.707000', '125911.710000', '125911.713000', '125911.716000', '125911.719000', '125911.721000', '125911.724000', '125911.727000', '125911.730000', '125931.609000', '125931.612000', '125931.615000', '125931.617000', '125931.620000', '125931.631000', '125931.634000', '125931.637000', '125931.640000', '125931.643000', '125931.645000', '125931.648000', '125931.651000', '125931.654000', '125931.657000', '125931.659000', '125931.662000', '125931.665000', '125931.668000', '125931.671000', '125931.673000', '125931.676000', '125931.679000', '125931.682000', '125931.685000', '125931.688000', '125931.690000', '125931.693000', '125931.696000', '125931.699000', '125931.702000', '125931.704000', '125931.707000', '125931.710000', '125931.713000', '125931.716000', '125931.718000', '125931.721000', '125931.724000', '125931.727000', '125931.730000', '125931.732000', '125931.735000', '125931.738000', '125951.608000', '125951.611000', '125951.614000', '125951.617000', '125951.619000', '125951.622000', '125951.625000', '125951.628000', '125951.631000', '125951.634000', '125951.636000', '125951.639000', '125951.642000', '125951.645000', '125951.648000', '125951.650000', '125951.653000', '125951.656000', '125951.659000', '125951.662000', '125951.665000', '125951.667000', '125951.670000', '125951.673000', '125951.676000', '125951.679000', '125951.681000', '125951.684000', '125951.687000', '125951.690000', '125951.693000', '125951.696000', '125951.698000', '125951.701000', '125951.704000', '125951.707000', '125951.710000', '125951.712000', '125951.715000', '125951.718000', '125951.721000', '125951.724000', '125951.726000', '130011.608000', '130011.611000', '130011.613000', '130011.616000', '130011.619000', '130011.622000', '130011.625000', '130011.628000', '130011.631000', '130011.633000', '130011.636000', '130011.639000', '130011.642000', '130011.645000', '130011.648000', '130011.650000', '130011.653000', '130011.656000', '130011.659000', '130011.662000', '130011.665000', '130011.668000', '130011.671000', '130011.673000', '130011.676000', '130011.679000', '130011.682000', '130011.685000', '130011.687000', '130011.690000', '130011.693000', '130011.696000', '130011.699000', '130011.702000', '130011.705000', '130011.719000', '130011.722000', '130011.724000', '130011.727000', '130011.730000', '130011.733000', '130011.736000', '130011.739000', '130011.741000', '130031.608000', '130031.611000', '130031.614000', '130031.617000', '130031.619000', '130031.622000', '130031.625000', '130031.628000', '130031.631000', '130031.634000', '130031.637000', '130031.639000', '130031.642000', '130031.645000', '130031.648000', '130031.651000', '130031.653000', '130031.656000', '130031.667000', '130031.669000', '130031.672000', '130031.675000', '130031.678000', '130031.681000', '130031.684000', '130031.686000', '130031.689000', '130031.692000', '130031.695000', '130031.698000', '130031.701000', '130031.704000', '130031.706000', '130031.709000', '130031.712000', '130031.715000', '130031.718000', '130031.720000', '130031.723000', '130031.726000', '130031.729000', '130031.732000', '130031.735000', '130051.608000', '130051.611000', '130051.614000', '130051.617000', '130051.620000', '130051.623000', '130051.625000', '130051.628000', '130051.632000', '130051.634000', '130051.637000', '130051.640000', '130051.643000', '130051.646000', '130051.649000', '130051.652000', '130051.654000', '130051.657000', '130051.660000', '130051.663000', '130051.666000', '130051.669000', '130051.671000', '130051.674000', '130051.677000', '130051.680000', '130051.683000', '130051.686000', '130051.688000', '130051.691000', '130051.694000', '130051.697000', '130051.700000', '130051.702000', '130051.708000', '130051.711000', '130051.714000', '130051.717000', '130051.720000', '130051.723000', '130051.725000', '130051.728000', '130051.731000', '130111.609000', '130111.612000', '130111.615000', '130111.618000', '130111.621000', '130111.623000', '130111.626000', '130111.629000', '130111.632000', '130111.635000', '130111.638000', '130111.641000', '130111.643000', '130111.646000', '130111.649000', '130111.652000', '130111.655000', '130111.658000', '130111.661000', '130111.663000', '130111.666000', '130111.669000', '130111.672000', '130111.675000', '130111.677000', '130111.680000', '130111.683000', '130111.686000', '130111.689000', '130111.692000', '130111.694000', '130111.697000', '130111.700000', '130111.703000', '130111.706000', '130111.709000', '130111.711000', '130111.714000', '130111.717000', '130111.720000', '130111.723000', '130111.725000', '130111.728000', '130111.731000', '130131.609000', '130131.612000', '130131.615000', '130131.617000', '130131.621000', '130131.623000', '130131.626000', '130131.629000', '130131.632000', '130131.635000', '130131.638000', '130131.641000', '130131.643000', '130131.646000', '130131.649000', '130131.652000', '130131.655000', '130131.658000', '130131.661000', '130131.663000', '130131.666000', '130131.669000', '130131.672000', '130131.675000', '130131.677000', '130131.680000', '130131.683000', '130131.686000', '130131.689000', '130131.691000', '130131.694000', '130131.697000', '130131.700000', '130131.703000', '130131.706000', '130131.709000', '130131.711000', '130131.714000', '130131.717000', '130131.720000', '130131.723000', '130131.726000', '130131.729000', '130151.609000', '130151.612000', '130151.615000', '130151.618000', '130151.621000', '130151.623000', '130151.626000', '130151.629000', '130151.632000', '130151.635000', '130151.637000', '130151.640000', '130151.643000', '130151.646000', '130151.649000', '130151.652000', '130151.654000', '130151.669000', '130151.672000', '130151.675000', '130151.678000', '130151.681000', '130151.683000', '130151.686000', '130151.689000', '130151.692000', '130151.695000', '130151.698000', '130151.700000', '130151.703000', '130151.706000', '130151.709000', '130151.712000', '130151.715000', '130151.718000', '130151.720000', '130151.723000', '130151.726000', '130151.729000', '130151.732000', '130151.734000', '130151.737000', '130151.740000', '130151.743000', '130211.608000', '130211.611000', '130211.614000', '130211.617000', '130211.620000', '130211.622000', '130211.625000', '130211.628000', '130211.631000', '130211.634000', '130211.637000', '130211.640000', '130211.642000', '130211.645000', '130211.648000', '130211.651000', '130211.654000', '130211.657000', '130211.660000', '130211.663000', '130211.666000', '130211.669000', '130211.672000', '130211.675000', '130211.677000', '130211.680000', '130211.683000', '130211.686000', '130211.689000', '130211.692000', '130211.695000', '130211.697000', '130211.700000', '130211.703000', '130211.706000', '130211.709000', '130211.711000', '130211.714000', '130211.717000', '130211.720000', '130211.723000', '130211.726000', '130211.728000', '130231.608000', '130231.611000', '130231.614000', '130231.617000', '130231.620000', '130231.622000', '130231.625000', '130231.628000', '130231.631000', '130231.634000', '130231.636000', '130231.639000', '130231.642000', '130231.645000', '130231.648000', '130231.651000', '130231.654000', '130231.656000', '130231.659000', '130231.662000', '130231.665000', '130231.668000', '130231.671000', '130231.673000', '130231.676000', '130231.679000', '130231.682000', '130231.685000', '130231.688000', '130231.690000', '130231.693000', '130231.696000', '130231.699000', '130231.702000', '130231.705000', '130231.707000', '130231.710000', '130231.713000', '130231.716000', '130231.719000', '130231.722000', '130231.724000', '130231.727000', '130231.730000', '130251.608000', '130251.611000', '130251.614000', '130251.617000', '130251.620000', '130251.622000', '130251.625000', '130251.628000', '130251.631000', '130251.634000', '130251.637000', '130251.639000', '130251.642000', '130251.645000', '130251.648000', '130251.651000', '130251.654000', '130251.656000', '130251.659000', '130251.662000', '130251.665000', '130251.668000', '130251.671000', '130251.674000', '130251.677000', '130251.680000', '130251.683000', '130251.685000', '130251.688000', '130251.691000', '130251.694000', '130251.697000', '130251.700000', '130251.703000', '130251.705000', '130251.708000', '130251.711000', '130251.714000', '130251.717000', '130251.719000', '130251.722000', '130251.725000', '130251.728000', '130311.608000', '130311.611000', '130311.614000', '130311.617000', '130311.619000', '130311.622000', '130311.625000', '130311.628000', '130311.631000', '130311.634000', '130311.636000', '130311.639000', '130311.642000', '130311.645000', '130311.648000', '130311.651000', '130311.654000', '130311.656000', '130311.659000', '130311.662000', '130311.665000', '130311.668000', '130311.671000', '130311.673000', '130311.676000', '130311.679000', '130311.682000', '130311.685000', '130311.700000', '130311.703000', '130311.705000', '130311.708000', '130311.711000', '130311.714000', '130311.717000', '130311.720000', '130311.722000', '130311.725000', '130311.728000', '130311.731000', '130311.734000', '130311.738000', '130311.740000', '130311.743000', '130331.609000', '130331.612000', '130331.615000', '130331.618000', '130331.621000', '130331.624000', '130331.627000', '130331.630000', '130331.633000', '130331.636000', '130331.639000', '130331.642000', '130331.645000', '130331.647000', '130331.650000', '130331.653000', '130331.656000', '130331.659000', '130331.662000', '130331.664000', '130331.667000', '130331.670000', '130331.673000', '130331.676000', '130331.679000', '130331.682000', '130331.685000', '130331.687000', '130331.690000', '130331.693000', '130331.696000', '130331.699000', '130331.702000', '130331.705000', '130331.708000', '130331.711000', '130331.714000', '130331.716000', '130331.719000', '130331.722000', '130331.725000', '130331.728000', '130331.730000', '130351.609000', '130351.612000', '130351.616000', '130351.619000', '130351.622000', '130351.625000', '130351.628000', '130351.631000', '130351.633000', '130351.636000', '130351.639000', '130351.642000', '130351.645000', '130351.647000', '130351.650000', '130351.653000', '130351.656000', '130351.659000', '130351.662000', '130351.665000', '130351.667000', '130351.670000', '130351.673000', '130351.676000', '130351.679000', '130351.682000', '130351.685000', '130351.687000', '130351.690000', '130351.693000', '130351.696000', '130351.699000', '130351.701000', '130351.704000', '130351.707000', '130351.710000', '130351.713000', '130351.716000', '130351.718000', '130351.721000', '130351.724000', '130351.727000', '130351.730000', '130351.733000', '130411.609000', '130411.612000', '130411.615000', '130411.617000', '130411.620000', '130411.623000', '130411.626000', '130411.629000', '130411.632000', '130411.635000', '130411.637000', '130411.640000', '130411.643000', '130411.646000', '130411.649000', '130411.652000', '130411.654000', '130411.657000', '130411.660000', '130411.663000', '130411.666000', '130411.669000', '130411.671000', '130411.674000', '130411.677000', '130411.680000', '130411.683000', '130411.686000', '130411.689000', '130411.691000', '130411.694000', '130411.697000', '130411.700000', '130411.703000', '130411.706000', '130411.708000', '130411.711000', '130411.716000', '130411.720000', '130411.724000', '130411.726000', '130411.729000', '130411.732000', '130412.685000', '130412.689000', '130412.692000'], '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': [7943, 12707, 10259, 8647, 7431, 10808, 7247, 7265, 8953, 9626, 7865, 7109, 10646, 7614, 7289, 10596, 8728, 7382, 10945, 9130, 7532, 7247, 10178, 7734, 7207, 7278, 10120, 7401, 7179, 10613, 9534, 7887, 7657, 12825, 8389, 7349, 10838, 14041, 9319, 7697, 7992, 9302, 7469, 7286, 8581, 10027, 8454, 7262, 7449, 9902, 7574, 7225, 10884, 9373, 7583, 7632, 9707, 8367, 8727, 14221, 10724, 7196, 12067, 8374, 7186, 11448, 9245, 7247, 7163, 11046, 7673, 7202, 9007, 10339, 7686, 7350, 8658, 8963, 7521, 9025, 11025, 7546, 7503, 8045, 8549, 7670, 7298, 10972, 8694, 7348, 7274, 11627, 8893, 8731, 13122, 12744, 7782, 7159, 9339, 9597, 9702, 7602, 10827, 8503, 8329, 7413, 10647, 10730, 7251, 13169, 8152, 7505, 9270, 9841, 9769, 8239, 13240, 7956, 7339, 9403, 9026, 7774, 7273, 11150, 7315, 7292, 8652, 9097, 7887, 8288, 10554, 7695, 7306, 10931, 8725, 7891, 7324, 9925, 7328, 7085, 9071, 9596, 7512, 7396, 9366, 9243, 7760, 8718, 14510, 8586, 7393, 8954, 9505, 8723, 8185, 14591, 10535, 7569, 8162, 8622, 7215, 7186, 10558, 8289, 7130, 10761, 7670, 7221, 11150, 10694, 8039, 13640, 7575, 7121, 10428, 8908, 7393, 12968, 7713, 7199, 8678, 8988, 7711, 7434, 11196, 7597, 7259, 9987, 8314, 7124, 12011, 8908, 7195, 7842, 8740, 7416, 8006, 11155, 7859, 7054, 9531, 8378, 7490, 8867, 13231, 8679, 7365, 8763, 9418, 8644, 10429, 15233, 10248, 7198, 10638, 9084, 7927, 9953, 8256, 10097, 9944, 7223, 7604, 9320, 8012, 7424, 10689, 8155, 7266, 8115, 7479, 7476, 7337, 9524, 7615, 7522, 9801, 7283, 11957, 9768, 13338, 14359, 9633, 11790, 8137, 7255, 11818, 8846, 7187, 9469, 7351, 7235, 8504, 9700, 8948, 7305, 11393, 7502, 7409, 11134, 9838, 7151, 13020, 8025, 7240, 8920, 9954, 8423, 7304, 11473, 7645, 7047, 9779, 9527, 7981, 7187, 9110, 9204, 7237, 7243, 9987, 9361, 7509, 7196, 10760, 8327, 7185, 15442, 11564, 7400, 10726, 7669, 7131, 11347, 9061, 7318, 8414, 7429, 7197, 7729, 9538, 7578, 7296, 10438, 7126, 7349, 11308, 10231, 7421, 13838, 8205, 7193, 9535, 8793, 7963, 7579, 10476, 7255, 7242, 9579, 9435, 7770, 7138, 9980, 8337, 7447, 11058, 14639, 10331, 8118, 11715, 8233, 7454, 9769, 10555, 8228, 7447, 11153, 7625, 7281, 8872, 8392, 7443, 8568, 10965, 7250, 7196, 10087, 7496, 7712, 10714, 7650, 11979, 8508, 7442, 11516, 8167, 12192, 9460, 7488, 7989, 8733, 7656, 9886, 10219, 7254, 7390, 10599, 7561, 7327, 11251, 8705, 7265, 7829, 9016, 7793, 9616, 13555, 7484, 7356, 8087, 9180, 7964, 9460, 12726, 7506, 7155, 10131, 8408, 7871, 11858, 13513, 7615, 7552, 9498, 8730, 7993, 8219, 12820, 7799, 7224, 9461, 8732, 7468, 8785, 12203, 7946, 7257, 9722, 7676, 7259, 10760, 9251, 7377, 7829, 9237, 7310, 11089, 11514, 8010, 9405, 9316, 7504, 7289, 10725, 8488, 7429, 9363, 7879, 7502, 8299, 9125, 8027, 10520, 9803, 7281, 7330, 9978, 8549, 8284, 11479, 8594, 7438, 7342, 11071, 8212, 7364, 7256, 9442, 7619, 7379, 8231, 10579, 8001, 7298, 7233, 10808, 8535, 7667, 10727, 9295, 7339, 7430, 11173, 9071, 7828, 7742, 10065, 7620, 7304, 7247, 10854, 8464, 7414, 7380, 10347, 7734, 7504, 10520, 12859, 7905, 7423, 9917, 9733, 11495, 13058, 16610, 12305, 7862, 7332, 12429, 8746, 8764, 13788, 11159, 7241, 7634, 10795, 8254, 7615, 11961, 8789, 8052, 7152, 8662, 7629, 7527, 9001, 7978, 7290, 9356, 9502, 7443, 9927, 9365, 7896, 15647, 10921, 7202, 12832, 7864, 7110, 11783, 9253, 7245, 8453, 8423, 7381, 7469, 10792, 8400, 7059, 9544, 8664, 7413, 9039, 10229, 8325, 7735, 10322, 8212, 7614, 7650, 10941, 8295, 7306, 7161, 9390, 7783, 7498, 7226, 11174, 8951, 7639, 7748, 8820, 12908, 9808, 7256, 7275, 11094, 8301, 7555, 9072, 9437, 8076, 7252, 10902, 7667, 7306, 7297, 8582, 7390, 7574, 9543, 9689, 7396, 7543, 10589, 7938, 8294, 16038, 11137, 7379, 8798, 9004, 7337, 8356, 13486, 7923, 7452, 7377, 9083, 7358, 7414, 10415, 8822, 7572, 7518, 9762, 9351, 9278, 14721, 7753, 7495, 7379, 9227, 8320, 7626, 10405, 8496, 7306, 7369, 11390, 9261, 7596, 7343, 11861, 7787, 7277, 13083, 9848, 8939, 13377, 9388, 7311, 7653, 10386, 8286, 7576, 8894, 9247, 7418, 7441, 9757, 8741, 7589, 9586, 9141, 7436, 9987, 8535, 7747, 14973, 11199, 7219, 7497, 9201, 7309, 7055, 12499, 8308, 7293, 7407, 8776, 7411, 7801, 12051, 7764, 7342, 7339, 9194, 7544, 7962, 12819, 7994, 7268, 9798, 8785, 7846, 10392, 11857, 7686, 7184, 7728, 9111, 7971, 7821, 11341, 8762, 7387, 7253, 9890, 8532, 7945, 8165, 10176, 8718, 8748, 13539, 14841, 9014, 7268, 7634, 9561, 9077, 9100, 7110, 7605, 7691, 8981, 7494, 7467, 7352, 9819, 7293, 7675, 9765, 11639, 8109, 7516, 9449, 9413, 8184, 12303, 16811, 13085, 8822, 7362, 9865, 7632, 7469, 10207, 9131, 7834, 11394, 9325, 7282, 8734, 9934, 7531, 7322, 10559, 8187, 7554, 11462, 9356, 7558, 8616, 9157, 7635, 15176, 10743, 13541, 9480, 7535, 11316, 7662, 7322, 11298, 7747, 7306, 9009, 7260, 7359, 10318, 7935, 7251, 9546, 7394, 7647, 10763, 8073, 7725, 14904, 11380, 7625, 10043, 8163, 7490, 11323, 9773, 8640, 11591, 9298, 7917, 7739, 9777, 8070, 10017, 12403, 7255, 7529, 9810, 8082, 7741, 8742, 10663, 8137, 7571, 11203, 7656, 7648, 11265, 8279, 7550, 11655, 8957, 7613, 7513, 8935, 7488, 7665, 11682, 7628, 7615, 10017, 7219, 7576, 10310, 8178, 7580, 9363, 9316, 8004, 7488, 10022, 7860, 8086, 15007, 8279, 7376, 11673, 7482, 7581, 11408, 7811, 7650, 11484, 7818, 7377, 7163, 8004, 7338, 7583, 10105, 7641, 8398, 8712, 7449, 13514, 8525, 8799, 16316, 8641, 8829, 9283, 7575, 8726, 11005, 7508, 7537, 7809, 7572, 7650, 7402, 9147, 7248, 7261, 12423, 9475, 7100, 7287, 8576, 7513, 9424, 10449, 7990, 12168, 8739, 7398, 10365], 'WindowCenter': [4369.0, 4381.0, 4331.0, 4307.0, 4284.0, 4325.0, 4280.0, 4281.0, 4291.0, 4302.0, 4292.0, 4269.0, 4311.0, 4281.0, 4282.0, 4325.0, 4303.0, 4281.0, 4323.0, 4300.0, 4292.0, 4282.0, 4325.0, 4293.0, 4278.0, 4282.0, 4312.0, 4279.0, 4282.0, 4310.0, 4302.0, 4290.0, 4279.0, 4321.0, 4276.0, 4268.0, 4308.0, 4329.0, 4287.0, 4266.0, 4276.0, 4284.0, 4266.0, 4267.0, 4288.0, 4299.0, 4289.0, 4267.0, 4281.0, 4301.0, 4292.0, 4280.0, 4313.0, 4289.0, 4279.0, 4278.0, 4299.0, 4278.0, 4289.0, 4332.0, 4308.0, 4267.0, 4308.0, 4289.0, 4269.0, 4310.0, 4287.0, 4268.0, 4267.0, 4306.0, 4277.0, 4278.0, 4288.0, 4298.0, 4278.0, 4280.0, 4290.0, 4301.0, 4279.0, 4291.0, 4309.0, 4279.0, 4282.0, 4293.0, 4291.0, 4278.0, 4281.0, 4310.0, 4290.0, 4279.0, 4279.0, 4308.0, 4301.0, 4290.0, 4318.0, 4318.0, 4275.0, 4268.0, 4288.0, 4285.0, 4299.0, 4277.0, 4306.0, 4286.0, 4276.0, 4266.0, 4298.0, 4308.0, 4268.0, 4316.0, 4277.0, 4266.0, 4285.0, 4284.0, 4284.0, 4276.0, 4314.0, 4275.0, 4267.0, 4298.0, 4286.0, 4275.0, 4265.0, 4306.0, 4265.0, 4277.0, 4286.0, 4287.0, 4289.0, 4288.0, 4310.0, 4279.0, 4280.0, 4321.0, 4288.0, 4289.0, 4277.0, 4295.0, 4266.0, 4267.0, 4288.0, 4298.0, 4277.0, 4280.0, 4299.0, 4297.0, 4278.0, 4286.0, 4326.0, 4285.0, 4267.0, 4286.0, 4284.0, 4275.0, 4274.0, 4328.0, 4296.0, 4264.0, 4276.0, 4275.0, 4266.0, 4264.0, 4295.0, 4278.0, 4268.0, 4307.0, 4277.0, 4267.0, 4305.0, 4298.0, 4276.0, 4315.0, 4266.0, 4266.0, 4308.0, 4287.0, 4278.0, 4316.0, 4265.0, 4264.0, 4286.0, 4285.0, 4279.0, 4277.0, 4307.0, 4279.0, 4279.0, 4298.0, 4278.0, 4266.0, 4319.0, 4286.0, 4265.0, 4278.0, 4286.0, 4265.0, 4277.0, 4307.0, 4277.0, 4266.0, 4297.0, 4277.0, 4267.0, 4288.0, 4319.0, 4286.0, 4277.0, 4287.0, 4297.0, 4286.0, 4297.0, 4326.0, 4295.0, 4255.0, 4294.0, 4271.0, 4263.0, 4284.0, 4273.0, 4283.0, 4281.0, 4261.0, 4264.0, 4272.0, 4273.0, 4262.0, 4295.0, 4276.0, 4267.0, 4277.0, 4265.0, 4278.0, 4279.0, 4301.0, 4292.0, 4292.0, 4313.0, 4282.0, 4321.0, 4300.0, 4330.0, 4330.0, 4288.0, 4309.0, 4275.0, 4279.0, 4306.0, 4286.0, 4266.0, 4295.0, 4266.0, 4275.0, 4288.0, 4298.0, 4299.0, 4279.0, 4317.0, 4278.0, 4291.0, 4310.0, 4299.0, 4266.0, 4318.0, 4276.0, 4265.0, 4285.0, 4295.0, 4277.0, 4264.0, 4307.0, 4276.0, 4264.0, 4298.0, 4299.0, 4276.0, 4264.0, 4287.0, 4296.0, 4276.0, 4268.0, 4298.0, 4287.0, 4268.0, 4268.0, 4309.0, 4291.0, 4269.0, 4327.0, 4306.0, 4265.0, 4296.0, 4264.0, 4265.0, 4295.0, 4286.0, 4263.0, 4274.0, 4263.0, 4267.0, 4276.0, 4298.0, 4277.0, 4278.0, 4307.0, 4265.0, 4279.0, 4309.0, 4309.0, 4266.0, 4327.0, 4275.0, 4267.0, 4298.0, 4285.0, 4275.0, 4274.0, 4295.0, 4264.0, 4276.0, 4297.0, 4296.0, 4277.0, 4267.0, 4296.0, 4275.0, 4277.0, 4308.0, 4327.0, 4295.0, 4274.0, 4305.0, 4271.0, 4262.0, 4283.0, 4283.0, 4261.0, 4252.0, 4293.0, 4261.0, 4251.0, 4274.0, 4262.0, 4262.0, 4273.0, 4294.0, 4265.0, 4266.0, 4294.0, 4267.0, 4275.0, 4308.0, 4277.0, 4307.0, 4285.0, 4278.0, 4308.0, 4274.0, 4305.0, 4283.0, 4261.0, 4261.0, 4272.0, 4275.0, 4294.0, 4294.0, 4275.0, 4275.0, 4308.0, 4274.0, 4276.0, 4305.0, 4283.0, 4275.0, 4275.0, 4285.0, 4275.0, 4298.0, 4316.0, 4264.0, 4264.0, 4276.0, 4285.0, 4275.0, 4297.0, 4316.0, 4265.0, 4265.0, 4293.0, 4273.0, 4273.0, 4303.0, 4313.0, 4261.0, 4261.0, 4284.0, 4272.0, 4261.0, 4273.0, 4303.0, 4262.0, 4264.0, 4281.0, 4270.0, 4262.0, 4271.0, 4303.0, 4261.0, 4262.0, 4282.0, 4262.0, 4263.0, 4294.0, 4283.0, 4262.0, 4263.0, 4284.0, 4265.0, 4293.0, 4293.0, 4262.0, 4273.0, 4281.0, 4274.0, 4263.0, 4292.0, 4286.0, 4263.0, 4283.0, 4273.0, 4265.0, 4271.0, 4283.0, 4273.0, 4294.0, 4282.0, 4264.0, 4261.0, 4295.0, 4284.0, 4271.0, 4303.0, 4270.0, 4264.0, 4278.0, 4316.0, 4285.0, 4273.0, 4275.0, 4293.0, 4273.0, 4275.0, 4288.0, 4307.0, 4288.0, 4279.0, 4279.0, 4309.0, 4287.0, 4277.0, 4305.0, 4282.0, 4264.0, 4264.0, 4306.0, 4283.0, 4275.0, 4274.0, 4295.0, 4276.0, 4276.0, 4265.0, 4307.0, 4285.0, 4277.0, 4277.0, 4305.0, 4278.0, 4276.0, 4310.0, 4319.0, 4286.0, 4276.0, 4295.0, 4285.0, 4304.0, 4313.0, 4335.0, 4304.0, 4272.0, 4261.0, 4301.0, 4270.0, 4271.0, 4310.0, 4290.0, 4261.0, 4260.0, 4292.0, 4259.0, 4259.0, 4290.0, 4272.0, 4261.0, 4250.0, 4271.0, 4261.0, 4272.0, 4284.0, 4273.0, 4275.0, 4297.0, 4295.0, 4276.0, 4292.0, 4284.0, 4275.0, 4337.0, 4293.0, 4265.0, 4313.0, 4260.0, 4261.0, 4303.0, 4283.0, 4263.0, 4271.0, 4271.0, 4260.0, 4261.0, 4301.0, 4271.0, 4261.0, 4293.0, 4284.0, 4272.0, 4281.0, 4294.0, 4274.0, 4262.0, 4291.0, 4272.0, 4285.0, 4274.0, 4304.0, 4273.0, 4262.0, 4261.0, 4283.0, 4272.0, 4277.0, 4275.0, 4307.0, 4282.0, 4274.0, 4273.0, 4285.0, 4316.0, 4296.0, 4288.0, 4262.0, 4292.0, 4270.0, 4260.0, 4270.0, 4270.0, 4261.0, 4260.0, 4291.0, 4261.0, 4261.0, 4262.0, 4284.0, 4262.0, 4274.0, 4295.0, 4296.0, 4274.0, 4274.0, 4305.0, 4273.0, 4274.0, 4338.0, 4303.0, 4275.0, 4273.0, 4283.0, 4263.0, 4273.0, 4315.0, 4273.0, 4275.0, 4263.0, 4283.0, 4273.0, 4276.0, 4306.0, 4284.0, 4287.0, 4277.0, 4296.0, 4296.0, 4295.0, 4335.0, 4274.0, 4263.0, 4262.0, 4295.0, 4283.0, 4274.0, 4304.0, 4281.0, 4261.0, 4274.0, 4305.0, 4295.0, 4274.0, 4273.0, 4304.0, 4260.0, 4262.0, 4313.0, 4282.0, 4269.0, 4311.0, 4268.0, 4257.0, 4258.0, 4279.0, 4283.0, 4261.0, 4270.0, 4281.0, 4262.0, 4264.0, 4291.0, 4282.0, 4274.0, 4293.0, 4294.0, 4274.0, 4293.0, 4285.0, 4275.0, 4325.0, 4292.0, 4261.0, 4261.0, 4291.0, 4274.0, 4262.0, 4313.0, 4272.0, 4261.0, 4260.0, 4283.0, 4272.0, 4273.0, 4314.0, 4272.0, 4274.0, 4261.0, 4293.0, 4274.0, 4274.0, 4312.0, 4271.0, 4262.0, 4294.0, 4283.0, 4273.0, 4294.0, 4303.0, 4271.0, 4262.0, 4273.0, 4283.0, 4286.0, 4275.0, 4303.0, 4282.0, 4277.0, 4275.0, 4294.0, 4283.0, 4273.0, 4272.0, 4294.0, 4283.0, 4284.0, 4326.0, 4324.0, 4282.0, 4260.0, 4275.0, 4298.0, 4284.0, 4284.0, 4262.0, 4287.0, 4290.0, 4295.0, 4273.0, 4275.0, 4275.0, 4293.0, 4274.0, 4289.0, 4310.0, 4319.0, 4286.0, 4275.0, 4296.0, 4296.0, 4287.0, 4318.0, 4350.0, 4316.0, 4284.0, 4265.0, 4293.0, 4262.0, 4263.0, 4292.0, 4281.0, 4262.0, 4301.0, 4282.0, 4263.0, 4284.0, 4282.0, 4260.0, 4249.0, 4279.0, 4270.0, 4260.0, 4302.0, 4280.0, 4260.0, 4271.0, 4281.0, 4261.0, 4323.0, 4290.0, 4298.0, 4277.0, 4260.0, 4290.0, 4260.0, 4258.0, 4289.0, 4260.0, 4258.0, 4280.0, 4262.0, 4273.0, 4293.0, 4281.0, 4276.0, 4294.0, 4287.0, 4285.0, 4303.0, 4272.0, 4273.0, 4336.0, 4303.0, 4273.0, 4292.0, 4272.0, 4273.0, 4304.0, 4292.0, 4272.0, 4302.0, 4281.0, 4271.0, 4270.0, 4292.0, 4271.0, 4292.0, 4312.0, 4258.0, 4271.0, 4290.0, 4270.0, 4272.0, 4284.0, 4292.0, 4273.0, 4270.0, 4300.0, 4271.0, 4272.0, 4314.0, 4284.0, 4273.0, 4305.0, 4281.0, 4271.0, 4263.0, 4279.0, 4262.0, 4272.0, 4316.0, 4272.0, 4270.0, 4291.0, 4261.0, 4272.0, 4291.0, 4281.0, 4272.0, 4283.0, 4281.0, 4272.0, 4261.0, 4291.0, 4273.0, 4272.0, 4323.0, 4271.0, 4262.0, 4300.0, 4262.0, 4259.0, 4301.0, 4273.0, 4274.0, 4302.0, 4271.0, 4264.0, 4263.0, 4273.0, 4274.0, 4285.0, 4307.0, 4286.0, 4285.0, 4283.0, 4276.0, 4313.0, 4284.0, 4273.0, 4335.0, 4282.0, 4282.0, 4281.0, 4271.0, 4285.0, 4302.0, 4261.0, 4274.0, 4285.0, 4271.0, 4284.0, 4274.0, 4294.0, 4274.0, 4286.0, 4327.0, 4305.0, 4274.0, 4286.0, 4295.0, 4285.0, 4295.0, 4303.0, 4284.0, 4317.0, 4284.0, 4275.0, 4303.0], 'WindowWidth': [9680.0, 9674.0, 9586.0, 9543.0, 9505.0, 9561.0, 9496.0, 9494.0, 9508.0, 9524.0, 9512.0, 9476.0, 9535.0, 9495.0, 9497.0, 9561.0, 9527.0, 9497.0, 9556.0, 9519.0, 9512.0, 9498.0, 9562.0, 9515.0, 9490.0, 9498.0, 9539.0, 9492.0, 9499.0, 9534.0, 9526.0, 9507.0, 9490.0, 9548.0, 9483.0, 9474.0, 9526.0, 9558.0, 9495.0, 9466.0, 9480.0, 9490.0, 9466.0, 9469.0, 9499.0, 9516.0, 9503.0, 9472.0, 9493.0, 9521.0, 9513.0, 9492.0, 9540.0, 9504.0, 9489.0, 9487.0, 9515.0, 9487.0, 9502.0, 9564.0, 9527.0, 9471.0, 9527.0, 9505.0, 9473.0, 9534.0, 9498.0, 9472.0, 9468.0, 9520.0, 9483.0, 9488.0, 9502.0, 9515.0, 9487.0, 9493.0, 9504.0, 9522.0, 9491.0, 9506.0, 9531.0, 9488.0, 9500.0, 9516.0, 9507.0, 9490.0, 9494.0, 9535.0, 9508.0, 9492.0, 9490.0, 9531.0, 9523.0, 9506.0, 9541.0, 9542.0, 9481.0, 9473.0, 9500.0, 9494.0, 9513.0, 9483.0, 9524.0, 9496.0, 9481.0, 9468.0, 9512.0, 9528.0, 9474.0, 9537.0, 9483.0, 9467.0, 9489.0, 9490.0, 9490.0, 9478.0, 9530.0, 9477.0, 9472.0, 9518.0, 9496.0, 9480.0, 9467.0, 9523.0, 9465.0, 9484.0, 9496.0, 9499.0, 9505.0, 9502.0, 9534.0, 9488.0, 9496.0, 9551.0, 9502.0, 9503.0, 9486.0, 9506.0, 9469.0, 9471.0, 9501.0, 9516.0, 9487.0, 9493.0, 9517.0, 9514.0, 9487.0, 9497.0, 9553.0, 9493.0, 9470.0, 9496.0, 9490.0, 9479.0, 9475.0, 9556.0, 9506.0, 9462.0, 9481.0, 9478.0, 9468.0, 9463.0, 9508.0, 9486.0, 9472.0, 9525.0, 9482.0, 9470.0, 9521.0, 9512.0, 9481.0, 9532.0, 9466.0, 9469.0, 9531.0, 9500.0, 9488.0, 9535.0, 9465.0, 9464.0, 9495.0, 9493.0, 9490.0, 9485.0, 9527.0, 9491.0, 9493.0, 9516.0, 9486.0, 9468.0, 9545.0, 9496.0, 9467.0, 9488.0, 9495.0, 9467.0, 9484.0, 9526.0, 9486.0, 9471.0, 9511.0, 9485.0, 9471.0, 9500.0, 9545.0, 9496.0, 9486.0, 9498.0, 9512.0, 9494.0, 9510.0, 9552.0, 9504.0, 9450.0, 9503.0, 9469.0, 9457.0, 9488.0, 9472.0, 9484.0, 9481.0, 9455.0, 9460.0, 9470.0, 9474.0, 9457.0, 9507.0, 9480.0, 9469.0, 9484.0, 9467.0, 9488.0, 9491.0, 9523.0, 9514.0, 9513.0, 9542.0, 9499.0, 9552.0, 9520.0, 9558.0, 9561.0, 9499.0, 9528.0, 9480.0, 9493.0, 9523.0, 9495.0, 9467.0, 9506.0, 9468.0, 9481.0, 9500.0, 9515.0, 9517.0, 9491.0, 9542.0, 9488.0, 9511.0, 9534.0, 9518.0, 9469.0, 9542.0, 9481.0, 9467.0, 9491.0, 9506.0, 9484.0, 9465.0, 9524.0, 9480.0, 9463.0, 9516.0, 9517.0, 9483.0, 9466.0, 9498.0, 9510.0, 9483.0, 9472.0, 9515.0, 9497.0, 9473.0, 9475.0, 9529.0, 9512.0, 9477.0, 9554.0, 9520.0, 9464.0, 9508.0, 9464.0, 9467.0, 9506.0, 9494.0, 9459.0, 9477.0, 9461.0, 9472.0, 9481.0, 9513.0, 9483.0, 9485.0, 9526.0, 9469.0, 9490.0, 9531.0, 9531.0, 9470.0, 9552.0, 9481.0, 9472.0, 9515.0, 9492.0, 9480.0, 9477.0, 9507.0, 9464.0, 9483.0, 9512.0, 9511.0, 9485.0, 9473.0, 9510.0, 9481.0, 9485.0, 9527.0, 9553.0, 9506.0, 9476.0, 9520.0, 9468.0, 9456.0, 9484.0, 9486.0, 9454.0, 9441.0, 9497.0, 9453.0, 9440.0, 9472.0, 9455.0, 9458.0, 9473.0, 9504.0, 9467.0, 9469.0, 9503.0, 9471.0, 9481.0, 9529.0, 9483.0, 9524.0, 9495.0, 9489.0, 9528.0, 9476.0, 9517.0, 9487.0, 9456.0, 9455.0, 9470.0, 9479.0, 9504.0, 9503.0, 9480.0, 9482.0, 9528.0, 9480.0, 9483.0, 9522.0, 9489.0, 9483.0, 9481.0, 9495.0, 9481.0, 9514.0, 9536.0, 9463.0, 9463.0, 9481.0, 9494.0, 9482.0, 9511.0, 9538.0, 9467.0, 9466.0, 9500.0, 9474.0, 9472.0, 9515.0, 9528.0, 9456.0, 9455.0, 9487.0, 9471.0, 9456.0, 9471.0, 9514.0, 9456.0, 9460.0, 9480.0, 9464.0, 9459.0, 9468.0, 9514.0, 9454.0, 9460.0, 9485.0, 9458.0, 9459.0, 9503.0, 9486.0, 9459.0, 9461.0, 9488.0, 9466.0, 9500.0, 9502.0, 9456.0, 9472.0, 9482.0, 9479.0, 9460.0, 9498.0, 9494.0, 9459.0, 9486.0, 9474.0, 9466.0, 9470.0, 9487.0, 9474.0, 9504.0, 9484.0, 9462.0, 9456.0, 9506.0, 9491.0, 9470.0, 9514.0, 9468.0, 9464.0, 9491.0, 9542.0, 9498.0, 9477.0, 9481.0, 9502.0, 9475.0, 9480.0, 9504.0, 9530.0, 9501.0, 9495.0, 9494.0, 9531.0, 9501.0, 9484.0, 9519.0, 9487.0, 9464.0, 9464.0, 9522.0, 9489.0, 9480.0, 9477.0, 9506.0, 9485.0, 9483.0, 9467.0, 9525.0, 9495.0, 9486.0, 9488.0, 9524.0, 9491.0, 9485.0, 9533.0, 9546.0, 9498.0, 9484.0, 9506.0, 9492.0, 9517.0, 9528.0, 9562.0, 9515.0, 9471.0, 9455.0, 9510.0, 9466.0, 9468.0, 9521.0, 9491.0, 9454.0, 9452.0, 9496.0, 9451.0, 9449.0, 9492.0, 9472.0, 9454.0, 9438.0, 9468.0, 9456.0, 9473.0, 9492.0, 9477.0, 9482.0, 9513.0, 9510.0, 9484.0, 9501.0, 9492.0, 9480.0, 9566.0, 9501.0, 9467.0, 9529.0, 9455.0, 9454.0, 9515.0, 9488.0, 9463.0, 9471.0, 9470.0, 9453.0, 9458.0, 9513.0, 9473.0, 9458.0, 9502.0, 9490.0, 9476.0, 9485.0, 9504.0, 9477.0, 9459.0, 9497.0, 9474.0, 9499.0, 9480.0, 9519.0, 9474.0, 9460.0, 9458.0, 9488.0, 9475.0, 9490.0, 9482.0, 9530.0, 9490.0, 9481.0, 9478.0, 9492.0, 9539.0, 9509.0, 9507.0, 9459.0, 9498.0, 9465.0, 9453.0, 9465.0, 9464.0, 9456.0, 9453.0, 9495.0, 9455.0, 9456.0, 9462.0, 9489.0, 9462.0, 9479.0, 9508.0, 9511.0, 9481.0, 9480.0, 9522.0, 9477.0, 9478.0, 9571.0, 9516.0, 9480.0, 9475.0, 9488.0, 9464.0, 9475.0, 9534.0, 9477.0, 9482.0, 9460.0, 9490.0, 9477.0, 9482.0, 9525.0, 9493.0, 9502.0, 9487.0, 9513.0, 9510.0, 9509.0, 9566.0, 9479.0, 9462.0, 9461.0, 9509.0, 9491.0, 9479.0, 9521.0, 9485.0, 9459.0, 9481.0, 9523.0, 9510.0, 9478.0, 9476.0, 9517.0, 9455.0, 9459.0, 9530.0, 9486.0, 9465.0, 9521.0, 9462.0, 9446.0, 9448.0, 9479.0, 9491.0, 9456.0, 9467.0, 9486.0, 9461.0, 9465.0, 9499.0, 9487.0, 9479.0, 9505.0, 9505.0, 9479.0, 9504.0, 9496.0, 9480.0, 9548.0, 9499.0, 9457.0, 9457.0, 9501.0, 9482.0, 9463.0, 9531.0, 9473.0, 9457.0, 9454.0, 9489.0, 9475.0, 9479.0, 9534.0, 9478.0, 9479.0, 9459.0, 9502.0, 9479.0, 9480.0, 9529.0, 9471.0, 9459.0, 9503.0, 9488.0, 9476.0, 9507.0, 9517.0, 9471.0, 9459.0, 9474.0, 9491.0, 9497.0, 9481.0, 9518.0, 9487.0, 9485.0, 9482.0, 9504.0, 9490.0, 9477.0, 9473.0, 9506.0, 9491.0, 9495.0, 9550.0, 9547.0, 9487.0, 9455.0, 9480.0, 9516.0, 9489.0, 9492.0, 9460.0, 9500.0, 9509.0, 9510.0, 9477.0, 9482.0, 9481.0, 9502.0, 9477.0, 9508.0, 9535.0, 9548.0, 9499.0, 9480.0, 9508.0, 9510.0, 9499.0, 9541.0, 9591.0, 9537.0, 9490.0, 9466.0, 9502.0, 9458.0, 9460.0, 9498.0, 9482.0, 9458.0, 9509.0, 9483.0, 9458.0, 9491.0, 9484.0, 9454.0, 9435.0, 9477.0, 9467.0, 9456.0, 9515.0, 9480.0, 9455.0, 9468.0, 9482.0, 9456.0, 9543.0, 9493.0, 9502.0, 9471.0, 9452.0, 9492.0, 9456.0, 9451.0, 9490.0, 9454.0, 9448.0, 9481.0, 9460.0, 9477.0, 9503.0, 9488.0, 9486.0, 9509.0, 9502.0, 9496.0, 9518.0, 9476.0, 9478.0, 9566.0, 9518.0, 9477.0, 9502.0, 9474.0, 9479.0, 9520.0, 9502.0, 9473.0, 9513.0, 9483.0, 9470.0, 9468.0, 9500.0, 9470.0, 9499.0, 9529.0, 9451.0, 9471.0, 9497.0, 9469.0, 9475.0, 9492.0, 9503.0, 9476.0, 9470.0, 9511.0, 9471.0, 9474.0, 9536.0, 9495.0, 9476.0, 9522.0, 9486.0, 9471.0, 9463.0, 9480.0, 9460.0, 9474.0, 9540.0, 9474.0, 9470.0, 9497.0, 9458.0, 9473.0, 9501.0, 9487.0, 9475.0, 9489.0, 9484.0, 9473.0, 9457.0, 9499.0, 9479.0, 9475.0, 9546.0, 9471.0, 9461.0, 9510.0, 9458.0, 9454.0, 9512.0, 9478.0, 9481.0, 9514.0, 9471.0, 9465.0, 9463.0, 9476.0, 9480.0, 9498.0, 9529.0, 9500.0, 9497.0, 9491.0, 9483.0, 9532.0, 9492.0, 9475.0, 9565.0, 9488.0, 9487.0, 9483.0, 9473.0, 9497.0, 9514.0, 9457.0, 9477.0, 9497.0, 9475.0, 9495.0, 9482.0, 9510.0, 9483.0, 9503.0, 9559.0, 9525.0, 9486.0, 9505.0, 9512.0, 9501.0, 9512.0, 9520.0, 9494.0, 9539.0, 9494.0, 9482.0, 9518.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.0020243613348676637</td></tr>
<tr><td colspan=3>aqi</td><td>0.03749283774453395</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.693591487177414</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1656165058294923</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9859976376036866</td></tr>
<tr><td colspan=3>efc</td><td>0.4965</td></tr>
<tr><td colspan=3>fber</td><td>5619.0513</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1172119192386417</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.400460299194476</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4758377609431514</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3544883075009877</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6642470273884915</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.408777947939975</td></tr>
<tr><td colspan=3>gcor</td><td>0.00393882</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004094448871910572</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03814585506916046</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>3.9596126423753306</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.8429</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5139</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.614</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295437.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1098.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>402.5882</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6165</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.9118</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3469.38</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.0644</td></tr>
<tr><td colspan=3>tsnr</td><td>33.796064416645095</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>