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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-03_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-03_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-0018/ses-03/func/sub-0018_ses-03_task-social_acq-mb8_run-03_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>47382f6bcc3df621ce8b08a8b709be11</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>09:57:45.535000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997038, -0.0204747, 0.0741382, 0.0231482, 0.999106, -0.0353839]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0907035</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 735, -19, -179, -34, 18]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.768</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>082cf78b-7004-46ac-b067-ba5be437db49||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6749794483184814, 0.06210505589842796, 0.19803814589977264, 105.90564727783203], [0.054932091385126114, 2.680527448654175, -0.0998871773481369, -95.31631469726562], [0.19890747964382172, 0.09493240714073181, 2.6908740997314453, -67.37097930908203], [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': ['095745.535000', '095745.995000', '095746.455000', '095746.915000', '095747.375000', '095747.835000', '095748.295000', '095748.755000', '095749.215000', '095749.675000', '095750.135000', '095750.595000', '095751.055000', '095751.515000', '095751.975000', '095752.435000', '095752.895000', '095753.355000', '095753.815000', '095754.275000', '095754.735000', '095755.195000', '095755.655000', '095756.115000', '095756.575000', '095757.035000', '095757.495000', '095757.955000', '095758.415000', '095758.875000', '095759.335000', '095759.795000', '095800.255000', '095800.715000', '095801.175000', '095801.635000', '095802.095000', '095802.555000', '095803.015000', '095803.475000', '095803.935000', '095804.395000', '095804.855000', '095805.315000', '095805.775000', '095806.235000', '095806.695000', '095807.155000', '095807.615000', '095808.075000', '095808.535000', '095808.995000', '095809.455000', '095809.915000', '095810.375000', '095810.835000', '095811.295000', '095811.755000', '095812.215000', '095812.675000', '095813.135000', '095813.595000', '095814.055000', '095814.515000', '095814.975000', '095815.435000', '095815.895000', '095816.355000', '095816.815000', '095817.275000', '095817.735000', '095818.195000', '095818.655000', '095819.115000', '095819.575000', '095820.035000', '095820.495000', '095820.955000', '095821.415000', '095821.875000', '095822.335000', '095822.795000', '095823.255000', '095823.715000', '095824.175000', '095824.635000', '095825.095000', '095825.555000', '095826.015000', '095826.475000', '095826.935000', '095827.395000', '095827.855000', '095828.315000', '095828.775000', '095829.235000', '095829.695000', '095830.155000', '095830.615000', '095831.075000', '095831.535000', '095831.995000', '095832.455000', '095832.915000', '095833.375000', '095833.835000', '095834.295000', '095834.755000', '095835.215000', '095835.675000', '095836.135000', '095836.595000', '095837.055000', '095837.515000', '095837.975000', '095838.435000', '095838.895000', '095839.355000', '095839.815000', '095840.275000', '095840.735000', '095841.195000', '095841.655000', '095842.115000', '095842.575000', '095843.035000', '095843.495000', '095843.955000', '095844.415000', '095844.875000', '095845.335000', '095845.795000', '095846.255000', '095846.715000', '095847.175000', '095847.635000', '095848.095000', '095848.555000', '095849.015000', '095849.475000', '095849.935000', '095850.395000', '095850.855000', '095851.315000', '095851.775000', '095852.235000', '095852.695000', '095853.155000', '095853.615000', '095854.075000', '095854.535000', '095854.995000', '095855.455000', '095855.915000', '095856.375000', '095856.835000', '095857.295000', '095857.755000', '095858.215000', '095858.675000', '095859.135000', '095859.595000', '095900.055000', '095900.515000', '095900.975000', '095901.435000', '095901.895000', '095902.355000', '095902.815000', '095903.275000', '095903.735000', '095904.195000', '095904.655000', '095905.115000', '095905.575000', '095906.035000', '095906.495000', '095906.955000', '095907.415000', '095907.875000', '095908.335000', '095908.795000', '095909.255000', '095909.715000', '095910.175000', '095910.635000', '095911.095000', '095911.555000', '095912.015000', '095912.475000', '095912.935000', '095913.395000', '095913.855000', '095914.315000', '095914.775000', '095915.235000', '095915.695000', '095916.155000', '095916.615000', '095917.075000', '095917.535000', '095917.995000', '095918.455000', '095918.915000', '095919.375000', '095919.835000', '095920.295000', '095920.755000', '095921.215000', '095921.675000', '095922.135000', '095922.595000', '095923.055000', '095923.515000', '095923.975000', '095924.435000', '095924.895000', '095925.355000', '095925.815000', '095926.275000', '095926.735000', '095927.195000', '095927.655000', '095928.115000', '095928.575000', '095929.035000', '095929.495000', '095929.955000', '095930.415000', '095930.875000', '095931.335000', '095931.795000', '095932.255000', '095932.715000', '095933.175000', '095933.635000', '095934.095000', '095934.555000', '095935.015000', '095935.475000', '095935.935000', '095936.395000', '095936.855000', '095937.315000', '095937.775000', '095938.235000', '095938.695000', '095939.155000', '095939.615000', '095940.075000', '095940.535000', '095940.995000', '095941.455000', '095941.915000', '095942.375000', '095942.835000', '095943.295000', '095943.755000', '095944.215000', '095944.675000', '095945.135000', '095945.595000', '095946.055000', '095946.515000', '095946.975000', '095947.435000', '095947.895000', '095948.355000', '095948.815000', '095949.275000', '095949.735000', '095950.195000', '095950.655000', '095951.115000', '095951.575000', '095952.035000', '095952.495000', '095952.955000', '095953.415000', '095953.875000', '095954.335000', '095954.795000', '095955.255000', '095955.715000', '095956.175000', '095956.635000', '095957.095000', '095957.555000', '095958.015000', '095958.475000', '095958.935000', '095959.395000', '095959.855000', '100000.315000', '100000.775000', '100001.235000', '100001.695000', '100002.155000', '100002.615000', '100003.075000', '100003.535000', '100003.995000', '100004.455000', '100004.915000', '100005.375000', '100005.835000', '100006.295000', '100006.755000', '100007.215000', '100007.675000', '100008.135000', '100008.595000', '100009.055000', '100009.515000', '100009.975000', '100010.435000', '100010.895000', '100011.355000', '100011.815000', '100012.275000', '100012.735000', '100013.195000', '100013.655000', '100014.115000', '100014.575000', '100015.035000', '100015.495000', '100015.955000', '100016.415000', '100016.875000', '100017.335000', '100017.795000', '100018.255000', '100018.715000', '100019.175000', '100019.635000', '100020.095000', '100020.555000', '100021.015000', '100021.475000', '100021.935000', '100022.395000', '100022.855000', '100023.315000', '100023.775000', '100024.235000', '100024.695000', '100025.155000', '100025.615000', '100026.075000', '100026.535000', '100026.995000', '100027.455000', '100027.915000', '100028.375000', '100028.835000', '100029.295000', '100029.755000', '100030.215000', '100030.675000', '100031.135000', '100031.595000', '100032.055000', '100032.515000', '100032.975000', '100033.435000', '100033.895000', '100034.355000', '100034.815000', '100035.275000', '100035.735000', '100036.195000', '100036.655000', '100037.115000', '100037.575000', '100038.035000', '100038.495000', '100038.955000', '100039.415000', '100039.875000', '100040.335000', '100040.795000', '100041.255000', '100041.715000', '100042.175000', '100042.635000', '100043.095000', '100043.555000', '100044.015000', '100044.475000', '100044.935000', '100045.395000', '100045.855000', '100046.315000', '100046.775000', '100047.235000', '100047.695000', '100048.155000', '100048.615000', '100049.075000', '100049.535000', '100049.995000', '100050.455000', '100050.915000', '100051.375000', '100051.835000', '100052.295000', '100052.755000', '100053.215000', '100053.675000', '100054.135000', '100054.595000', '100055.055000', '100055.515000', '100055.975000', '100056.435000', '100056.895000', '100057.355000', '100057.815000', '100058.275000', '100058.735000', '100059.195000', '100059.655000', '100100.115000', '100100.575000', '100101.035000', '100101.495000', '100101.955000', '100102.415000', '100102.875000', '100103.335000', '100103.795000', '100104.255000', '100104.715000', '100105.175000', '100105.635000', '100106.095000', '100106.555000', '100107.015000', '100107.475000', '100107.935000', '100108.395000', '100108.855000', '100109.315000', '100109.775000', '100110.235000', '100110.695000', '100111.155000', '100111.615000', '100112.075000', '100112.535000', '100112.995000', '100113.455000', '100113.915000', '100114.375000', '100114.835000', '100115.295000', '100115.755000', '100116.215000', '100116.675000', '100117.135000', '100117.595000', '100118.055000', '100118.515000', '100118.975000', '100119.435000', '100119.895000', '100120.355000', '100120.815000', '100121.275000', '100121.735000', '100122.195000', '100122.655000', '100123.115000', '100123.575000', '100124.035000', '100124.495000', '100124.955000', '100125.415000', '100125.875000', '100126.335000', '100126.795000', '100127.255000', '100127.715000', '100128.175000', '100128.635000', '100129.095000', '100129.555000', '100130.015000', '100130.475000', '100130.935000', '100131.395000', '100131.855000', '100132.315000', '100132.775000', '100133.235000', '100133.695000', '100134.155000', '100134.615000', '100135.075000', '100135.535000', '100135.995000', '100136.455000', '100136.915000', '100137.375000', '100137.835000', '100138.295000', '100138.755000', '100139.215000', '100139.675000', '100140.135000', '100140.595000', '100141.055000', '100141.515000', '100141.975000', '100142.435000', '100142.895000', '100143.355000', '100143.815000', '100144.275000', '100144.735000', '100145.195000', '100145.655000', '100146.115000', '100146.575000', '100147.035000', '100147.495000', '100147.955000', '100148.415000', '100148.875000', '100149.335000', '100149.795000', '100150.255000', '100150.715000', '100151.175000', '100151.635000', '100152.095000', '100152.555000', '100153.015000', '100153.475000', '100153.935000', '100154.395000', '100154.855000', '100155.315000', '100155.775000', '100156.235000', '100156.695000', '100157.155000', '100157.615000', '100158.075000', '100158.535000', '100158.995000', '100159.455000', '100159.915000', '100200.375000', '100200.835000', '100201.295000', '100201.755000', '100202.215000', '100202.675000', '100203.135000', '100203.595000', '100204.055000', '100204.515000', '100204.975000', '100205.435000', '100205.895000', '100206.355000', '100206.815000', '100207.275000', '100207.735000', '100208.195000', '100208.655000', '100209.115000', '100209.575000', '100210.035000', '100210.495000', '100210.955000', '100211.415000', '100211.875000', '100212.335000', '100212.795000', '100213.255000', '100213.715000', '100214.175000', '100214.635000', '100215.095000', '100215.555000', '100216.015000', '100216.475000', '100216.935000', '100217.395000', '100217.855000', '100218.315000', '100218.775000', '100219.235000', '100219.695000', '100220.155000', '100220.615000', '100221.075000', '100221.535000', '100221.995000', '100222.455000', '100222.915000', '100223.375000', '100223.835000', '100224.295000', '100224.755000', '100225.215000', '100225.675000', '100226.135000', '100226.595000', '100227.055000', '100227.515000', '100227.975000', '100228.435000', '100228.895000', '100229.355000', '100229.815000', '100230.275000', '100230.735000', '100231.195000', '100231.655000', '100232.115000', '100232.575000', '100233.035000', '100233.495000', '100233.955000', '100234.415000', '100234.875000', '100235.335000', '100235.795000', '100236.255000', '100236.715000', '100237.175000', '100237.635000', '100238.095000', '100238.555000', '100239.015000', '100239.475000', '100239.935000', '100240.395000', '100240.855000', '100241.315000', '100241.775000', '100242.235000', '100242.695000', '100243.155000', '100243.615000', '100244.075000', '100244.535000', '100244.995000', '100245.455000', '100245.915000', '100246.375000', '100246.835000', '100247.295000', '100247.755000', '100248.215000', '100248.675000', '100249.135000', '100249.595000', '100250.055000', '100250.515000', '100250.975000', '100251.435000', '100251.895000', '100252.355000', '100252.815000', '100253.275000', '100253.735000', '100254.195000', '100254.655000', '100255.115000', '100255.575000', '100256.035000', '100256.495000', '100256.955000', '100257.415000', '100257.875000', '100258.335000', '100258.795000', '100259.255000', '100259.715000', '100300.175000', '100300.635000', '100301.095000', '100301.555000', '100302.015000', '100302.475000', '100302.935000', '100303.395000', '100303.855000', '100304.315000', '100304.775000', '100305.235000', '100305.695000', '100306.155000', '100306.615000', '100307.075000', '100307.535000', '100307.995000', '100308.455000', '100308.915000', '100309.375000', '100309.835000', '100310.295000', '100310.755000', '100311.215000', '100311.675000', '100312.135000', '100312.595000', '100313.055000', '100313.515000', '100313.975000', '100314.435000', '100314.895000', '100315.355000', '100315.815000', '100316.275000', '100316.735000', '100317.195000', '100317.655000', '100318.115000', '100318.575000', '100319.035000', '100319.495000', '100319.955000', '100320.415000', '100320.875000', '100321.335000', '100321.795000', '100322.255000', '100322.715000', '100323.175000', '100323.635000', '100324.095000', '100324.555000', '100325.015000', '100325.475000', '100325.935000', '100326.395000', '100326.855000', '100327.315000', '100327.775000', '100328.235000', '100328.695000', '100329.155000', '100329.615000', '100330.075000', '100330.535000', '100330.995000', '100331.455000', '100331.915000', '100332.375000', '100332.835000', '100333.295000', '100333.755000', '100334.215000', '100334.675000', '100335.135000', '100335.595000', '100336.055000', '100336.515000', '100336.975000', '100337.435000', '100337.895000', '100338.355000', '100338.815000', '100339.275000', '100339.735000', '100340.195000', '100340.655000', '100341.115000', '100341.575000', '100342.035000', '100342.495000', '100342.955000', '100343.415000', '100343.875000', '100344.335000', '100344.795000', '100345.255000', '100345.715000', '100346.175000', '100346.635000', '100347.095000', '100347.555000', '100348.015000', '100348.475000', '100348.935000', '100349.395000', '100349.855000', '100350.315000', '100350.775000', '100351.235000', '100351.695000', '100352.155000', '100352.615000', '100353.075000', '100353.535000', '100353.995000', '100354.455000', '100354.915000', '100355.375000', '100355.835000', '100356.295000', '100356.755000', '100357.215000', '100357.675000', '100358.135000', '100358.595000', '100359.055000', '100359.515000', '100359.975000', '100400.435000', '100400.895000', '100401.355000', '100401.815000', '100402.275000', '100402.735000', '100403.195000', '100403.655000', '100404.115000', '100404.575000', '100405.035000', '100405.495000', '100405.955000', '100406.415000', '100406.875000', '100407.335000', '100407.795000', '100408.255000', '100408.715000', '100409.175000', '100409.635000', '100410.095000', '100410.555000', '100411.015000', '100411.475000', '100411.935000', '100412.395000', '100412.855000', '100413.315000', '100413.775000', '100414.235000', '100414.695000', '100415.155000', '100415.615000', '100416.075000', '100416.535000', '100416.995000', '100417.455000', '100417.915000', '100418.375000', '100418.835000', '100419.295000', '100419.755000', '100420.215000', '100420.675000', '100421.135000', '100421.595000', '100422.055000', '100422.515000', '100422.975000', '100423.435000', '100423.895000', '100424.355000', '100424.815000', '100425.275000', '100425.735000', '100426.195000'], 'ContentTime': ['095803.874000', '095803.877000', '095803.880000', '095803.883000', '095803.886000', '095803.888000', '095803.891000', '095803.894000', '095803.897000', '095803.900000', '095803.902000', '095803.905000', '095803.908000', '095803.911000', '095803.914000', '095803.917000', '095803.919000', '095803.922000', '095803.925000', '095803.928000', '095803.931000', '095803.934000', '095803.937000', '095803.940000', '095803.943000', '095803.946000', '095803.949000', '095803.952000', '095803.961000', '095803.963000', '095803.966000', '095803.969000', '095803.972000', '095803.975000', '095803.977000', '095803.980000', '095803.983000', '095803.986000', '095803.989000', '095823.842000', '095823.845000', '095823.848000', '095823.850000', '095823.853000', '095823.856000', '095823.859000', '095823.862000', '095823.865000', '095823.867000', '095823.870000', '095823.873000', '095823.876000', '095823.879000', '095823.881000', '095823.884000', '095823.887000', '095823.890000', '095823.893000', '095823.895000', '095823.898000', '095823.901000', '095823.904000', '095823.907000', '095823.909000', '095823.912000', '095823.915000', '095823.918000', '095823.921000', '095823.924000', '095823.926000', '095823.929000', '095823.932000', '095823.935000', '095823.939000', '095823.942000', '095823.945000', '095823.948000', '095823.951000', '095823.953000', '095823.956000', '095823.959000', '095823.962000', '095843.842000', '095843.845000', '095843.848000', '095843.850000', '095843.853000', '095843.856000', '095843.859000', '095843.862000', '095843.864000', '095843.867000', '095843.870000', '095843.873000', '095843.876000', '095843.879000', '095843.881000', '095843.884000', '095843.901000', '095843.904000', '095843.913000', '095843.915000', '095843.918000', '095843.921000', '095843.924000', '095843.927000', '095843.930000', '095843.932000', '095843.935000', '095843.938000', '095843.941000', '095843.944000', '095843.947000', '095843.950000', '095843.953000', '095843.955000', '095843.958000', '095843.961000', '095843.964000', '095843.967000', '095843.969000', '095843.972000', '095843.975000', '095843.978000', '095843.981000', '095843.983000', '095903.842000', '095903.845000', '095903.848000', '095903.851000', '095903.853000', '095903.856000', '095903.859000', '095903.862000', '095903.865000', '095903.867000', '095903.870000', '095903.873000', '095903.876000', '095903.879000', '095903.882000', '095903.884000', '095903.887000', '095903.890000', '095903.893000', '095903.896000', '095903.899000', '095903.901000', '095903.904000', '095903.907000', '095903.910000', '095903.913000', '095903.916000', '095903.919000', '095903.921000', '095903.924000', '095903.927000', '095903.930000', '095903.933000', '095903.936000', '095903.938000', '095903.941000', '095903.944000', '095903.947000', '095903.950000', '095903.953000', '095903.955000', '095903.958000', '095903.961000', '095923.842000', '095923.845000', '095923.848000', '095923.850000', '095923.853000', '095923.856000', '095923.859000', '095923.862000', '095923.864000', '095923.867000', '095923.870000', '095923.873000', '095923.876000', '095923.879000', '095923.882000', '095923.884000', '095923.887000', '095923.890000', '095923.893000', '095923.896000', '095923.899000', '095923.902000', '095923.904000', '095923.907000', '095923.910000', '095923.913000', '095923.916000', '095923.918000', '095923.921000', '095923.924000', '095923.927000', '095923.930000', '095923.933000', '095923.936000', '095923.938000', '095923.941000', '095923.944000', '095923.947000', '095923.950000', '095923.952000', '095923.955000', '095923.958000', '095923.961000', '095923.964000', '095943.842000', '095943.845000', '095943.848000', '095943.850000', '095943.853000', '095943.856000', '095943.859000', '095943.862000', '095943.865000', '095943.868000', '095943.871000', '095943.873000', '095943.876000', '095943.879000', '095943.882000', '095943.885000', '095943.888000', '095943.890000', '095943.893000', '095943.896000', '095943.899000', '095943.902000', '095943.905000', '095943.907000', '095943.910000', '095943.913000', '095943.916000', '095943.919000', '095943.922000', '095943.924000', '095943.927000', '095943.930000', '095943.933000', '095943.936000', '095943.938000', '095943.941000', '095943.948000', '095943.951000', '095943.954000', '095943.957000', '095943.959000', '095943.962000', '095943.965000', '100003.842000', '100003.845000', '100003.848000', '100003.850000', '100003.853000', '100003.856000', '100003.859000', '100003.862000', '100003.865000', '100003.867000', '100003.870000', '100003.873000', '100003.876000', '100003.879000', '100003.882000', '100003.885000', '100003.887000', '100003.890000', '100003.893000', '100003.896000', '100003.899000', '100003.902000', '100003.904000', '100003.907000', '100003.910000', '100003.913000', '100003.916000', '100003.919000', '100003.922000', '100003.925000', '100003.927000', '100003.930000', '100003.933000', '100003.936000', '100003.939000', '100003.942000', '100003.945000', '100003.948000', '100003.951000', '100003.953000', '100003.956000', '100003.959000', '100003.962000', '100003.965000', '100023.843000', '100023.846000', '100023.849000', '100023.851000', '100023.854000', '100023.857000', '100023.860000', '100023.863000', '100023.866000', '100023.868000', '100023.871000', '100023.891000', '100023.894000', '100023.897000', '100023.900000', '100023.903000', '100023.905000', '100023.908000', '100023.911000', '100023.914000', '100023.917000', '100023.920000', '100023.923000', '100023.925000', '100023.928000', '100023.931000', '100023.934000', '100023.937000', '100023.940000', '100023.943000', '100023.945000', '100023.948000', '100023.951000', '100023.954000', '100023.957000', '100023.960000', '100023.963000', '100023.965000', '100023.968000', '100023.971000', '100023.974000', '100023.977000', '100023.980000', '100043.843000', '100043.848000', '100043.851000', '100043.854000', '100043.857000', '100043.860000', '100043.863000', '100043.865000', '100043.868000', '100043.871000', '100043.874000', '100043.877000', '100043.880000', '100043.882000', '100043.885000', '100043.888000', '100043.891000', '100043.894000', '100043.897000', '100043.899000', '100043.902000', '100043.905000', '100043.908000', '100043.911000', '100043.914000', '100043.916000', '100043.919000', '100043.922000', '100043.925000', '100043.928000', '100043.931000', '100043.934000', '100043.936000', '100043.939000', '100043.942000', '100043.945000', '100043.948000', '100043.951000', '100043.953000', '100043.956000', '100043.959000', '100043.962000', '100043.965000', '100103.842000', '100103.845000', '100103.848000', '100103.851000', '100103.854000', '100103.857000', '100103.859000', '100103.862000', '100103.865000', '100103.868000', '100103.871000', '100103.874000', '100103.877000', '100103.879000', '100103.882000', '100103.885000', '100103.888000', '100103.891000', '100103.894000', '100103.896000', '100103.899000', '100103.902000', '100103.905000', '100103.908000', '100103.911000', '100103.914000', '100103.916000', '100103.919000', '100103.922000', '100103.925000', '100103.928000', '100103.931000', '100103.933000', '100103.936000', '100103.939000', '100103.942000', '100103.945000', '100103.948000', '100103.950000', '100103.953000', '100103.956000', '100103.959000', '100103.962000', '100103.965000', '100123.842000', '100123.845000', '100123.848000', '100123.851000', '100123.854000', '100123.856000', '100123.859000', '100123.862000', '100123.865000', '100123.868000', '100123.871000', '100123.874000', '100123.877000', '100123.880000', '100123.883000', '100123.888000', '100123.892000', '100123.895000', '100123.897000', '100123.900000', '100123.903000', '100123.906000', '100123.909000', '100123.912000', '100123.915000', '100123.917000', '100123.920000', '100123.923000', '100123.926000', '100123.929000', '100123.932000', '100123.934000', '100123.937000', '100123.940000', '100123.943000', '100123.946000', '100123.949000', '100123.952000', '100123.954000', '100123.957000', '100123.960000', '100123.963000', '100123.966000', '100143.842000', '100143.845000', '100143.848000', '100143.851000', '100143.854000', '100143.856000', '100143.859000', '100143.862000', '100143.865000', '100143.868000', '100143.871000', '100143.874000', '100143.876000', '100143.879000', '100143.882000', '100143.885000', '100143.888000', '100143.891000', '100143.893000', '100143.896000', '100143.899000', '100143.902000', '100143.905000', '100143.908000', '100143.911000', '100143.913000', '100143.916000', '100143.919000', '100143.922000', '100143.925000', '100143.928000', '100143.931000', '100143.934000', '100143.936000', '100143.939000', '100143.942000', '100143.945000', '100143.962000', '100143.965000', '100143.968000', '100143.970000', '100143.973000', '100143.976000', '100143.979000', '100203.842000', '100203.845000', '100203.848000', '100203.851000', '100203.853000', '100203.856000', '100203.859000', '100203.862000', '100203.865000', '100203.868000', '100203.871000', '100203.874000', '100203.877000', '100203.880000', '100203.883000', '100203.886000', '100203.889000', '100203.892000', '100203.894000', '100203.897000', '100203.900000', '100203.903000', '100203.906000', '100203.909000', '100203.912000', '100203.914000', '100203.917000', '100203.920000', '100203.923000', '100203.926000', '100203.929000', '100203.932000', '100203.934000', '100203.937000', '100203.940000', '100203.943000', '100203.946000', '100203.949000', '100203.952000', '100203.955000', '100203.957000', '100203.960000', '100203.963000', '100223.842000', '100223.845000', '100223.848000', '100223.851000', '100223.853000', '100223.856000', '100223.859000', '100223.862000', '100223.865000', '100223.868000', '100223.871000', '100223.873000', '100223.876000', '100223.879000', '100223.882000', '100223.885000', '100223.888000', '100223.891000', '100223.893000', '100223.896000', '100223.899000', '100223.902000', '100223.905000', '100223.908000', '100223.911000', '100223.914000', '100223.916000', '100223.919000', '100223.922000', '100223.925000', '100223.928000', '100223.931000', '100223.933000', '100223.936000', '100223.939000', '100223.942000', '100223.945000', '100223.948000', '100223.951000', '100223.954000', '100223.956000', '100223.959000', '100223.962000', '100223.965000', '100243.843000', '100243.846000', '100243.849000', '100243.852000', '100243.855000', '100243.857000', '100243.860000', '100243.863000', '100243.866000', '100243.869000', '100243.872000', '100243.875000', '100243.877000', '100243.880000', '100243.883000', '100243.886000', '100243.889000', '100243.892000', '100243.895000', '100243.900000', '100243.904000', '100243.907000', '100243.910000', '100243.913000', '100243.915000', '100243.918000', '100243.921000', '100243.924000', '100243.927000', '100243.930000', '100243.933000', '100243.936000', '100243.938000', '100243.941000', '100243.944000', '100243.947000', '100243.950000', '100243.953000', '100243.955000', '100243.958000', '100243.961000', '100243.964000', '100243.967000', '100303.842000', '100303.845000', '100303.848000', '100303.851000', '100303.853000', '100303.856000', '100303.859000', '100303.862000', '100303.865000', '100303.868000', '100303.871000', '100303.874000', '100303.876000', '100303.879000', '100303.882000', '100303.885000', '100303.888000', '100303.891000', '100303.894000', '100303.897000', '100303.899000', '100303.902000', '100303.905000', '100303.908000', '100303.911000', '100303.914000', '100303.917000', '100303.919000', '100303.922000', '100303.925000', '100303.928000', '100303.931000', '100303.934000', '100303.937000', '100303.939000', '100303.942000', '100303.945000', '100303.948000', '100303.951000', '100303.954000', '100303.956000', '100303.959000', '100303.962000', '100303.965000', '100323.842000', '100323.845000', '100323.848000', '100323.861000', '100323.864000', '100323.867000', '100323.870000', '100323.873000', '100323.875000', '100323.878000', '100323.881000', '100323.884000', '100323.887000', '100323.890000', '100323.893000', '100323.895000', '100323.898000', '100323.901000', '100323.911000', '100323.914000', '100323.917000', '100323.920000', '100323.923000', '100323.926000', '100323.929000', '100323.932000', '100323.934000', '100323.937000', '100323.940000', '100323.943000', '100323.946000', '100323.949000', '100323.952000', '100323.954000', '100323.957000', '100323.960000', '100323.963000', '100323.966000', '100323.969000', '100323.971000', '100323.974000', '100323.977000', '100323.980000', '100343.842000', '100343.845000', '100343.848000', '100343.851000', '100343.854000', '100343.856000', '100343.859000', '100343.862000', '100343.865000', '100343.868000', '100343.871000', '100343.874000', '100343.876000', '100343.879000', '100343.882000', '100343.885000', '100343.888000', '100343.891000', '100343.894000', '100343.896000', '100343.899000', '100343.902000', '100343.905000', '100343.908000', '100343.911000', '100343.914000', '100343.916000', '100343.919000', '100343.922000', '100343.925000', '100343.928000', '100343.931000', '100343.934000', '100343.937000', '100343.939000', '100343.942000', '100343.945000', '100343.948000', '100343.951000', '100343.954000', '100343.957000', '100343.959000', '100343.962000', '100343.965000', '100403.842000', '100403.845000', '100403.848000', '100403.851000', '100403.854000', '100403.856000', '100403.859000', '100403.862000', '100403.865000', '100403.868000', '100403.871000', '100403.873000', '100403.876000', '100403.879000', '100403.882000', '100403.885000', '100403.888000', '100403.891000', '100403.893000', '100403.896000', '100403.899000', '100403.902000', '100403.905000', '100403.908000', '100403.911000', '100403.913000', '100403.916000', '100403.919000', '100403.922000', '100403.925000', '100403.928000', '100403.930000', '100403.933000', '100403.936000', '100403.939000', '100403.942000', '100403.945000', '100403.948000', '100403.951000', '100403.954000', '100403.957000', '100403.961000', '100403.964000', '100423.842000', '100423.845000', '100423.848000', '100423.851000', '100423.854000', '100423.856000', '100423.859000', '100423.862000', '100423.865000', '100423.868000', '100423.871000', '100423.874000', '100423.876000', '100423.879000', '100423.882000', '100423.885000', '100423.888000', '100423.891000', '100423.894000', '100423.896000', '100423.899000', '100423.902000', '100423.905000', '100423.908000', '100423.911000', '100423.913000', '100423.916000', '100423.919000', '100423.922000', '100423.925000', '100423.928000', '100423.931000', '100423.933000', '100423.936000', '100423.939000', '100423.942000', '100423.945000', '100423.948000', '100423.951000', '100423.954000', '100423.956000', '100423.959000', '100423.962000', '100423.965000', '100426.982000', '100426.986000', '100426.989000', '100426.993000', '100426.996000', '100427.000000', '100427.003000'], 'InstanceCreationTime': ['095803.874000', '095803.877000', '095803.880000', '095803.883000', '095803.886000', '095803.888000', '095803.891000', '095803.894000', '095803.897000', '095803.900000', '095803.902000', '095803.905000', '095803.908000', '095803.911000', '095803.914000', '095803.917000', '095803.919000', '095803.922000', '095803.925000', '095803.928000', '095803.931000', '095803.934000', '095803.937000', '095803.940000', '095803.943000', '095803.946000', '095803.949000', '095803.952000', '095803.961000', '095803.963000', '095803.966000', '095803.969000', '095803.972000', '095803.975000', '095803.977000', '095803.980000', '095803.983000', '095803.986000', '095803.989000', '095823.842000', '095823.845000', '095823.848000', '095823.850000', '095823.853000', '095823.856000', '095823.859000', '095823.862000', '095823.865000', '095823.867000', '095823.870000', '095823.873000', '095823.876000', '095823.879000', '095823.881000', '095823.884000', '095823.887000', '095823.890000', '095823.893000', '095823.895000', '095823.898000', '095823.901000', '095823.904000', '095823.907000', '095823.909000', '095823.912000', '095823.915000', '095823.918000', '095823.921000', '095823.924000', '095823.926000', '095823.929000', '095823.932000', '095823.935000', '095823.939000', '095823.942000', '095823.945000', '095823.948000', '095823.951000', '095823.953000', '095823.956000', '095823.959000', '095823.962000', '095843.842000', '095843.845000', '095843.848000', '095843.850000', '095843.853000', '095843.856000', '095843.859000', '095843.862000', '095843.864000', '095843.867000', '095843.870000', '095843.873000', '095843.876000', '095843.879000', '095843.881000', '095843.884000', '095843.901000', '095843.904000', '095843.913000', '095843.915000', '095843.918000', '095843.921000', '095843.924000', '095843.927000', '095843.930000', '095843.932000', '095843.935000', '095843.938000', '095843.941000', '095843.944000', '095843.947000', '095843.950000', '095843.953000', '095843.955000', '095843.958000', '095843.961000', '095843.964000', '095843.967000', '095843.969000', '095843.972000', '095843.975000', '095843.978000', '095843.981000', '095843.983000', '095903.842000', '095903.845000', '095903.848000', '095903.851000', '095903.853000', '095903.856000', '095903.859000', '095903.862000', '095903.865000', '095903.867000', '095903.870000', '095903.873000', '095903.876000', '095903.879000', '095903.882000', '095903.884000', '095903.887000', '095903.890000', '095903.893000', '095903.896000', '095903.899000', '095903.901000', '095903.904000', '095903.907000', '095903.910000', '095903.913000', '095903.916000', '095903.919000', '095903.921000', '095903.924000', '095903.927000', '095903.930000', '095903.933000', '095903.936000', '095903.938000', '095903.941000', '095903.944000', '095903.947000', '095903.950000', '095903.953000', '095903.955000', '095903.958000', '095903.961000', '095923.842000', '095923.845000', '095923.848000', '095923.850000', '095923.853000', '095923.856000', '095923.859000', '095923.862000', '095923.864000', '095923.867000', '095923.870000', '095923.873000', '095923.876000', '095923.879000', '095923.882000', '095923.884000', '095923.887000', '095923.890000', '095923.893000', '095923.896000', '095923.899000', '095923.902000', '095923.904000', '095923.907000', '095923.910000', '095923.913000', '095923.916000', '095923.918000', '095923.921000', '095923.924000', '095923.927000', '095923.930000', '095923.933000', '095923.936000', '095923.938000', '095923.941000', '095923.944000', '095923.947000', '095923.950000', '095923.952000', '095923.955000', '095923.958000', '095923.961000', '095923.964000', '095943.842000', '095943.845000', '095943.848000', '095943.850000', '095943.853000', '095943.856000', '095943.859000', '095943.862000', '095943.865000', '095943.868000', '095943.871000', '095943.873000', '095943.876000', '095943.879000', '095943.882000', '095943.885000', '095943.888000', '095943.890000', '095943.893000', '095943.896000', '095943.899000', '095943.902000', '095943.905000', '095943.907000', '095943.910000', '095943.913000', '095943.916000', '095943.919000', '095943.922000', '095943.924000', '095943.927000', '095943.930000', '095943.933000', '095943.936000', '095943.938000', '095943.941000', '095943.948000', '095943.951000', '095943.954000', '095943.957000', '095943.959000', '095943.962000', '095943.965000', '100003.842000', '100003.845000', '100003.848000', '100003.850000', '100003.853000', '100003.856000', '100003.859000', '100003.862000', '100003.865000', '100003.867000', '100003.870000', '100003.873000', '100003.876000', '100003.879000', '100003.882000', '100003.885000', '100003.887000', '100003.890000', '100003.893000', '100003.896000', '100003.899000', '100003.902000', '100003.904000', '100003.907000', '100003.910000', '100003.913000', '100003.916000', '100003.919000', '100003.922000', '100003.925000', '100003.927000', '100003.930000', '100003.933000', '100003.936000', '100003.939000', '100003.942000', '100003.945000', '100003.948000', '100003.951000', '100003.953000', '100003.956000', '100003.959000', '100003.962000', '100003.965000', '100023.843000', '100023.846000', '100023.849000', '100023.851000', '100023.854000', '100023.857000', '100023.860000', '100023.863000', '100023.866000', '100023.868000', '100023.871000', '100023.891000', '100023.894000', '100023.897000', '100023.900000', '100023.903000', '100023.905000', '100023.908000', '100023.911000', '100023.914000', '100023.917000', '100023.920000', '100023.923000', '100023.925000', '100023.928000', '100023.931000', '100023.934000', '100023.937000', '100023.940000', '100023.943000', '100023.945000', '100023.948000', '100023.951000', '100023.954000', '100023.957000', '100023.960000', '100023.963000', '100023.965000', '100023.968000', '100023.971000', '100023.974000', '100023.977000', '100023.980000', '100043.843000', '100043.848000', '100043.851000', '100043.854000', '100043.857000', '100043.860000', '100043.863000', '100043.865000', '100043.868000', '100043.871000', '100043.874000', '100043.877000', '100043.880000', '100043.882000', '100043.885000', '100043.888000', '100043.891000', '100043.894000', '100043.897000', '100043.899000', '100043.902000', '100043.905000', '100043.908000', '100043.911000', '100043.914000', '100043.916000', '100043.919000', '100043.922000', '100043.925000', '100043.928000', '100043.931000', '100043.934000', '100043.936000', '100043.939000', '100043.942000', '100043.945000', '100043.948000', '100043.951000', '100043.953000', '100043.956000', '100043.959000', '100043.962000', '100043.965000', '100103.842000', '100103.845000', '100103.848000', '100103.851000', '100103.854000', '100103.857000', '100103.859000', '100103.862000', '100103.865000', '100103.868000', '100103.871000', '100103.874000', '100103.877000', '100103.879000', '100103.882000', '100103.885000', '100103.888000', '100103.891000', '100103.894000', '100103.896000', '100103.899000', '100103.902000', '100103.905000', '100103.908000', '100103.911000', '100103.914000', '100103.916000', '100103.919000', '100103.922000', '100103.925000', '100103.928000', '100103.931000', '100103.933000', '100103.936000', '100103.939000', '100103.942000', '100103.945000', '100103.948000', '100103.950000', '100103.953000', '100103.956000', '100103.959000', '100103.962000', '100103.965000', '100123.842000', '100123.845000', '100123.848000', '100123.851000', '100123.854000', '100123.856000', '100123.859000', '100123.862000', '100123.865000', '100123.868000', '100123.871000', '100123.874000', '100123.877000', '100123.880000', '100123.883000', '100123.888000', '100123.892000', '100123.895000', '100123.897000', '100123.900000', '100123.903000', '100123.906000', '100123.909000', '100123.912000', '100123.915000', '100123.917000', '100123.920000', '100123.923000', '100123.926000', '100123.929000', '100123.932000', '100123.934000', '100123.937000', '100123.940000', '100123.943000', '100123.946000', '100123.949000', '100123.952000', '100123.954000', '100123.957000', '100123.960000', '100123.963000', '100123.966000', '100143.842000', '100143.845000', '100143.848000', '100143.851000', '100143.854000', '100143.856000', '100143.859000', '100143.862000', '100143.865000', '100143.868000', '100143.871000', '100143.874000', '100143.876000', '100143.879000', '100143.882000', '100143.885000', '100143.888000', '100143.891000', '100143.893000', '100143.896000', '100143.899000', '100143.902000', '100143.905000', '100143.908000', '100143.911000', '100143.913000', '100143.916000', '100143.919000', '100143.922000', '100143.925000', '100143.928000', '100143.931000', '100143.934000', '100143.936000', '100143.939000', '100143.942000', '100143.945000', '100143.962000', '100143.965000', '100143.968000', '100143.970000', '100143.973000', '100143.976000', '100143.979000', '100203.842000', '100203.845000', '100203.848000', '100203.851000', '100203.853000', '100203.856000', '100203.859000', '100203.862000', '100203.865000', '100203.868000', '100203.871000', '100203.874000', '100203.877000', '100203.880000', '100203.883000', '100203.886000', '100203.889000', '100203.892000', '100203.894000', '100203.897000', '100203.900000', '100203.903000', '100203.906000', '100203.909000', '100203.912000', '100203.914000', '100203.917000', '100203.920000', '100203.923000', '100203.926000', '100203.929000', '100203.932000', '100203.934000', '100203.937000', '100203.940000', '100203.943000', '100203.946000', '100203.949000', '100203.952000', '100203.955000', '100203.957000', '100203.960000', '100203.963000', '100223.842000', '100223.845000', '100223.848000', '100223.851000', '100223.853000', '100223.856000', '100223.859000', '100223.862000', '100223.865000', '100223.868000', '100223.871000', '100223.873000', '100223.876000', '100223.879000', '100223.882000', '100223.885000', '100223.888000', '100223.891000', '100223.893000', '100223.896000', '100223.899000', '100223.902000', '100223.905000', '100223.908000', '100223.911000', '100223.914000', '100223.916000', '100223.919000', '100223.922000', '100223.925000', '100223.928000', '100223.931000', '100223.933000', '100223.936000', '100223.939000', '100223.942000', '100223.945000', '100223.948000', '100223.951000', '100223.954000', '100223.956000', '100223.959000', '100223.962000', '100223.965000', '100243.843000', '100243.846000', '100243.849000', '100243.852000', '100243.855000', '100243.857000', '100243.860000', '100243.863000', '100243.866000', '100243.869000', '100243.872000', '100243.875000', '100243.877000', '100243.880000', '100243.883000', '100243.886000', '100243.889000', '100243.892000', '100243.895000', '100243.900000', '100243.904000', '100243.907000', '100243.910000', '100243.913000', '100243.915000', '100243.918000', '100243.921000', '100243.924000', '100243.927000', '100243.930000', '100243.933000', '100243.936000', '100243.938000', '100243.941000', '100243.944000', '100243.947000', '100243.950000', '100243.953000', '100243.955000', '100243.958000', '100243.961000', '100243.964000', '100243.967000', '100303.842000', '100303.845000', '100303.848000', '100303.851000', '100303.853000', '100303.856000', '100303.859000', '100303.862000', '100303.865000', '100303.868000', '100303.871000', '100303.874000', '100303.876000', '100303.879000', '100303.882000', '100303.885000', '100303.888000', '100303.891000', '100303.894000', '100303.897000', '100303.899000', '100303.902000', '100303.905000', '100303.908000', '100303.911000', '100303.914000', '100303.917000', '100303.919000', '100303.922000', '100303.925000', '100303.928000', '100303.931000', '100303.934000', '100303.937000', '100303.939000', '100303.942000', '100303.945000', '100303.948000', '100303.951000', '100303.954000', '100303.956000', '100303.959000', '100303.962000', '100303.965000', '100323.842000', '100323.845000', '100323.848000', '100323.861000', '100323.864000', '100323.867000', '100323.870000', '100323.873000', '100323.875000', '100323.878000', '100323.881000', '100323.884000', '100323.887000', '100323.890000', '100323.893000', '100323.895000', '100323.898000', '100323.901000', '100323.911000', '100323.914000', '100323.917000', '100323.920000', '100323.923000', '100323.926000', '100323.929000', '100323.932000', '100323.934000', '100323.937000', '100323.940000', '100323.943000', '100323.946000', '100323.949000', '100323.952000', '100323.954000', '100323.957000', '100323.960000', '100323.963000', '100323.966000', '100323.969000', '100323.971000', '100323.974000', '100323.977000', '100323.980000', '100343.842000', '100343.845000', '100343.848000', '100343.851000', '100343.854000', '100343.856000', '100343.859000', '100343.862000', '100343.865000', '100343.868000', '100343.871000', '100343.874000', '100343.876000', '100343.879000', '100343.882000', '100343.885000', '100343.888000', '100343.891000', '100343.894000', '100343.896000', '100343.899000', '100343.902000', '100343.905000', '100343.908000', '100343.911000', '100343.914000', '100343.916000', '100343.919000', '100343.922000', '100343.925000', '100343.928000', '100343.931000', '100343.934000', '100343.937000', '100343.939000', '100343.942000', '100343.945000', '100343.948000', '100343.951000', '100343.954000', '100343.957000', '100343.959000', '100343.962000', '100343.965000', '100403.842000', '100403.845000', '100403.848000', '100403.851000', '100403.854000', '100403.856000', '100403.859000', '100403.862000', '100403.865000', '100403.868000', '100403.871000', '100403.873000', '100403.876000', '100403.879000', '100403.882000', '100403.885000', '100403.888000', '100403.891000', '100403.893000', '100403.896000', '100403.899000', '100403.902000', '100403.905000', '100403.908000', '100403.911000', '100403.913000', '100403.916000', '100403.919000', '100403.922000', '100403.925000', '100403.928000', '100403.930000', '100403.933000', '100403.936000', '100403.939000', '100403.942000', '100403.945000', '100403.948000', '100403.951000', '100403.954000', '100403.957000', '100403.961000', '100403.964000', '100423.842000', '100423.845000', '100423.848000', '100423.851000', '100423.854000', '100423.856000', '100423.859000', '100423.862000', '100423.865000', '100423.868000', '100423.871000', '100423.874000', '100423.876000', '100423.879000', '100423.882000', '100423.885000', '100423.888000', '100423.891000', '100423.894000', '100423.896000', '100423.899000', '100423.902000', '100423.905000', '100423.908000', '100423.911000', '100423.913000', '100423.916000', '100423.919000', '100423.922000', '100423.925000', '100423.928000', '100423.931000', '100423.933000', '100423.936000', '100423.939000', '100423.942000', '100423.945000', '100423.948000', '100423.951000', '100423.954000', '100423.956000', '100423.959000', '100423.962000', '100423.965000', '100426.982000', '100426.986000', '100426.989000', '100426.993000', '100426.996000', '100427.000000', '100427.003000'], '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': [8636, 11061, 10170, 8444, 7801, 13308, 9827, 8089, 10154, 12062, 9012, 6950, 13397, 9863, 7457, 14313, 11348, 8687, 11534, 10334, 7983, 12140, 10809, 9010, 13476, 13809, 10245, 7292, 9343, 8523, 7268, 6732, 10602, 8244, 7190, 7319, 11353, 8867, 7728, 13254, 9504, 7422, 13965, 10840, 8174, 13891, 9723, 7539, 13137, 9840, 8082, 7807, 12323, 9417, 7559, 7554, 13738, 10036, 8267, 7057, 12593, 12969, 13094, 12728, 11257, 12631, 13808, 10632, 8257, 7684, 7727, 7678, 9859, 8430, 7063, 6772, 6911, 9682, 8266, 7355, 7117, 12199, 10111, 8779, 9591, 13261, 10400, 7390, 10534, 10129, 8181, 7050, 11692, 9050, 7385, 9224, 9022, 7353, 7582, 11118, 8616, 6647, 9564, 8530, 7069, 6912, 10712, 11287, 9005, 11171, 11903, 8893, 8885, 11812, 12347, 9828, 7149, 14348, 15588, 12259, 9209, 7094, 7292, 9566, 7749, 7039, 8488, 11826, 9394, 7529, 12764, 10296, 8515, 11450, 10968, 9507, 7516, 12085, 9803, 8513, 7324, 11431, 9270, 7251, 6994, 9340, 7303, 7170, 7079, 8015, 7460, 6773, 9240, 7601, 7027, 7164, 8945, 7339, 7503, 10767, 7878, 7147, 10868, 9721, 7127, 10907, 8189, 7428, 7781, 12463, 9326, 7722, 12087, 11124, 12771, 14666, 12492, 9726, 7482, 8040, 8848, 7600, 8338, 9371, 8385, 12445, 9848, 10817, 9778, 8258, 12872, 10237, 10480, 10518, 9137, 9958, 9535, 8029, 7834, 10298, 7957, 7109, 6987, 9305, 7419, 6814, 9723, 7540, 6847, 9720, 7384, 11012, 8137, 7761, 9297, 7090, 11233, 9236, 6980, 10792, 7590, 6697, 6407, 7424, 6919, 9531, 7899, 8838, 9363, 8700, 9287, 12048, 9907, 9595, 11082, 11951, 14603, 13442, 12599, 11112, 8403, 6970, 7790, 6586, 7783, 8993, 7183, 6739, 6490, 7874, 7690, 7590, 7863, 11357, 9181, 7745, 10212, 7807, 6859, 9889, 8884, 7207, 7186, 8237, 7309, 6864, 9776, 7698, 6904, 8089, 6876, 7034, 9520, 7471, 6981, 9535, 6999, 7427, 8758, 7079, 10291, 9569, 8210, 10254, 7510, 9243, 7238, 7039, 12330, 9920, 7791, 7828, 7624, 6489, 9531, 7686, 8943, 9558, 10654, 8636, 9152, 8211, 7370, 10324, 8508, 12607, 13540, 12848, 12225, 8769, 7309, 7568, 8266, 6985, 7112, 10548, 8675, 7101, 11551, 9032, 7588, 10245, 8973, 7062, 8518, 9245, 7865, 7181, 8875, 8245, 7085, 6674, 8193, 7267, 6869, 6983, 7922, 7218, 6936, 8558, 7225, 7342, 8114, 7206, 7264, 8246, 7410, 7245, 9779, 7595, 10365, 8389, 8721, 8168, 7072, 10660, 8259, 7618, 11148, 8331, 6719, 8591, 7586, 6962, 9358, 7434, 9499, 9521, 8742, 10241, 8997, 7722, 9970, 7583, 12552, 10816, 13419, 11264, 8841, 7779, 9509, 7695, 6861, 8588, 9623, 10822, 11642, 10706, 8658, 7312, 7629, 6682, 6617, 6604, 8145, 6719, 6531, 9876, 7944, 7318, 8085, 7800, 7300, 9085, 8332, 8019, 8642, 9170, 7878, 6735, 8079, 7379, 7161, 6837, 6629, 7361, 6870, 6684, 9269, 7456, 6998, 9670, 7559, 7870, 9534, 7795, 8059, 7549, 7144, 8419, 7675, 6912, 9801, 7863, 6950, 9044, 7389, 6621, 8447, 6972, 7967, 9592, 7606, 7070, 9817, 7906, 9441, 11338, 10009, 8061, 6632, 8202, 7544, 9458, 8805, 8912, 12128, 10369, 8458, 7369, 9536, 7853, 7468, 10476, 14458, 12496, 11197, 8354, 7913, 8051, 7325, 6913, 9506, 7985, 7353, 8532, 7292, 7967, 7947, 7063, 11470, 8811, 7514, 11434, 10755, 9038, 10517, 8219, 7926, 7163, 8590, 7294, 6829, 7828, 7208, 7243, 7532, 9271, 8216, 7282, 7036, 7545, 6967, 6755, 7968, 7358, 8186, 9920, 8074, 6902, 9613, 7172, 7269, 8382, 7307, 9358, 9049, 11545, 10562, 8315, 7788, 8042, 7236, 6884, 7216, 8288, 7625, 12813, 11216, 9065, 7759, 7269, 6657, 7391, 8516, 7763, 9846, 7351, 7154, 7675, 7606, 7245, 7662, 9269, 12499, 11073, 11517, 8228, 6864, 6542, 8133, 7047, 6538, 6785, 7462, 7050, 6556, 8791, 7036, 6814, 8265, 7230, 6682, 8073, 8596, 8299, 9257, 10086, 7910, 6594, 8874, 6867, 6706, 8852, 6991, 7205, 7997, 7179, 8261, 7994, 7164, 8492, 7885, 7775, 10497, 9233, 8191, 10023, 11118, 7781, 6567, 9120, 7931, 8172, 8089, 8804, 6802, 11120, 11255, 11557, 8478, 7582, 7940, 7813, 8824, 8654, 10623, 7416, 7038, 9173, 7523, 6730, 10780, 8385, 7527, 9000, 7239, 6940, 9558, 7280, 6514, 9335, 6951, 6532, 9201, 6766, 6544, 9257, 6819, 6686, 10537, 8127, 6891, 9634, 7591, 7400, 7191, 7061, 9490, 7152, 7704, 7687, 6948, 10234, 7964, 7924, 8119, 6626, 10371, 7967, 9029, 10556, 9083, 7229, 7431, 6946, 8914, 10476, 12073, 9699, 9027, 7645, 6931, 6683, 12704, 13245, 12397, 9070, 7456, 6696, 7417, 8309, 8615, 6855, 7601, 9084, 6942, 8177, 7740, 8922, 7243, 6610, 10141, 8315, 6921, 9542, 7808, 7722, 8741, 7447, 8921, 11103, 8881, 6746, 7848, 6533, 6608, 8584, 6697, 6803, 9608, 6685, 6615, 8785, 6763, 10052, 7654, 10621, 10953, 8762, 8536, 6602, 9110, 7050, 7678, 7221, 6933, 9094, 7186, 9817, 7427, 7488, 8962, 7027, 9606, 7037, 6567, 9309, 6884, 8202, 7792, 7192, 9422, 7002, 10875, 8278, 10979, 12084, 8947, 11557, 9060, 8791, 7053, 6635, 8291, 6755, 8667, 7582, 7677, 10503, 8597, 10264, 8696, 8125, 11012, 8387, 6826, 8610, 7116, 9853, 14959, 11505, 8108, 7026, 7562, 8246, 6988, 7894, 8039, 7149, 11012, 8723, 10568, 8993, 8377, 7790, 6879, 11052, 8655, 8520, 7620, 6560, 10816, 8980, 7630, 8118, 6620, 6607, 6631, 6552, 8676, 6695, 7345, 6719, 6578, 8927, 6798, 10630, 8309, 9176, 8281, 6969, 8157, 6623, 9183, 6915, 7634, 7237, 6634, 9731, 7315, 7898, 6868, 6627, 9508, 6706, 7877, 8899, 8037, 12542, 8757, 7850, 7784, 7126, 12844, 13253, 9532, 13046, 9018, 7165, 7533, 7103, 6667, 9919, 10293, 12089, 9333, 7540, 6608, 8095, 6921, 6705, 8003, 10296, 8389, 6779, 7506, 8426, 10067, 9038, 7554, 6940, 9592, 9584, 8504, 9298, 7824, 6583, 9720, 8850, 8597, 7267, 8321, 7083, 6610, 6731, 6990, 6585, 8672, 7032, 6562, 9062], 'WindowCenter': [4151.0, 4153.0, 4128.0, 4105.0, 4092.0, 4132.0, 4112.0, 4090.0, 4109.0, 4120.0, 4099.0, 4079.0, 4118.0, 4086.0, 4065.0, 4117.0, 4097.0, 4075.0, 4105.0, 4084.0, 4062.0, 4092.0, 4082.0, 4072.0, 4103.0, 4102.0, 4081.0, 4052.0, 4072.0, 4073.0, 4078.0, 4067.0, 4110.0, 4102.0, 4092.0, 4091.0, 4122.0, 4102.0, 4090.0, 4131.0, 4100.0, 4076.0, 4118.0, 4097.0, 4076.0, 4118.0, 4085.0, 4064.0, 4106.0, 4097.0, 4077.0, 4076.0, 4117.0, 4097.0, 4076.0, 4077.0, 4127.0, 4111.0, 4090.0, 4066.0, 4107.0, 4106.0, 4108.0, 4097.0, 4085.0, 4098.0, 4106.0, 4086.0, 4063.0, 4051.0, 4039.0, 4024.0, 4045.0, 4032.0, 4026.0, 4027.0, 4038.0, 4070.0, 4061.0, 4050.0, 4040.0, 4082.0, 4069.0, 4048.0, 4070.0, 4092.0, 4069.0, 4037.0, 4067.0, 4057.0, 4047.0, 4025.0, 4076.0, 4046.0, 4038.0, 4058.0, 4060.0, 4049.0, 4050.0, 4093.0, 4074.0, 4054.0, 4086.0, 4074.0, 4064.0, 4054.0, 4097.0, 4097.0, 4077.0, 4111.0, 4107.0, 4090.0, 4092.0, 4110.0, 4119.0, 4086.0, 4041.0, 4096.0, 4106.0, 4085.0, 4061.0, 4029.0, 4037.0, 4070.0, 4036.0, 4037.0, 4059.0, 4081.0, 4060.0, 4026.0, 4079.0, 4056.0, 4035.0, 4052.0, 4041.0, 4028.0, 3996.0, 4038.0, 4024.0, 4018.0, 3997.0, 4049.0, 4031.0, 4011.0, 4009.0, 4029.0, 4009.0, 4010.0, 4023.0, 4048.0, 4051.0, 4039.0, 4071.0, 4061.0, 4053.0, 4052.0, 4071.0, 4053.0, 4051.0, 4094.0, 4063.0, 4052.0, 4095.0, 4073.0, 4055.0, 4096.0, 4073.0, 4051.0, 4067.0, 4102.0, 4073.0, 4066.0, 4094.0, 4083.0, 4093.0, 4118.0, 4094.0, 4058.0, 4040.0, 4051.0, 4060.0, 4039.0, 4034.0, 4043.0, 4021.0, 4062.0, 4045.0, 4053.0, 4041.0, 4018.0, 4049.0, 4029.0, 4027.0, 4027.0, 4015.0, 4016.0, 4016.0, 4007.0, 4020.0, 4038.0, 4018.0, 4009.0, 4009.0, 4030.0, 4010.0, 4010.0, 4030.0, 4021.0, 4012.0, 4043.0, 4024.0, 4055.0, 4033.0, 4023.0, 4043.0, 4025.0, 4065.0, 4057.0, 4038.0, 4080.0, 4048.0, 4040.0, 4041.0, 4051.0, 4053.0, 4083.0, 4065.0, 4074.0, 4089.0, 4090.0, 4086.0, 4094.0, 4087.0, 4073.0, 4086.0, 4084.0, 4097.0, 4086.0, 4084.0, 4070.0, 4054.0, 4040.0, 4036.0, 4014.0, 4011.0, 4019.0, 3997.0, 3988.0, 3991.0, 4011.0, 4009.0, 4022.0, 4022.0, 4041.0, 4018.0, 3993.0, 4015.0, 3994.0, 3985.0, 4014.0, 4004.0, 3995.0, 3984.0, 4005.0, 3995.0, 3997.0, 4028.0, 4008.0, 4010.0, 4021.0, 4011.0, 4023.0, 4045.0, 4025.0, 4025.0, 4059.0, 4038.0, 4036.0, 4047.0, 4026.0, 4057.0, 4057.0, 4047.0, 4057.0, 4037.0, 4045.0, 4023.0, 4027.0, 4091.0, 4057.0, 4036.0, 4036.0, 4046.0, 4039.0, 4068.0, 4038.0, 4058.0, 4072.0, 4070.0, 4062.0, 4062.0, 4062.0, 4037.0, 4067.0, 4045.0, 4080.0, 4082.0, 4068.0, 4069.0, 4035.0, 4025.0, 4037.0, 4021.0, 3997.0, 3999.0, 4029.0, 4018.0, 3999.0, 4040.0, 4017.0, 3994.0, 4013.0, 4005.0, 3981.0, 3993.0, 4001.0, 3992.0, 3982.0, 4004.0, 3990.0, 3982.0, 3982.0, 3989.0, 3982.0, 3984.0, 3984.0, 3993.0, 3994.0, 3995.0, 4018.0, 4010.0, 4021.0, 4022.0, 4022.0, 4024.0, 4034.0, 4036.0, 4038.0, 4054.0, 4036.0, 4055.0, 4036.0, 4035.0, 4036.0, 4023.0, 4068.0, 4050.0, 4052.0, 4079.0, 4048.0, 4025.0, 4057.0, 4050.0, 4037.0, 4058.0, 4038.0, 4070.0, 4072.0, 4059.0, 4068.0, 4057.0, 4035.0, 4040.0, 4019.0, 4063.0, 4042.0, 4065.0, 4053.0, 4031.0, 4021.0, 4041.0, 4033.0, 4010.0, 4045.0, 4041.0, 4043.0, 4055.0, 4057.0, 4036.0, 4037.0, 4022.0, 3998.0, 3997.0, 3983.0, 3993.0, 3982.0, 3973.0, 4016.0, 3992.0, 3984.0, 3990.0, 3978.0, 3967.0, 3986.0, 3978.0, 3980.0, 3990.0, 4001.0, 3993.0, 3984.0, 4004.0, 3993.0, 3994.0, 3996.0, 3996.0, 4006.0, 4009.0, 4009.0, 4040.0, 4021.0, 4010.0, 4029.0, 4010.0, 4021.0, 4030.0, 4021.0, 4018.0, 4019.0, 4011.0, 4031.0, 4034.0, 4023.0, 4054.0, 4046.0, 4037.0, 4057.0, 4038.0, 4027.0, 4047.0, 4050.0, 4061.0, 4081.0, 4061.0, 4051.0, 4070.0, 4050.0, 4070.0, 4082.0, 4069.0, 4048.0, 4039.0, 4033.0, 4034.0, 4055.0, 4047.0, 4062.0, 4091.0, 4070.0, 4048.0, 4037.0, 4066.0, 4047.0, 4035.0, 4058.0, 4092.0, 4069.0, 4069.0, 4039.0, 4036.0, 4021.0, 4010.0, 4000.0, 4028.0, 4007.0, 4008.0, 4018.0, 3996.0, 4007.0, 4006.0, 3983.0, 4024.0, 4003.0, 3980.0, 4011.0, 4011.0, 3991.0, 3998.0, 3977.0, 3990.0, 3980.0, 4001.0, 3980.0, 3984.0, 3990.0, 3993.0, 3995.0, 4005.0, 4027.0, 4018.0, 4008.0, 3996.0, 4008.0, 3997.0, 3997.0, 4018.0, 4009.0, 4033.0, 4042.0, 4009.0, 4009.0, 4040.0, 4010.0, 4010.0, 4018.0, 4007.0, 4016.0, 4019.0, 4052.0, 4041.0, 4019.0, 4008.0, 4017.0, 4008.0, 4020.0, 4023.0, 4019.0, 4008.0, 4063.0, 4053.0, 4018.0, 4006.0, 3996.0, 3981.0, 4006.0, 4015.0, 3992.0, 4012.0, 3982.0, 3983.0, 3992.0, 3992.0, 3979.0, 3978.0, 4000.0, 4020.0, 4009.0, 4009.0, 3976.0, 3968.0, 3967.0, 3976.0, 3977.0, 3969.0, 3980.0, 3991.0, 3991.0, 3983.0, 4015.0, 3993.0, 3994.0, 4003.0, 4004.0, 3996.0, 4006.0, 4018.0, 4018.0, 4029.0, 4039.0, 4018.0, 3997.0, 4028.0, 3997.0, 3996.0, 4028.0, 4009.0, 4019.0, 4029.0, 4021.0, 4031.0, 4031.0, 4020.0, 4030.0, 4031.0, 4022.0, 4051.0, 4043.0, 4032.0, 4055.0, 4077.0, 4033.0, 4025.0, 4043.0, 4034.0, 4047.0, 4046.0, 4058.0, 4027.0, 4067.0, 4068.0, 4079.0, 4046.0, 4035.0, 4032.0, 4023.0, 4032.0, 4030.0, 4041.0, 4008.0, 3998.0, 4016.0, 4007.0, 3982.0, 4025.0, 3990.0, 3978.0, 3991.0, 3979.0, 3981.0, 4011.0, 3993.0, 3983.0, 4013.0, 3992.0, 3982.0, 4014.0, 3995.0, 3994.0, 4025.0, 4009.0, 4008.0, 4038.0, 4018.0, 4009.0, 4040.0, 4020.0, 4022.0, 4022.0, 4020.0, 4041.0, 4022.0, 4033.0, 4032.0, 4021.0, 4053.0, 4032.0, 4030.0, 4030.0, 4010.0, 4052.0, 4034.0, 4043.0, 4054.0, 4044.0, 4034.0, 4033.0, 4037.0, 4056.0, 4068.0, 4075.0, 4072.0, 4071.0, 4061.0, 4048.0, 4040.0, 4092.0, 4094.0, 4080.0, 4074.0, 4037.0, 4027.0, 4033.0, 4043.0, 4032.0, 4010.0, 4009.0, 4017.0, 3997.0, 4021.0, 4009.0, 4016.0, 3994.0, 3981.0, 4012.0, 3990.0, 3969.0, 3998.0, 3980.0, 3979.0, 4000.0, 3981.0, 4002.0, 4021.0, 4013.0, 3982.0, 4001.0, 3980.0, 3991.0, 4015.0, 4008.0, 4008.0, 4042.0, 4022.0, 4012.0, 4028.0, 4009.0, 4027.0, 4018.0, 4039.0, 4039.0, 4018.0, 4029.0, 4010.0, 4029.0, 4007.0, 4006.0, 4006.0, 4008.0, 4029.0, 4008.0, 4035.0, 4008.0, 4009.0, 4042.0, 4022.0, 4039.0, 4008.0, 4010.0, 4040.0, 4022.0, 4031.0, 4032.0, 4011.0, 4042.0, 4010.0, 4049.0, 4029.0, 4050.0, 4062.0, 4044.0, 4053.0, 4042.0, 4028.0, 4008.0, 4021.0, 4029.0, 4020.0, 4042.0, 4034.0, 4033.0, 4068.0, 4056.0, 4067.0, 4044.0, 4018.0, 4051.0, 4044.0, 4010.0, 4028.0, 4020.0, 4053.0, 4088.0, 4065.0, 4043.0, 4033.0, 4019.0, 4028.0, 4009.0, 4017.0, 4018.0, 3997.0, 4035.0, 4015.0, 4023.0, 4014.0, 4001.0, 3991.0, 3979.0, 4021.0, 4000.0, 4000.0, 3990.0, 3978.0, 4020.0, 4013.0, 4001.0, 4003.0, 3991.0, 3991.0, 3991.0, 3992.0, 4014.0, 4005.0, 4006.0, 4007.0, 4008.0, 4028.0, 4010.0, 4050.0, 4030.0, 4039.0, 4029.0, 4021.0, 4016.0, 4007.0, 4038.0, 4018.0, 4019.0, 4021.0, 4010.0, 4053.0, 4033.0, 4042.0, 4022.0, 4021.0, 4051.0, 4023.0, 4044.0, 4056.0, 4046.0, 4086.0, 4056.0, 4045.0, 4031.0, 4021.0, 4074.0, 4074.0, 4041.0, 4076.0, 4043.0, 4037.0, 4046.0, 4033.0, 4023.0, 4057.0, 4069.0, 4077.0, 4058.0, 4037.0, 4011.0, 4033.0, 4008.0, 4009.0, 4021.0, 4037.0, 4017.0, 3996.0, 3996.0, 4015.0, 4037.0, 4015.0, 3991.0, 3968.0, 3988.0, 3986.0, 3987.0, 3985.0, 3963.0, 3966.0, 3998.0, 3987.0, 4000.0, 3990.0, 4000.0, 3991.0, 3991.0, 3994.0, 4005.0, 4008.0, 4028.0, 4009.0, 4009.0, 4029.0], 'WindowWidth': [9252.0, 9235.0, 9187.0, 9149.0, 9125.0, 9178.0, 9151.0, 9117.0, 9141.0, 9154.0, 9127.0, 9100.0, 9148.0, 9103.0, 9073.0, 9145.0, 9119.0, 9086.0, 9127.0, 9097.0, 9065.0, 9103.0, 9089.0, 9077.0, 9119.0, 9117.0, 9086.0, 9049.0, 9077.0, 9082.0, 9096.0, 9082.0, 9142.0, 9136.0, 9124.0, 9121.0, 9161.0, 9134.0, 9117.0, 9174.0, 9129.0, 9092.0, 9149.0, 9119.0, 9088.0, 9146.0, 9097.0, 9068.0, 9127.0, 9116.0, 9091.0, 9090.0, 9145.0, 9119.0, 9091.0, 9093.0, 9163.0, 9144.0, 9117.0, 9076.0, 9127.0, 9128.0, 9136.0, 9119.0, 9095.0, 9116.0, 9125.0, 9100.0, 9066.0, 9043.0, 9024.0, 8996.0, 9021.0, 9002.0, 9001.0, 9005.0, 9025.0, 9071.0, 9060.0, 9044.0, 9029.0, 9085.0, 9063.0, 9033.0, 9068.0, 9099.0, 9063.0, 9019.0, 9058.0, 9043.0, 9032.0, 9000.0, 9069.0, 9029.0, 9022.0, 9051.0, 9054.0, 9041.0, 9043.0, 9107.0, 9083.0, 9057.0, 9099.0, 9082.0, 9072.0, 9057.0, 9117.0, 9115.0, 9089.0, 9140.0, 9128.0, 9110.0, 9115.0, 9139.0, 9153.0, 9098.0, 9027.0, 9110.0, 9130.0, 9091.0, 9054.0, 9009.0, 9021.0, 9066.0, 9016.0, 9019.0, 9051.0, 9081.0, 9050.0, 8999.0, 9075.0, 9041.0, 9010.0, 9028.0, 9009.0, 8987.0, 8942.0, 9000.0, 8979.0, 8974.0, 8945.0, 9019.0, 8997.0, 8971.0, 8966.0, 8992.0, 8965.0, 8971.0, 8994.0, 9033.0, 9046.0, 9028.0, 9072.0, 9060.0, 9053.0, 9049.0, 9073.0, 9052.0, 9046.0, 9110.0, 9065.0, 9046.0, 9109.0, 9076.0, 9057.0, 9116.0, 9080.0, 9047.0, 9075.0, 9115.0, 9077.0, 9075.0, 9105.0, 9088.0, 9102.0, 9149.0, 9109.0, 9048.0, 9028.0, 9039.0, 9054.0, 9025.0, 9009.0, 9019.0, 8985.0, 9042.0, 9024.0, 9031.0, 9012.0, 8977.0, 9021.0, 8991.0, 8983.0, 8985.0, 8967.0, 8967.0, 8969.0, 8959.0, 8983.0, 9004.0, 8977.0, 8968.0, 8966.0, 8995.0, 8968.0, 8971.0, 8995.0, 8986.0, 8977.0, 9018.0, 8993.0, 9034.0, 9006.0, 8993.0, 9019.0, 8998.0, 9051.0, 9045.0, 9023.0, 9083.0, 9036.0, 9028.0, 9032.0, 9046.0, 9051.0, 9092.0, 9071.0, 9081.0, 9111.0, 9110.0, 9098.0, 9108.0, 9099.0, 9076.0, 9095.0, 9090.0, 9117.0, 9100.0, 9090.0, 9066.0, 9049.0, 9027.0, 9015.0, 8980.0, 8971.0, 8977.0, 8944.0, 8932.0, 8940.0, 8967.0, 8964.0, 8986.0, 8986.0, 9009.0, 8972.0, 8932.0, 8961.0, 8934.0, 8923.0, 8962.0, 8947.0, 8937.0, 8923.0, 8949.0, 8938.0, 8945.0, 8987.0, 8962.0, 8971.0, 8984.0, 8972.0, 8994.0, 9022.0, 8998.0, 9000.0, 9049.0, 9022.0, 9016.0, 9031.0, 9001.0, 9043.0, 9044.0, 9031.0, 9044.0, 9017.0, 9023.0, 8993.0, 9005.0, 9095.0, 9043.0, 9016.0, 9015.0, 9031.0, 9027.0, 9060.0, 9020.0, 9046.0, 9072.0, 9065.0, 9057.0, 9056.0, 9059.0, 9020.0, 9059.0, 9024.0, 9079.0, 9086.0, 9064.0, 9060.0, 9011.0, 8999.0, 9016.0, 8986.0, 8947.0, 8951.0, 8993.0, 8974.0, 8951.0, 9008.0, 8970.0, 8936.0, 8960.0, 8952.0, 8916.0, 8931.0, 8939.0, 8928.0, 8916.0, 8948.0, 8923.0, 8915.0, 8916.0, 8924.0, 8917.0, 8923.0, 8923.0, 8933.0, 8940.0, 8943.0, 8977.0, 8970.0, 8986.0, 8988.0, 8989.0, 8996.0, 9009.0, 9014.0, 9019.0, 9037.0, 9014.0, 9037.0, 9015.0, 9010.0, 9014.0, 8993.0, 9058.0, 9041.0, 9046.0, 9077.0, 9034.0, 9002.0, 9044.0, 9039.0, 9019.0, 9047.0, 9021.0, 9067.0, 9075.0, 9050.0, 9060.0, 9045.0, 9010.0, 9013.0, 8982.0, 9044.0, 9017.0, 9055.0, 9032.0, 8999.0, 8985.0, 9012.0, 9006.0, 8971.0, 9025.0, 9012.0, 9016.0, 9038.0, 9042.0, 9013.0, 9018.0, 8990.0, 8949.0, 8947.0, 8921.0, 8931.0, 8917.0, 8907.0, 8966.0, 8930.0, 8922.0, 8925.0, 8904.0, 8888.0, 8911.0, 8903.0, 8910.0, 8922.0, 8940.0, 8934.0, 8923.0, 8949.0, 8935.0, 8938.0, 8944.0, 8945.0, 8959.0, 8966.0, 8969.0, 9010.0, 8986.0, 8970.0, 8992.0, 8967.0, 8983.0, 8995.0, 8988.0, 8978.0, 8980.0, 8972.0, 9000.0, 9008.0, 8994.0, 9034.0, 9029.0, 9018.0, 9044.0, 9022.0, 9005.0, 9033.0, 9043.0, 9060.0, 9086.0, 9060.0, 9044.0, 9068.0, 9041.0, 9067.0, 9086.0, 9064.0, 9034.0, 9024.0, 9007.0, 9010.0, 9037.0, 9030.0, 9059.0, 9102.0, 9069.0, 9033.0, 9019.0, 9058.0, 9035.0, 9013.0, 9044.0, 9101.0, 9066.0, 9062.0, 9020.0, 9013.0, 8985.0, 8967.0, 8953.0, 8987.0, 8960.0, 8962.0, 8973.0, 8944.0, 8957.0, 8955.0, 8922.0, 8974.0, 8944.0, 8909.0, 8953.0, 8953.0, 8925.0, 8929.0, 8901.0, 8924.0, 8911.0, 8939.0, 8914.0, 8923.0, 8927.0, 8933.0, 8940.0, 8953.0, 8987.0, 8976.0, 8962.0, 8945.0, 8962.0, 8946.0, 8947.0, 8974.0, 8965.0, 9005.0, 9014.0, 8964.0, 8966.0, 9008.0, 8970.0, 8968.0, 8976.0, 8959.0, 8969.0, 8976.0, 9030.0, 9015.0, 8980.0, 8962.0, 8973.0, 8963.0, 8984.0, 8993.0, 8979.0, 8963.0, 9045.0, 9036.0, 8977.0, 8956.0, 8944.0, 8918.0, 8958.0, 8967.0, 8930.0, 8957.0, 8917.0, 8920.0, 8930.0, 8930.0, 8910.0, 8903.0, 8938.0, 8962.0, 8947.0, 8946.0, 8900.0, 8890.0, 8891.0, 8900.0, 8904.0, 8897.0, 8914.0, 8931.0, 8931.0, 8924.0, 8969.0, 8938.0, 8941.0, 8950.0, 8953.0, 8944.0, 8956.0, 8977.0, 8978.0, 8993.0, 9008.0, 8981.0, 8950.0, 8989.0, 8948.0, 8947.0, 8991.0, 8968.0, 8982.0, 8995.0, 8986.0, 9002.0, 9002.0, 8987.0, 8997.0, 9000.0, 8989.0, 9028.0, 9021.0, 9002.0, 9038.0, 9074.0, 9007.0, 9000.0, 9021.0, 9008.0, 9030.0, 9030.0, 9050.0, 9006.0, 9058.0, 9064.0, 9078.0, 9029.0, 9014.0, 9008.0, 8994.0, 9001.0, 8997.0, 9013.0, 8963.0, 8950.0, 8970.0, 8958.0, 8919.0, 8975.0, 8925.0, 8907.0, 8924.0, 8909.0, 8916.0, 8954.0, 8933.0, 8923.0, 8962.0, 8935.0, 8922.0, 8965.0, 8942.0, 8941.0, 8983.0, 8967.0, 8967.0, 9007.0, 8980.0, 8967.0, 9010.0, 8985.0, 8992.0, 8994.0, 8989.0, 9015.0, 8992.0, 9006.0, 9004.0, 8990.0, 9033.0, 9005.0, 9000.0, 8999.0, 8972.0, 9029.0, 9009.0, 9021.0, 9037.0, 9024.0, 9011.0, 9007.0, 9020.0, 9043.0, 9062.0, 9068.0, 9075.0, 9073.0, 9063.0, 9038.0, 9028.0, 9100.0, 9108.0, 9083.0, 9080.0, 9022.0, 9007.0, 9010.0, 9024.0, 9003.0, 8969.0, 8964.0, 8973.0, 8947.0, 8982.0, 8966.0, 8969.0, 8938.0, 8916.0, 8955.0, 8924.0, 8893.0, 8932.0, 8910.0, 8909.0, 8937.0, 8915.0, 8943.0, 8969.0, 8963.0, 8920.0, 8942.0, 8915.0, 8933.0, 8969.0, 8968.0, 8965.0, 9017.0, 8992.0, 8977.0, 8993.0, 8967.0, 8988.0, 8979.0, 9006.0, 9007.0, 8977.0, 8994.0, 8972.0, 8993.0, 8964.0, 8958.0, 8960.0, 8963.0, 8992.0, 8964.0, 9000.0, 8967.0, 8968.0, 9017.0, 8990.0, 9007.0, 8968.0, 8972.0, 9011.0, 8990.0, 9002.0, 9004.0, 8975.0, 9014.0, 8970.0, 9021.0, 8995.0, 9024.0, 9042.0, 9024.0, 9033.0, 9018.0, 8992.0, 8969.0, 8989.0, 8998.0, 8988.0, 9018.0, 9011.0, 9007.0, 9062.0, 9046.0, 9060.0, 9024.0, 8980.0, 9028.0, 9024.0, 8973.0, 8995.0, 8987.0, 9034.0, 9093.0, 9055.0, 9026.0, 9010.0, 8983.0, 8993.0, 8968.0, 8976.0, 8977.0, 8948.0, 8996.0, 8968.0, 8977.0, 8964.0, 8942.0, 8928.0, 8910.0, 8971.0, 8940.0, 8939.0, 8926.0, 8910.0, 8968.0, 8961.0, 8945.0, 8951.0, 8935.0, 8933.0, 8933.0, 8936.0, 8968.0, 8959.0, 8961.0, 8964.0, 8967.0, 8992.0, 8971.0, 9025.0, 8998.0, 9010.0, 8996.0, 8987.0, 8975.0, 8965.0, 9005.0, 8982.0, 8983.0, 8988.0, 8973.0, 9036.0, 9008.0, 9021.0, 8992.0, 8991.0, 9030.0, 8997.0, 9026.0, 9045.0, 9029.0, 9086.0, 9044.0, 9028.0, 9002.0, 8989.0, 9064.0, 9065.0, 9017.0, 9072.0, 9019.0, 9019.0, 9033.0, 9012.0, 8994.0, 9043.0, 9063.0, 9076.0, 9046.0, 9017.0, 8976.0, 9009.0, 8967.0, 8969.0, 8986.0, 9002.0, 8975.0, 8944.0, 8942.0, 8969.0, 9003.0, 8971.0, 8928.0, 8891.0, 8915.0, 8912.0, 8915.0, 8908.0, 8879.0, 8888.0, 8930.0, 8915.0, 8939.0, 8927.0, 8939.0, 8931.0, 8931.0, 8941.0, 8957.0, 8966.0, 8990.0, 8968.0, 8969.0, 8994.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.0027442135476463832</td></tr>
<tr><td colspan=3>aqi</td><td>0.03115422652123995</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.143883334816124</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2132602075517245</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0354035893563214</td></tr>
<tr><td colspan=3>efc</td><td>0.4662</td></tr>
<tr><td colspan=3>fber</td><td>6781.2764</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16139276568044653</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>226</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.947187141216993</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.313313999874834</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.240307037496009</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.504201667567907</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.195433294560586</td></tr>
<tr><td colspan=3>gcor</td><td>0.040485</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0044264476746320724</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028391586616635323</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0145482532372165</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>21.9403</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.9339</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.1061</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301854.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>753.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.494</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5476</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.2045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3268.9982</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3417.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4304.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.1486</td></tr>
<tr><td colspan=3>tsnr</td><td>33.462173183856066</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>