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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0044_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-05_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-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_ses-04_task-social_acq-mb8_run-05_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-0044/ses-04/func/sub-0044_ses-04_task-social_acq-mb8_run-05_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>ed28f95fd61f302fc9970d0bb8ac16cc</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>17:28:19.120000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999958, -0.0029904, -0.00865033, 0.00279239, 0.999736, -0.0228127]</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-05_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.0996478</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7671, -7280, 465, 17, -33, 37, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.246</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6e0e5e4d-183b-4221-b069-f4229191c20c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682814598083496, 0.007491772063076496, -0.023533904924988747, 112.59036254882812], [0.008023018948733807, 2.682218313217163, -0.06152641773223877, -93.47333526611328], [-0.023208193480968475, 0.061204731464385986, 2.6991963386535645, -70.43087768554688], [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': ['172819.120000', '172819.580000', '172820.040000', '172820.500000', '172820.960000', '172821.420000', '172821.880000', '172822.340000', '172822.800000', '172823.260000', '172823.720000', '172824.180000', '172824.640000', '172825.100000', '172825.560000', '172826.020000', '172826.480000', '172826.940000', '172827.400000', '172827.860000', '172828.320000', '172828.780000', '172829.240000', '172829.700000', '172830.160000', '172830.620000', '172831.080000', '172831.540000', '172832.000000', '172832.460000', '172832.920000', '172833.380000', '172833.840000', '172834.300000', '172834.760000', '172835.220000', '172835.680000', '172836.140000', '172836.600000', '172837.060000', '172837.520000', '172837.980000', '172838.440000', '172838.900000', '172839.360000', '172839.820000', '172840.280000', '172840.740000', '172841.200000', '172841.660000', '172842.120000', '172842.580000', '172843.040000', '172843.500000', '172843.960000', '172844.420000', '172844.880000', '172845.340000', '172845.800000', '172846.260000', '172846.720000', '172847.180000', '172847.640000', '172848.100000', '172848.560000', '172849.020000', '172849.480000', '172849.940000', '172850.400000', '172850.860000', '172851.320000', '172851.780000', '172852.240000', '172852.700000', '172853.160000', '172853.620000', '172854.080000', '172854.540000', '172855.000000', '172855.460000', '172855.920000', '172856.380000', '172856.840000', '172857.300000', '172857.760000', '172858.220000', '172858.680000', '172859.140000', '172859.600000', '172900.060000', '172900.520000', '172900.980000', '172901.440000', '172901.900000', '172902.360000', '172902.820000', '172903.280000', '172903.740000', '172904.200000', '172904.660000', '172905.120000', '172905.580000', '172906.040000', '172906.500000', '172906.960000', '172907.420000', '172907.880000', '172908.340000', '172908.800000', '172909.260000', '172909.720000', '172910.180000', '172910.640000', '172911.100000', '172911.560000', '172912.020000', '172912.480000', '172912.940000', '172913.400000', '172913.860000', '172914.320000', '172914.780000', '172915.240000', '172915.700000', '172916.160000', '172916.620000', '172917.080000', '172917.540000', '172918.000000', '172918.460000', '172918.920000', '172919.380000', '172919.840000', '172920.300000', '172920.760000', '172921.220000', '172921.680000', '172922.140000', '172922.600000', '172923.060000', '172923.520000', '172923.980000', '172924.440000', '172924.900000', '172925.360000', '172925.820000', '172926.280000', '172926.740000', '172927.200000', '172927.660000', '172928.120000', '172928.580000', '172929.040000', '172929.500000', '172929.960000', '172930.420000', '172930.880000', '172931.340000', '172931.800000', '172932.260000', '172932.720000', '172933.180000', '172933.640000', '172934.100000', '172934.560000', '172935.020000', '172935.480000', '172935.940000', '172936.400000', '172936.860000', '172937.320000', '172937.780000', '172938.240000', '172938.700000', '172939.160000', '172939.620000', '172940.080000', '172940.540000', '172941.000000', '172941.460000', '172941.920000', '172942.380000', '172942.840000', '172943.300000', '172943.760000', '172944.220000', '172944.680000', '172945.140000', '172945.600000', '172946.060000', '172946.520000', '172946.980000', '172947.440000', '172947.900000', '172948.360000', '172948.820000', '172949.280000', '172949.740000', '172950.200000', '172950.660000', '172951.120000', '172951.580000', '172952.040000', '172952.500000', '172952.960000', '172953.420000', '172953.880000', '172954.340000', '172954.800000', '172955.260000', '172955.720000', '172956.180000', '172956.640000', '172957.100000', '172957.560000', '172958.020000', '172958.480000', '172958.940000', '172959.400000', '172959.860000', '173000.320000', '173000.780000', '173001.240000', '173001.700000', '173002.160000', '173002.620000', '173003.080000', '173003.540000', '173004.000000', '173004.460000', '173004.920000', '173005.380000', '173005.840000', '173006.300000', '173006.760000', '173007.220000', '173007.680000', '173008.140000', '173008.600000', '173009.060000', '173009.520000', '173009.980000', '173010.440000', '173010.900000', '173011.360000', '173011.820000', '173012.280000', '173012.740000', '173013.200000', '173013.660000', '173014.120000', '173014.580000', '173015.040000', '173015.500000', '173015.960000', '173016.420000', '173016.880000', '173017.340000', '173017.800000', '173018.260000', '173018.720000', '173019.180000', '173019.640000', '173020.100000', '173020.560000', '173021.020000', '173021.480000', '173021.940000', '173022.400000', '173022.860000', '173023.320000', '173023.780000', '173024.240000', '173024.700000', '173025.160000', '173025.620000', '173026.080000', '173026.540000', '173027.000000', '173027.460000', '173027.920000', '173028.380000', '173028.840000', '173029.300000', '173029.760000', '173030.220000', '173030.680000', '173031.140000', '173031.600000', '173032.060000', '173032.520000', '173032.980000', '173033.440000', '173033.900000', '173034.360000', '173034.820000', '173035.280000', '173035.740000', '173036.200000', '173036.660000', '173037.120000', '173037.580000', '173038.040000', '173038.500000', '173038.960000', '173039.420000', '173039.880000', '173040.340000', '173040.800000', '173041.260000', '173041.720000', '173042.180000', '173042.640000', '173043.100000', '173043.560000', '173044.020000', '173044.480000', '173044.940000', '173045.400000', '173045.860000', '173046.320000', '173046.780000', '173047.240000', '173047.700000', '173048.160000', '173048.620000', '173049.080000', '173049.540000', '173050.000000', '173050.460000', '173050.920000', '173051.380000', '173051.840000', '173052.300000', '173052.760000', '173053.220000', '173053.680000', '173054.140000', '173054.600000', '173055.060000', '173055.520000', '173055.980000', '173056.440000', '173056.900000', '173057.360000', '173057.820000', '173058.280000', '173058.740000', '173059.200000', '173059.660000', '173100.120000', '173100.580000', '173101.040000', '173101.500000', '173101.960000', '173102.420000', '173102.880000', '173103.340000', '173103.800000', '173104.260000', '173104.720000', '173105.180000', '173105.640000', '173106.100000', '173106.560000', '173107.020000', '173107.480000', '173107.940000', '173108.400000', '173108.860000', '173109.320000', '173109.780000', '173110.240000', '173110.700000', '173111.160000', '173111.620000', '173112.080000', '173112.540000', '173113.000000', '173113.460000', '173113.920000', '173114.380000', '173114.840000', '173115.300000', '173115.760000', '173116.220000', '173116.680000', '173117.140000', '173117.600000', '173118.060000', '173118.520000', '173118.980000', '173119.440000', '173119.900000', '173120.360000', '173120.820000', '173121.280000', '173121.740000', '173122.200000', '173122.660000', '173123.120000', '173123.580000', '173124.040000', '173124.500000', '173124.960000', '173125.420000', '173125.880000', '173126.340000', '173126.800000', '173127.260000', '173127.720000', '173128.180000', '173128.640000', '173129.100000', '173129.560000', '173130.020000', '173130.480000', '173130.940000', '173131.400000', '173131.860000', '173132.320000', '173132.780000', '173133.240000', '173133.700000', '173134.160000', '173134.620000', '173135.080000', '173135.540000', '173136.000000', '173136.460000', '173136.920000', '173137.380000', '173137.840000', '173138.300000', '173138.760000', '173139.220000', '173139.680000', '173140.140000', '173140.600000', '173141.060000', '173141.520000', '173141.980000', '173142.440000', '173142.900000', '173143.360000', '173143.820000', '173144.280000', '173144.740000', '173145.200000', '173145.660000', '173146.120000', '173146.580000', '173147.040000', '173147.500000', '173147.960000', '173148.420000', '173148.880000', '173149.340000', '173149.800000', '173150.260000', '173150.720000', '173151.180000', '173151.640000', '173152.100000', '173152.560000', '173153.020000', '173153.480000', '173153.940000', '173154.400000', '173154.860000', '173155.320000', '173155.780000', '173156.240000', '173156.700000', '173157.160000', '173157.620000', '173158.080000', '173158.540000', '173159.000000', '173159.460000', '173159.920000', '173200.380000', '173200.840000', '173201.300000', '173201.760000', '173202.220000', '173202.680000', '173203.140000', '173203.600000', '173204.060000', '173204.520000', '173204.980000', '173205.440000', '173205.900000', '173206.360000', '173206.820000', '173207.280000', '173207.740000', '173208.200000', '173208.660000', '173209.120000', '173209.580000', '173210.040000', '173210.500000', '173210.960000', '173211.420000', '173211.880000', '173212.340000', '173212.800000', '173213.260000', '173213.720000', '173214.180000', '173214.640000', '173215.100000', '173215.560000', '173216.020000', '173216.480000', '173216.940000', '173217.400000', '173217.860000', '173218.320000', '173218.780000', '173219.240000', '173219.700000', '173220.160000', '173220.620000', '173221.080000', '173221.540000', '173222.000000', '173222.460000', '173222.920000', '173223.380000', '173223.840000', '173224.300000', '173224.760000', '173225.220000', '173225.680000', '173226.140000', '173226.600000', '173227.060000', '173227.520000', '173227.980000', '173228.440000', '173228.900000', '173229.360000', '173229.820000', '173230.280000', '173230.740000', '173231.200000', '173231.660000', '173232.120000', '173232.580000', '173233.040000', '173233.500000', '173233.960000', '173234.420000', '173234.880000', '173235.340000', '173235.800000', '173236.260000', '173236.720000', '173237.180000', '173237.640000', '173238.100000', '173238.560000', '173239.020000', '173239.480000', '173239.940000', '173240.400000', '173240.860000', '173241.320000', '173241.780000', '173242.240000', '173242.700000', '173243.160000', '173243.620000', '173244.080000', '173244.540000', '173245.000000', '173245.460000', '173245.920000', '173246.380000', '173246.840000', '173247.300000', '173247.760000', '173248.220000', '173248.680000', '173249.140000', '173249.600000', '173250.060000', '173250.520000', '173250.980000', '173251.440000', '173251.900000', '173252.360000', '173252.820000', '173253.280000', '173253.740000', '173254.200000', '173254.660000', '173255.120000', '173255.580000', '173256.040000', '173256.500000', '173256.960000', '173257.420000', '173257.880000', '173258.340000', '173258.800000', '173259.260000', '173259.720000', '173300.180000', '173300.640000', '173301.100000', '173301.560000', '173302.020000', '173302.480000', '173302.940000', '173303.400000', '173303.860000', '173304.320000', '173304.780000', '173305.240000', '173305.700000', '173306.160000', '173306.620000', '173307.080000', '173307.540000', '173308.000000', '173308.460000', '173308.920000', '173309.380000', '173309.840000', '173310.300000', '173310.760000', '173311.220000', '173311.680000', '173312.140000', '173312.600000', '173313.060000', '173313.520000', '173313.980000', '173314.440000', '173314.900000', '173315.360000', '173315.820000', '173316.280000', '173316.740000', '173317.200000', '173317.660000', '173318.120000', '173318.580000', '173319.040000', '173319.500000', '173319.960000', '173320.420000', '173320.880000', '173321.340000', '173321.800000', '173322.260000', '173322.720000', '173323.180000', '173323.640000', '173324.100000', '173324.560000', '173325.020000', '173325.480000', '173325.940000', '173326.400000', '173326.860000', '173327.320000', '173327.780000', '173328.240000', '173328.700000', '173329.160000', '173329.620000', '173330.080000', '173330.540000', '173331.000000', '173331.460000', '173331.920000', '173332.380000', '173332.840000', '173333.300000', '173333.760000', '173334.220000', '173334.680000', '173335.140000', '173335.600000', '173336.060000', '173336.520000', '173336.980000', '173337.440000', '173337.900000', '173338.360000', '173338.820000', '173339.280000', '173339.740000', '173340.200000', '173340.660000', '173341.120000', '173341.580000', '173342.040000', '173342.500000', '173342.960000', '173343.420000', '173343.880000', '173344.340000', '173344.800000', '173345.260000', '173345.720000', '173346.180000', '173346.640000', '173347.100000', '173347.560000', '173348.020000', '173348.480000', '173348.940000', '173349.400000', '173349.860000', '173350.320000', '173350.780000', '173351.240000', '173351.700000', '173352.160000', '173352.620000', '173353.080000', '173353.540000', '173354.000000', '173354.460000', '173354.920000', '173355.380000', '173355.840000', '173356.300000', '173356.760000', '173357.220000', '173357.680000', '173358.140000', '173358.600000', '173359.060000', '173359.520000', '173359.980000', '173400.440000', '173400.900000', '173401.360000', '173401.820000', '173402.280000', '173402.740000', '173403.200000', '173403.660000', '173404.120000', '173404.580000', '173405.040000', '173405.500000', '173405.960000', '173406.420000', '173406.880000', '173407.340000', '173407.800000', '173408.260000', '173408.720000', '173409.180000', '173409.640000', '173410.100000', '173410.560000', '173411.020000', '173411.480000', '173411.940000', '173412.400000', '173412.860000', '173413.320000', '173413.780000', '173414.240000', '173414.700000', '173415.160000', '173415.620000', '173416.080000', '173416.540000', '173417.000000', '173417.460000', '173417.920000', '173418.380000', '173418.840000', '173419.300000', '173419.760000', '173420.220000', '173420.680000', '173421.140000', '173421.600000', '173422.060000', '173422.520000', '173422.980000', '173423.440000', '173423.900000', '173424.360000', '173424.820000', '173425.280000', '173425.740000', '173426.200000', '173426.660000', '173427.120000', '173427.580000', '173428.040000', '173428.500000', '173428.960000', '173429.420000', '173429.880000', '173430.340000', '173430.800000', '173431.260000', '173431.720000', '173432.180000', '173432.640000', '173433.100000', '173433.560000', '173434.020000', '173434.480000', '173434.940000', '173435.400000', '173435.860000', '173436.320000', '173436.780000', '173437.240000', '173437.700000', '173438.160000', '173438.620000', '173439.080000', '173439.540000', '173440.000000', '173440.460000', '173440.920000', '173441.380000', '173441.840000', '173442.300000', '173442.760000', '173443.220000', '173443.680000', '173444.140000', '173444.600000', '173445.060000', '173445.520000', '173445.980000', '173446.440000', '173446.900000', '173447.360000', '173447.820000', '173448.280000', '173448.740000', '173449.200000', '173449.660000', '173450.120000', '173450.580000', '173451.040000', '173451.500000', '173451.960000', '173452.420000', '173452.880000', '173453.340000', '173453.800000', '173454.260000', '173454.720000', '173455.180000', '173455.640000', '173456.100000', '173456.560000', '173457.020000', '173457.480000', '173457.940000', '173458.400000', '173458.860000', '173459.320000', '173459.780000'], 'ContentTime': ['172841.727000', '172841.730000', '172841.733000', '172841.736000', '172841.738000', '172841.744000', '172841.747000', '172841.749000', '172841.752000', '172841.754000', '172841.757000', '172841.759000', '172841.762000', '172841.764000', '172841.767000', '172841.770000', '172841.772000', '172841.775000', '172841.777000', '172841.780000', '172841.783000', '172841.785000', '172841.788000', '172841.790000', '172841.793000', '172841.795000', '172841.799000', '172841.802000', '172841.804000', '172841.807000', '172841.810000', '172841.812000', '172841.815000', '172841.817000', '172841.820000', '172841.822000', '172841.825000', '172841.827000', '172841.830000', '172841.832000', '172841.835000', '172841.838000', '172841.840000', '172841.843000', '172841.849000', '172841.852000', '172841.854000', '172901.697000', '172901.699000', '172901.702000', '172901.705000', '172901.707000', '172901.710000', '172901.712000', '172901.715000', '172901.718000', '172901.720000', '172901.723000', '172901.725000', '172901.728000', '172901.731000', '172901.733000', '172901.736000', '172901.738000', '172901.741000', '172901.743000', '172901.746000', '172901.748000', '172901.751000', '172901.754000', '172901.756000', '172901.759000', '172901.761000', '172901.764000', '172901.767000', '172901.769000', '172901.772000', '172901.774000', '172901.777000', '172901.783000', '172901.785000', '172901.788000', '172901.790000', '172901.793000', '172901.796000', '172901.798000', '172901.801000', '172901.803000', '172901.806000', '172901.809000', '172901.811000', '172921.696000', '172921.699000', '172921.701000', '172921.704000', '172921.706000', '172921.709000', '172921.711000', '172921.714000', '172921.717000', '172921.719000', '172921.729000', '172921.731000', '172921.734000', '172921.736000', '172921.739000', '172921.742000', '172921.744000', '172921.747000', '172921.749000', '172921.752000', '172921.754000', '172921.757000', '172921.759000', '172921.762000', '172921.764000', '172921.767000', '172921.770000', '172921.772000', '172921.775000', '172921.777000', '172921.780000', '172921.782000', '172921.785000', '172921.787000', '172921.790000', '172921.806000', '172921.820000', '172921.823000', '172921.826000', '172921.828000', '172921.831000', '172921.833000', '172921.836000', '172941.696000', '172941.699000', '172941.710000', '172941.713000', '172941.715000', '172941.718000', '172941.721000', '172941.723000', '172941.726000', '172941.728000', '172941.731000', '172941.733000', '172941.736000', '172941.739000', '172941.741000', '172941.744000', '172941.746000', '172941.749000', '172941.751000', '172941.754000', '172941.756000', '172941.759000', '172941.762000', '172941.764000', '172941.767000', '172941.769000', '172941.772000', '172941.774000', '172941.777000', '172941.780000', '172941.782000', '172941.785000', '172941.787000', '172941.790000', '172941.792000', '172941.795000', '172941.798000', '172941.800000', '172941.803000', '172941.805000', '172941.808000', '172941.810000', '172941.813000', '172941.816000', '173001.696000', '173001.699000', '173001.702000', '173001.704000', '173001.707000', '173001.710000', '173001.712000', '173001.715000', '173001.717000', '173001.720000', '173001.722000', '173001.725000', '173001.728000', '173001.730000', '173001.733000', '173001.740000', '173001.742000', '173001.745000', '173001.747000', '173001.750000', '173001.753000', '173001.755000', '173001.758000', '173001.760000', '173001.763000', '173001.765000', '173001.768000', '173001.771000', '173001.773000', '173001.776000', '173001.778000', '173001.781000', '173001.783000', '173001.786000', '173001.788000', '173001.791000', '173001.794000', '173001.796000', '173001.799000', '173001.801000', '173001.804000', '173001.807000', '173001.809000', '173021.697000', '173021.699000', '173021.702000', '173021.705000', '173021.707000', '173021.710000', '173021.713000', '173021.715000', '173021.718000', '173021.720000', '173021.723000', '173021.725000', '173021.728000', '173021.733000', '173021.736000', '173021.739000', '173021.741000', '173021.744000', '173021.746000', '173021.749000', '173021.752000', '173021.754000', '173021.757000', '173021.759000', '173021.762000', '173021.764000', '173021.767000', '173021.770000', '173021.772000', '173021.775000', '173021.777000', '173021.780000', '173021.782000', '173021.785000', '173021.788000', '173021.790000', '173021.793000', '173021.795000', '173021.798000', '173021.827000', '173021.830000', '173021.832000', '173021.835000', '173021.837000', '173041.697000', '173041.699000', '173041.702000', '173041.705000', '173041.707000', '173041.710000', '173041.713000', '173041.715000', '173041.718000', '173041.720000', '173041.723000', '173041.725000', '173041.728000', '173041.730000', '173041.733000', '173041.736000', '173041.738000', '173041.741000', '173041.743000', '173041.746000', '173041.749000', '173041.751000', '173041.754000', '173041.756000', '173041.759000', '173041.761000', '173041.764000', '173041.767000', '173041.769000', '173041.772000', '173041.774000', '173041.777000', '173041.779000', '173041.782000', '173041.785000', '173041.787000', '173041.790000', '173041.792000', '173041.795000', '173041.798000', '173041.859000', '173041.862000', '173041.865000', '173101.697000', '173101.700000', '173101.702000', '173101.705000', '173101.708000', '173101.710000', '173101.713000', '173101.715000', '173101.718000', '173101.721000', '173101.723000', '173101.726000', '173101.728000', '173101.731000', '173101.733000', '173101.736000', '173101.739000', '173101.741000', '173101.744000', '173101.746000', '173101.749000', '173101.751000', '173101.754000', '173101.757000', '173101.759000', '173101.762000', '173101.764000', '173101.767000', '173101.769000', '173101.772000', '173101.774000', '173101.792000', '173101.795000', '173101.797000', '173101.850000', '173101.852000', '173101.855000', '173101.857000', '173101.860000', '173101.862000', '173101.865000', '173101.868000', '173101.870000', '173101.873000', '173121.697000', '173121.700000', '173121.702000', '173121.705000', '173121.707000', '173121.710000', '173121.713000', '173121.715000', '173121.718000', '173121.720000', '173121.723000', '173121.725000', '173121.728000', '173121.730000', '173121.733000', '173121.736000', '173121.738000', '173121.741000', '173121.743000', '173121.746000', '173121.749000', '173121.751000', '173121.754000', '173121.756000', '173121.759000', '173121.761000', '173121.764000', '173121.767000', '173121.769000', '173121.772000', '173121.774000', '173121.777000', '173121.780000', '173121.782000', '173121.785000', '173121.787000', '173121.790000', '173121.792000', '173121.795000', '173121.798000', '173121.817000', '173121.820000', '173121.823000', '173141.696000', '173141.699000', '173141.701000', '173141.704000', '173141.707000', '173141.709000', '173141.712000', '173141.714000', '173141.717000', '173141.719000', '173141.722000', '173141.725000', '173141.727000', '173141.730000', '173141.732000', '173141.735000', '173141.738000', '173141.740000', '173141.743000', '173141.745000', '173141.748000', '173141.751000', '173141.753000', '173141.756000', '173141.758000', '173141.761000', '173141.763000', '173141.766000', '173141.768000', '173141.778000', '173141.781000', '173141.784000', '173141.786000', '173141.789000', '173141.791000', '173141.794000', '173141.796000', '173141.799000', '173141.853000', '173141.856000', '173141.858000', '173141.861000', '173141.863000', '173141.866000', '173201.696000', '173201.699000', '173201.701000', '173201.704000', '173201.706000', '173201.709000', '173201.712000', '173201.714000', '173201.717000', '173201.719000', '173201.722000', '173201.724000', '173201.727000', '173201.729000', '173201.732000', '173201.735000', '173201.737000', '173201.740000', '173201.742000', '173201.745000', '173201.747000', '173201.750000', '173201.753000', '173201.755000', '173201.758000', '173201.760000', '173201.763000', '173201.765000', '173201.768000', '173201.771000', '173201.774000', '173201.776000', '173201.779000', '173201.781000', '173201.784000', '173201.786000', '173201.789000', '173201.791000', '173201.794000', '173201.797000', '173201.851000', '173201.854000', '173201.857000', '173221.697000', '173221.700000', '173221.702000', '173221.705000', '173221.707000', '173221.710000', '173221.713000', '173221.715000', '173221.718000', '173221.720000', '173221.723000', '173221.725000', '173221.728000', '173221.731000', '173221.733000', '173221.736000', '173221.739000', '173221.741000', '173221.744000', '173221.746000', '173221.749000', '173221.752000', '173221.754000', '173221.757000', '173221.759000', '173221.762000', '173221.765000', '173221.767000', '173221.770000', '173221.772000', '173221.775000', '173221.778000', '173221.780000', '173221.783000', '173221.785000', '173221.788000', '173221.791000', '173221.793000', '173221.796000', '173221.798000', '173221.822000', '173221.824000', '173221.827000', '173221.829000', '173241.697000', '173241.700000', '173241.702000', '173241.705000', '173241.707000', '173241.710000', '173241.713000', '173241.715000', '173241.718000', '173241.720000', '173241.723000', '173241.725000', '173241.728000', '173241.731000', '173241.733000', '173241.736000', '173241.739000', '173241.741000', '173241.744000', '173241.746000', '173241.749000', '173241.751000', '173241.754000', '173241.757000', '173241.759000', '173241.762000', '173241.765000', '173241.767000', '173241.770000', '173241.772000', '173241.775000', '173241.777000', '173241.780000', '173241.783000', '173241.785000', '173241.788000', '173241.791000', '173241.793000', '173241.796000', '173241.799000', '173241.855000', '173241.858000', '173241.860000', '173301.697000', '173301.699000', '173301.702000', '173301.704000', '173301.707000', '173301.710000', '173301.712000', '173301.715000', '173301.717000', '173301.720000', '173301.723000', '173301.725000', '173301.728000', '173301.731000', '173301.733000', '173301.736000', '173301.738000', '173301.741000', '173301.744000', '173301.746000', '173301.749000', '173301.751000', '173301.754000', '173301.756000', '173301.759000', '173301.762000', '173301.764000', '173301.767000', '173301.770000', '173301.772000', '173301.775000', '173301.778000', '173301.780000', '173301.783000', '173301.785000', '173301.788000', '173301.790000', '173301.793000', '173301.796000', '173301.798000', '173301.845000', '173301.847000', '173301.850000', '173301.852000', '173321.697000', '173321.699000', '173321.702000', '173321.705000', '173321.707000', '173321.710000', '173321.712000', '173321.715000', '173321.717000', '173321.720000', '173321.723000', '173321.725000', '173321.728000', '173321.731000', '173321.733000', '173321.736000', '173321.738000', '173321.741000', '173321.744000', '173321.746000', '173321.749000', '173321.751000', '173321.754000', '173321.757000', '173321.759000', '173321.762000', '173321.765000', '173321.767000', '173321.770000', '173321.772000', '173321.775000', '173321.778000', '173321.780000', '173321.783000', '173321.785000', '173321.788000', '173321.790000', '173321.793000', '173321.796000', '173321.798000', '173321.870000', '173321.872000', '173321.875000', '173341.696000', '173341.699000', '173341.702000', '173341.704000', '173341.707000', '173341.709000', '173341.712000', '173341.715000', '173341.718000', '173341.721000', '173341.724000', '173341.726000', '173341.729000', '173341.732000', '173341.734000', '173341.737000', '173341.739000', '173341.742000', '173341.744000', '173341.747000', '173341.750000', '173341.752000', '173341.755000', '173341.757000', '173341.760000', '173341.763000', '173341.765000', '173341.768000', '173341.770000', '173341.773000', '173341.776000', '173341.778000', '173341.781000', '173341.783000', '173341.786000', '173341.789000', '173341.791000', '173341.794000', '173341.796000', '173341.799000', '173341.802000', '173341.804000', '173341.807000', '173401.696000', '173401.699000', '173401.701000', '173401.704000', '173401.706000', '173401.709000', '173401.712000', '173401.714000', '173401.717000', '173401.719000', '173401.722000', '173401.725000', '173401.727000', '173401.730000', '173401.732000', '173401.735000', '173401.738000', '173401.740000', '173401.743000', '173401.745000', '173401.748000', '173401.751000', '173401.753000', '173401.757000', '173401.770000', '173401.773000', '173401.775000', '173401.778000', '173401.780000', '173401.783000', '173401.785000', '173401.788000', '173401.791000', '173401.793000', '173401.796000', '173401.798000', '173401.801000', '173401.804000', '173401.806000', '173401.809000', '173401.811000', '173401.814000', '173401.817000', '173401.819000', '173421.696000', '173421.699000', '173421.701000', '173421.704000', '173421.706000', '173421.709000', '173421.711000', '173421.714000', '173421.717000', '173421.719000', '173421.722000', '173421.724000', '173421.727000', '173421.730000', '173421.732000', '173421.735000', '173421.737000', '173421.740000', '173421.742000', '173421.745000', '173421.747000', '173421.750000', '173421.753000', '173421.755000', '173421.758000', '173421.760000', '173421.764000', '173421.767000', '173421.769000', '173421.772000', '173421.774000', '173421.777000', '173421.779000', '173421.782000', '173421.785000', '173421.787000', '173421.790000', '173421.792000', '173421.795000', '173421.798000', '173421.854000', '173421.856000', '173421.859000', '173421.861000', '173441.697000', '173441.699000', '173441.702000', '173441.705000', '173441.707000', '173441.710000', '173441.712000', '173441.715000', '173441.718000', '173441.720000', '173441.723000', '173441.726000', '173441.728000', '173441.731000', '173441.733000', '173441.736000', '173441.739000', '173441.741000', '173441.744000', '173441.746000', '173441.749000', '173441.752000', '173441.754000', '173441.757000', '173441.759000', '173441.762000', '173441.764000', '173441.767000', '173441.770000', '173441.772000', '173441.775000', '173441.777000', '173441.780000', '173441.782000', '173441.785000', '173441.788000', '173441.790000', '173441.793000', '173441.796000', '173441.798000', '173441.863000', '173441.865000', '173441.868000', '173500.783000', '173500.786000', '173500.789000', '173500.791000', '173500.794000', '173500.797000', '173500.799000', '173500.802000', '173500.805000', '173500.808000', '173500.811000', '173500.813000', '173500.816000', '173500.818000', '173500.821000', '173500.824000', '173500.826000', '173500.829000', '173500.832000', '173500.834000', '173500.837000', '173500.840000', '173500.842000', '173500.845000', '173500.848000', '173500.850000', '173500.853000', '173500.856000', '173500.858000', '173500.861000', '173500.864000', '173500.866000', '173500.869000', '173500.871000', '173500.874000', '173500.877000', '173500.880000', '173500.882000', '173500.885000', '173500.887000', '173500.890000', '173500.893000'], 'InstanceCreationTime': ['172841.727000', '172841.730000', '172841.733000', '172841.736000', '172841.738000', '172841.744000', '172841.747000', '172841.749000', '172841.752000', '172841.754000', '172841.757000', '172841.759000', '172841.762000', '172841.764000', '172841.767000', '172841.770000', '172841.772000', '172841.775000', '172841.777000', '172841.780000', '172841.783000', '172841.785000', '172841.788000', '172841.790000', '172841.793000', '172841.795000', '172841.799000', '172841.802000', '172841.804000', '172841.807000', '172841.810000', '172841.812000', '172841.815000', '172841.817000', '172841.820000', '172841.822000', '172841.825000', '172841.827000', '172841.830000', '172841.832000', '172841.835000', '172841.838000', '172841.840000', '172841.843000', '172841.849000', '172841.852000', '172841.854000', '172901.697000', '172901.699000', '172901.702000', '172901.705000', '172901.707000', '172901.710000', '172901.712000', '172901.715000', '172901.718000', '172901.720000', '172901.723000', '172901.725000', '172901.728000', '172901.731000', '172901.733000', '172901.736000', '172901.738000', '172901.741000', '172901.743000', '172901.746000', '172901.748000', '172901.751000', '172901.754000', '172901.756000', '172901.759000', '172901.761000', '172901.764000', '172901.767000', '172901.769000', '172901.772000', '172901.774000', '172901.777000', '172901.783000', '172901.785000', '172901.788000', '172901.790000', '172901.793000', '172901.796000', '172901.798000', '172901.801000', '172901.803000', '172901.806000', '172901.809000', '172901.811000', '172921.696000', '172921.699000', '172921.701000', '172921.704000', '172921.706000', '172921.709000', '172921.711000', '172921.714000', '172921.717000', '172921.719000', '172921.729000', '172921.731000', '172921.734000', '172921.736000', '172921.739000', '172921.742000', '172921.744000', '172921.747000', '172921.749000', '172921.752000', '172921.754000', '172921.757000', '172921.759000', '172921.762000', '172921.764000', '172921.767000', '172921.770000', '172921.772000', '172921.775000', '172921.777000', '172921.780000', '172921.782000', '172921.785000', '172921.787000', '172921.790000', '172921.806000', '172921.820000', '172921.823000', '172921.826000', '172921.828000', '172921.831000', '172921.833000', '172921.836000', '172941.696000', '172941.699000', '172941.710000', '172941.713000', '172941.715000', '172941.718000', '172941.721000', '172941.723000', '172941.726000', '172941.728000', '172941.731000', '172941.733000', '172941.736000', '172941.739000', '172941.741000', '172941.744000', '172941.746000', '172941.749000', '172941.751000', '172941.754000', '172941.756000', '172941.759000', '172941.762000', '172941.764000', '172941.767000', '172941.769000', '172941.772000', '172941.774000', '172941.777000', '172941.780000', '172941.782000', '172941.785000', '172941.787000', '172941.790000', '172941.792000', '172941.795000', '172941.798000', '172941.800000', '172941.803000', '172941.805000', '172941.808000', '172941.810000', '172941.813000', '172941.816000', '173001.696000', '173001.699000', '173001.702000', '173001.704000', '173001.707000', '173001.710000', '173001.712000', '173001.715000', '173001.717000', '173001.720000', '173001.722000', '173001.725000', '173001.728000', '173001.730000', '173001.733000', '173001.740000', '173001.742000', '173001.745000', '173001.747000', '173001.750000', '173001.753000', '173001.755000', '173001.758000', '173001.760000', '173001.763000', '173001.765000', '173001.768000', '173001.771000', '173001.773000', '173001.776000', '173001.778000', '173001.781000', '173001.783000', '173001.786000', '173001.788000', '173001.791000', '173001.794000', '173001.796000', '173001.799000', '173001.801000', '173001.804000', '173001.807000', '173001.809000', '173021.697000', '173021.699000', '173021.702000', '173021.705000', '173021.707000', '173021.710000', '173021.713000', '173021.715000', '173021.718000', '173021.720000', '173021.723000', '173021.725000', '173021.728000', '173021.733000', '173021.736000', '173021.739000', '173021.741000', '173021.744000', '173021.746000', '173021.749000', '173021.752000', '173021.754000', '173021.757000', '173021.759000', '173021.762000', '173021.764000', '173021.767000', '173021.770000', '173021.772000', '173021.775000', '173021.777000', '173021.780000', '173021.782000', '173021.785000', '173021.788000', '173021.790000', '173021.793000', '173021.795000', '173021.798000', '173021.827000', '173021.830000', '173021.832000', '173021.835000', '173021.837000', '173041.697000', '173041.699000', '173041.702000', '173041.705000', '173041.707000', '173041.710000', '173041.713000', '173041.715000', '173041.718000', '173041.720000', '173041.723000', '173041.725000', '173041.728000', '173041.730000', '173041.733000', '173041.736000', '173041.738000', '173041.741000', '173041.743000', '173041.746000', '173041.749000', '173041.751000', '173041.754000', '173041.756000', '173041.759000', '173041.761000', '173041.764000', '173041.767000', '173041.769000', '173041.772000', '173041.774000', '173041.777000', '173041.779000', '173041.782000', '173041.785000', '173041.787000', '173041.790000', '173041.792000', '173041.795000', '173041.798000', '173041.859000', '173041.862000', '173041.865000', '173101.697000', '173101.700000', '173101.702000', '173101.705000', '173101.708000', '173101.710000', '173101.713000', '173101.715000', '173101.718000', '173101.721000', '173101.723000', '173101.726000', '173101.728000', '173101.731000', '173101.733000', '173101.736000', '173101.739000', '173101.741000', '173101.744000', '173101.746000', '173101.749000', '173101.751000', '173101.754000', '173101.757000', '173101.759000', '173101.762000', '173101.764000', '173101.767000', '173101.769000', '173101.772000', '173101.774000', '173101.792000', '173101.795000', '173101.797000', '173101.850000', '173101.852000', '173101.855000', '173101.857000', '173101.860000', '173101.862000', '173101.865000', '173101.868000', '173101.870000', '173101.873000', '173121.697000', '173121.700000', '173121.702000', '173121.705000', '173121.707000', '173121.710000', '173121.713000', '173121.715000', '173121.718000', '173121.720000', '173121.723000', '173121.725000', '173121.728000', '173121.730000', '173121.733000', '173121.736000', '173121.738000', '173121.741000', '173121.743000', '173121.746000', '173121.749000', '173121.751000', '173121.754000', '173121.756000', '173121.759000', '173121.761000', '173121.764000', '173121.767000', '173121.769000', '173121.772000', '173121.774000', '173121.777000', '173121.780000', '173121.782000', '173121.785000', '173121.787000', '173121.790000', '173121.792000', '173121.795000', '173121.798000', '173121.817000', '173121.820000', '173121.823000', '173141.696000', '173141.699000', '173141.701000', '173141.704000', '173141.707000', '173141.709000', '173141.712000', '173141.714000', '173141.717000', '173141.719000', '173141.722000', '173141.725000', '173141.727000', '173141.730000', '173141.732000', '173141.735000', '173141.738000', '173141.740000', '173141.743000', '173141.745000', '173141.748000', '173141.751000', '173141.753000', '173141.756000', '173141.758000', '173141.761000', '173141.763000', '173141.766000', '173141.768000', '173141.778000', '173141.781000', '173141.784000', '173141.786000', '173141.789000', '173141.791000', '173141.794000', '173141.796000', '173141.799000', '173141.853000', '173141.856000', '173141.858000', '173141.861000', '173141.863000', '173141.866000', '173201.696000', '173201.699000', '173201.701000', '173201.704000', '173201.706000', '173201.709000', '173201.712000', '173201.714000', '173201.717000', '173201.719000', '173201.722000', '173201.724000', '173201.727000', '173201.729000', '173201.732000', '173201.735000', '173201.737000', '173201.740000', '173201.742000', '173201.745000', '173201.747000', '173201.750000', '173201.753000', '173201.755000', '173201.758000', '173201.760000', '173201.763000', '173201.765000', '173201.768000', '173201.771000', '173201.774000', '173201.776000', '173201.779000', '173201.781000', '173201.784000', '173201.786000', '173201.789000', '173201.791000', '173201.794000', '173201.797000', '173201.851000', '173201.854000', '173201.857000', '173221.697000', '173221.700000', '173221.702000', '173221.705000', '173221.707000', '173221.710000', '173221.713000', '173221.715000', '173221.718000', '173221.720000', '173221.723000', '173221.725000', '173221.728000', '173221.731000', '173221.733000', '173221.736000', '173221.739000', '173221.741000', '173221.744000', '173221.746000', '173221.749000', '173221.752000', '173221.754000', '173221.757000', '173221.759000', '173221.762000', '173221.765000', '173221.767000', '173221.770000', '173221.772000', '173221.775000', '173221.778000', '173221.780000', '173221.783000', '173221.785000', '173221.788000', '173221.791000', '173221.793000', '173221.796000', '173221.798000', '173221.822000', '173221.824000', '173221.827000', '173221.829000', '173241.697000', '173241.700000', '173241.702000', '173241.705000', '173241.707000', '173241.710000', '173241.713000', '173241.715000', '173241.718000', '173241.720000', '173241.723000', '173241.725000', '173241.728000', '173241.731000', '173241.733000', '173241.736000', '173241.739000', '173241.741000', '173241.744000', '173241.746000', '173241.749000', '173241.751000', '173241.754000', '173241.757000', '173241.759000', '173241.762000', '173241.765000', '173241.767000', '173241.770000', '173241.772000', '173241.775000', '173241.777000', '173241.780000', '173241.783000', '173241.785000', '173241.788000', '173241.791000', '173241.793000', '173241.796000', '173241.799000', '173241.855000', '173241.858000', '173241.860000', '173301.697000', '173301.699000', '173301.702000', '173301.704000', '173301.707000', '173301.710000', '173301.712000', '173301.715000', '173301.717000', '173301.720000', '173301.723000', '173301.725000', '173301.728000', '173301.731000', '173301.733000', '173301.736000', '173301.738000', '173301.741000', '173301.744000', '173301.746000', '173301.749000', '173301.751000', '173301.754000', '173301.756000', '173301.759000', '173301.762000', '173301.764000', '173301.767000', '173301.770000', '173301.772000', '173301.775000', '173301.778000', '173301.780000', '173301.783000', '173301.785000', '173301.788000', '173301.790000', '173301.793000', '173301.796000', '173301.798000', '173301.845000', '173301.847000', '173301.850000', '173301.852000', '173321.697000', '173321.699000', '173321.702000', '173321.705000', '173321.707000', '173321.710000', '173321.712000', '173321.715000', '173321.717000', '173321.720000', '173321.723000', '173321.725000', '173321.728000', '173321.731000', '173321.733000', '173321.736000', '173321.738000', '173321.741000', '173321.744000', '173321.746000', '173321.749000', '173321.751000', '173321.754000', '173321.757000', '173321.759000', '173321.762000', '173321.765000', '173321.767000', '173321.770000', '173321.772000', '173321.775000', '173321.778000', '173321.780000', '173321.783000', '173321.785000', '173321.788000', '173321.790000', '173321.793000', '173321.796000', '173321.798000', '173321.870000', '173321.872000', '173321.875000', '173341.696000', '173341.699000', '173341.702000', '173341.704000', '173341.707000', '173341.709000', '173341.712000', '173341.715000', '173341.718000', '173341.721000', '173341.724000', '173341.726000', '173341.729000', '173341.732000', '173341.734000', '173341.737000', '173341.739000', '173341.742000', '173341.744000', '173341.747000', '173341.750000', '173341.752000', '173341.755000', '173341.757000', '173341.760000', '173341.763000', '173341.765000', '173341.768000', '173341.770000', '173341.773000', '173341.776000', '173341.778000', '173341.781000', '173341.783000', '173341.786000', '173341.789000', '173341.791000', '173341.794000', '173341.796000', '173341.799000', '173341.802000', '173341.804000', '173341.807000', '173401.696000', '173401.699000', '173401.701000', '173401.704000', '173401.706000', '173401.709000', '173401.712000', '173401.714000', '173401.717000', '173401.719000', '173401.722000', '173401.725000', '173401.727000', '173401.730000', '173401.732000', '173401.735000', '173401.738000', '173401.740000', '173401.743000', '173401.745000', '173401.748000', '173401.751000', '173401.753000', '173401.757000', '173401.770000', '173401.773000', '173401.775000', '173401.778000', '173401.780000', '173401.783000', '173401.785000', '173401.788000', '173401.791000', '173401.793000', '173401.796000', '173401.798000', '173401.801000', '173401.804000', '173401.806000', '173401.809000', '173401.811000', '173401.814000', '173401.817000', '173401.819000', '173421.696000', '173421.699000', '173421.701000', '173421.704000', '173421.706000', '173421.709000', '173421.711000', '173421.714000', '173421.717000', '173421.719000', '173421.722000', '173421.724000', '173421.727000', '173421.730000', '173421.732000', '173421.735000', '173421.737000', '173421.740000', '173421.742000', '173421.745000', '173421.747000', '173421.750000', '173421.753000', '173421.755000', '173421.758000', '173421.760000', '173421.764000', '173421.767000', '173421.769000', '173421.772000', '173421.774000', '173421.777000', '173421.779000', '173421.782000', '173421.785000', '173421.787000', '173421.790000', '173421.792000', '173421.795000', '173421.798000', '173421.854000', '173421.856000', '173421.859000', '173421.861000', '173441.697000', '173441.699000', '173441.702000', '173441.705000', '173441.707000', '173441.710000', '173441.712000', '173441.715000', '173441.718000', '173441.720000', '173441.723000', '173441.726000', '173441.728000', '173441.731000', '173441.733000', '173441.736000', '173441.739000', '173441.741000', '173441.744000', '173441.746000', '173441.749000', '173441.752000', '173441.754000', '173441.757000', '173441.759000', '173441.762000', '173441.764000', '173441.767000', '173441.770000', '173441.772000', '173441.775000', '173441.777000', '173441.780000', '173441.782000', '173441.785000', '173441.788000', '173441.790000', '173441.793000', '173441.796000', '173441.798000', '173441.863000', '173441.865000', '173441.868000', '173500.783000', '173500.786000', '173500.789000', '173500.791000', '173500.794000', '173500.797000', '173500.799000', '173500.802000', '173500.805000', '173500.808000', '173500.811000', '173500.813000', '173500.816000', '173500.818000', '173500.821000', '173500.824000', '173500.826000', '173500.829000', '173500.832000', '173500.834000', '173500.837000', '173500.840000', '173500.842000', '173500.845000', '173500.848000', '173500.850000', '173500.853000', '173500.856000', '173500.858000', '173500.861000', '173500.864000', '173500.866000', '173500.869000', '173500.871000', '173500.874000', '173500.877000', '173500.880000', '173500.882000', '173500.885000', '173500.887000', '173500.890000', '173500.893000'], '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': [12190, 12788, 10825, 16589, 11202, 14308, 12944, 12055, 16705, 11204, 16608, 9447, 13373, 9260, 12762, 9583, 11333, 14219, 12455, 16177, 11023, 11712, 9991, 9738, 10669, 15078, 10636, 13125, 12298, 10758, 15733, 10292, 13459, 9844, 12361, 9249, 11050, 13245, 10588, 15726, 10440, 12341, 10198, 12082, 9900, 8953, 12620, 17332, 15011, 12248, 10360, 11064, 11189, 9474, 13417, 10444, 10186, 13763, 18557, 13881, 11475, 14655, 16158, 16272, 13679, 17502, 13810, 16677, 12523, 16232, 13938, 17213, 13748, 17118, 12068, 16695, 11688, 15704, 10705, 9779, 12067, 10150, 12934, 9783, 12842, 9899, 12435, 9747, 11154, 9478, 9197, 11166, 9032, 11689, 9053, 12206, 9498, 12233, 8674, 9681, 8852, 9861, 9789, 10720, 10004, 8444, 10815, 8711, 11297, 10317, 11050, 12916, 9733, 12236, 9428, 11811, 9663, 12010, 12236, 12095, 15380, 11221, 15334, 12797, 14306, 13069, 10009, 15982, 12622, 13183, 14643, 12914, 11485, 15298, 11545, 16564, 16064, 11895, 14833, 13411, 17030, 14064, 15308, 15539, 16776, 12776, 19488, 15277, 19444, 15759, 18648, 15633, 18317, 14809, 17523, 11794, 16619, 10513, 14187, 10140, 11184, 9605, 8858, 9892, 9231, 9470, 8728, 8744, 9715, 8973, 8328, 8072, 10665, 8454, 10417, 10636, 11219, 11230, 9047, 13448, 9643, 13289, 11640, 10912, 10326, 10198, 13600, 9040, 12219, 8725, 8580, 9904, 8762, 10524, 10668, 10077, 11480, 10284, 10787, 12929, 9428, 13975, 11066, 11428, 9867, 14309, 10949, 17183, 11533, 15143, 14965, 17639, 14726, 18409, 15314, 16009, 14119, 12829, 17725, 15505, 17068, 12166, 15405, 14554, 12946, 18214, 11884, 16950, 10300, 15965, 10074, 15266, 11075, 15359, 10144, 12819, 9985, 11826, 10215, 11182, 10339, 11513, 9772, 11344, 9878, 11429, 12827, 10158, 14479, 10857, 12618, 9975, 11614, 10682, 11566, 10271, 11035, 12901, 9850, 15698, 13837, 9501, 9742, 12370, 10345, 15470, 13445, 13431, 11519, 14615, 16443, 16460, 11718, 15110, 12291, 15792, 18939, 15900, 18754, 12732, 16639, 10753, 13525, 10268, 12375, 10429, 12032, 10060, 12474, 10281, 14114, 10111, 14322, 10074, 14475, 10012, 11909, 9914, 12113, 9913, 12303, 10086, 12762, 10233, 12708, 10360, 11350, 11006, 10230, 11086, 9390, 11977, 9432, 10466, 9389, 10992, 10420, 12243, 10375, 11258, 12714, 10648, 14480, 10664, 14397, 10757, 14727, 10084, 13425, 13772, 10760, 12123, 12974, 9940, 14061, 18139, 11509, 14486, 12516, 11635, 19429, 20817, 12134, 12108, 11672, 15819, 15803, 20075, 15298, 17379, 12159, 13402, 16097, 12604, 14245, 11670, 18515, 11605, 18005, 12681, 16576, 11250, 11974, 9920, 11344, 9723, 11720, 9653, 11892, 9478, 11392, 9697, 11819, 9435, 10340, 9756, 9926, 11702, 9777, 12066, 9859, 12232, 9729, 12075, 9635, 12971, 9905, 10210, 9367, 12776, 10361, 12092, 10328, 11202, 14805, 11296, 10464, 8889, 13346, 9742, 16160, 10641, 13404, 13276, 13521, 15305, 14773, 20484, 17228, 18052, 16437, 14826, 18667, 15777, 20910, 17293, 19001, 18658, 20197, 12277, 15432, 10614, 16557, 11680, 14666, 13276, 15986, 10197, 14521, 9967, 12808, 9773, 13862, 9896, 11597, 10699, 10460, 10553, 10555, 10702, 10814, 9933, 11408, 9685, 10373, 9774, 9998, 11123, 11288, 10278, 14840, 9582, 12726, 9435, 12327, 8775, 12726, 9240, 11775, 9637, 13190, 11342, 9924, 13524, 14244, 10091, 12665, 10987, 15244, 14326, 14158, 19890, 12174, 12211, 11319, 13718, 14733, 12665, 17384, 18370, 16675, 20288, 16343, 17976, 13975, 16888, 13532, 16985, 12359, 16641, 12490, 16979, 15222, 10173, 15747, 11640, 18392, 10173, 16417, 9948, 11875, 9028, 10705, 9004, 9636, 9893, 9348, 12707, 9621, 12762, 9617, 11706, 8846, 9734, 8239, 9278, 8184, 11064, 8126, 12358, 8897, 12445, 8699, 10251, 10186, 13018, 13148, 10653, 8316, 11651, 10494, 12215, 16570, 13626, 15817, 11028, 15354, 12259, 15674, 13460, 15614, 15173, 12606, 19246, 16105, 17437, 12808, 16387, 12401, 10083, 15169, 10216, 15292, 10810, 20888, 19560, 20078, 13968, 10055, 8678, 10678, 11388, 15786, 15968, 9216, 9417, 9200, 12186, 13670, 13641, 12382, 17801, 15038, 18025, 14181, 15770, 12937, 15991, 11633, 16378, 9908, 13822, 9599, 10597, 9610, 15994, 9507, 10241, 10633, 9924, 12951, 9821, 12776, 9800, 10596, 10438, 10199, 10157, 10011, 10531, 9523, 10479, 10565, 10101, 11268, 9837, 11677, 9748, 11490, 10683, 13464, 9938, 13040, 9586, 13435, 9865, 13785, 10975, 11559, 12545, 17239, 12898, 16428, 12059, 15557, 12882, 15960, 11591, 15602, 16159, 19368, 15925, 12381, 12830, 16279, 17732, 18018, 13541, 9904, 9466, 13758, 11872, 16513, 15763, 17727, 14678, 17546, 12887, 17838, 13403, 18680, 14876, 18751, 14920, 18505, 13046, 16171, 11177, 13060, 9418, 9518, 9233, 14053, 9583, 10960, 9840, 9604, 10956, 9681, 13069, 9860, 13021, 9806, 12842, 9406, 11176, 9614, 10431, 10366, 9624, 11408, 9754, 12012, 10072, 12077, 9608, 12785, 9617, 12880, 10828, 13845, 9056, 12480, 10153, 11168, 9788, 13065, 13452, 18671, 12918, 8697, 9900, 9134, 12842, 14146, 16316, 15375, 17972, 14648, 17887, 15624, 15601, 19502, 13524, 16173, 19945, 17094, 18872, 15616, 18619, 13862, 16679, 11881, 16975, 12449, 18262, 14170, 16584, 11239, 11668, 9261, 11158, 10319, 10441, 11899, 9993, 8706, 11350, 8822, 9876, 10577, 9403, 13492, 9345, 14698, 9475, 12738, 10073, 11891, 9737, 14083, 9314, 14135, 9893, 12633, 9396, 13685, 9402, 13838, 8821, 12111, 9031, 13439, 9901, 10843, 14831, 18919, 13094, 9823, 10539, 12186, 11333, 12202, 17429, 9461, 11444, 14445, 16222, 18623, 15086, 18572, 12498, 15219, 12458, 18565, 12750, 17504, 12161, 20218, 15473, 19598, 14136, 19063, 12758, 18792, 11704, 15327, 9865, 8739, 9072, 9807, 10663, 10415, 9397, 16354, 11803, 16595, 10175, 11490, 9598, 9284, 10093, 8369, 9800, 9861, 9499, 14315, 9926, 13795, 10594, 11204, 9653, 10170, 9845, 12075, 9331, 15602, 12531, 18289, 10809, 10644, 10678, 11931, 17291, 13010, 9665, 10248, 14511, 14319, 17240, 12160, 9479, 11113, 12078, 14026, 18164, 16882, 19723, 18790, 19393, 17027, 18270, 12877, 16561, 13851, 17223, 13724, 18714, 15120, 19440, 11799, 18048, 10488, 14630, 9718, 8801, 11208, 11144, 13646, 11009, 9393, 10561], 'WindowCenter': [4862.0, 4843.0, 4818.0, 4846.0, 4795.0, 4823.0, 4790.0, 4790.0, 4818.0, 4782.0, 4821.0, 4762.0, 4796.0, 4758.0, 4798.0, 4772.0, 4792.0, 4810.0, 4800.0, 4819.0, 4780.0, 4789.0, 4767.0, 4758.0, 4780.0, 4818.0, 4768.0, 4799.0, 4777.0, 4768.0, 4805.0, 4759.0, 4811.0, 4769.0, 4788.0, 4746.0, 4779.0, 4784.0, 4767.0, 4806.0, 4783.0, 4789.0, 4771.0, 4779.0, 4770.0, 4775.0, 4827.0, 4832.0, 4821.0, 4777.0, 4747.0, 4759.0, 4779.0, 4786.0, 4821.0, 4781.0, 4756.0, 4774.0, 4829.0, 4810.0, 4780.0, 4809.0, 4819.0, 4793.0, 4772.0, 4803.0, 4786.0, 4792.0, 4760.0, 4764.0, 4757.0, 4773.0, 4756.0, 4764.0, 4749.0, 4765.0, 4736.0, 4775.0, 4728.0, 4715.0, 4743.0, 4716.0, 4745.0, 4716.0, 4745.0, 4718.0, 4746.0, 4730.0, 4737.0, 4732.0, 4721.0, 4761.0, 4732.0, 4773.0, 4733.0, 4786.0, 4772.0, 4798.0, 4761.0, 4772.0, 4772.0, 4794.0, 4812.0, 4819.0, 4797.0, 4777.0, 4817.0, 4778.0, 4818.0, 4806.0, 4832.0, 4839.0, 4810.0, 4829.0, 4801.0, 4830.0, 4812.0, 4840.0, 4828.0, 4830.0, 4860.0, 4833.0, 4875.0, 4832.0, 4816.0, 4828.0, 4815.0, 4869.0, 4817.0, 4804.0, 4798.0, 4829.0, 4834.0, 4838.0, 4800.0, 4827.0, 4826.0, 4807.0, 4821.0, 4809.0, 4821.0, 4788.0, 4797.0, 4799.0, 4807.0, 4777.0, 4814.0, 4785.0, 4801.0, 4782.0, 4777.0, 4756.0, 4764.0, 4753.0, 4763.0, 4738.0, 4778.0, 4739.0, 4765.0, 4727.0, 4747.0, 4727.0, 4730.0, 4748.0, 4742.0, 4715.0, 4683.0, 4669.0, 4686.0, 4688.0, 4713.0, 4744.0, 4781.0, 4738.0, 4767.0, 4782.0, 4780.0, 4774.0, 4734.0, 4773.0, 4732.0, 4772.0, 4752.0, 4753.0, 4742.0, 4756.0, 4783.0, 4752.0, 4788.0, 4748.0, 4736.0, 4771.0, 4761.0, 4809.0, 4794.0, 4785.0, 4793.0, 4770.0, 4799.0, 4824.0, 4789.0, 4839.0, 4798.0, 4794.0, 4763.0, 4816.0, 4809.0, 4842.0, 4784.0, 4811.0, 4814.0, 4844.0, 4800.0, 4804.0, 4785.0, 4783.0, 4771.0, 4761.0, 4791.0, 4782.0, 4778.0, 4738.0, 4757.0, 4755.0, 4760.0, 4786.0, 4747.0, 4774.0, 4716.0, 4762.0, 4714.0, 4762.0, 4737.0, 4764.0, 4727.0, 4744.0, 4726.0, 4744.0, 4739.0, 4748.0, 4740.0, 4749.0, 4727.0, 4750.0, 4740.0, 4773.0, 4781.0, 4766.0, 4808.0, 4777.0, 4775.0, 4757.0, 4779.0, 4778.0, 4786.0, 4781.0, 4770.0, 4801.0, 4782.0, 4844.0, 4801.0, 4735.0, 4735.0, 4788.0, 4786.0, 4821.0, 4786.0, 4784.0, 4766.0, 4797.0, 4806.0, 4794.0, 4761.0, 4781.0, 4749.0, 4780.0, 4785.0, 4766.0, 4770.0, 4734.0, 4751.0, 4725.0, 4756.0, 4726.0, 4732.0, 4712.0, 4718.0, 4714.0, 4730.0, 4712.0, 4740.0, 4713.0, 4754.0, 4727.0, 4753.0, 4727.0, 4733.0, 4724.0, 4732.0, 4727.0, 4745.0, 4739.0, 4781.0, 4755.0, 4771.0, 4750.0, 4759.0, 4760.0, 4767.0, 4775.0, 4771.0, 4786.0, 4758.0, 4765.0, 4774.0, 4785.0, 4789.0, 4799.0, 4780.0, 4790.0, 4812.0, 4808.0, 4834.0, 4795.0, 4822.0, 4808.0, 4820.0, 4785.0, 4834.0, 4814.0, 4771.0, 4768.0, 4800.0, 4769.0, 4824.0, 4818.0, 4766.0, 4774.0, 4764.0, 4780.0, 4829.0, 4825.0, 4761.0, 4739.0, 4740.0, 4783.0, 4781.0, 4786.0, 4766.0, 4764.0, 4736.0, 4771.0, 4776.0, 4748.0, 4755.0, 4723.0, 4772.0, 4724.0, 4762.0, 4730.0, 4758.0, 4721.0, 4719.0, 4699.0, 4708.0, 4692.0, 4719.0, 4689.0, 4720.0, 4699.0, 4708.0, 4703.0, 4733.0, 4717.0, 4725.0, 4719.0, 4728.0, 4746.0, 4731.0, 4744.0, 4729.0, 4756.0, 4743.0, 4784.0, 4762.0, 4800.0, 4782.0, 4791.0, 4788.0, 4811.0, 4783.0, 4800.0, 4786.0, 4804.0, 4847.0, 4804.0, 4796.0, 4766.0, 4801.0, 4799.0, 4845.0, 4810.0, 4815.0, 4791.0, 4800.0, 4825.0, 4812.0, 4832.0, 4795.0, 4783.0, 4780.0, 4772.0, 4789.0, 4779.0, 4801.0, 4793.0, 4791.0, 4790.0, 4773.0, 4722.0, 4738.0, 4699.0, 4748.0, 4710.0, 4741.0, 4743.0, 4765.0, 4715.0, 4741.0, 4700.0, 4730.0, 4725.0, 4754.0, 4715.0, 4724.0, 4713.0, 4711.0, 4723.0, 4721.0, 4724.0, 4736.0, 4741.0, 4749.0, 4733.0, 4739.0, 4743.0, 4741.0, 4776.0, 4753.0, 4758.0, 4791.0, 4759.0, 4798.0, 4761.0, 4787.0, 4747.0, 4788.0, 4772.0, 4789.0, 4786.0, 4811.0, 4782.0, 4774.0, 4813.0, 4822.0, 4796.0, 4788.0, 4756.0, 4799.0, 4810.0, 4821.0, 4827.0, 4778.0, 4765.0, 4755.0, 4776.0, 4785.0, 4773.0, 4793.0, 4790.0, 4780.0, 4773.0, 4766.0, 4763.0, 4759.0, 4777.0, 4745.0, 4752.0, 4735.0, 4750.0, 4734.0, 4762.0, 4753.0, 4713.0, 4749.0, 4711.0, 4749.0, 4701.0, 4749.0, 4703.0, 4733.0, 4718.0, 4726.0, 4695.0, 4704.0, 4705.0, 4717.0, 4757.0, 4728.0, 4757.0, 4718.0, 4749.0, 4734.0, 4745.0, 4725.0, 4731.0, 4723.0, 4777.0, 4740.0, 4786.0, 4759.0, 4799.0, 4764.0, 4784.0, 4773.0, 4809.0, 4813.0, 4795.0, 4766.0, 4802.0, 4780.0, 4815.0, 4835.0, 4826.0, 4827.0, 4795.0, 4815.0, 4792.0, 4819.0, 4799.0, 4807.0, 4785.0, 4763.0, 4791.0, 4780.0, 4780.0, 4763.0, 4792.0, 4763.0, 4743.0, 4769.0, 4718.0, 4768.0, 4743.0, 4814.0, 4830.0, 4801.0, 4757.0, 4693.0, 4674.0, 4728.0, 4742.0, 4794.0, 4792.0, 4707.0, 4694.0, 4696.0, 4749.0, 4759.0, 4769.0, 4769.0, 4788.0, 4770.0, 4776.0, 4756.0, 4763.0, 4744.0, 4749.0, 4719.0, 4747.0, 4703.0, 4742.0, 4703.0, 4713.0, 4719.0, 4760.0, 4702.0, 4700.0, 4711.0, 4701.0, 4732.0, 4715.0, 4743.0, 4716.0, 4727.0, 4737.0, 4755.0, 4742.0, 4746.0, 4753.0, 4744.0, 4766.0, 4779.0, 4783.0, 4793.0, 4782.0, 4790.0, 4789.0, 4801.0, 4809.0, 4823.0, 4808.0, 4840.0, 4801.0, 4823.0, 4814.0, 4841.0, 4817.0, 4819.0, 4836.0, 4845.0, 4815.0, 4848.0, 4808.0, 4812.0, 4787.0, 4821.0, 4770.0, 4812.0, 4813.0, 4830.0, 4797.0, 4789.0, 4753.0, 4770.0, 4798.0, 4819.0, 4772.0, 4731.0, 4707.0, 4758.0, 4763.0, 4780.0, 4769.0, 4762.0, 4755.0, 4772.0, 4747.0, 4774.0, 4758.0, 4774.0, 4755.0, 4760.0, 4741.0, 4758.0, 4717.0, 4739.0, 4710.0, 4718.0, 4678.0, 4688.0, 4688.0, 4740.0, 4701.0, 4708.0, 4715.0, 4703.0, 4724.0, 4715.0, 4742.0, 4728.0, 4755.0, 4728.0, 4755.0, 4733.0, 4762.0, 4758.0, 4767.0, 4765.0, 4771.0, 4787.0, 4772.0, 4802.0, 4794.0, 4818.0, 4800.0, 4828.0, 4808.0, 4840.0, 4842.0, 4848.0, 4813.0, 4855.0, 4808.0, 4806.0, 4789.0, 4828.0, 4857.0, 4870.0, 4829.0, 4755.0, 4774.0, 4755.0, 4812.0, 4842.0, 4844.0, 4850.0, 4833.0, 4799.0, 4796.0, 4800.0, 4797.0, 4804.0, 4760.0, 4780.0, 4775.0, 4767.0, 4788.0, 4765.0, 4776.0, 4742.0, 4751.0, 4711.0, 4750.0, 4719.0, 4760.0, 4731.0, 4754.0, 4710.0, 4706.0, 4679.0, 4710.0, 4700.0, 4700.0, 4733.0, 4703.0, 4684.0, 4722.0, 4692.0, 4713.0, 4713.0, 4704.0, 4754.0, 4719.0, 4777.0, 4729.0, 4769.0, 4742.0, 4761.0, 4743.0, 4779.0, 4734.0, 4784.0, 4766.0, 4788.0, 4761.0, 4811.0, 4775.0, 4809.0, 4773.0, 4787.0, 4751.0, 4787.0, 4756.0, 4781.0, 4828.0, 4806.0, 4788.0, 4736.0, 4733.0, 4741.0, 4768.0, 4792.0, 4818.0, 4734.0, 4754.0, 4785.0, 4795.0, 4793.0, 4771.0, 4790.0, 4750.0, 4769.0, 4748.0, 4799.0, 4745.0, 4762.0, 4722.0, 4759.0, 4741.0, 4759.0, 4730.0, 4758.0, 4732.0, 4758.0, 4709.0, 4747.0, 4714.0, 4694.0, 4679.0, 4687.0, 4687.0, 4714.0, 4718.0, 4775.0, 4749.0, 4772.0, 4727.0, 4760.0, 4742.0, 4746.0, 4752.0, 4738.0, 4758.0, 4769.0, 4769.0, 4822.0, 4768.0, 4801.0, 4781.0, 4804.0, 4773.0, 4781.0, 4772.0, 4801.0, 4774.0, 4835.0, 4828.0, 4827.0, 4780.0, 4771.0, 4760.0, 4806.0, 4847.0, 4814.0, 4761.0, 4750.0, 4761.0, 4827.0, 4843.0, 4776.0, 4733.0, 4756.0, 4780.0, 4798.0, 4819.0, 4793.0, 4790.0, 4789.0, 4791.0, 4793.0, 4781.0, 4749.0, 4763.0, 4749.0, 4763.0, 4746.0, 4761.0, 4738.0, 4746.0, 4707.0, 4749.0, 4713.0, 4749.0, 4688.0, 4678.0, 4710.0, 4721.0, 4726.0, 4707.0, 4704.0, 4726.0], 'WindowWidth': [10590.0, 10548.0, 10507.0, 10538.0, 10463.0, 10498.0, 10447.0, 10445.0, 10481.0, 10437.0, 10490.0, 10412.0, 10449.0, 10401.0, 10455.0, 10425.0, 10455.0, 10476.0, 10461.0, 10485.0, 10431.0, 10447.0, 10414.0, 10399.0, 10436.0, 10485.0, 10414.0, 10457.0, 10424.0, 10412.0, 10459.0, 10401.0, 10479.0, 10421.0, 10440.0, 10379.0, 10428.0, 10428.0, 10410.0, 10462.0, 10444.0, 10444.0, 10420.0, 10426.0, 10418.0, 10434.0, 10510.0, 10514.0, 10496.0, 10422.0, 10375.0, 10394.0, 10426.0, 10454.0, 10494.0, 10438.0, 10392.0, 10409.0, 10498.0, 10476.0, 10432.0, 10471.0, 10482.0, 10440.0, 10405.0, 10452.0, 10431.0, 10434.0, 10385.0, 10382.0, 10374.0, 10390.0, 10372.0, 10379.0, 10368.0, 10384.0, 10344.0, 10400.0, 10339.0, 10316.0, 10353.0, 10318.0, 10358.0, 10322.0, 10358.0, 10325.0, 10359.0, 10346.0, 10351.0, 10352.0, 10333.0, 10391.0, 10355.0, 10411.0, 10359.0, 10436.0, 10428.0, 10457.0, 10411.0, 10427.0, 10431.0, 10463.0, 10500.0, 10504.0, 10472.0, 10442.0, 10499.0, 10445.0, 10502.0, 10484.0, 10524.0, 10530.0, 10495.0, 10516.0, 10484.0, 10521.0, 10498.0, 10535.0, 10516.0, 10521.0, 10564.0, 10531.0, 10593.0, 10522.0, 10485.0, 10510.0, 10508.0, 10578.0, 10492.0, 10466.0, 10444.0, 10515.0, 10529.0, 10525.0, 10470.0, 10504.0, 10503.0, 10477.0, 10495.0, 10475.0, 10491.0, 10437.0, 10447.0, 10453.0, 10466.0, 10420.0, 10470.0, 10427.0, 10447.0, 10421.0, 10404.0, 10371.0, 10379.0, 10363.0, 10379.0, 10352.0, 10408.0, 10358.0, 10389.0, 10340.0, 10367.0, 10341.0, 10352.0, 10375.0, 10377.0, 10319.0, 10269.0, 10242.0, 10259.0, 10271.0, 10328.0, 10385.0, 10432.0, 10371.0, 10411.0, 10436.0, 10432.0, 10417.0, 10357.0, 10407.0, 10352.0, 10403.0, 10375.0, 10381.0, 10364.0, 10389.0, 10421.0, 10398.0, 10441.0, 10385.0, 10369.0, 10421.0, 10409.0, 10489.0, 10460.0, 10445.0, 10452.0, 10418.0, 10467.0, 10501.0, 10463.0, 10529.0, 10467.0, 10455.0, 10404.0, 10485.0, 10485.0, 10524.0, 10437.0, 10469.0, 10482.0, 10530.0, 10458.0, 10459.0, 10427.0, 10423.0, 10400.0, 10390.0, 10429.0, 10418.0, 10409.0, 10351.0, 10377.0, 10370.0, 10386.0, 10415.0, 10363.0, 10395.0, 10318.0, 10375.0, 10315.0, 10377.0, 10349.0, 10384.0, 10335.0, 10355.0, 10336.0, 10358.0, 10357.0, 10369.0, 10359.0, 10370.0, 10339.0, 10376.0, 10362.0, 10410.0, 10422.0, 10407.0, 10467.0, 10424.0, 10417.0, 10393.0, 10425.0, 10430.0, 10435.0, 10434.0, 10415.0, 10460.0, 10441.0, 10529.0, 10458.0, 10354.0, 10354.0, 10437.0, 10448.0, 10492.0, 10430.0, 10429.0, 10404.0, 10450.0, 10462.0, 10441.0, 10391.0, 10418.0, 10370.0, 10417.0, 10414.0, 10389.0, 10388.0, 10339.0, 10360.0, 10327.0, 10377.0, 10336.0, 10337.0, 10307.0, 10311.0, 10313.0, 10330.0, 10310.0, 10344.0, 10310.0, 10368.0, 10337.0, 10366.0, 10337.0, 10340.0, 10332.0, 10338.0, 10339.0, 10360.0, 10361.0, 10422.0, 10393.0, 10406.0, 10378.0, 10388.0, 10393.0, 10413.0, 10421.0, 10423.0, 10438.0, 10402.0, 10406.0, 10434.0, 10438.0, 10449.0, 10461.0, 10434.0, 10449.0, 10480.0, 10487.0, 10519.0, 10465.0, 10495.0, 10484.0, 10489.0, 10448.0, 10519.0, 10485.0, 10416.0, 10403.0, 10459.0, 10415.0, 10500.0, 10481.0, 10401.0, 10407.0, 10397.0, 10430.0, 10500.0, 10490.0, 10390.0, 10351.0, 10356.0, 10421.0, 10418.0, 10419.0, 10386.0, 10384.0, 10345.0, 10404.0, 10403.0, 10366.0, 10366.0, 10325.0, 10389.0, 10326.0, 10377.0, 10329.0, 10367.0, 10316.0, 10312.0, 10283.0, 10295.0, 10277.0, 10311.0, 10273.0, 10316.0, 10287.0, 10296.0, 10296.0, 10341.0, 10324.0, 10335.0, 10328.0, 10342.0, 10360.0, 10348.0, 10357.0, 10343.0, 10377.0, 10372.0, 10429.0, 10409.0, 10458.0, 10440.0, 10454.0, 10459.0, 10480.0, 10443.0, 10459.0, 10448.0, 10474.0, 10539.0, 10474.0, 10464.0, 10414.0, 10458.0, 10475.0, 10529.0, 10487.0, 10482.0, 10443.0, 10458.0, 10503.0, 10476.0, 10512.0, 10439.0, 10423.0, 10412.0, 10404.0, 10425.0, 10412.0, 10448.0, 10437.0, 10431.0, 10425.0, 10391.0, 10316.0, 10334.0, 10284.0, 10350.0, 10297.0, 10343.0, 10351.0, 10383.0, 10314.0, 10341.0, 10287.0, 10330.0, 10332.0, 10366.0, 10315.0, 10325.0, 10307.0, 10303.0, 10324.0, 10318.0, 10329.0, 10349.0, 10364.0, 10370.0, 10354.0, 10360.0, 10371.0, 10366.0, 10421.0, 10380.0, 10395.0, 10433.0, 10403.0, 10453.0, 10406.0, 10436.0, 10384.0, 10436.0, 10424.0, 10442.0, 10452.0, 10475.0, 10434.0, 10425.0, 10481.0, 10492.0, 10465.0, 10438.0, 10384.0, 10448.0, 10477.0, 10492.0, 10494.0, 10421.0, 10394.0, 10382.0, 10413.0, 10427.0, 10410.0, 10439.0, 10428.0, 10409.0, 10393.0, 10382.0, 10379.0, 10380.0, 10404.0, 10358.0, 10360.0, 10339.0, 10353.0, 10339.0, 10373.0, 10363.0, 10307.0, 10351.0, 10302.0, 10350.0, 10289.0, 10350.0, 10295.0, 10338.0, 10328.0, 10334.0, 10289.0, 10300.0, 10300.0, 10325.0, 10377.0, 10340.0, 10375.0, 10327.0, 10367.0, 10360.0, 10375.0, 10346.0, 10349.0, 10340.0, 10423.0, 10377.0, 10435.0, 10402.0, 10460.0, 10417.0, 10447.0, 10425.0, 10473.0, 10484.0, 10462.0, 10425.0, 10471.0, 10435.0, 10490.0, 10515.0, 10504.0, 10495.0, 10459.0, 10476.0, 10449.0, 10486.0, 10454.0, 10463.0, 10426.0, 10392.0, 10429.0, 10410.0, 10414.0, 10391.0, 10433.0, 10393.0, 10366.0, 10397.0, 10322.0, 10388.0, 10365.0, 10468.0, 10510.0, 10449.0, 10373.0, 10275.0, 10248.0, 10334.0, 10357.0, 10438.0, 10435.0, 10305.0, 10280.0, 10287.0, 10367.0, 10380.0, 10396.0, 10403.0, 10426.0, 10398.0, 10399.0, 10372.0, 10378.0, 10354.0, 10352.0, 10311.0, 10346.0, 10296.0, 10349.0, 10296.0, 10311.0, 10326.0, 10370.0, 10294.0, 10287.0, 10302.0, 10291.0, 10332.0, 10317.0, 10351.0, 10319.0, 10335.0, 10351.0, 10388.0, 10364.0, 10376.0, 10381.0, 10373.0, 10407.0, 10429.0, 10443.0, 10456.0, 10439.0, 10445.0, 10460.0, 10467.0, 10488.0, 10500.0, 10487.0, 10536.0, 10478.0, 10499.0, 10501.0, 10529.0, 10496.0, 10502.0, 10525.0, 10533.0, 10488.0, 10538.0, 10479.0, 10475.0, 10435.0, 10489.0, 10412.0, 10476.0, 10475.0, 10504.0, 10447.0, 10440.0, 10373.0, 10392.0, 10448.0, 10480.0, 10403.0, 10344.0, 10302.0, 10376.0, 10396.0, 10414.0, 10392.0, 10375.0, 10367.0, 10391.0, 10362.0, 10396.0, 10379.0, 10396.0, 10371.0, 10371.0, 10342.0, 10365.0, 10304.0, 10336.0, 10297.0, 10308.0, 10253.0, 10267.0, 10268.0, 10342.0, 10292.0, 10298.0, 10315.0, 10298.0, 10327.0, 10317.0, 10351.0, 10338.0, 10371.0, 10343.0, 10376.0, 10357.0, 10397.0, 10399.0, 10409.0, 10406.0, 10423.0, 10441.0, 10424.0, 10468.0, 10461.0, 10497.0, 10477.0, 10513.0, 10490.0, 10532.0, 10543.0, 10543.0, 10505.0, 10561.0, 10489.0, 10476.0, 10452.0, 10510.0, 10566.0, 10576.0, 10513.0, 10401.0, 10427.0, 10397.0, 10481.0, 10539.0, 10532.0, 10550.0, 10510.0, 10454.0, 10441.0, 10457.0, 10446.0, 10456.0, 10387.0, 10415.0, 10398.0, 10388.0, 10423.0, 10384.0, 10404.0, 10348.0, 10356.0, 10299.0, 10353.0, 10309.0, 10369.0, 10330.0, 10365.0, 10299.0, 10291.0, 10256.0, 10302.0, 10290.0, 10286.0, 10337.0, 10296.0, 10272.0, 10320.0, 10279.0, 10311.0, 10307.0, 10301.0, 10370.0, 10331.0, 10408.0, 10345.0, 10401.0, 10367.0, 10392.0, 10369.0, 10412.0, 10358.0, 10426.0, 10409.0, 10441.0, 10407.0, 10476.0, 10432.0, 10469.0, 10430.0, 10440.0, 10391.0, 10433.0, 10392.0, 10434.0, 10506.0, 10456.0, 10433.0, 10358.0, 10345.0, 10351.0, 10408.0, 10449.0, 10478.0, 10348.0, 10377.0, 10431.0, 10443.0, 10435.0, 10399.0, 10425.0, 10371.0, 10398.0, 10368.0, 10443.0, 10355.0, 10374.0, 10317.0, 10366.0, 10341.0, 10365.0, 10324.0, 10361.0, 10331.0, 10361.0, 10295.0, 10349.0, 10314.0, 10285.0, 10257.0, 10264.0, 10261.0, 10312.0, 10327.0, 10400.0, 10370.0, 10391.0, 10338.0, 10393.0, 10373.0, 10380.0, 10384.0, 10371.0, 10399.0, 10419.0, 10418.0, 10491.0, 10413.0, 10458.0, 10435.0, 10473.0, 10428.0, 10436.0, 10424.0, 10464.0, 10432.0, 10516.0, 10510.0, 10497.0, 10432.0, 10415.0, 10396.0, 10475.0, 10537.0, 10485.0, 10399.0, 10378.0, 10377.0, 10507.0, 10525.0, 10415.0, 10349.0, 10385.0, 10428.0, 10454.0, 10483.0, 10438.0, 10431.0, 10425.0, 10435.0, 10434.0, 10414.0, 10364.0, 10375.0, 10365.0, 10375.0, 10357.0, 10370.0, 10333.0, 10341.0, 10291.0, 10351.0, 10309.0, 10355.0, 10269.0, 10252.0, 10302.0, 10317.0, 10316.0, 10296.0, 10299.0, 10333.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.004384810126582279</td></tr>
<tr><td colspan=3>aqi</td><td>0.0869205590333717</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>49.32099388047236</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.128284094009216</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9855556729377879</td></tr>
<tr><td colspan=3>efc</td><td>0.4812</td></tr>
<tr><td colspan=3>fber</td><td>5575.8955</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.3435501320344398</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>470</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>54.085155350978134</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6379274260646706</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5782886658015354</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.796378842420042</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5391147699724343</td></tr>
<tr><td colspan=3>gcor</td><td>0.026283</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009623694233596325</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02907348982989788</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9631905102540816</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>35.6079</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.456</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.6499</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296556.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>841.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>364.009</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6319</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.2815</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3907.8212</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4121.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79988.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1039.8123</td></tr>
<tr><td colspan=3>tsnr</td><td>22.308990957564674</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>