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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-01/func/sub-0083_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>164acc77bcf60be4dd4978485a658b45</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>21:47:54.882500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995346, -0.0729386, 0.0629848, 0.0696013, 0.996131, 0.053649]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>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.0979908</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7880, -7064, 967, -72, -190, 134, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bb9e31c0-b227-449f-a6b5-037e425fc4eb||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6704394817352295, 0.18673528730869293, 0.17996643483638763, 98.57020568847656], [0.19568902254104614, 2.6725473403930664, 0.132341668009758, -112.8686752319336], [0.16898368299007416, -0.14393624663352966, 2.6907429695129395, -48.36130142211914], [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': ['214754.882500', '214755.342500', '214755.802500', '214756.262500', '214756.722500', '214757.182500', '214757.642500', '214758.102500', '214758.562500', '214759.022500', '214759.482500', '214759.942500', '214800.402500', '214800.862500', '214801.322500', '214801.782500', '214802.242500', '214802.702500', '214803.162500', '214803.622500', '214804.082500', '214804.542500', '214805.002500', '214805.462500', '214805.922500', '214806.382500', '214806.842500', '214807.302500', '214807.762500', '214808.222500', '214808.682500', '214809.142500', '214809.602500', '214810.062500', '214810.522500', '214810.982500', '214811.442500', '214811.902500', '214812.362500', '214812.822500', '214813.282500', '214813.742500', '214814.202500', '214814.662500', '214815.122500', '214815.582500', '214816.042500', '214816.502500', '214816.962500', '214817.422500', '214817.882500', '214818.342500', '214818.802500', '214819.262500', '214819.722500', '214820.182500', '214820.642500', '214821.102500', '214821.562500', '214822.022500', '214822.482500', '214822.942500', '214823.402500', '214823.862500', '214824.322500', '214824.782500', '214825.242500', '214825.702500', '214826.162500', '214826.622500', '214827.082500', '214827.542500', '214828.002500', '214828.462500', '214828.922500', '214829.382500', '214829.842500', '214830.302500', '214830.762500', '214831.222500', '214831.682500', '214832.142500', '214832.602500', '214833.062500', '214833.522500', '214833.982500', '214834.442500', '214834.902500', '214835.362500', '214835.822500', '214836.282500', '214836.742500', '214837.202500', '214837.662500', '214838.122500', '214838.582500', '214839.042500', '214839.502500', '214839.962500', '214840.422500', '214840.882500', '214841.342500', '214841.802500', '214842.262500', '214842.722500', '214843.182500', '214843.642500', '214844.102500', '214844.562500', '214845.022500', '214845.482500', '214845.942500', '214846.402500', '214846.862500', '214847.322500', '214847.782500', '214848.242500', '214848.702500', '214849.162500', '214849.622500', '214850.082500', '214850.542500', '214851.002500', '214851.462500', '214851.922500', '214852.382500', '214852.842500', '214853.302500', '214853.762500', '214854.222500', '214854.682500', '214855.142500', '214855.602500', '214856.062500', '214856.522500', '214856.982500', '214857.442500', '214857.902500', '214858.362500', '214858.822500', '214859.282500', '214859.742500', '214900.202500', '214900.662500', '214901.122500', '214901.582500', '214902.042500', '214902.502500', '214902.962500', '214903.422500', '214903.882500', '214904.342500', '214904.802500', '214905.262500', '214905.722500', '214906.182500', '214906.642500', '214907.102500', '214907.562500', '214908.022500', '214908.482500', '214908.942500', '214909.402500', '214909.862500', '214910.322500', '214910.782500', '214911.242500', '214911.702500', '214912.162500', '214912.622500', '214913.082500', '214913.542500', '214914.002500', '214914.462500', '214914.922500', '214915.382500', '214915.842500', '214916.302500', '214916.762500', '214917.222500', '214917.682500', '214918.142500', '214918.602500', '214919.062500', '214919.522500', '214919.982500', '214920.442500', '214920.902500', '214921.362500', '214921.822500', '214922.282500', '214922.742500', '214923.202500', '214923.662500', '214924.122500', '214924.582500', '214925.042500', '214925.502500', '214925.962500', '214926.422500', '214926.882500', '214927.342500', '214927.802500', '214928.262500', '214928.722500', '214929.182500', '214929.642500', '214930.102500', '214930.562500', '214931.022500', '214931.482500', '214931.942500', '214932.402500', '214932.862500', '214933.322500', '214933.782500', '214934.242500', '214934.702500', '214935.162500', '214935.622500', '214936.082500', '214936.542500', '214937.002500', '214937.462500', '214937.922500', '214938.382500', '214938.842500', '214939.302500', '214939.762500', '214940.222500', '214940.682500', '214941.142500', '214941.602500', '214942.062500', '214942.522500', '214942.982500', '214943.442500', '214943.902500', '214944.362500', '214944.822500', '214945.282500', '214945.742500', '214946.202500', '214946.662500', '214947.122500', '214947.582500', '214948.042500', '214948.502500', '214948.962500', '214949.422500', '214949.882500', '214950.342500', '214950.802500', '214951.262500', '214951.722500', '214952.182500', '214952.642500', '214953.102500', '214953.562500', '214954.022500', '214954.482500', '214954.942500', '214955.402500', '214955.862500', '214956.322500', '214956.782500', '214957.242500', '214957.702500', '214958.162500', '214958.622500', '214959.082500', '214959.542500', '215000.002500', '215000.462500', '215000.922500', '215001.382500', '215001.842500', '215002.302500', '215002.762500', '215003.222500', '215003.682500', '215004.142500', '215004.602500', '215005.062500', '215005.522500', '215005.982500', '215006.442500', '215006.902500', '215007.362500', '215007.822500', '215008.282500', '215008.742500', '215009.202500', '215009.662500', '215010.122500', '215010.582500', '215011.042500', '215011.502500', '215011.962500', '215012.422500', '215012.882500', '215013.342500', '215013.802500', '215014.262500', '215014.722500', '215015.182500', '215015.642500', '215016.102500', '215016.562500', '215017.022500', '215017.482500', '215017.942500', '215018.402500', '215018.862500', '215019.322500', '215019.782500', '215020.242500', '215020.702500', '215021.162500', '215021.622500', '215022.082500', '215022.542500', '215023.002500', '215023.462500', '215023.922500', '215024.382500', '215024.842500', '215025.302500', '215025.762500', '215026.222500', '215026.682500', '215027.142500', '215027.602500', '215028.062500', '215028.522500', '215028.982500', '215029.442500', '215029.902500', '215030.362500', '215030.822500', '215031.282500', '215031.742500', '215032.202500', '215032.662500', '215033.122500', '215033.582500', '215034.042500', '215034.502500', '215034.962500', '215035.422500', '215035.882500', '215036.342500', '215036.802500', '215037.262500', '215037.722500', '215038.182500', '215038.642500', '215039.102500', '215039.562500', '215040.022500', '215040.482500', '215040.942500', '215041.402500', '215041.862500', '215042.322500', '215042.782500', '215043.242500', '215043.702500', '215044.162500', '215044.622500', '215045.082500', '215045.542500', '215046.002500', '215046.462500', '215046.922500', '215047.382500', '215047.842500', '215048.302500', '215048.762500', '215049.222500', '215049.682500', '215050.142500', '215050.602500', '215051.062500', '215051.522500', '215051.982500', '215052.442500', '215052.902500', '215053.362500', '215053.822500', '215054.282500', '215054.742500', '215055.202500', '215055.662500', '215056.122500', '215056.582500', '215057.042500', '215057.502500', '215057.962500', '215058.422500', '215058.882500', '215059.342500', '215059.802500', '215100.262500', '215100.722500', '215101.182500', '215101.642500', '215102.102500', '215102.562500', '215103.022500', '215103.482500', '215103.942500', '215104.402500', '215104.862500', '215105.322500', '215105.782500', '215106.242500', '215106.702500', '215107.162500', '215107.622500', '215108.082500', '215108.542500', '215109.002500', '215109.462500', '215109.922500', '215110.382500', '215110.842500', '215111.302500', '215111.762500', '215112.222500', '215112.682500', '215113.142500', '215113.602500', '215114.062500', '215114.522500', '215114.982500', '215115.442500', '215115.902500', '215116.362500', '215116.822500', '215117.282500', '215117.742500', '215118.202500', '215118.662500', '215119.122500', '215119.582500', '215120.042500', '215120.502500', '215120.962500', '215121.422500', '215121.882500', '215122.342500', '215122.802500', '215123.262500', '215123.722500', '215124.182500', '215124.642500', '215125.102500', '215125.562500', '215126.022500', '215126.482500', '215126.942500', '215127.402500', '215127.862500', '215128.322500', '215128.782500', '215129.242500', '215129.702500', '215130.162500', '215130.622500', '215131.082500', '215131.542500', '215132.002500', '215132.462500', '215132.922500', '215133.382500', '215133.842500', '215134.302500', '215134.762500', '215135.222500', '215135.682500', '215136.142500', '215136.602500', '215137.062500', '215137.522500', '215137.982500', '215138.442500', '215138.902500', '215139.362500', '215139.822500', '215140.282500', '215140.742500', '215141.202500', '215141.662500', '215142.122500', '215142.582500', '215143.042500', '215143.502500', '215143.962500', '215144.422500', '215144.882500', '215145.342500', '215145.802500', '215146.262500', '215146.722500', '215147.182500', '215147.642500', '215148.102500', '215148.562500', '215149.022500', '215149.482500', '215149.942500', '215150.402500', '215150.862500', '215151.322500', '215151.782500', '215152.242500', '215152.702500', '215153.162500', '215153.622500', '215154.082500', '215154.542500', '215155.002500', '215155.462500', '215155.922500', '215156.382500', '215156.842500', '215157.302500', '215157.762500', '215158.222500', '215158.682500', '215159.142500', '215159.602500', '215200.062500', '215200.522500', '215200.982500', '215201.442500', '215201.902500', '215202.362500', '215202.822500', '215203.282500', '215203.742500', '215204.202500', '215204.662500', '215205.122500', '215205.582500', '215206.042500', '215206.502500', '215206.962500', '215207.422500', '215207.882500', '215208.342500', '215208.802500', '215209.262500', '215209.722500', '215210.182500', '215210.642500', '215211.102500', '215211.562500', '215212.022500', '215212.482500', '215212.942500', '215213.402500', '215213.862500', '215214.322500', '215214.782500', '215215.242500', '215215.702500', '215216.162500', '215216.622500', '215217.082500', '215217.542500', '215218.002500', '215218.462500', '215218.922500', '215219.382500', '215219.842500', '215220.302500', '215220.762500', '215221.222500', '215221.682500', '215222.142500', '215222.602500', '215223.062500', '215223.522500', '215223.982500', '215224.442500', '215224.902500', '215225.362500', '215225.822500', '215226.282500', '215226.742500', '215227.202500', '215227.662500', '215228.122500', '215228.582500', '215229.042500', '215229.502500', '215229.962500', '215230.422500', '215230.882500', '215231.342500', '215231.802500', '215232.262500', '215232.722500', '215233.182500', '215233.642500', '215234.102500', '215234.562500', '215235.022500', '215235.482500', '215235.942500', '215236.402500', '215236.862500', '215237.322500', '215237.782500', '215238.242500', '215238.702500', '215239.162500', '215239.622500', '215240.082500', '215240.542500', '215241.002500', '215241.462500', '215241.922500', '215242.382500', '215242.842500', '215243.302500', '215243.762500', '215244.222500', '215244.682500', '215245.142500', '215245.602500', '215246.062500', '215246.522500', '215246.982500', '215247.442500', '215247.902500', '215248.362500', '215248.822500', '215249.282500', '215249.742500', '215250.202500', '215250.662500', '215251.122500', '215251.582500', '215252.042500', '215252.502500', '215252.962500', '215253.422500', '215253.882500', '215254.342500', '215254.802500', '215255.262500', '215255.722500', '215256.182500', '215256.642500', '215257.102500', '215257.562500', '215258.022500', '215258.482500', '215258.942500', '215259.402500', '215259.862500', '215300.322500', '215300.782500', '215301.242500', '215301.702500', '215302.162500', '215302.622500', '215303.082500', '215303.542500', '215304.002500', '215304.462500', '215304.922500', '215305.382500', '215305.842500', '215306.302500', '215306.762500', '215307.222500', '215307.682500', '215308.142500', '215308.602500', '215309.062500', '215309.522500', '215309.982500', '215310.442500', '215310.902500', '215311.362500', '215311.822500', '215312.282500', '215312.742500', '215313.202500', '215313.662500', '215314.122500', '215314.582500', '215315.042500', '215315.502500', '215315.962500', '215316.422500', '215316.882500', '215317.342500', '215317.802500', '215318.262500', '215318.722500', '215319.182500', '215319.642500', '215320.102500', '215320.562500', '215321.022500', '215321.482500', '215321.942500', '215322.402500', '215322.862500', '215323.322500', '215323.782500', '215324.242500', '215324.702500', '215325.162500', '215325.622500', '215326.082500', '215326.542500', '215327.002500', '215327.462500', '215327.922500', '215328.382500', '215328.842500', '215329.302500', '215329.762500', '215330.222500', '215330.682500', '215331.142500', '215331.602500', '215332.062500', '215332.522500', '215332.982500', '215333.442500', '215333.902500', '215334.362500', '215334.822500', '215335.282500', '215335.742500', '215336.202500', '215336.662500', '215337.122500', '215337.582500', '215338.042500', '215338.502500', '215338.962500', '215339.422500', '215339.882500', '215340.342500', '215340.802500', '215341.262500', '215341.722500', '215342.182500', '215342.642500', '215343.102500', '215343.562500', '215344.022500', '215344.482500', '215344.942500', '215345.402500', '215345.862500', '215346.322500', '215346.782500', '215347.242500', '215347.702500', '215348.162500', '215348.622500', '215349.082500', '215349.542500', '215350.002500', '215350.462500', '215350.922500', '215351.382500', '215351.842500', '215352.302500', '215352.762500', '215353.222500', '215353.682500', '215354.142500', '215354.602500', '215355.062500', '215355.522500', '215355.982500', '215356.442500', '215356.902500', '215357.362500', '215357.822500', '215358.282500', '215358.742500', '215359.202500', '215359.662500', '215400.122500', '215400.582500', '215401.042500', '215401.502500', '215401.962500', '215402.422500', '215402.882500', '215403.342500', '215403.802500', '215404.262500', '215404.722500', '215405.182500', '215405.642500', '215406.102500', '215406.562500', '215407.022500', '215407.482500', '215407.942500', '215408.402500', '215408.862500', '215409.322500', '215409.782500', '215410.242500', '215410.702500', '215411.162500', '215411.622500', '215412.082500', '215412.542500', '215413.002500', '215413.462500', '215413.922500', '215414.382500', '215414.842500', '215415.302500', '215415.762500', '215416.222500', '215416.682500', '215417.142500', '215417.602500', '215418.062500', '215418.522500', '215418.982500', '215419.442500', '215419.902500', '215420.362500', '215420.822500', '215421.282500', '215421.742500', '215422.202500', '215422.662500', '215423.122500', '215423.582500', '215424.042500', '215424.502500', '215424.962500', '215425.422500', '215425.882500', '215426.342500', '215426.802500', '215427.262500', '215427.722500', '215428.182500', '215428.642500', '215429.102500', '215429.562500', '215430.022500', '215430.482500', '215430.942500', '215431.402500', '215431.862500', '215432.322500', '215432.782500', '215433.242500', '215433.702500', '215434.162500', '215434.622500', '215435.082500', '215435.542500'], 'ContentTime': ['214804.779000', '214804.782000', '214804.785000', '214804.803000', '214804.806000', '214804.808000', '214804.811000', '214804.813000', '214804.816000', '214804.819000', '214804.821000', '214804.824000', '214804.826000', '214804.838000', '214804.841000', '214804.844000', '214804.846000', '214804.849000', '214804.858000', '214804.861000', '214824.745000', '214824.748000', '214824.751000', '214824.753000', '214824.756000', '214824.758000', '214824.761000', '214824.763000', '214824.766000', '214824.768000', '214824.771000', '214824.774000', '214824.776000', '214824.779000', '214824.781000', '214824.784000', '214824.814000', '214824.817000', '214824.819000', '214824.822000', '214824.824000', '214824.827000', '214824.830000', '214824.832000', '214824.835000', '214824.837000', '214824.840000', '214824.842000', '214824.845000', '214824.847000', '214824.850000', '214824.853000', '214824.855000', '214824.858000', '214824.860000', '214824.863000', '214824.865000', '214824.868000', '214824.871000', '214824.873000', '214824.876000', '214824.878000', '214824.881000', '214824.883000', '214844.744000', '214844.747000', '214844.761000', '214844.764000', '214844.767000', '214844.769000', '214844.772000', '214844.775000', '214844.777000', '214844.780000', '214844.782000', '214844.785000', '214844.787000', '214844.790000', '214844.792000', '214844.795000', '214844.798000', '214844.800000', '214844.803000', '214844.805000', '214844.808000', '214844.811000', '214844.813000', '214844.816000', '214844.818000', '214844.821000', '214844.823000', '214844.826000', '214844.828000', '214844.831000', '214844.834000', '214844.836000', '214844.839000', '214844.841000', '214844.858000', '214844.860000', '214844.863000', '214844.865000', '214844.868000', '214844.870000', '214844.873000', '214844.875000', '214844.878000', '214904.744000', '214904.747000', '214904.750000', '214904.752000', '214904.755000', '214904.758000', '214904.760000', '214904.763000', '214904.765000', '214904.768000', '214904.770000', '214904.773000', '214904.776000', '214904.778000', '214904.781000', '214904.783000', '214904.786000', '214904.788000', '214904.791000', '214904.794000', '214904.796000', '214904.799000', '214904.801000', '214904.804000', '214904.806000', '214904.809000', '214904.811000', '214904.814000', '214904.817000', '214904.819000', '214904.822000', '214904.824000', '214904.827000', '214904.829000', '214904.832000', '214904.835000', '214904.837000', '214904.840000', '214904.842000', '214904.845000', '214904.847000', '214904.850000', '214904.852000', '214904.855000', '214924.744000', '214924.747000', '214924.750000', '214924.752000', '214924.755000', '214924.758000', '214924.760000', '214924.763000', '214924.765000', '214924.768000', '214924.770000', '214924.773000', '214924.776000', '214924.778000', '214924.781000', '214924.783000', '214924.786000', '214924.788000', '214924.791000', '214924.794000', '214924.796000', '214924.799000', '214924.801000', '214924.804000', '214924.806000', '214924.809000', '214924.811000', '214924.814000', '214924.817000', '214924.819000', '214924.822000', '214924.824000', '214924.827000', '214924.830000', '214924.832000', '214924.835000', '214924.837000', '214924.840000', '214924.843000', '214924.845000', '214924.848000', '214924.850000', '214924.853000', '214944.745000', '214944.747000', '214944.750000', '214944.753000', '214944.755000', '214944.758000', '214944.760000', '214944.763000', '214944.765000', '214944.768000', '214944.771000', '214944.773000', '214944.776000', '214944.778000', '214944.781000', '214944.784000', '214944.786000', '214944.789000', '214944.791000', '214944.794000', '214944.797000', '214944.799000', '214944.802000', '214944.804000', '214944.807000', '214944.810000', '214944.812000', '214944.815000', '214944.817000', '214944.820000', '214944.822000', '214944.825000', '214944.828000', '214944.830000', '214944.834000', '214944.837000', '214944.839000', '214944.842000', '214944.845000', '214944.847000', '214944.850000', '214944.852000', '214944.855000', '214944.857000', '215004.744000', '215004.747000', '215004.750000', '215004.752000', '215004.755000', '215004.758000', '215004.766000', '215004.769000', '215004.771000', '215004.774000', '215004.777000', '215004.779000', '215004.782000', '215004.784000', '215004.787000', '215004.790000', '215004.792000', '215004.795000', '215004.797000', '215004.800000', '215004.803000', '215004.805000', '215004.808000', '215004.810000', '215004.813000', '215004.815000', '215004.818000', '215004.820000', '215004.823000', '215004.826000', '215004.828000', '215004.831000', '215004.834000', '215004.836000', '215004.839000', '215004.841000', '215004.844000', '215004.846000', '215004.849000', '215004.852000', '215004.854000', '215004.857000', '215004.860000', '215024.746000', '215024.749000', '215024.751000', '215024.754000', '215024.756000', '215024.759000', '215024.761000', '215024.764000', '215024.766000', '215024.769000', '215024.772000', '215024.774000', '215024.777000', '215024.779000', '215024.782000', '215024.785000', '215024.787000', '215024.790000', '215024.792000', '215024.795000', '215024.797000', '215024.800000', '215024.802000', '215024.805000', '215024.808000', '215024.810000', '215024.813000', '215024.815000', '215024.818000', '215024.820000', '215024.823000', '215024.826000', '215024.828000', '215024.831000', '215024.833000', '215024.836000', '215024.839000', '215024.841000', '215024.844000', '215024.846000', '215024.849000', '215024.851000', '215024.854000', '215024.856000', '215044.766000', '215044.769000', '215044.772000', '215044.774000', '215044.777000', '215044.779000', '215044.782000', '215044.785000', '215044.787000', '215044.790000', '215044.792000', '215044.795000', '215044.797000', '215044.800000', '215044.803000', '215044.805000', '215044.813000', '215044.815000', '215044.818000', '215044.820000', '215044.823000', '215044.825000', '215044.828000', '215044.831000', '215044.833000', '215044.836000', '215044.838000', '215044.841000', '215044.843000', '215044.846000', '215044.849000', '215044.851000', '215044.854000', '215044.856000', '215044.859000', '215044.862000', '215044.864000', '215044.867000', '215044.869000', '215044.872000', '215044.874000', '215044.877000', '215044.879000', '215104.745000', '215104.747000', '215104.750000', '215104.753000', '215104.755000', '215104.758000', '215104.760000', '215104.763000', '215104.765000', '215104.768000', '215104.771000', '215104.773000', '215104.776000', '215104.778000', '215104.781000', '215104.784000', '215104.786000', '215104.789000', '215104.791000', '215104.794000', '215104.797000', '215104.799000', '215104.802000', '215104.804000', '215104.807000', '215104.809000', '215104.812000', '215104.814000', '215104.817000', '215104.820000', '215104.822000', '215104.825000', '215104.828000', '215104.830000', '215104.833000', '215104.835000', '215104.838000', '215104.840000', '215104.843000', '215104.845000', '215104.848000', '215104.851000', '215104.853000', '215104.856000', '215124.744000', '215124.747000', '215124.756000', '215124.759000', '215124.761000', '215124.764000', '215124.767000', '215124.769000', '215124.772000', '215124.774000', '215124.777000', '215124.779000', '215124.782000', '215124.785000', '215124.787000', '215124.790000', '215124.792000', '215124.795000', '215124.798000', '215124.800000', '215124.803000', '215124.805000', '215124.808000', '215124.810000', '215124.813000', '215124.815000', '215124.818000', '215124.821000', '215124.823000', '215124.826000', '215124.828000', '215124.831000', '215124.834000', '215124.836000', '215124.839000', '215124.841000', '215124.844000', '215124.847000', '215124.849000', '215124.852000', '215124.854000', '215124.857000', '215124.859000', '215144.744000', '215144.747000', '215144.750000', '215144.752000', '215144.755000', '215144.758000', '215144.760000', '215144.763000', '215144.765000', '215144.768000', '215144.770000', '215144.773000', '215144.776000', '215144.778000', '215144.781000', '215144.784000', '215144.786000', '215144.789000', '215144.791000', '215144.794000', '215144.797000', '215144.799000', '215144.802000', '215144.804000', '215144.807000', '215144.809000', '215144.812000', '215144.815000', '215144.817000', '215144.820000', '215144.822000', '215144.825000', '215144.827000', '215144.830000', '215144.833000', '215144.835000', '215144.838000', '215144.840000', '215144.843000', '215144.845000', '215144.848000', '215144.851000', '215144.853000', '215144.856000', '215204.745000', '215204.747000', '215204.750000', '215204.753000', '215204.755000', '215204.758000', '215204.760000', '215204.763000', '215204.765000', '215204.768000', '215204.771000', '215204.790000', '215204.792000', '215204.795000', '215204.797000', '215204.800000', '215204.803000', '215204.805000', '215204.808000', '215204.810000', '215204.813000', '215204.815000', '215204.818000', '215204.821000', '215204.823000', '215204.826000', '215204.829000', '215204.831000', '215204.834000', '215204.836000', '215204.839000', '215204.842000', '215204.844000', '215204.847000', '215204.849000', '215204.852000', '215204.854000', '215204.857000', '215204.860000', '215204.862000', '215204.865000', '215204.867000', '215204.870000', '215224.744000', '215224.747000', '215224.750000', '215224.752000', '215224.755000', '215224.758000', '215224.760000', '215224.763000', '215224.765000', '215224.768000', '215224.771000', '215224.773000', '215224.776000', '215224.778000', '215224.781000', '215224.783000', '215224.786000', '215224.789000', '215224.791000', '215224.794000', '215224.796000', '215224.799000', '215224.801000', '215224.804000', '215224.807000', '215224.810000', '215224.812000', '215224.815000', '215224.817000', '215224.820000', '215224.822000', '215224.825000', '215224.828000', '215224.830000', '215224.833000', '215224.836000', '215224.838000', '215224.841000', '215224.843000', '215224.846000', '215224.849000', '215224.851000', '215224.854000', '215224.856000', '215244.746000', '215244.749000', '215244.751000', '215244.754000', '215244.756000', '215244.759000', '215244.761000', '215244.764000', '215244.767000', '215244.769000', '215244.772000', '215244.774000', '215244.777000', '215244.780000', '215244.782000', '215244.785000', '215244.787000', '215244.790000', '215244.793000', '215244.795000', '215244.798000', '215244.800000', '215244.803000', '215244.806000', '215244.808000', '215244.811000', '215244.813000', '215244.816000', '215244.819000', '215244.821000', '215244.824000', '215244.826000', '215244.829000', '215244.831000', '215244.834000', '215244.837000', '215244.839000', '215244.842000', '215244.845000', '215244.847000', '215244.850000', '215244.852000', '215244.855000', '215304.746000', '215304.749000', '215304.751000', '215304.754000', '215304.756000', '215304.759000', '215304.761000', '215304.764000', '215304.767000', '215304.769000', '215304.772000', '215304.774000', '215304.777000', '215304.780000', '215304.782000', '215304.785000', '215304.787000', '215304.790000', '215304.793000', '215304.795000', '215304.798000', '215304.800000', '215304.803000', '215304.806000', '215304.808000', '215304.811000', '215304.814000', '215304.816000', '215304.819000', '215304.821000', '215304.824000', '215304.827000', '215304.829000', '215304.832000', '215304.835000', '215304.837000', '215304.840000', '215304.842000', '215304.845000', '215304.848000', '215304.850000', '215304.853000', '215304.855000', '215304.858000', '215324.745000', '215324.747000', '215324.750000', '215324.753000', '215324.755000', '215324.758000', '215324.760000', '215324.763000', '215324.766000', '215324.769000', '215324.771000', '215324.774000', '215324.777000', '215324.779000', '215324.782000', '215324.784000', '215324.787000', '215324.790000', '215324.792000', '215324.795000', '215324.797000', '215324.800000', '215324.803000', '215324.805000', '215324.808000', '215324.810000', '215324.813000', '215324.815000', '215324.818000', '215324.821000', '215324.823000', '215324.826000', '215324.828000', '215324.831000', '215324.834000', '215324.836000', '215324.839000', '215324.841000', '215324.844000', '215324.847000', '215324.849000', '215324.852000', '215324.854000', '215344.745000', '215344.748000', '215344.750000', '215344.753000', '215344.755000', '215344.758000', '215344.760000', '215344.763000', '215344.766000', '215344.768000', '215344.771000', '215344.773000', '215344.776000', '215344.779000', '215344.781000', '215344.784000', '215344.786000', '215344.789000', '215344.792000', '215344.794000', '215344.797000', '215344.801000', '215344.804000', '215344.806000', '215344.809000', '215344.811000', '215344.814000', '215344.816000', '215344.819000', '215344.822000', '215344.824000', '215344.827000', '215344.830000', '215344.832000', '215344.835000', '215344.837000', '215344.840000', '215344.842000', '215344.845000', '215344.848000', '215344.850000', '215344.853000', '215344.855000', '215404.744000', '215404.747000', '215404.750000', '215404.753000', '215404.755000', '215404.758000', '215404.760000', '215404.763000', '215404.766000', '215404.768000', '215404.771000', '215404.773000', '215404.776000', '215404.778000', '215404.781000', '215404.783000', '215404.786000', '215404.789000', '215404.791000', '215404.794000', '215404.796000', '215404.799000', '215404.801000', '215404.804000', '215404.807000', '215404.809000', '215404.812000', '215404.814000', '215404.817000', '215404.819000', '215404.822000', '215404.825000', '215404.827000', '215404.830000', '215404.832000', '215404.835000', '215404.837000', '215404.840000', '215404.843000', '215404.845000', '215404.848000', '215404.850000', '215404.853000', '215404.856000', '215424.744000', '215424.747000', '215424.750000', '215424.753000', '215424.755000', '215424.758000', '215424.761000', '215424.764000', '215424.767000', '215424.770000', '215424.772000', '215424.775000', '215424.778000', '215424.780000', '215424.783000', '215424.785000', '215424.788000', '215424.790000', '215424.793000', '215424.796000', '215424.798000', '215424.801000', '215424.803000', '215424.806000', '215424.809000', '215424.811000', '215424.814000', '215424.816000', '215424.819000', '215424.821000', '215424.824000', '215424.827000', '215424.829000', '215424.832000', '215424.835000', '215424.837000', '215424.840000', '215424.842000', '215424.845000', '215424.847000', '215424.850000', '215424.853000', '215424.855000', '215436.239000', '215436.242000', '215436.245000', '215436.247000', '215436.250000', '215436.253000', '215436.255000', '215436.258000', '215436.261000', '215436.263000', '215436.266000', '215436.268000', '215436.271000', '215436.274000', '215436.276000', '215436.279000', '215436.282000', '215436.284000', '215436.287000', '215436.289000', '215436.292000', '215436.295000', '215436.297000', '215436.300000', '215436.303000', '215436.305000'], 'InstanceCreationTime': ['214804.779000', '214804.782000', '214804.785000', '214804.803000', '214804.806000', '214804.808000', '214804.811000', '214804.813000', '214804.816000', '214804.819000', '214804.821000', '214804.824000', '214804.826000', '214804.838000', '214804.841000', '214804.844000', '214804.846000', '214804.849000', '214804.858000', '214804.861000', '214824.745000', '214824.748000', '214824.751000', '214824.753000', '214824.756000', '214824.758000', '214824.761000', '214824.763000', '214824.766000', '214824.768000', '214824.771000', '214824.774000', '214824.776000', '214824.779000', '214824.781000', '214824.784000', '214824.814000', '214824.817000', '214824.819000', '214824.822000', '214824.824000', '214824.827000', '214824.830000', '214824.832000', '214824.835000', '214824.837000', '214824.840000', '214824.842000', '214824.845000', '214824.847000', '214824.850000', '214824.853000', '214824.855000', '214824.858000', '214824.860000', '214824.863000', '214824.865000', '214824.868000', '214824.871000', '214824.873000', '214824.876000', '214824.878000', '214824.881000', '214824.883000', '214844.744000', '214844.747000', '214844.761000', '214844.764000', '214844.767000', '214844.769000', '214844.772000', '214844.775000', '214844.777000', '214844.780000', '214844.782000', '214844.785000', '214844.787000', '214844.790000', '214844.792000', '214844.795000', '214844.798000', '214844.800000', '214844.803000', '214844.805000', '214844.808000', '214844.811000', '214844.813000', '214844.816000', '214844.818000', '214844.821000', '214844.823000', '214844.826000', '214844.828000', '214844.831000', '214844.834000', '214844.836000', '214844.839000', '214844.841000', '214844.858000', '214844.860000', '214844.863000', '214844.865000', '214844.868000', '214844.870000', '214844.873000', '214844.875000', '214844.878000', '214904.744000', '214904.747000', '214904.750000', '214904.752000', '214904.755000', '214904.758000', '214904.760000', '214904.763000', '214904.765000', '214904.768000', '214904.770000', '214904.773000', '214904.776000', '214904.778000', '214904.781000', '214904.783000', '214904.786000', '214904.788000', '214904.791000', '214904.794000', '214904.796000', '214904.799000', '214904.801000', '214904.804000', '214904.806000', '214904.809000', '214904.811000', '214904.814000', '214904.817000', '214904.819000', '214904.822000', '214904.824000', '214904.827000', '214904.829000', '214904.832000', '214904.835000', '214904.837000', '214904.840000', '214904.842000', '214904.845000', '214904.847000', '214904.850000', '214904.852000', '214904.855000', '214924.744000', '214924.747000', '214924.750000', '214924.752000', '214924.755000', '214924.758000', '214924.760000', '214924.763000', '214924.765000', '214924.768000', '214924.770000', '214924.773000', '214924.776000', '214924.778000', '214924.781000', '214924.783000', '214924.786000', '214924.788000', '214924.791000', '214924.794000', '214924.796000', '214924.799000', '214924.801000', '214924.804000', '214924.806000', '214924.809000', '214924.811000', '214924.814000', '214924.817000', '214924.819000', '214924.822000', '214924.824000', '214924.827000', '214924.830000', '214924.832000', '214924.835000', '214924.837000', '214924.840000', '214924.843000', '214924.845000', '214924.848000', '214924.850000', '214924.853000', '214944.745000', '214944.747000', '214944.750000', '214944.753000', '214944.755000', '214944.758000', '214944.760000', '214944.763000', '214944.765000', '214944.768000', '214944.771000', '214944.773000', '214944.776000', '214944.778000', '214944.781000', '214944.784000', '214944.786000', '214944.789000', '214944.791000', '214944.794000', '214944.797000', '214944.799000', '214944.802000', '214944.804000', '214944.807000', '214944.810000', '214944.812000', '214944.815000', '214944.817000', '214944.820000', '214944.822000', '214944.825000', '214944.828000', '214944.830000', '214944.834000', '214944.837000', '214944.839000', '214944.842000', '214944.845000', '214944.847000', '214944.850000', '214944.852000', '214944.855000', '214944.857000', '215004.744000', '215004.747000', '215004.750000', '215004.752000', '215004.755000', '215004.758000', '215004.766000', '215004.769000', '215004.771000', '215004.774000', '215004.777000', '215004.779000', '215004.782000', '215004.784000', '215004.787000', '215004.790000', '215004.792000', '215004.795000', '215004.797000', '215004.800000', '215004.803000', '215004.805000', '215004.808000', '215004.810000', '215004.813000', '215004.815000', '215004.818000', '215004.820000', '215004.823000', '215004.826000', '215004.828000', '215004.831000', '215004.834000', '215004.836000', '215004.839000', '215004.841000', '215004.844000', '215004.846000', '215004.849000', '215004.852000', '215004.854000', '215004.857000', '215004.860000', '215024.746000', '215024.749000', '215024.751000', '215024.754000', '215024.756000', '215024.759000', '215024.761000', '215024.764000', '215024.766000', '215024.769000', '215024.772000', '215024.774000', '215024.777000', '215024.779000', '215024.782000', '215024.785000', '215024.787000', '215024.790000', '215024.792000', '215024.795000', '215024.797000', '215024.800000', '215024.802000', '215024.805000', '215024.808000', '215024.810000', '215024.813000', '215024.815000', '215024.818000', '215024.820000', '215024.823000', '215024.826000', '215024.828000', '215024.831000', '215024.833000', '215024.836000', '215024.839000', '215024.841000', '215024.844000', '215024.846000', '215024.849000', '215024.851000', '215024.854000', '215024.856000', '215044.766000', '215044.769000', '215044.772000', '215044.774000', '215044.777000', '215044.779000', '215044.782000', '215044.785000', '215044.787000', '215044.790000', '215044.792000', '215044.795000', '215044.797000', '215044.800000', '215044.803000', '215044.805000', '215044.813000', '215044.815000', '215044.818000', '215044.820000', '215044.823000', '215044.825000', '215044.828000', '215044.831000', '215044.833000', '215044.836000', '215044.838000', '215044.841000', '215044.843000', '215044.846000', '215044.849000', '215044.851000', '215044.854000', '215044.856000', '215044.859000', '215044.862000', '215044.864000', '215044.867000', '215044.869000', '215044.872000', '215044.874000', '215044.877000', '215044.879000', '215104.745000', '215104.747000', '215104.750000', '215104.753000', '215104.755000', '215104.758000', '215104.760000', '215104.763000', '215104.765000', '215104.768000', '215104.771000', '215104.773000', '215104.776000', '215104.778000', '215104.781000', '215104.784000', '215104.786000', '215104.789000', '215104.791000', '215104.794000', '215104.797000', '215104.799000', '215104.802000', '215104.804000', '215104.807000', '215104.809000', '215104.812000', '215104.814000', '215104.817000', '215104.820000', '215104.822000', '215104.825000', '215104.828000', '215104.830000', '215104.833000', '215104.835000', '215104.838000', '215104.840000', '215104.843000', '215104.845000', '215104.848000', '215104.851000', '215104.853000', '215104.856000', '215124.744000', '215124.747000', '215124.756000', '215124.759000', '215124.761000', '215124.764000', '215124.767000', '215124.769000', '215124.772000', '215124.774000', '215124.777000', '215124.779000', '215124.782000', '215124.785000', '215124.787000', '215124.790000', '215124.792000', '215124.795000', '215124.798000', '215124.800000', '215124.803000', '215124.805000', '215124.808000', '215124.810000', '215124.813000', '215124.815000', '215124.818000', '215124.821000', '215124.823000', '215124.826000', '215124.828000', '215124.831000', '215124.834000', '215124.836000', '215124.839000', '215124.841000', '215124.844000', '215124.847000', '215124.849000', '215124.852000', '215124.854000', '215124.857000', '215124.859000', '215144.744000', '215144.747000', '215144.750000', '215144.752000', '215144.755000', '215144.758000', '215144.760000', '215144.763000', '215144.765000', '215144.768000', '215144.770000', '215144.773000', '215144.776000', '215144.778000', '215144.781000', '215144.784000', '215144.786000', '215144.789000', '215144.791000', '215144.794000', '215144.797000', '215144.799000', '215144.802000', '215144.804000', '215144.807000', '215144.809000', '215144.812000', '215144.815000', '215144.817000', '215144.820000', '215144.822000', '215144.825000', '215144.827000', '215144.830000', '215144.833000', '215144.835000', '215144.838000', '215144.840000', '215144.843000', '215144.845000', '215144.848000', '215144.851000', '215144.853000', '215144.856000', '215204.745000', '215204.747000', '215204.750000', '215204.753000', '215204.755000', '215204.758000', '215204.760000', '215204.763000', '215204.765000', '215204.768000', '215204.771000', '215204.790000', '215204.792000', '215204.795000', '215204.797000', '215204.800000', '215204.803000', '215204.805000', '215204.808000', '215204.810000', '215204.813000', '215204.815000', '215204.818000', '215204.821000', '215204.823000', '215204.826000', '215204.829000', '215204.831000', '215204.834000', '215204.836000', '215204.839000', '215204.842000', '215204.844000', '215204.847000', '215204.849000', '215204.852000', '215204.854000', '215204.857000', '215204.860000', '215204.862000', '215204.865000', '215204.867000', '215204.870000', '215224.744000', '215224.747000', '215224.750000', '215224.752000', '215224.755000', '215224.758000', '215224.760000', '215224.763000', '215224.765000', '215224.768000', '215224.771000', '215224.773000', '215224.776000', '215224.778000', '215224.781000', '215224.783000', '215224.786000', '215224.789000', '215224.791000', '215224.794000', '215224.796000', '215224.799000', '215224.801000', '215224.804000', '215224.807000', '215224.810000', '215224.812000', '215224.815000', '215224.817000', '215224.820000', '215224.822000', '215224.825000', '215224.828000', '215224.830000', '215224.833000', '215224.836000', '215224.838000', '215224.841000', '215224.843000', '215224.846000', '215224.849000', '215224.851000', '215224.854000', '215224.856000', '215244.746000', '215244.749000', '215244.751000', '215244.754000', '215244.756000', '215244.759000', '215244.761000', '215244.764000', '215244.767000', '215244.769000', '215244.772000', '215244.774000', '215244.777000', '215244.780000', '215244.782000', '215244.785000', '215244.787000', '215244.790000', '215244.793000', '215244.795000', '215244.798000', '215244.800000', '215244.803000', '215244.806000', '215244.808000', '215244.811000', '215244.813000', '215244.816000', '215244.819000', '215244.821000', '215244.824000', '215244.826000', '215244.829000', '215244.831000', '215244.834000', '215244.837000', '215244.839000', '215244.842000', '215244.845000', '215244.847000', '215244.850000', '215244.852000', '215244.855000', '215304.746000', '215304.749000', '215304.751000', '215304.754000', '215304.756000', '215304.759000', '215304.761000', '215304.764000', '215304.767000', '215304.769000', '215304.772000', '215304.774000', '215304.777000', '215304.780000', '215304.782000', '215304.785000', '215304.787000', '215304.790000', '215304.793000', '215304.795000', '215304.798000', '215304.800000', '215304.803000', '215304.806000', '215304.808000', '215304.811000', '215304.814000', '215304.816000', '215304.819000', '215304.821000', '215304.824000', '215304.827000', '215304.829000', '215304.832000', '215304.835000', '215304.837000', '215304.840000', '215304.842000', '215304.845000', '215304.848000', '215304.850000', '215304.853000', '215304.855000', '215304.858000', '215324.745000', '215324.747000', '215324.750000', '215324.753000', '215324.755000', '215324.758000', '215324.760000', '215324.763000', '215324.766000', '215324.769000', '215324.771000', '215324.774000', '215324.777000', '215324.779000', '215324.782000', '215324.784000', '215324.787000', '215324.790000', '215324.792000', '215324.795000', '215324.797000', '215324.800000', '215324.803000', '215324.805000', '215324.808000', '215324.810000', '215324.813000', '215324.815000', '215324.818000', '215324.821000', '215324.823000', '215324.826000', '215324.828000', '215324.831000', '215324.834000', '215324.836000', '215324.839000', '215324.841000', '215324.844000', '215324.847000', '215324.849000', '215324.852000', '215324.854000', '215344.745000', '215344.748000', '215344.750000', '215344.753000', '215344.755000', '215344.758000', '215344.760000', '215344.763000', '215344.766000', '215344.768000', '215344.771000', '215344.773000', '215344.776000', '215344.779000', '215344.781000', '215344.784000', '215344.786000', '215344.789000', '215344.792000', '215344.794000', '215344.797000', '215344.801000', '215344.804000', '215344.806000', '215344.809000', '215344.811000', '215344.814000', '215344.816000', '215344.819000', '215344.822000', '215344.824000', '215344.827000', '215344.830000', '215344.832000', '215344.835000', '215344.837000', '215344.840000', '215344.842000', '215344.845000', '215344.848000', '215344.850000', '215344.853000', '215344.855000', '215404.744000', '215404.747000', '215404.750000', '215404.753000', '215404.755000', '215404.758000', '215404.760000', '215404.763000', '215404.766000', '215404.768000', '215404.771000', '215404.773000', '215404.776000', '215404.778000', '215404.781000', '215404.783000', '215404.786000', '215404.789000', '215404.791000', '215404.794000', '215404.796000', '215404.799000', '215404.801000', '215404.804000', '215404.807000', '215404.809000', '215404.812000', '215404.814000', '215404.817000', '215404.819000', '215404.822000', '215404.825000', '215404.827000', '215404.830000', '215404.832000', '215404.835000', '215404.837000', '215404.840000', '215404.843000', '215404.845000', '215404.848000', '215404.850000', '215404.853000', '215404.856000', '215424.744000', '215424.747000', '215424.750000', '215424.753000', '215424.755000', '215424.758000', '215424.761000', '215424.764000', '215424.767000', '215424.770000', '215424.772000', '215424.775000', '215424.778000', '215424.780000', '215424.783000', '215424.785000', '215424.788000', '215424.790000', '215424.793000', '215424.796000', '215424.798000', '215424.801000', '215424.803000', '215424.806000', '215424.809000', '215424.811000', '215424.814000', '215424.816000', '215424.819000', '215424.821000', '215424.824000', '215424.827000', '215424.829000', '215424.832000', '215424.835000', '215424.837000', '215424.840000', '215424.842000', '215424.845000', '215424.847000', '215424.850000', '215424.853000', '215424.855000', '215436.239000', '215436.242000', '215436.245000', '215436.247000', '215436.250000', '215436.253000', '215436.255000', '215436.258000', '215436.261000', '215436.263000', '215436.266000', '215436.268000', '215436.271000', '215436.274000', '215436.276000', '215436.279000', '215436.282000', '215436.284000', '215436.287000', '215436.289000', '215436.292000', '215436.295000', '215436.297000', '215436.300000', '215436.303000', '215436.305000'], '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': [5854, 7373, 5568, 8363, 5401, 5710, 6918, 5689, 6439, 6234, 6051, 6665, 6206, 6321, 8540, 5924, 8818, 9644, 5800, 8717, 5688, 7027, 5804, 5651, 6284, 5608, 5964, 6106, 5577, 6385, 5300, 5627, 7096, 9355, 5772, 10700, 6492, 8743, 5498, 5705, 7322, 5557, 6072, 5466, 6314, 6244, 5907, 8199, 9463, 6072, 8693, 5216, 6554, 5445, 5366, 5660, 6288, 5636, 5755, 5246, 5803, 6412, 6046, 8276, 7989, 5323, 9418, 5310, 7647, 5340, 6865, 5563, 5723, 5464, 5882, 5499, 5718, 6299, 5380, 7774, 5079, 7033, 5225, 7841, 5116, 6317, 5959, 5454, 5826, 5402, 5898, 5750, 5362, 5791, 5764, 5564, 5835, 5598, 5658, 7564, 6106, 9022, 7108, 8587, 6136, 6910, 5432, 6460, 5217, 5690, 5516, 5774, 7145, 5202, 10412, 5302, 7493, 6062, 5878, 5909, 5746, 7249, 5340, 8232, 5311, 8062, 5197, 6206, 6016, 5945, 6943, 5306, 7021, 6781, 5279, 8984, 5611, 7541, 5863, 5398, 5348, 5372, 5466, 6157, 5763, 5441, 5436, 5278, 9631, 6381, 9718, 5717, 7521, 5748, 6356, 5471, 5545, 5652, 5866, 5624, 5510, 6001, 7495, 9787, 7239, 10014, 7309, 8852, 5375, 5475, 5649, 5658, 6292, 5384, 5287, 5897, 5476, 9223, 6426, 9215, 6835, 5903, 7850, 5589, 7353, 7473, 5923, 5462, 5427, 5935, 5748, 5498, 5942, 5350, 5401, 5611, 5636, 8322, 5251, 5524, 5342, 5651, 6983, 6022, 6490, 5541, 5308, 5621, 6026, 5494, 5579, 5674, 5811, 5946, 5431, 5657, 6286, 5458, 5608, 5957, 5534, 7842, 5679, 7800, 5543, 5490, 6418, 5626, 6485, 5282, 5480, 6731, 5553, 5488, 5438, 5531, 7694, 5529, 8795, 5587, 10166, 6605, 9901, 6902, 5404, 6562, 5598, 9024, 5223, 7226, 5628, 5774, 6154, 5629, 7976, 5534, 9407, 5881, 6107, 5297, 5779, 5618, 5588, 6896, 5686, 6398, 5404, 5759, 5446, 5736, 6098, 5622, 5450, 5423, 5794, 6750, 5975, 6655, 5698, 5609, 5408, 5990, 6468, 5949, 8240, 5821, 5671, 5777, 5866, 8338, 5653, 6827, 6845, 5964, 8863, 5646, 9929, 6492, 6056, 7505, 5623, 7273, 5553, 9349, 5863, 8261, 5845, 5888, 5707, 5769, 6604, 5629, 5702, 5624, 5853, 6814, 5470, 5974, 6696, 5843, 5469, 6000, 5503, 9449, 5641, 9154, 5862, 8757, 5252, 7642, 5468, 7584, 5551, 5708, 5589, 5698, 5653, 5638, 5476, 5495, 6060, 7477, 5854, 5668, 5497, 5745, 7805, 10481, 7892, 9753, 6345, 9280, 5779, 7241, 5654, 5639, 5750, 6103, 5563, 5512, 5889, 7686, 6126, 9973, 5758, 10740, 7527, 8065, 6820, 5439, 6071, 5632, 5674, 5615, 5558, 5617, 6129, 5768, 5485, 5909, 6166, 8181, 6048, 9881, 6690, 6230, 7245, 5782, 10545, 5426, 9821, 6482, 5595, 5543, 5429, 5448, 5427, 5768, 6103, 5429, 9638, 7783, 5747, 6615, 5360, 9508, 5695, 7681, 5863, 6018, 6084, 6029, 5585, 6054, 5522, 5963, 5519, 6092, 6450, 5469, 7756, 5938, 5670, 5514, 5517, 5810, 5655, 5581, 5749, 5478, 5383, 5508, 5598, 5867, 5777, 7015, 5876, 9377, 5901, 7945, 5755, 6284, 5200, 6897, 5303, 6209, 5638, 5726, 6009, 5727, 5732, 5455, 5853, 6084, 5678, 7924, 5848, 8397, 5897, 9865, 6018, 7034, 5759, 5874, 6904, 5324, 9407, 5523, 9921, 5517, 6926, 5590, 5992, 5717, 5573, 7636, 5492, 6700, 7750, 6114, 8052, 5644, 8874, 5668, 8057, 6044, 6100, 6064, 5709, 5550, 5684, 5771, 5326, 5771, 5934, 5611, 5478, 5893, 7138, 5460, 6017, 7235, 5734, 9964, 5893, 9621, 6062, 9141, 5540, 5944, 7333, 5805, 5547, 5691, 5754, 7895, 5407, 7229, 5690, 5947, 6744, 5854, 9183, 5525, 7205, 5444, 5871, 5641, 6068, 7871, 5784, 5824, 5660, 5979, 6606, 5896, 6646, 5815, 6017, 8499, 5712, 6698, 6225, 5676, 8186, 6046, 9625, 5521, 8241, 5550, 5965, 5768, 5956, 6743, 5576, 5773, 5676, 5473, 9149, 5639, 7149, 5523, 8221, 5883, 9609, 6000, 6539, 5889, 6077, 6384, 5757, 5689, 5923, 5822, 5805, 5926, 5598, 6231, 7585, 5900, 7565, 6705, 5977, 10500, 5709, 9514, 5850, 9108, 5996, 6984, 5670, 6175, 5819, 5672, 6710, 5893, 6045, 8031, 5866, 6562, 5497, 10293, 5894, 8493, 6075, 7473, 5823, 5645, 5995, 6093, 6025, 5591, 5542, 6072, 5980, 7355, 6066, 8363, 6445, 8567, 6105, 8167, 5784, 6091, 6241, 6115, 6102, 5585, 6045, 5972, 5604, 8188, 5653, 8145, 5689, 10144, 6066, 8736, 5739, 8995, 5824, 5643, 6142, 6107, 6293, 5962, 5806, 7759, 5968, 6074, 7747, 5927, 6126, 7664, 5656, 10354, 7211, 5922, 7030, 5781, 8162, 7081, 5835, 8383, 5809, 8266, 5730, 7166, 5534, 6275, 5583, 6012, 5565, 5705, 5886, 5969, 5525, 5947, 5875, 6068, 5797, 5503, 6332, 9530, 5970, 8566, 6064, 5578, 5708, 6151, 6093, 5749, 5556, 5769, 5560, 8651, 6029, 9781, 5661, 9517, 7022, 6805, 6598, 5737, 9174, 5641, 6138, 5906, 7349, 6003, 9649, 5707, 8693, 6452, 6067, 6113, 6057, 5530, 5649, 5619, 7423, 5764, 5983, 6715, 5701, 9150, 7430, 6077, 10531, 5681, 6328, 6187, 5829, 8483, 7173, 6121, 6369, 6095, 5757, 6009, 5880, 5913, 6212, 5661, 6504, 5919, 6336, 5969, 5783, 7790, 5697, 8721, 5798, 8994, 5894, 6075, 6539, 5601, 5632, 6388, 6439, 5936, 5852, 6068, 5909, 7929, 5900, 5796, 5962, 5860, 8208, 5888, 6257, 7103, 5691, 7876, 5920, 9148, 6394, 5927, 6158, 6010, 6424, 5680, 6297, 6106, 5684, 7323, 5782, 6016, 6061, 5640, 9119, 6144, 7323, 6166, 5726, 8676, 5784, 5979, 6803, 5902, 8124, 5688, 7594, 5740, 7152, 5668, 5940, 5936, 6253, 6154, 5927, 6034, 5694, 5801, 5925, 6112, 5641, 5777, 5536, 5868, 6075, 5836, 6714, 5835, 7316, 6858, 5666, 10078, 7176, 6725, 7533, 5757, 10054, 5667, 5662, 5793, 5838, 7700, 5737, 6032, 8286, 5889, 6504, 5856, 6079, 7483, 5784, 8211, 6038, 5792, 7828, 6062, 5941, 7970, 6031, 5652, 6913, 5993, 6004, 7444, 5900, 5629, 9842, 5817, 9128, 6476, 6284, 5901, 6525, 5701], 'WindowCenter': [3325.0, 3353.0, 3295.0, 3359.0, 3295.0, 3304.0, 3336.0, 3305.0, 3315.0, 3315.0, 3320.0, 3342.0, 3318.0, 3328.0, 3370.0, 3315.0, 3384.0, 3390.0, 3289.0, 3357.0, 3292.0, 3324.0, 3291.0, 3303.0, 3327.0, 3306.0, 3331.0, 3332.0, 3297.0, 3331.0, 3311.0, 3307.0, 3338.0, 3380.0, 3305.0, 3401.0, 3315.0, 3369.0, 3294.0, 3291.0, 3335.0, 3294.0, 3304.0, 3296.0, 3329.0, 3329.0, 3304.0, 3359.0, 3379.0, 3291.0, 3343.0, 3254.0, 3298.0, 3281.0, 3280.0, 3290.0, 3311.0, 3291.0, 3304.0, 3271.0, 3290.0, 3315.0, 3302.0, 3348.0, 3343.0, 3280.0, 3354.0, 3267.0, 3334.0, 3281.0, 3311.0, 3280.0, 3291.0, 3281.0, 3291.0, 3293.0, 3304.0, 3316.0, 3294.0, 3348.0, 3284.0, 3326.0, 3271.0, 3345.0, 3270.0, 3315.0, 3303.0, 3280.0, 3290.0, 3281.0, 3292.0, 3305.0, 3293.0, 3306.0, 3305.0, 3294.0, 3308.0, 3297.0, 3307.0, 3348.0, 3303.0, 3371.0, 3338.0, 3356.0, 3303.0, 3326.0, 3293.0, 3311.0, 3269.0, 3290.0, 3279.0, 3290.0, 3324.0, 3271.0, 3401.0, 3294.0, 3337.0, 3302.0, 3291.0, 3289.0, 3278.0, 3319.0, 3280.0, 3345.0, 3280.0, 3345.0, 3270.0, 3302.0, 3304.0, 3303.0, 3323.0, 3281.0, 3322.0, 3298.0, 3267.0, 3355.0, 3290.0, 3333.0, 3291.0, 3292.0, 3294.0, 3297.0, 3295.0, 3317.0, 3305.0, 3296.0, 3294.0, 3297.0, 3394.0, 3317.0, 3380.0, 3294.0, 3335.0, 3293.0, 3313.0, 3291.0, 3296.0, 3307.0, 3308.0, 3308.0, 3309.0, 3331.0, 3353.0, 3392.0, 3338.0, 3391.0, 3338.0, 3370.0, 3295.0, 3293.0, 3304.0, 3294.0, 3312.0, 3281.0, 3292.0, 3306.0, 3296.0, 3383.0, 3329.0, 3382.0, 3326.0, 3291.0, 3346.0, 3278.0, 3320.0, 3320.0, 3290.0, 3279.0, 3281.0, 3313.0, 3303.0, 3296.0, 3302.0, 3292.0, 3282.0, 3292.0, 3292.0, 3357.0, 3282.0, 3293.0, 3294.0, 3304.0, 3327.0, 3302.0, 3302.0, 3280.0, 3278.0, 3292.0, 3303.0, 3281.0, 3292.0, 3294.0, 3307.0, 3319.0, 3296.0, 3319.0, 3329.0, 3296.0, 3304.0, 3316.0, 3296.0, 3349.0, 3308.0, 3349.0, 3295.0, 3297.0, 3317.0, 3307.0, 3328.0, 3295.0, 3297.0, 3327.0, 3297.0, 3295.0, 3296.0, 3293.0, 3347.0, 3294.0, 3359.0, 3295.0, 3392.0, 3328.0, 3393.0, 3339.0, 3294.0, 3325.0, 3282.0, 3354.0, 3268.0, 3324.0, 3293.0, 3294.0, 3316.0, 3306.0, 3348.0, 3294.0, 3369.0, 3292.0, 3302.0, 3280.0, 3291.0, 3291.0, 3282.0, 3324.0, 3305.0, 3327.0, 3293.0, 3305.0, 3294.0, 3305.0, 3303.0, 3293.0, 3295.0, 3296.0, 3307.0, 3328.0, 3318.0, 3327.0, 3306.0, 3307.0, 3295.0, 3318.0, 3329.0, 3318.0, 3373.0, 3309.0, 3308.0, 3319.0, 3320.0, 3361.0, 3305.0, 3326.0, 3327.0, 3316.0, 3371.0, 3307.0, 3394.0, 3329.0, 3319.0, 3349.0, 3306.0, 3335.0, 3282.0, 3383.0, 3307.0, 3359.0, 3294.0, 3294.0, 3305.0, 3305.0, 3328.0, 3307.0, 3304.0, 3305.0, 3306.0, 3340.0, 3308.0, 3319.0, 3339.0, 3307.0, 3295.0, 3318.0, 3308.0, 3392.0, 3307.0, 3382.0, 3306.0, 3357.0, 3271.0, 3335.0, 3281.0, 3336.0, 3294.0, 3306.0, 3296.0, 3308.0, 3307.0, 3306.0, 3296.0, 3295.0, 3318.0, 3353.0, 3320.0, 3320.0, 3311.0, 3319.0, 3352.0, 3390.0, 3346.0, 3367.0, 3302.0, 3365.0, 3291.0, 3336.0, 3293.0, 3293.0, 3294.0, 3305.0, 3294.0, 3297.0, 3307.0, 3363.0, 3319.0, 3394.0, 3307.0, 3401.0, 3333.0, 3334.0, 3310.0, 3280.0, 3302.0, 3291.0, 3293.0, 3304.0, 3294.0, 3306.0, 3316.0, 3307.0, 3297.0, 3308.0, 3319.0, 3362.0, 3319.0, 3394.0, 3342.0, 3319.0, 3349.0, 3306.0, 3391.0, 3293.0, 3379.0, 3303.0, 3280.0, 3280.0, 3281.0, 3280.0, 3291.0, 3291.0, 3304.0, 3293.0, 3379.0, 3333.0, 3290.0, 3311.0, 3265.0, 3364.0, 3278.0, 3333.0, 3289.0, 3288.0, 3289.0, 3304.0, 3280.0, 3289.0, 3277.0, 3289.0, 3279.0, 3302.0, 3314.0, 3281.0, 3334.0, 3301.0, 3278.0, 3278.0, 3277.0, 3288.0, 3290.0, 3292.0, 3304.0, 3294.0, 3294.0, 3295.0, 3294.0, 3302.0, 3293.0, 3326.0, 3293.0, 3370.0, 3305.0, 3347.0, 3307.0, 3315.0, 3282.0, 3322.0, 3281.0, 3303.0, 3294.0, 3305.0, 3317.0, 3308.0, 3307.0, 3295.0, 3305.0, 3317.0, 3307.0, 3359.0, 3305.0, 3360.0, 3306.0, 3392.0, 3318.0, 3340.0, 3305.0, 3293.0, 3325.0, 3279.0, 3366.0, 3281.0, 3378.0, 3293.0, 3327.0, 3293.0, 3317.0, 3305.0, 3293.0, 3334.0, 3280.0, 3313.0, 3336.0, 3305.0, 3348.0, 3305.0, 3368.0, 3292.0, 3333.0, 3301.0, 3290.0, 3289.0, 3291.0, 3281.0, 3291.0, 3306.0, 3293.0, 3303.0, 3332.0, 3307.0, 3294.0, 3307.0, 3340.0, 3309.0, 3332.0, 3352.0, 3307.0, 3390.0, 3304.0, 3381.0, 3304.0, 3381.0, 3308.0, 3318.0, 3351.0, 3308.0, 3296.0, 3306.0, 3305.0, 3347.0, 3294.0, 3336.0, 3293.0, 3305.0, 3329.0, 3308.0, 3381.0, 3294.0, 3335.0, 3280.0, 3293.0, 3293.0, 3305.0, 3360.0, 3308.0, 3306.0, 3305.0, 3316.0, 3327.0, 3306.0, 3327.0, 3306.0, 3316.0, 3372.0, 3306.0, 3327.0, 3317.0, 3293.0, 3357.0, 3305.0, 3377.0, 3293.0, 3358.0, 3293.0, 3316.0, 3292.0, 3304.0, 3314.0, 3283.0, 3292.0, 3305.0, 3293.0, 3381.0, 3305.0, 3326.0, 3282.0, 3344.0, 3290.0, 3365.0, 3303.0, 3312.0, 3304.0, 3305.0, 3314.0, 3305.0, 3304.0, 3317.0, 3307.0, 3306.0, 3319.0, 3298.0, 3319.0, 3364.0, 3320.0, 3362.0, 3328.0, 3304.0, 3388.0, 3292.0, 3379.0, 3304.0, 3368.0, 3305.0, 3339.0, 3305.0, 3315.0, 3303.0, 3291.0, 3312.0, 3292.0, 3303.0, 3359.0, 3306.0, 3326.0, 3294.0, 3390.0, 3291.0, 3355.0, 3289.0, 3322.0, 3290.0, 3303.0, 3315.0, 3314.0, 3315.0, 3293.0, 3296.0, 3318.0, 3318.0, 3351.0, 3316.0, 3360.0, 3315.0, 3358.0, 3303.0, 3358.0, 3304.0, 3314.0, 3314.0, 3314.0, 3305.0, 3296.0, 3318.0, 3318.0, 3308.0, 3373.0, 3306.0, 3348.0, 3294.0, 3388.0, 3290.0, 3356.0, 3293.0, 3368.0, 3303.0, 3318.0, 3317.0, 3318.0, 3327.0, 3304.0, 3305.0, 3349.0, 3317.0, 3318.0, 3350.0, 3331.0, 3319.0, 3349.0, 3306.0, 3390.0, 3336.0, 3303.0, 3324.0, 3293.0, 3358.0, 3326.0, 3293.0, 3358.0, 3307.0, 3359.0, 3306.0, 3335.0, 3280.0, 3300.0, 3282.0, 3316.0, 3296.0, 3305.0, 3307.0, 3318.0, 3308.0, 3320.0, 3319.0, 3330.0, 3319.0, 3297.0, 3330.0, 3396.0, 3320.0, 3373.0, 3319.0, 3296.0, 3307.0, 3318.0, 3318.0, 3307.0, 3297.0, 3308.0, 3308.0, 3374.0, 3320.0, 3394.0, 3308.0, 3393.0, 3341.0, 3328.0, 3328.0, 3305.0, 3381.0, 3306.0, 3304.0, 3305.0, 3335.0, 3303.0, 3379.0, 3292.0, 3369.0, 3315.0, 3315.0, 3316.0, 3317.0, 3293.0, 3305.0, 3304.0, 3337.0, 3305.0, 3316.0, 3328.0, 3305.0, 3395.0, 3351.0, 3319.0, 3403.0, 3305.0, 3313.0, 3303.0, 3291.0, 3357.0, 3325.0, 3304.0, 3313.0, 3303.0, 3305.0, 3304.0, 3292.0, 3293.0, 3303.0, 3305.0, 3327.0, 3307.0, 3328.0, 3316.0, 3305.0, 3348.0, 3305.0, 3370.0, 3306.0, 3370.0, 3305.0, 3317.0, 3328.0, 3306.0, 3306.0, 3317.0, 3313.0, 3303.0, 3305.0, 3317.0, 3306.0, 3363.0, 3308.0, 3306.0, 3305.0, 3293.0, 3359.0, 3306.0, 3317.0, 3337.0, 3307.0, 3348.0, 3305.0, 3380.0, 3316.0, 3316.0, 3316.0, 3317.0, 3328.0, 3317.0, 3329.0, 3316.0, 3307.0, 3348.0, 3307.0, 3317.0, 3318.0, 3306.0, 3384.0, 3318.0, 3349.0, 3305.0, 3303.0, 3357.0, 3293.0, 3303.0, 3326.0, 3305.0, 3348.0, 3304.0, 3347.0, 3305.0, 3324.0, 3305.0, 3305.0, 3304.0, 3315.0, 3304.0, 3316.0, 3317.0, 3309.0, 3307.0, 3319.0, 3318.0, 3307.0, 3308.0, 3296.0, 3309.0, 3319.0, 3319.0, 3342.0, 3321.0, 3353.0, 3342.0, 3305.0, 3391.0, 3327.0, 3327.0, 3347.0, 3306.0, 3393.0, 3307.0, 3306.0, 3306.0, 3304.0, 3347.0, 3306.0, 3315.0, 3360.0, 3306.0, 3328.0, 3306.0, 3331.0, 3352.0, 3306.0, 3361.0, 3316.0, 3305.0, 3348.0, 3304.0, 3316.0, 3361.0, 3316.0, 3307.0, 3353.0, 3318.0, 3316.0, 3339.0, 3308.0, 3307.0, 3393.0, 3305.0, 3382.0, 3317.0, 3314.0, 3292.0, 3312.0, 3293.0], 'WindowWidth': [7666.0, 7696.0, 7608.0, 7694.0, 7604.0, 7614.0, 7659.0, 7617.0, 7630.0, 7631.0, 7645.0, 7681.0, 7643.0, 7654.0, 7710.0, 7631.0, 7736.0, 7737.0, 7586.0, 7687.0, 7594.0, 7639.0, 7591.0, 7614.0, 7651.0, 7622.0, 7667.0, 7666.0, 7613.0, 7663.0, 7636.0, 7623.0, 7665.0, 7719.0, 7617.0, 7751.0, 7630.0, 7707.0, 7604.0, 7593.0, 7656.0, 7604.0, 7617.0, 7611.0, 7657.0, 7655.0, 7616.0, 7694.0, 7717.0, 7591.0, 7660.0, 7531.0, 7594.0, 7577.0, 7574.0, 7589.0, 7619.0, 7595.0, 7615.0, 7568.0, 7590.0, 7627.0, 7605.0, 7675.0, 7661.0, 7575.0, 7675.0, 7551.0, 7653.0, 7577.0, 7617.0, 7575.0, 7589.0, 7580.0, 7591.0, 7598.0, 7616.0, 7634.0, 7602.0, 7677.0, 7590.0, 7644.0, 7567.0, 7666.0, 7563.0, 7626.0, 7609.0, 7576.0, 7589.0, 7578.0, 7596.0, 7620.0, 7602.0, 7622.0, 7621.0, 7605.0, 7626.0, 7611.0, 7622.0, 7677.0, 7611.0, 7709.0, 7662.0, 7685.0, 7610.0, 7644.0, 7598.0, 7620.0, 7561.0, 7588.0, 7571.0, 7587.0, 7638.0, 7568.0, 7749.0, 7603.0, 7661.0, 7610.0, 7590.0, 7587.0, 7569.0, 7625.0, 7574.0, 7666.0, 7576.0, 7669.0, 7564.0, 7609.0, 7614.0, 7611.0, 7637.0, 7579.0, 7633.0, 7595.0, 7555.0, 7680.0, 7587.0, 7648.0, 7593.0, 7595.0, 7605.0, 7612.0, 7606.0, 7637.0, 7620.0, 7608.0, 7604.0, 7614.0, 7748.0, 7636.0, 7720.0, 7600.0, 7655.0, 7599.0, 7625.0, 7595.0, 7609.0, 7623.0, 7628.0, 7629.0, 7633.0, 7662.0, 7692.0, 7740.0, 7662.0, 7738.0, 7664.0, 7707.0, 7606.0, 7601.0, 7614.0, 7602.0, 7623.0, 7581.0, 7595.0, 7619.0, 7608.0, 7732.0, 7657.0, 7729.0, 7647.0, 7592.0, 7670.0, 7568.0, 7626.0, 7624.0, 7586.0, 7574.0, 7578.0, 7628.0, 7615.0, 7611.0, 7610.0, 7600.0, 7583.0, 7595.0, 7594.0, 7687.0, 7586.0, 7601.0, 7601.0, 7615.0, 7647.0, 7608.0, 7607.0, 7574.0, 7571.0, 7593.0, 7609.0, 7580.0, 7598.0, 7603.0, 7625.0, 7646.0, 7610.0, 7644.0, 7657.0, 7610.0, 7618.0, 7634.0, 7606.0, 7679.0, 7625.0, 7680.0, 7607.0, 7611.0, 7637.0, 7625.0, 7654.0, 7607.0, 7613.0, 7652.0, 7613.0, 7608.0, 7609.0, 7601.0, 7673.0, 7601.0, 7691.0, 7604.0, 7739.0, 7653.0, 7743.0, 7669.0, 7602.0, 7644.0, 7582.0, 7676.0, 7558.0, 7638.0, 7598.0, 7601.0, 7634.0, 7620.0, 7677.0, 7602.0, 7704.0, 7594.0, 7607.0, 7577.0, 7592.0, 7592.0, 7582.0, 7641.0, 7619.0, 7651.0, 7600.0, 7619.0, 7603.0, 7618.0, 7612.0, 7598.0, 7604.0, 7607.0, 7623.0, 7653.0, 7639.0, 7652.0, 7622.0, 7624.0, 7605.0, 7640.0, 7656.0, 7641.0, 7718.0, 7632.0, 7628.0, 7645.0, 7647.0, 7699.0, 7619.0, 7645.0, 7646.0, 7632.0, 7711.0, 7625.0, 7746.0, 7655.0, 7643.0, 7683.0, 7620.0, 7655.0, 7580.0, 7732.0, 7625.0, 7693.0, 7600.0, 7603.0, 7618.0, 7620.0, 7655.0, 7623.0, 7615.0, 7616.0, 7622.0, 7673.0, 7627.0, 7643.0, 7670.0, 7626.0, 7607.0, 7643.0, 7629.0, 7743.0, 7625.0, 7728.0, 7620.0, 7686.0, 7565.0, 7653.0, 7580.0, 7657.0, 7602.0, 7621.0, 7610.0, 7628.0, 7626.0, 7622.0, 7608.0, 7606.0, 7640.0, 7692.0, 7648.0, 7647.0, 7635.0, 7643.0, 7687.0, 7734.0, 7667.0, 7697.0, 7605.0, 7692.0, 7594.0, 7657.0, 7599.0, 7599.0, 7601.0, 7617.0, 7604.0, 7611.0, 7625.0, 7705.0, 7644.0, 7746.0, 7623.0, 7750.0, 7650.0, 7651.0, 7614.0, 7573.0, 7606.0, 7591.0, 7598.0, 7613.0, 7602.0, 7621.0, 7635.0, 7623.0, 7610.0, 7627.0, 7641.0, 7703.0, 7645.0, 7749.0, 7680.0, 7643.0, 7682.0, 7621.0, 7736.0, 7598.0, 7719.0, 7607.0, 7576.0, 7575.0, 7580.0, 7577.0, 7592.0, 7594.0, 7614.0, 7599.0, 7716.0, 7649.0, 7588.0, 7614.0, 7547.0, 7687.0, 7567.0, 7651.0, 7587.0, 7582.0, 7584.0, 7615.0, 7578.0, 7585.0, 7568.0, 7586.0, 7575.0, 7607.0, 7625.0, 7579.0, 7650.0, 7602.0, 7568.0, 7567.0, 7567.0, 7583.0, 7589.0, 7599.0, 7616.0, 7603.0, 7604.0, 7607.0, 7603.0, 7610.0, 7599.0, 7644.0, 7598.0, 7705.0, 7617.0, 7676.0, 7622.0, 7631.0, 7582.0, 7632.0, 7579.0, 7609.0, 7599.0, 7617.0, 7638.0, 7627.0, 7624.0, 7604.0, 7617.0, 7634.0, 7624.0, 7693.0, 7616.0, 7694.0, 7620.0, 7742.0, 7638.0, 7669.0, 7618.0, 7597.0, 7640.0, 7573.0, 7695.0, 7577.0, 7714.0, 7598.0, 7648.0, 7601.0, 7636.0, 7618.0, 7599.0, 7651.0, 7576.0, 7622.0, 7657.0, 7615.0, 7678.0, 7618.0, 7702.0, 7595.0, 7649.0, 7603.0, 7588.0, 7585.0, 7590.0, 7581.0, 7593.0, 7623.0, 7600.0, 7614.0, 7666.0, 7624.0, 7603.0, 7625.0, 7672.0, 7631.0, 7664.0, 7690.0, 7623.0, 7734.0, 7614.0, 7724.0, 7616.0, 7724.0, 7630.0, 7642.0, 7687.0, 7628.0, 7611.0, 7623.0, 7618.0, 7672.0, 7601.0, 7655.0, 7598.0, 7618.0, 7654.0, 7629.0, 7725.0, 7603.0, 7653.0, 7576.0, 7596.0, 7598.0, 7616.0, 7695.0, 7626.0, 7623.0, 7620.0, 7633.0, 7649.0, 7619.0, 7649.0, 7620.0, 7635.0, 7715.0, 7623.0, 7648.0, 7634.0, 7598.0, 7686.0, 7615.0, 7714.0, 7599.0, 7689.0, 7600.0, 7633.0, 7596.0, 7613.0, 7626.0, 7583.0, 7595.0, 7617.0, 7600.0, 7725.0, 7619.0, 7645.0, 7583.0, 7662.0, 7588.0, 7693.0, 7607.0, 7622.0, 7615.0, 7617.0, 7629.0, 7619.0, 7616.0, 7636.0, 7625.0, 7621.0, 7643.0, 7614.0, 7645.0, 7712.0, 7647.0, 7704.0, 7652.0, 7611.0, 7729.0, 7594.0, 7716.0, 7614.0, 7704.0, 7618.0, 7668.0, 7618.0, 7631.0, 7613.0, 7591.0, 7621.0, 7594.0, 7612.0, 7692.0, 7620.0, 7646.0, 7602.0, 7733.0, 7591.0, 7679.0, 7587.0, 7631.0, 7592.0, 7615.0, 7632.0, 7630.0, 7632.0, 7602.0, 7607.0, 7641.0, 7640.0, 7687.0, 7636.0, 7696.0, 7631.0, 7689.0, 7610.0, 7690.0, 7616.0, 7629.0, 7629.0, 7631.0, 7618.0, 7608.0, 7642.0, 7642.0, 7627.0, 7719.0, 7624.0, 7678.0, 7601.0, 7729.0, 7588.0, 7682.0, 7600.0, 7702.0, 7614.0, 7642.0, 7639.0, 7641.0, 7649.0, 7614.0, 7617.0, 7679.0, 7635.0, 7641.0, 7686.0, 7665.0, 7643.0, 7684.0, 7623.0, 7734.0, 7657.0, 7611.0, 7642.0, 7597.0, 7688.0, 7646.0, 7600.0, 7692.0, 7624.0, 7693.0, 7624.0, 7659.0, 7577.0, 7601.0, 7585.0, 7634.0, 7609.0, 7622.0, 7626.0, 7643.0, 7630.0, 7648.0, 7647.0, 7661.0, 7645.0, 7612.0, 7658.0, 7754.0, 7647.0, 7719.0, 7642.0, 7609.0, 7626.0, 7642.0, 7640.0, 7627.0, 7610.0, 7628.0, 7629.0, 7721.0, 7647.0, 7748.0, 7627.0, 7745.0, 7674.0, 7654.0, 7652.0, 7618.0, 7725.0, 7621.0, 7616.0, 7616.0, 7656.0, 7612.0, 7718.0, 7596.0, 7706.0, 7632.0, 7632.0, 7635.0, 7637.0, 7600.0, 7617.0, 7615.0, 7662.0, 7618.0, 7635.0, 7654.0, 7621.0, 7751.0, 7691.0, 7645.0, 7757.0, 7616.0, 7624.0, 7611.0, 7593.0, 7686.0, 7642.0, 7614.0, 7625.0, 7614.0, 7618.0, 7615.0, 7597.0, 7601.0, 7613.0, 7619.0, 7651.0, 7625.0, 7654.0, 7635.0, 7617.0, 7677.0, 7615.0, 7708.0, 7621.0, 7709.0, 7620.0, 7639.0, 7653.0, 7623.0, 7622.0, 7634.0, 7624.0, 7612.0, 7616.0, 7635.0, 7623.0, 7707.0, 7626.0, 7619.0, 7617.0, 7600.0, 7691.0, 7622.0, 7636.0, 7665.0, 7624.0, 7679.0, 7617.0, 7721.0, 7634.0, 7634.0, 7634.0, 7638.0, 7656.0, 7642.0, 7658.0, 7634.0, 7624.0, 7679.0, 7624.0, 7638.0, 7639.0, 7621.0, 7735.0, 7643.0, 7683.0, 7617.0, 7613.0, 7687.0, 7599.0, 7613.0, 7647.0, 7618.0, 7678.0, 7615.0, 7675.0, 7619.0, 7642.0, 7617.0, 7618.0, 7616.0, 7631.0, 7615.0, 7637.0, 7640.0, 7630.0, 7625.0, 7643.0, 7642.0, 7627.0, 7629.0, 7608.0, 7631.0, 7645.0, 7646.0, 7680.0, 7651.0, 7696.0, 7679.0, 7622.0, 7738.0, 7647.0, 7646.0, 7676.0, 7621.0, 7746.0, 7624.0, 7623.0, 7622.0, 7616.0, 7675.0, 7619.0, 7632.0, 7696.0, 7623.0, 7653.0, 7620.0, 7666.0, 7689.0, 7621.0, 7698.0, 7633.0, 7617.0, 7677.0, 7617.0, 7635.0, 7698.0, 7635.0, 7622.0, 7697.0, 7641.0, 7632.0, 7668.0, 7626.0, 7623.0, 7742.0, 7618.0, 7728.0, 7636.0, 7627.0, 7594.0, 7622.0, 7599.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.0005812614678899083</td></tr>
<tr><td colspan=3>aqi</td><td>0.02410203383027523</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>53.989735306532666</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1887566932261757</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005585149862227</td></tr>
<tr><td colspan=3>efc</td><td>0.484</td></tr>
<tr><td colspan=3>fber</td><td>2345.4812</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09814600158225861</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.0642201834862384</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.753950207991046</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.632296846332062</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0026945647738192</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6268592128672563</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112041</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.03119158186018467</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.08075311779975891</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.5384464453095075</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.4236</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.8636</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.3053</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308302.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>9.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.389</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.2953</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.5976</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2617.8992</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2784.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>758.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.7802</td></tr>
<tr><td colspan=3>tsnr</td><td>31.71834737586323</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>