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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0074_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-03_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-0074/figures/sub-0074_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-03_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-0074/ses-03/func/sub-0074_ses-03_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>1dd365acee0d9e6d7b00606cad55a612</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>19:34:19.762500</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.993898, -0.075553, 0.08037, 0.06828, 0.993627, 0.0896876]</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.0856565</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7744, -7273, 629, -126, -253, -142, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.088</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a937f4c6-9010-493b-8aeb-5eb5782acd7e||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.6665544509887695, 0.18319012224674225, 0.23391161859035492, 91.65484619140625], [0.20270316302776337, 2.665827751159668, 0.22586211562156677, -107.57952880859375], [0.2156268209218979, -0.2406252920627594, 2.680349111557007, -77.5068588256836], [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': ['193419.762500', '193420.222500', '193420.682500', '193421.142500', '193421.602500', '193422.062500', '193422.522500', '193422.982500', '193423.442500', '193423.902500', '193424.362500', '193424.822500', '193425.282500', '193425.742500', '193426.202500', '193426.662500', '193427.122500', '193427.582500', '193428.042500', '193428.502500', '193428.962500', '193429.422500', '193429.882500', '193430.342500', '193430.802500', '193431.262500', '193431.722500', '193432.182500', '193432.642500', '193433.102500', '193433.562500', '193434.022500', '193434.482500', '193434.942500', '193435.402500', '193435.862500', '193436.322500', '193436.782500', '193437.242500', '193437.702500', '193438.162500', '193438.622500', '193439.082500', '193439.542500', '193440.002500', '193440.462500', '193440.922500', '193441.382500', '193441.842500', '193442.302500', '193442.762500', '193443.222500', '193443.682500', '193444.142500', '193444.602500', '193445.062500', '193445.522500', '193445.982500', '193446.442500', '193446.902500', '193447.362500', '193447.822500', '193448.282500', '193448.742500', '193449.202500', '193449.662500', '193450.122500', '193450.582500', '193451.042500', '193451.502500', '193451.962500', '193452.422500', '193452.882500', '193453.342500', '193453.802500', '193454.262500', '193454.722500', '193455.182500', '193455.642500', '193456.102500', '193456.562500', '193457.022500', '193457.482500', '193457.942500', '193458.402500', '193458.862500', '193459.322500', '193459.782500', '193500.242500', '193500.702500', '193501.162500', '193501.622500', '193502.082500', '193502.542500', '193503.002500', '193503.462500', '193503.922500', '193504.382500', '193504.842500', '193505.302500', '193505.762500', '193506.222500', '193506.682500', '193507.142500', '193507.602500', '193508.062500', '193508.522500', '193508.982500', '193509.442500', '193509.902500', '193510.362500', '193510.822500', '193511.282500', '193511.742500', '193512.202500', '193512.662500', '193513.122500', '193513.582500', '193514.042500', '193514.502500', '193514.962500', '193515.422500', '193515.882500', '193516.342500', '193516.802500', '193517.262500', '193517.722500', '193518.182500', '193518.642500', '193519.102500', '193519.562500', '193520.022500', '193520.482500', '193520.942500', '193521.402500', '193521.862500', '193522.322500', '193522.782500', '193523.242500', '193523.702500', '193524.162500', '193524.622500', '193525.082500', '193525.542500', '193526.002500', '193526.462500', '193526.922500', '193527.382500', '193527.842500', '193528.302500', '193528.762500', '193529.222500', '193529.682500', '193530.142500', '193530.602500', '193531.062500', '193531.522500', '193531.982500', '193532.442500', '193532.902500', '193533.362500', '193533.822500', '193534.282500', '193534.742500', '193535.202500', '193535.662500', '193536.122500', '193536.582500', '193537.042500', '193537.502500', '193537.962500', '193538.422500', '193538.882500', '193539.342500', '193539.802500', '193540.262500', '193540.722500', '193541.182500', '193541.642500', '193542.102500', '193542.562500', '193543.022500', '193543.482500', '193543.942500', '193544.402500', '193544.862500', '193545.322500', '193545.782500', '193546.242500', '193546.702500', '193547.162500', '193547.622500', '193548.082500', '193548.542500', '193549.002500', '193549.462500', '193549.922500', '193550.382500', '193550.842500', '193551.302500', '193551.762500', '193552.222500', '193552.682500', '193553.142500', '193553.602500', '193554.062500', '193554.522500', '193554.982500', '193555.442500', '193555.902500', '193556.362500', '193556.822500', '193557.282500', '193557.742500', '193558.202500', '193558.662500', '193559.122500', '193559.582500', '193600.042500', '193600.502500', '193600.962500', '193601.422500', '193601.882500', '193602.342500', '193602.802500', '193603.262500', '193603.722500', '193604.182500', '193604.642500', '193605.102500', '193605.562500', '193606.022500', '193606.482500', '193606.942500', '193607.402500', '193607.862500', '193608.322500', '193608.782500', '193609.242500', '193609.702500', '193610.162500', '193610.622500', '193611.082500', '193611.542500', '193612.002500', '193612.462500', '193612.922500', '193613.382500', '193613.842500', '193614.302500', '193614.762500', '193615.222500', '193615.682500', '193616.142500', '193616.602500', '193617.062500', '193617.522500', '193617.982500', '193618.442500', '193618.902500', '193619.362500', '193619.822500', '193620.282500', '193620.742500', '193621.202500', '193621.662500', '193622.122500', '193622.582500', '193623.042500', '193623.502500', '193623.962500', '193624.422500', '193624.882500', '193625.342500', '193625.802500', '193626.262500', '193626.722500', '193627.182500', '193627.642500', '193628.102500', '193628.562500', '193629.022500', '193629.482500', '193629.942500', '193630.402500', '193630.862500', '193631.322500', '193631.782500', '193632.242500', '193632.702500', '193633.162500', '193633.622500', '193634.082500', '193634.542500', '193635.002500', '193635.462500', '193635.922500', '193636.382500', '193636.842500', '193637.302500', '193637.762500', '193638.222500', '193638.682500', '193639.142500', '193639.602500', '193640.062500', '193640.522500', '193640.982500', '193641.442500', '193641.902500', '193642.362500', '193642.822500', '193643.282500', '193643.742500', '193644.202500', '193644.662500', '193645.122500', '193645.582500', '193646.042500', '193646.502500', '193646.962500', '193647.422500', '193647.882500', '193648.342500', '193648.802500', '193649.262500', '193649.722500', '193650.182500', '193650.642500', '193651.102500', '193651.562500', '193652.022500', '193652.482500', '193652.942500', '193653.402500', '193653.862500', '193654.322500', '193654.782500', '193655.242500', '193655.702500', '193656.162500', '193656.622500', '193657.082500', '193657.542500', '193658.002500', '193658.462500', '193658.922500', '193659.382500', '193659.842500', '193700.302500', '193700.762500', '193701.222500', '193701.682500', '193702.142500', '193702.602500', '193703.062500', '193703.522500', '193703.982500', '193704.442500', '193704.902500', '193705.362500', '193705.822500', '193706.282500', '193706.742500', '193707.202500', '193707.662500', '193708.122500', '193708.582500', '193709.042500', '193709.502500', '193709.962500', '193710.422500', '193710.882500', '193711.342500', '193711.802500', '193712.262500', '193712.722500', '193713.182500', '193713.642500', '193714.102500', '193714.562500', '193715.022500', '193715.482500', '193715.942500', '193716.402500', '193716.862500', '193717.322500', '193717.782500', '193718.242500', '193718.702500', '193719.162500', '193719.622500', '193720.082500', '193720.542500', '193721.002500', '193721.462500', '193721.922500', '193722.382500', '193722.842500', '193723.302500', '193723.762500', '193724.222500', '193724.682500', '193725.142500', '193725.602500', '193726.062500', '193726.522500', '193726.982500', '193727.442500', '193727.902500', '193728.362500', '193728.822500', '193729.282500', '193729.742500', '193730.202500', '193730.662500', '193731.122500', '193731.582500', '193732.042500', '193732.502500', '193732.962500', '193733.422500', '193733.882500', '193734.342500', '193734.802500', '193735.262500', '193735.722500', '193736.182500', '193736.642500', '193737.102500', '193737.562500', '193738.022500', '193738.482500', '193738.942500', '193739.402500', '193739.862500', '193740.322500', '193740.782500', '193741.242500', '193741.702500', '193742.162500', '193742.622500', '193743.082500', '193743.542500', '193744.002500', '193744.462500', '193744.922500', '193745.382500', '193745.842500', '193746.302500', '193746.762500', '193747.222500', '193747.682500', '193748.142500', '193748.602500', '193749.062500', '193749.522500', '193749.982500', '193750.442500', '193750.902500', '193751.362500', '193751.822500', '193752.282500', '193752.742500', '193753.202500', '193753.662500', '193754.122500', '193754.582500', '193755.042500', '193755.502500', '193755.962500', '193756.422500', '193756.882500', '193757.342500', '193757.802500', '193758.262500', '193758.722500', '193759.182500', '193759.642500', '193800.102500', '193800.562500', '193801.022500', '193801.482500', '193801.942500', '193802.402500', '193802.862500', '193803.322500', '193803.782500', '193804.242500', '193804.702500', '193805.162500', '193805.622500', '193806.082500', '193806.542500', '193807.002500', '193807.462500', '193807.922500', '193808.382500', '193808.842500', '193809.302500', '193809.762500', '193810.222500', '193810.682500', '193811.142500', '193811.602500', '193812.062500', '193812.522500', '193812.982500', '193813.442500', '193813.902500', '193814.362500', '193814.822500', '193815.282500', '193815.742500', '193816.202500', '193816.662500', '193817.122500', '193817.582500', '193818.042500', '193818.502500', '193818.962500', '193819.422500', '193819.882500', '193820.342500', '193820.802500', '193821.262500', '193821.722500', '193822.182500', '193822.642500', '193823.102500', '193823.562500', '193824.022500', '193824.482500', '193824.942500', '193825.402500', '193825.862500', '193826.322500', '193826.782500', '193827.242500', '193827.702500', '193828.162500', '193828.622500', '193829.082500', '193829.542500', '193830.002500', '193830.462500', '193830.922500', '193831.382500', '193831.842500', '193832.302500', '193832.762500', '193833.222500', '193833.682500', '193834.142500', '193834.602500', '193835.062500', '193835.522500', '193835.982500', '193836.442500', '193836.902500', '193837.362500', '193837.822500', '193838.282500', '193838.742500', '193839.202500', '193839.662500', '193840.122500', '193840.582500', '193841.042500', '193841.502500', '193841.962500', '193842.422500', '193842.882500', '193843.342500', '193843.802500', '193844.262500', '193844.722500', '193845.182500', '193845.642500', '193846.102500', '193846.562500', '193847.022500', '193847.482500', '193847.942500', '193848.402500', '193848.862500', '193849.322500', '193849.782500', '193850.242500', '193850.702500', '193851.162500', '193851.622500', '193852.082500', '193852.542500', '193853.002500', '193853.462500', '193853.922500', '193854.382500', '193854.842500', '193855.302500', '193855.762500', '193856.222500', '193856.682500', '193857.142500', '193857.602500', '193858.062500', '193858.522500', '193858.982500', '193859.442500', '193859.902500', '193900.362500', '193900.822500', '193901.282500', '193901.742500', '193902.202500', '193902.662500', '193903.122500', '193903.582500', '193904.042500', '193904.502500', '193904.962500', '193905.422500', '193905.882500', '193906.342500', '193906.802500', '193907.262500', '193907.722500', '193908.182500', '193908.642500', '193909.102500', '193909.562500', '193910.022500', '193910.482500', '193910.942500', '193911.402500', '193911.862500', '193912.322500', '193912.782500', '193913.242500', '193913.702500', '193914.162500', '193914.622500', '193915.082500', '193915.542500', '193916.002500', '193916.462500', '193916.922500', '193917.382500', '193917.842500', '193918.302500', '193918.762500', '193919.222500', '193919.682500', '193920.142500', '193920.602500', '193921.062500', '193921.522500', '193921.982500', '193922.442500', '193922.902500', '193923.362500', '193923.822500', '193924.282500', '193924.742500', '193925.202500', '193925.662500', '193926.122500', '193926.582500', '193927.042500', '193927.502500', '193927.962500', '193928.422500', '193928.882500', '193929.342500', '193929.802500', '193930.262500', '193930.722500', '193931.182500', '193931.642500', '193932.102500', '193932.562500', '193933.022500', '193933.482500', '193933.942500', '193934.402500', '193934.862500', '193935.322500', '193935.782500', '193936.242500', '193936.702500', '193937.162500', '193937.622500', '193938.082500', '193938.542500', '193939.002500', '193939.462500', '193939.922500', '193940.382500', '193940.842500', '193941.302500', '193941.762500', '193942.222500', '193942.682500', '193943.142500', '193943.602500', '193944.062500', '193944.522500', '193944.982500', '193945.442500', '193945.902500', '193946.362500', '193946.822500', '193947.282500', '193947.742500', '193948.202500', '193948.662500', '193949.122500', '193949.582500', '193950.042500', '193950.502500', '193950.962500', '193951.422500', '193951.882500', '193952.342500', '193952.802500', '193953.262500', '193953.722500', '193954.182500', '193954.642500', '193955.102500', '193955.562500', '193956.022500', '193956.482500', '193956.942500', '193957.402500', '193957.862500', '193958.322500', '193958.782500', '193959.242500', '193959.702500', '194000.162500', '194000.622500', '194001.082500', '194001.542500', '194002.002500', '194002.462500', '194002.922500', '194003.382500', '194003.842500', '194004.302500', '194004.762500', '194005.222500', '194005.682500', '194006.142500', '194006.602500', '194007.062500', '194007.522500', '194007.982500', '194008.442500', '194008.902500', '194009.362500', '194009.822500', '194010.282500', '194010.742500', '194011.202500', '194011.662500', '194012.122500', '194012.582500', '194013.042500', '194013.502500', '194013.962500', '194014.422500', '194014.882500', '194015.342500', '194015.802500', '194016.262500', '194016.722500', '194017.182500', '194017.642500', '194018.102500', '194018.562500', '194019.022500', '194019.482500', '194019.942500', '194020.402500', '194020.862500', '194021.322500', '194021.782500', '194022.242500', '194022.702500', '194023.162500', '194023.622500', '194024.082500', '194024.542500', '194025.002500', '194025.462500', '194025.922500', '194026.382500', '194026.842500', '194027.302500', '194027.762500', '194028.222500', '194028.682500', '194029.142500', '194029.602500', '194030.062500', '194030.522500', '194030.982500', '194031.442500', '194031.902500', '194032.362500', '194032.822500', '194033.282500', '194033.742500', '194034.202500', '194034.662500', '194035.122500', '194035.582500', '194036.042500', '194036.502500', '194036.962500', '194037.422500', '194037.882500', '194038.342500', '194038.802500', '194039.262500', '194039.722500', '194040.182500', '194040.642500', '194041.102500', '194041.562500', '194042.022500', '194042.482500', '194042.942500', '194043.402500', '194043.862500', '194044.322500', '194044.782500', '194045.242500', '194045.702500', '194046.162500', '194046.622500', '194047.082500', '194047.542500', '194048.002500', '194048.462500', '194048.922500', '194049.382500', '194049.842500', '194050.302500', '194050.762500', '194051.222500', '194051.682500', '194052.142500', '194052.602500', '194053.062500', '194053.522500', '194053.982500', '194054.442500', '194054.902500', '194055.362500', '194055.822500', '194056.282500', '194056.742500', '194057.202500', '194057.662500', '194058.122500', '194058.582500', '194059.042500', '194059.502500', '194059.962500', '194100.422500'], 'ContentTime': ['193444.684000', '193444.687000', '193444.690000', '193444.692000', '193444.695000', '193444.698000', '193444.700000', '193444.703000', '193444.705000', '193444.708000', '193444.710000', '193444.713000', '193444.715000', '193444.718000', '193444.721000', '193444.723000', '193444.726000', '193444.728000', '193444.731000', '193444.733000', '193444.736000', '193444.739000', '193444.741000', '193444.744000', '193444.746000', '193444.761000', '193444.764000', '193444.767000', '193444.769000', '193444.772000', '193444.774000', '193444.777000', '193444.779000', '193444.782000', '193444.784000', '193444.787000', '193444.789000', '193444.792000', '193444.795000', '193444.797000', '193444.800000', '193444.807000', '193444.809000', '193444.812000', '193444.814000', '193444.817000', '193444.819000', '193444.822000', '193444.824000', '193444.827000', '193444.830000', '193444.832000', '193504.652000', '193504.654000', '193504.657000', '193504.660000', '193504.662000', '193504.665000', '193504.668000', '193504.670000', '193504.673000', '193504.675000', '193504.678000', '193504.680000', '193504.683000', '193504.685000', '193504.688000', '193504.691000', '193504.693000', '193504.696000', '193504.698000', '193504.701000', '193504.703000', '193504.706000', '193504.708000', '193504.711000', '193504.713000', '193504.716000', '193504.719000', '193504.729000', '193504.731000', '193504.734000', '193504.736000', '193504.739000', '193504.742000', '193504.744000', '193504.747000', '193504.750000', '193504.753000', '193504.755000', '193504.758000', '193504.760000', '193504.763000', '193504.765000', '193504.768000', '193524.651000', '193524.654000', '193524.657000', '193524.659000', '193524.662000', '193524.664000', '193524.667000', '193524.670000', '193524.672000', '193524.675000', '193524.677000', '193524.680000', '193524.682000', '193524.685000', '193524.687000', '193524.690000', '193524.693000', '193524.695000', '193524.698000', '193524.700000', '193524.703000', '193524.705000', '193524.708000', '193524.710000', '193524.713000', '193524.716000', '193524.718000', '193524.721000', '193524.723000', '193524.726000', '193524.728000', '193524.731000', '193524.733000', '193524.736000', '193524.740000', '193524.743000', '193524.746000', '193524.748000', '193524.751000', '193524.753000', '193524.756000', '193524.758000', '193524.761000', '193524.763000', '193544.652000', '193544.654000', '193544.657000', '193544.660000', '193544.662000', '193544.665000', '193544.667000', '193544.670000', '193544.672000', '193544.675000', '193544.677000', '193544.680000', '193544.682000', '193544.685000', '193544.687000', '193544.690000', '193544.693000', '193544.695000', '193544.698000', '193544.700000', '193544.703000', '193544.705000', '193544.708000', '193544.710000', '193544.713000', '193544.716000', '193544.718000', '193544.721000', '193544.723000', '193544.726000', '193544.729000', '193544.731000', '193544.738000', '193544.740000', '193544.743000', '193544.746000', '193544.748000', '193544.751000', '193544.753000', '193544.756000', '193544.758000', '193544.761000', '193544.763000', '193604.653000', '193604.655000', '193604.658000', '193604.661000', '193604.663000', '193604.666000', '193604.668000', '193604.671000', '193604.673000', '193604.676000', '193604.679000', '193604.681000', '193604.684000', '193604.686000', '193604.689000', '193604.697000', '193604.699000', '193604.702000', '193604.704000', '193604.707000', '193604.709000', '193604.712000', '193604.715000', '193604.717000', '193604.720000', '193604.722000', '193604.725000', '193604.727000', '193604.730000', '193604.733000', '193604.735000', '193604.738000', '193604.740000', '193604.743000', '193604.745000', '193604.748000', '193604.751000', '193604.753000', '193604.756000', '193604.758000', '193604.761000', '193604.763000', '193604.766000', '193604.768000', '193624.653000', '193624.655000', '193624.658000', '193624.660000', '193624.663000', '193624.665000', '193624.668000', '193624.671000', '193624.673000', '193624.676000', '193624.678000', '193624.681000', '193624.683000', '193624.686000', '193624.689000', '193624.691000', '193624.694000', '193624.696000', '193624.699000', '193624.701000', '193624.704000', '193624.706000', '193624.709000', '193624.712000', '193624.714000', '193624.717000', '193624.719000', '193624.730000', '193624.747000', '193624.750000', '193624.752000', '193624.755000', '193624.758000', '193624.760000', '193624.763000', '193624.765000', '193624.768000', '193624.770000', '193624.773000', '193624.776000', '193624.778000', '193624.781000', '193624.783000', '193644.652000', '193644.654000', '193644.657000', '193644.659000', '193644.662000', '193644.665000', '193644.667000', '193644.670000', '193644.672000', '193644.675000', '193644.677000', '193644.680000', '193644.682000', '193644.685000', '193644.688000', '193644.690000', '193644.693000', '193644.695000', '193644.698000', '193644.700000', '193644.703000', '193644.705000', '193644.708000', '193644.711000', '193644.713000', '193644.716000', '193644.718000', '193644.721000', '193644.724000', '193644.726000', '193644.729000', '193644.731000', '193644.734000', '193644.737000', '193644.739000', '193644.742000', '193644.744000', '193644.747000', '193644.749000', '193644.752000', '193644.754000', '193644.757000', '193644.760000', '193644.762000', '193704.651000', '193704.654000', '193704.657000', '193704.659000', '193704.662000', '193704.664000', '193704.667000', '193704.670000', '193704.672000', '193704.675000', '193704.677000', '193704.680000', '193704.682000', '193704.685000', '193704.688000', '193704.690000', '193704.693000', '193704.695000', '193704.698000', '193704.700000', '193704.703000', '193704.705000', '193704.708000', '193704.711000', '193704.722000', '193704.725000', '193704.727000', '193704.730000', '193704.732000', '193704.735000', '193704.738000', '193704.740000', '193704.743000', '193704.745000', '193704.748000', '193704.750000', '193704.753000', '193704.755000', '193704.758000', '193704.760000', '193704.763000', '193704.766000', '193704.768000', '193724.651000', '193724.654000', '193724.657000', '193724.659000', '193724.662000', '193724.665000', '193724.667000', '193724.670000', '193724.672000', '193724.675000', '193724.677000', '193724.680000', '193724.683000', '193724.685000', '193724.688000', '193724.690000', '193724.693000', '193724.695000', '193724.698000', '193724.700000', '193724.703000', '193724.706000', '193724.708000', '193724.711000', '193724.713000', '193724.716000', '193724.719000', '193724.721000', '193724.724000', '193724.726000', '193724.729000', '193724.731000', '193724.734000', '193724.736000', '193724.739000', '193724.742000', '193724.744000', '193724.747000', '193724.749000', '193724.752000', '193724.755000', '193724.757000', '193724.760000', '193724.762000', '193744.651000', '193744.654000', '193744.657000', '193744.659000', '193744.662000', '193744.664000', '193744.667000', '193744.669000', '193744.672000', '193744.675000', '193744.677000', '193744.680000', '193744.682000', '193744.685000', '193744.688000', '193744.690000', '193744.699000', '193744.702000', '193744.704000', '193744.707000', '193744.710000', '193744.712000', '193744.715000', '193744.717000', '193744.720000', '193744.722000', '193744.725000', '193744.728000', '193744.730000', '193744.733000', '193744.735000', '193744.738000', '193744.740000', '193744.743000', '193744.746000', '193744.748000', '193744.751000', '193744.753000', '193744.756000', '193744.758000', '193744.761000', '193744.764000', '193744.766000', '193804.651000', '193804.654000', '193804.657000', '193804.659000', '193804.662000', '193804.665000', '193804.667000', '193804.670000', '193804.673000', '193804.675000', '193804.721000', '193804.724000', '193804.726000', '193804.729000', '193804.732000', '193804.734000', '193804.737000', '193804.739000', '193804.742000', '193804.744000', '193804.747000', '193804.749000', '193804.752000', '193804.755000', '193804.757000', '193804.760000', '193804.762000', '193804.765000', '193804.767000', '193804.770000', '193804.773000', '193804.775000', '193804.778000', '193804.780000', '193804.783000', '193804.785000', '193804.788000', '193804.791000', '193804.793000', '193804.796000', '193804.799000', '193804.801000', '193804.804000', '193824.652000', '193824.655000', '193824.658000', '193824.660000', '193824.663000', '193824.666000', '193824.668000', '193824.671000', '193824.673000', '193824.676000', '193824.678000', '193824.681000', '193824.684000', '193824.686000', '193824.689000', '193824.691000', '193824.694000', '193824.696000', '193824.699000', '193824.701000', '193824.704000', '193824.707000', '193824.709000', '193824.712000', '193824.714000', '193824.717000', '193824.719000', '193824.722000', '193824.725000', '193824.727000', '193824.730000', '193824.732000', '193824.735000', '193824.737000', '193824.740000', '193824.742000', '193824.745000', '193824.748000', '193824.750000', '193824.753000', '193824.755000', '193824.758000', '193824.760000', '193824.763000', '193844.652000', '193844.655000', '193844.658000', '193844.661000', '193844.663000', '193844.666000', '193844.668000', '193844.671000', '193844.674000', '193844.676000', '193844.679000', '193844.681000', '193844.684000', '193844.687000', '193844.689000', '193844.692000', '193844.694000', '193844.697000', '193844.699000', '193844.702000', '193844.704000', '193844.707000', '193844.710000', '193844.712000', '193844.715000', '193844.717000', '193844.720000', '193844.722000', '193844.725000', '193844.727000', '193844.730000', '193844.733000', '193844.735000', '193844.738000', '193844.741000', '193844.743000', '193844.746000', '193844.749000', '193844.751000', '193844.754000', '193844.756000', '193844.759000', '193844.761000', '193904.651000', '193904.654000', '193904.657000', '193904.659000', '193904.662000', '193904.664000', '193904.667000', '193904.670000', '193904.672000', '193904.675000', '193904.678000', '193904.680000', '193904.683000', '193904.685000', '193904.688000', '193904.691000', '193904.693000', '193904.696000', '193904.698000', '193904.701000', '193904.703000', '193904.706000', '193904.708000', '193904.711000', '193904.714000', '193904.716000', '193904.719000', '193904.721000', '193904.724000', '193904.726000', '193904.729000', '193904.732000', '193904.734000', '193904.737000', '193904.739000', '193904.742000', '193904.744000', '193904.747000', '193904.750000', '193904.752000', '193904.755000', '193904.758000', '193904.760000', '193904.763000', '193924.652000', '193924.654000', '193924.657000', '193924.659000', '193924.662000', '193924.664000', '193924.667000', '193924.670000', '193924.672000', '193924.675000', '193924.677000', '193924.680000', '193924.682000', '193924.685000', '193924.688000', '193924.690000', '193924.693000', '193924.696000', '193924.698000', '193924.701000', '193924.703000', '193924.706000', '193924.708000', '193924.711000', '193924.714000', '193924.716000', '193924.719000', '193924.721000', '193924.724000', '193924.726000', '193924.729000', '193924.732000', '193924.734000', '193924.737000', '193924.739000', '193924.748000', '193924.751000', '193924.753000', '193924.756000', '193924.759000', '193924.761000', '193924.764000', '193924.766000', '193924.769000', '193944.651000', '193944.654000', '193944.657000', '193944.659000', '193944.662000', '193944.664000', '193944.667000', '193944.670000', '193944.672000', '193944.675000', '193944.677000', '193944.680000', '193944.682000', '193944.685000', '193944.688000', '193944.690000', '193944.693000', '193944.695000', '193944.698000', '193944.700000', '193944.703000', '193944.706000', '193944.708000', '193944.711000', '193944.713000', '193944.716000', '193944.718000', '193944.721000', '193944.723000', '193944.726000', '193944.729000', '193944.731000', '193944.734000', '193944.739000', '193944.742000', '193944.744000', '193944.747000', '193944.749000', '193944.752000', '193944.754000', '193944.757000', '193944.760000', '193944.762000', '194004.652000', '194004.654000', '194004.657000', '194004.659000', '194004.662000', '194004.665000', '194004.668000', '194004.671000', '194004.673000', '194004.676000', '194004.679000', '194004.682000', '194004.685000', '194004.687000', '194004.690000', '194004.692000', '194004.695000', '194004.698000', '194004.700000', '194004.703000', '194004.706000', '194004.708000', '194004.711000', '194004.713000', '194004.716000', '194004.719000', '194004.721000', '194004.724000', '194004.727000', '194004.729000', '194004.732000', '194004.734000', '194004.737000', '194004.740000', '194004.742000', '194004.745000', '194004.747000', '194004.750000', '194004.752000', '194004.755000', '194004.758000', '194004.760000', '194004.763000', '194024.652000', '194024.654000', '194024.657000', '194024.661000', '194024.664000', '194024.666000', '194024.669000', '194024.671000', '194024.674000', '194024.677000', '194024.679000', '194024.682000', '194024.684000', '194024.687000', '194024.689000', '194024.692000', '194024.695000', '194024.697000', '194024.700000', '194024.702000', '194024.705000', '194024.707000', '194024.710000', '194024.712000', '194024.715000', '194024.718000', '194024.720000', '194024.723000', '194024.725000', '194024.728000', '194024.730000', '194024.733000', '194024.736000', '194024.738000', '194024.741000', '194024.743000', '194024.746000', '194024.749000', '194024.751000', '194024.754000', '194024.756000', '194024.759000', '194024.762000', '194024.764000', '194044.653000', '194044.656000', '194044.658000', '194044.661000', '194044.664000', '194044.666000', '194044.669000', '194044.671000', '194044.674000', '194044.677000', '194044.679000', '194044.682000', '194044.684000', '194044.687000', '194044.689000', '194044.692000', '194044.695000', '194044.697000', '194044.700000', '194044.702000', '194044.705000', '194044.707000', '194044.710000', '194044.713000', '194044.715000', '194044.718000', '194044.720000', '194044.723000', '194044.725000', '194044.728000', '194044.731000', '194044.733000', '194044.736000', '194044.738000', '194044.741000', '194044.744000', '194044.746000', '194044.749000', '194044.751000', '194044.754000', '194044.756000', '194044.759000', '194044.762000', '194101.652000', '194101.655000', '194101.658000', '194101.670000', '194101.672000', '194101.675000', '194101.677000', '194101.680000', '194101.683000', '194101.685000', '194101.688000', '194101.691000', '194101.693000', '194101.696000', '194101.699000', '194101.702000', '194101.705000', '194101.710000', '194101.714000', '194101.716000', '194101.719000', '194101.722000', '194101.725000', '194101.728000', '194101.731000', '194101.734000', '194101.737000', '194101.739000', '194101.743000', '194101.745000', '194101.748000', '194101.751000', '194101.753000', '194101.757000', '194101.760000', '194101.763000', '194101.765000', '194101.768000'], 'InstanceCreationTime': ['193444.684000', '193444.687000', '193444.690000', '193444.692000', '193444.695000', '193444.698000', '193444.700000', '193444.703000', '193444.705000', '193444.708000', '193444.710000', '193444.713000', '193444.715000', '193444.718000', '193444.721000', '193444.723000', '193444.726000', '193444.728000', '193444.731000', '193444.733000', '193444.736000', '193444.739000', '193444.741000', '193444.744000', '193444.746000', '193444.761000', '193444.764000', '193444.767000', '193444.769000', '193444.772000', '193444.774000', '193444.777000', '193444.779000', '193444.782000', '193444.784000', '193444.787000', '193444.789000', '193444.792000', '193444.795000', '193444.797000', '193444.800000', '193444.807000', '193444.809000', '193444.812000', '193444.814000', '193444.817000', '193444.819000', '193444.822000', '193444.824000', '193444.827000', '193444.830000', '193444.832000', '193504.652000', '193504.654000', '193504.657000', '193504.660000', '193504.662000', '193504.665000', '193504.668000', '193504.670000', '193504.673000', '193504.675000', '193504.678000', '193504.680000', '193504.683000', '193504.685000', '193504.688000', '193504.691000', '193504.693000', '193504.696000', '193504.698000', '193504.701000', '193504.703000', '193504.706000', '193504.708000', '193504.711000', '193504.713000', '193504.716000', '193504.719000', '193504.729000', '193504.731000', '193504.734000', '193504.736000', '193504.739000', '193504.742000', '193504.744000', '193504.747000', '193504.750000', '193504.753000', '193504.755000', '193504.758000', '193504.760000', '193504.763000', '193504.765000', '193504.768000', '193524.651000', '193524.654000', '193524.657000', '193524.659000', '193524.662000', '193524.664000', '193524.667000', '193524.670000', '193524.672000', '193524.675000', '193524.677000', '193524.680000', '193524.682000', '193524.685000', '193524.687000', '193524.690000', '193524.693000', '193524.695000', '193524.698000', '193524.700000', '193524.703000', '193524.705000', '193524.708000', '193524.710000', '193524.713000', '193524.716000', '193524.718000', '193524.721000', '193524.723000', '193524.726000', '193524.728000', '193524.731000', '193524.733000', '193524.736000', '193524.740000', '193524.743000', '193524.746000', '193524.748000', '193524.751000', '193524.753000', '193524.756000', '193524.758000', '193524.761000', '193524.763000', '193544.652000', '193544.654000', '193544.657000', '193544.660000', '193544.662000', '193544.665000', '193544.667000', '193544.670000', '193544.672000', '193544.675000', '193544.677000', '193544.680000', '193544.682000', '193544.685000', '193544.687000', '193544.690000', '193544.693000', '193544.695000', '193544.698000', '193544.700000', '193544.703000', '193544.705000', '193544.708000', '193544.710000', '193544.713000', '193544.716000', '193544.718000', '193544.721000', '193544.723000', '193544.726000', '193544.729000', '193544.731000', '193544.738000', '193544.740000', '193544.743000', '193544.746000', '193544.748000', '193544.751000', '193544.753000', '193544.756000', '193544.758000', '193544.761000', '193544.763000', '193604.653000', '193604.655000', '193604.658000', '193604.661000', '193604.663000', '193604.666000', '193604.668000', '193604.671000', '193604.673000', '193604.676000', '193604.679000', '193604.681000', '193604.684000', '193604.686000', '193604.689000', '193604.697000', '193604.699000', '193604.702000', '193604.704000', '193604.707000', '193604.709000', '193604.712000', '193604.715000', '193604.717000', '193604.720000', '193604.722000', '193604.725000', '193604.727000', '193604.730000', '193604.733000', '193604.735000', '193604.738000', '193604.740000', '193604.743000', '193604.745000', '193604.748000', '193604.751000', '193604.753000', '193604.756000', '193604.758000', '193604.761000', '193604.763000', '193604.766000', '193604.768000', '193624.653000', '193624.655000', '193624.658000', '193624.660000', '193624.663000', '193624.665000', '193624.668000', '193624.671000', '193624.673000', '193624.676000', '193624.678000', '193624.681000', '193624.683000', '193624.686000', '193624.689000', '193624.691000', '193624.694000', '193624.696000', '193624.699000', '193624.701000', '193624.704000', '193624.706000', '193624.709000', '193624.712000', '193624.714000', '193624.717000', '193624.719000', '193624.730000', '193624.747000', '193624.750000', '193624.752000', '193624.755000', '193624.758000', '193624.760000', '193624.763000', '193624.765000', '193624.768000', '193624.770000', '193624.773000', '193624.776000', '193624.778000', '193624.781000', '193624.783000', '193644.652000', '193644.654000', '193644.657000', '193644.659000', '193644.662000', '193644.665000', '193644.667000', '193644.670000', '193644.672000', '193644.675000', '193644.677000', '193644.680000', '193644.682000', '193644.685000', '193644.688000', '193644.690000', '193644.693000', '193644.695000', '193644.698000', '193644.700000', '193644.703000', '193644.705000', '193644.708000', '193644.711000', '193644.713000', '193644.716000', '193644.718000', '193644.721000', '193644.724000', '193644.726000', '193644.729000', '193644.731000', '193644.734000', '193644.737000', '193644.739000', '193644.742000', '193644.744000', '193644.747000', '193644.749000', '193644.752000', '193644.754000', '193644.757000', '193644.760000', '193644.762000', '193704.651000', '193704.654000', '193704.657000', '193704.659000', '193704.662000', '193704.664000', '193704.667000', '193704.670000', '193704.672000', '193704.675000', '193704.677000', '193704.680000', '193704.682000', '193704.685000', '193704.688000', '193704.690000', '193704.693000', '193704.695000', '193704.698000', '193704.700000', '193704.703000', '193704.705000', '193704.708000', '193704.711000', '193704.722000', '193704.725000', '193704.727000', '193704.730000', '193704.732000', '193704.735000', '193704.738000', '193704.740000', '193704.743000', '193704.745000', '193704.748000', '193704.750000', '193704.753000', '193704.755000', '193704.758000', '193704.760000', '193704.763000', '193704.766000', '193704.768000', '193724.651000', '193724.654000', '193724.657000', '193724.659000', '193724.662000', '193724.665000', '193724.667000', '193724.670000', '193724.672000', '193724.675000', '193724.677000', '193724.680000', '193724.683000', '193724.685000', '193724.688000', '193724.690000', '193724.693000', '193724.695000', '193724.698000', '193724.700000', '193724.703000', '193724.706000', '193724.708000', '193724.711000', '193724.713000', '193724.716000', '193724.719000', '193724.721000', '193724.724000', '193724.726000', '193724.729000', '193724.731000', '193724.734000', '193724.736000', '193724.739000', '193724.742000', '193724.744000', '193724.747000', '193724.749000', '193724.752000', '193724.755000', '193724.757000', '193724.760000', '193724.762000', '193744.651000', '193744.654000', '193744.657000', '193744.659000', '193744.662000', '193744.664000', '193744.667000', '193744.669000', '193744.672000', '193744.675000', '193744.677000', '193744.680000', '193744.682000', '193744.685000', '193744.688000', '193744.690000', '193744.699000', '193744.702000', '193744.704000', '193744.707000', '193744.710000', '193744.712000', '193744.715000', '193744.717000', '193744.720000', '193744.722000', '193744.725000', '193744.728000', '193744.730000', '193744.733000', '193744.735000', '193744.738000', '193744.740000', '193744.743000', '193744.746000', '193744.748000', '193744.751000', '193744.753000', '193744.756000', '193744.758000', '193744.761000', '193744.764000', '193744.766000', '193804.651000', '193804.654000', '193804.657000', '193804.659000', '193804.662000', '193804.665000', '193804.667000', '193804.670000', '193804.673000', '193804.675000', '193804.721000', '193804.724000', '193804.726000', '193804.729000', '193804.732000', '193804.734000', '193804.737000', '193804.739000', '193804.742000', '193804.744000', '193804.747000', '193804.749000', '193804.752000', '193804.755000', '193804.757000', '193804.760000', '193804.762000', '193804.765000', '193804.767000', '193804.770000', '193804.773000', '193804.775000', '193804.778000', '193804.780000', '193804.783000', '193804.785000', '193804.788000', '193804.791000', '193804.793000', '193804.796000', '193804.799000', '193804.801000', '193804.804000', '193824.652000', '193824.655000', '193824.658000', '193824.660000', '193824.663000', '193824.666000', '193824.668000', '193824.671000', '193824.673000', '193824.676000', '193824.678000', '193824.681000', '193824.684000', '193824.686000', '193824.689000', '193824.691000', '193824.694000', '193824.696000', '193824.699000', '193824.701000', '193824.704000', '193824.707000', '193824.709000', '193824.712000', '193824.714000', '193824.717000', '193824.719000', '193824.722000', '193824.725000', '193824.727000', '193824.730000', '193824.732000', '193824.735000', '193824.737000', '193824.740000', '193824.742000', '193824.745000', '193824.748000', '193824.750000', '193824.753000', '193824.755000', '193824.758000', '193824.760000', '193824.763000', '193844.652000', '193844.655000', '193844.658000', '193844.661000', '193844.663000', '193844.666000', '193844.668000', '193844.671000', '193844.674000', '193844.676000', '193844.679000', '193844.681000', '193844.684000', '193844.687000', '193844.689000', '193844.692000', '193844.694000', '193844.697000', '193844.699000', '193844.702000', '193844.704000', '193844.707000', '193844.710000', '193844.712000', '193844.715000', '193844.717000', '193844.720000', '193844.722000', '193844.725000', '193844.727000', '193844.730000', '193844.733000', '193844.735000', '193844.738000', '193844.741000', '193844.743000', '193844.746000', '193844.749000', '193844.751000', '193844.754000', '193844.756000', '193844.759000', '193844.761000', '193904.651000', '193904.654000', '193904.657000', '193904.659000', '193904.662000', '193904.664000', '193904.667000', '193904.670000', '193904.672000', '193904.675000', '193904.678000', '193904.680000', '193904.683000', '193904.685000', '193904.688000', '193904.691000', '193904.693000', '193904.696000', '193904.698000', '193904.701000', '193904.703000', '193904.706000', '193904.708000', '193904.711000', '193904.714000', '193904.716000', '193904.719000', '193904.721000', '193904.724000', '193904.726000', '193904.729000', '193904.732000', '193904.734000', '193904.737000', '193904.739000', '193904.742000', '193904.744000', '193904.747000', '193904.750000', '193904.752000', '193904.755000', '193904.758000', '193904.760000', '193904.763000', '193924.652000', '193924.654000', '193924.657000', '193924.659000', '193924.662000', '193924.664000', '193924.667000', '193924.670000', '193924.672000', '193924.675000', '193924.677000', '193924.680000', '193924.682000', '193924.685000', '193924.688000', '193924.690000', '193924.693000', '193924.696000', '193924.698000', '193924.701000', '193924.703000', '193924.706000', '193924.708000', '193924.711000', '193924.714000', '193924.716000', '193924.719000', '193924.721000', '193924.724000', '193924.726000', '193924.729000', '193924.732000', '193924.734000', '193924.737000', '193924.739000', '193924.748000', '193924.751000', '193924.753000', '193924.756000', '193924.759000', '193924.761000', '193924.764000', '193924.766000', '193924.769000', '193944.651000', '193944.654000', '193944.657000', '193944.659000', '193944.662000', '193944.664000', '193944.667000', '193944.670000', '193944.672000', '193944.675000', '193944.677000', '193944.680000', '193944.682000', '193944.685000', '193944.688000', '193944.690000', '193944.693000', '193944.695000', '193944.698000', '193944.700000', '193944.703000', '193944.706000', '193944.708000', '193944.711000', '193944.713000', '193944.716000', '193944.718000', '193944.721000', '193944.723000', '193944.726000', '193944.729000', '193944.731000', '193944.734000', '193944.739000', '193944.742000', '193944.744000', '193944.747000', '193944.749000', '193944.752000', '193944.754000', '193944.757000', '193944.760000', '193944.762000', '194004.652000', '194004.654000', '194004.657000', '194004.659000', '194004.662000', '194004.665000', '194004.668000', '194004.671000', '194004.673000', '194004.676000', '194004.679000', '194004.682000', '194004.685000', '194004.687000', '194004.690000', '194004.692000', '194004.695000', '194004.698000', '194004.700000', '194004.703000', '194004.706000', '194004.708000', '194004.711000', '194004.713000', '194004.716000', '194004.719000', '194004.721000', '194004.724000', '194004.727000', '194004.729000', '194004.732000', '194004.734000', '194004.737000', '194004.740000', '194004.742000', '194004.745000', '194004.747000', '194004.750000', '194004.752000', '194004.755000', '194004.758000', '194004.760000', '194004.763000', '194024.652000', '194024.654000', '194024.657000', '194024.661000', '194024.664000', '194024.666000', '194024.669000', '194024.671000', '194024.674000', '194024.677000', '194024.679000', '194024.682000', '194024.684000', '194024.687000', '194024.689000', '194024.692000', '194024.695000', '194024.697000', '194024.700000', '194024.702000', '194024.705000', '194024.707000', '194024.710000', '194024.712000', '194024.715000', '194024.718000', '194024.720000', '194024.723000', '194024.725000', '194024.728000', '194024.730000', '194024.733000', '194024.736000', '194024.738000', '194024.741000', '194024.743000', '194024.746000', '194024.749000', '194024.751000', '194024.754000', '194024.756000', '194024.759000', '194024.762000', '194024.764000', '194044.653000', '194044.656000', '194044.658000', '194044.661000', '194044.664000', '194044.666000', '194044.669000', '194044.671000', '194044.674000', '194044.677000', '194044.679000', '194044.682000', '194044.684000', '194044.687000', '194044.689000', '194044.692000', '194044.695000', '194044.697000', '194044.700000', '194044.702000', '194044.705000', '194044.707000', '194044.710000', '194044.713000', '194044.715000', '194044.718000', '194044.720000', '194044.723000', '194044.725000', '194044.728000', '194044.731000', '194044.733000', '194044.736000', '194044.738000', '194044.741000', '194044.744000', '194044.746000', '194044.749000', '194044.751000', '194044.754000', '194044.756000', '194044.759000', '194044.762000', '194101.652000', '194101.655000', '194101.658000', '194101.670000', '194101.672000', '194101.675000', '194101.677000', '194101.680000', '194101.683000', '194101.685000', '194101.688000', '194101.691000', '194101.693000', '194101.696000', '194101.699000', '194101.702000', '194101.705000', '194101.710000', '194101.714000', '194101.716000', '194101.719000', '194101.722000', '194101.725000', '194101.728000', '194101.731000', '194101.734000', '194101.737000', '194101.739000', '194101.743000', '194101.745000', '194101.748000', '194101.751000', '194101.753000', '194101.757000', '194101.760000', '194101.763000', '194101.765000', '194101.768000'], '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': [10691, 6991, 11515, 7155, 13358, 8300, 13137, 8772, 13096, 7137, 10667, 7339, 9674, 7077, 9239, 6755, 7076, 7340, 7495, 12273, 7339, 8892, 7203, 7634, 7323, 7171, 7177, 6977, 6740, 7399, 7214, 7341, 7696, 7462, 7220, 7452, 8693, 7305, 7966, 7302, 8455, 7100, 7879, 6983, 7211, 6789, 7348, 7002, 7455, 7015, 8052, 6948, 8152, 7907, 6951, 7604, 7218, 7145, 10241, 7451, 11149, 6581, 13390, 8822, 12138, 10226, 7472, 6414, 6945, 7156, 7183, 6810, 14060, 6847, 10192, 6948, 8821, 6751, 7508, 13072, 6624, 14816, 7842, 12590, 9515, 11345, 6897, 8195, 7032, 7054, 6945, 6465, 7078, 6999, 7024, 6842, 6990, 7310, 7020, 7649, 6811, 7815, 6884, 8073, 6783, 7456, 6528, 7752, 7170, 6644, 7025, 7128, 7084, 6712, 6906, 6438, 6639, 6705, 7138, 6741, 6656, 6697, 6402, 7259, 6965, 8579, 6927, 9635, 7098, 9567, 6919, 9845, 7152, 10740, 8098, 11836, 8602, 8053, 8399, 6473, 6801, 6337, 6978, 6881, 8831, 7339, 10994, 7463, 11340, 7591, 12626, 8645, 13930, 9542, 13031, 10558, 13268, 7588, 10708, 7205, 9689, 7229, 8761, 7337, 8675, 7326, 8431, 7127, 8209, 7108, 8664, 7623, 7740, 7275, 7357, 7796, 7265, 7277, 7271, 7581, 7381, 7704, 7760, 7783, 7707, 7440, 8350, 7550, 8763, 7720, 7559, 7549, 7961, 7459, 8293, 7575, 8423, 7342, 7829, 7612, 7510, 7992, 9042, 8424, 9622, 8420, 10661, 8377, 10689, 8417, 9156, 8621, 9741, 8518, 9351, 8335, 8688, 8460, 8931, 8183, 8669, 7739, 8663, 8063, 9284, 8675, 8199, 8308, 8345, 8303, 8012, 7989, 7823, 7467, 7359, 7561, 7587, 7587, 7326, 9364, 7424, 8664, 7765, 8668, 7319, 8297, 7361, 8881, 7304, 7927, 7291, 8382, 7290, 9281, 8081, 8343, 7284, 9051, 7147, 8644, 7557, 8681, 7451, 8476, 7324, 8664, 7074, 8542, 6977, 6792, 7225, 9682, 8443, 11615, 7772, 7452, 6795, 6464, 8578, 7256, 8379, 7842, 9177, 7796, 9833, 7016, 9522, 8421, 9484, 16580, 8617, 13266, 8200, 10601, 7417, 9130, 8294, 8693, 12570, 8048, 9403, 7717, 9119, 8077, 8874, 7497, 8832, 7706, 8362, 9342, 8182, 8946, 8008, 9767, 7519, 8981, 8175, 8700, 7940, 9231, 7661, 9059, 7128, 9655, 6875, 9733, 6852, 9367, 6899, 9708, 7797, 9833, 7610, 10328, 7851, 9774, 7582, 9042, 7613, 9316, 7516, 9637, 7527, 9453, 7918, 8974, 7056, 8209, 7368, 8982, 8457, 9655, 8191, 8996, 7177, 8047, 8222, 6743, 10066, 7488, 10533, 8264, 9748, 9103, 10508, 9830, 10889, 9869, 11868, 10277, 14519, 8930, 14533, 8294, 10572, 10686, 10523, 8615, 9063, 8879, 9223, 7767, 8378, 8269, 8383, 8572, 8093, 7835, 7424, 7884, 8225, 7858, 8543, 8194, 8686, 8142, 8345, 9320, 7808, 12462, 7938, 9787, 8259, 8061, 8041, 8873, 8131, 8661, 8094, 8186, 8022, 7649, 8198, 7505, 8274, 7751, 8991, 7829, 8130, 6987, 8803, 8517, 11140, 8044, 9475, 7664, 9451, 6962, 8936, 6931, 8912, 7009, 9230, 7383, 8773, 6970, 8567, 6650, 9367, 6934, 9337, 7748, 9831, 7947, 6943, 11382, 7694, 11214, 7648, 11242, 12374, 10721, 16526, 8853, 12534, 8890, 12345, 8084, 12005, 7740, 9850, 12337, 9092, 17136, 8571, 10850, 8504, 11081, 8931, 8901, 8581, 7655, 9960, 7129, 11130, 7676, 10882, 7404, 9628, 7368, 9982, 7305, 10245, 7047, 9988, 6967, 9595, 7550, 10912, 7891, 8498, 7525, 8824, 7626, 8037, 7905, 8821, 7905, 8033, 8033, 7651, 7663, 8902, 7567, 11680, 7691, 10426, 7220, 9666, 7245, 8798, 7394, 7913, 9588, 7345, 9272, 7053, 9521, 7008, 9135, 6963, 9397, 7676, 9237, 7347, 8731, 6727, 8817, 7742, 7838, 8367, 8149, 8773, 8229, 9094, 7515, 8923, 10423, 8966, 9796, 8809, 15385, 8210, 14121, 8239, 12914, 8043, 8912, 8230, 7928, 8875, 8143, 8699, 8848, 8079, 9793, 7634, 10703, 7127, 9084, 8107, 8530, 8008, 8521, 7058, 8666, 7805, 8662, 7309, 8500, 7405, 8555, 7228, 8441, 7589, 8486, 7531, 8662, 7355, 8168, 8196, 8295, 8306, 8321, 8559, 8031, 7381, 11402, 8158, 11673, 7583, 9942, 7354, 9108, 8156, 11139, 9528, 14400, 8263, 9065, 9513, 7729, 10370, 7168, 10864, 9397, 13386, 8338, 10826, 9002, 8667, 11754, 7755, 11157, 7814, 10523, 7889, 10520, 7843, 12318, 7743, 10178, 7380, 9060, 7625, 8638, 8329, 8274, 8834, 7392, 9123, 7286, 9536, 7814, 9790, 7552, 9492, 7777, 9461, 7866, 9639, 7467, 10012, 7411, 9826, 7271, 10312, 7685, 10116, 8131, 10268, 8264, 10174, 7387, 9380, 9294, 9849, 8402, 7869, 10236, 7954, 11638, 8535, 12082, 8714, 11878, 8802, 11858, 10162, 9371, 10035, 8061, 9814, 8181, 10138, 7911, 9937, 7511, 9322, 7502, 9546, 8285, 9421, 7861, 9304, 8318, 8978, 8255, 9301, 8229, 9269, 7885, 8820, 7738, 8890, 7774, 8935, 7653, 8831, 8158, 8756, 8544, 8976, 7462, 8744, 7383, 8998, 8101, 8939, 8268, 8967, 7792, 8829, 8068, 8796, 8435, 9191, 8705, 8424, 8047, 8632, 7601, 10524, 9254, 10475, 7667, 7646, 7264, 9906, 7761, 8499, 7680, 6653, 9850, 8358, 11295, 8344, 15600, 9643, 11191, 9258, 8213, 9824, 7167, 9804, 6993, 11090, 7499, 10160, 7718, 10055, 7731, 9881, 7686, 9475, 7353, 9901, 7597, 9762, 7542, 9612, 7920, 10843, 7631, 10782, 7634, 9903, 9095, 9450, 8370, 9273, 7412, 9751, 8529, 9934, 8512, 9245, 9450, 9521, 9049, 12397, 8351, 10477, 8292, 9761, 8536, 10038, 9052, 8923, 8905, 7781, 10461, 7668, 10788, 7901, 11016, 8282, 9400, 8087, 11917, 8415, 11882, 8996, 12484, 8939, 13785, 8744, 13928, 8412, 12757, 8240, 10270, 10212, 9194, 11169, 8622, 11219, 8528, 11372, 9099, 14681, 11246, 11442, 8870, 8953, 7512, 8023, 7501, 7818, 7431, 8270, 7046, 9542, 6897, 9825, 7200, 9114, 7620, 8097, 7737, 7087, 8184, 7590, 8835, 7299, 8194, 8108, 8231, 8241, 8149, 8061, 8157, 8476, 8369, 8191, 8270, 7414, 7798, 8856, 7782, 9682, 8383, 9344, 8000, 9208, 8070, 8721, 7974, 8777, 8043, 8071, 7894], 'WindowCenter': [3888.0, 3819.0, 3866.0, 3805.0, 3867.0, 3810.0, 3848.0, 3798.0, 3838.0, 3763.0, 3813.0, 3772.0, 3805.0, 3761.0, 3789.0, 3750.0, 3759.0, 3762.0, 3773.0, 3825.0, 3759.0, 3791.0, 3772.0, 3769.0, 3771.0, 3762.0, 3757.0, 3758.0, 3747.0, 3768.0, 3770.0, 3769.0, 3780.0, 3768.0, 3773.0, 3773.0, 3792.0, 3774.0, 3795.0, 3784.0, 3795.0, 3786.0, 3794.0, 3785.0, 3788.0, 3761.0, 3789.0, 3775.0, 3788.0, 3778.0, 3797.0, 3791.0, 3808.0, 3809.0, 3773.0, 3797.0, 3787.0, 3789.0, 3828.0, 3787.0, 3831.0, 3765.0, 3852.0, 3810.0, 3840.0, 3816.0, 3772.0, 3749.0, 3749.0, 3758.0, 3747.0, 3752.0, 3835.0, 3750.0, 3802.0, 3761.0, 3791.0, 3751.0, 3770.0, 3821.0, 3737.0, 3820.0, 3758.0, 3805.0, 3775.0, 3786.0, 3732.0, 3755.0, 3734.0, 3736.0, 3737.0, 3722.0, 3738.0, 3747.0, 3747.0, 3736.0, 3749.0, 3757.0, 3746.0, 3758.0, 3736.0, 3759.0, 3749.0, 3766.0, 3748.0, 3758.0, 3739.0, 3772.0, 3759.0, 3749.0, 3759.0, 3763.0, 3764.0, 3752.0, 3762.0, 3751.0, 3762.0, 3765.0, 3775.0, 3766.0, 3763.0, 3765.0, 3765.0, 3789.0, 3775.0, 3805.0, 3790.0, 3834.0, 3792.0, 3830.0, 3789.0, 3830.0, 3804.0, 3851.0, 3806.0, 3839.0, 3811.0, 3789.0, 3785.0, 3742.0, 3751.0, 3757.0, 3776.0, 3779.0, 3806.0, 3773.0, 3832.0, 3789.0, 3829.0, 3789.0, 3846.0, 3797.0, 3837.0, 3812.0, 3833.0, 3803.0, 3810.0, 3753.0, 3783.0, 3744.0, 3776.0, 3759.0, 3771.0, 3743.0, 3768.0, 3750.0, 3769.0, 3742.0, 3767.0, 3748.0, 3762.0, 3761.0, 3760.0, 3758.0, 3749.0, 3761.0, 3743.0, 3747.0, 3759.0, 3769.0, 3760.0, 3770.0, 3771.0, 3774.0, 3768.0, 3767.0, 3785.0, 3776.0, 3794.0, 3775.0, 3770.0, 3775.0, 3784.0, 3770.0, 3798.0, 3785.0, 3797.0, 3785.0, 3788.0, 3800.0, 3783.0, 3799.0, 3818.0, 3808.0, 3812.0, 3808.0, 3828.0, 3797.0, 3823.0, 3793.0, 3800.0, 3796.0, 3818.0, 3788.0, 3803.0, 3792.0, 3791.0, 3794.0, 3804.0, 3805.0, 3793.0, 3781.0, 3803.0, 3794.0, 3814.0, 3805.0, 3794.0, 3808.0, 3804.0, 3806.0, 3806.0, 3806.0, 3794.0, 3769.0, 3782.0, 3785.0, 3782.0, 3779.0, 3771.0, 3816.0, 3786.0, 3792.0, 3778.0, 3790.0, 3770.0, 3787.0, 3782.0, 3801.0, 3781.0, 3776.0, 3782.0, 3790.0, 3780.0, 3816.0, 3789.0, 3788.0, 3771.0, 3789.0, 3759.0, 3791.0, 3785.0, 3791.0, 3770.0, 3791.0, 3771.0, 3793.0, 3773.0, 3787.0, 3773.0, 3761.0, 3770.0, 3801.0, 3782.0, 3809.0, 3773.0, 3765.0, 3743.0, 3739.0, 3768.0, 3759.0, 3768.0, 3781.0, 3804.0, 3773.0, 3813.0, 3762.0, 3793.0, 3768.0, 3793.0, 3822.0, 3765.0, 3796.0, 3752.0, 3767.0, 3732.0, 3763.0, 3751.0, 3743.0, 3780.0, 3739.0, 3748.0, 3728.0, 3749.0, 3727.0, 3748.0, 3728.0, 3750.0, 3739.0, 3751.0, 3760.0, 3753.0, 3756.0, 3755.0, 3787.0, 3743.0, 3767.0, 3755.0, 3776.0, 3754.0, 3778.0, 3748.0, 3766.0, 3738.0, 3779.0, 3743.0, 3792.0, 3740.0, 3791.0, 3748.0, 3789.0, 3760.0, 3804.0, 3774.0, 3811.0, 3771.0, 3791.0, 3772.0, 3779.0, 3771.0, 3792.0, 3757.0, 3790.0, 3773.0, 3794.0, 3774.0, 3794.0, 3766.0, 3806.0, 3786.0, 3815.0, 3815.0, 3809.0, 3804.0, 3815.0, 3786.0, 3794.0, 3808.0, 3776.0, 3839.0, 3798.0, 3849.0, 3821.0, 3838.0, 3843.0, 3848.0, 3853.0, 3863.0, 3843.0, 3861.0, 3828.0, 3848.0, 3806.0, 3849.0, 3795.0, 3816.0, 3818.0, 3815.0, 3794.0, 3794.0, 3804.0, 3801.0, 3773.0, 3781.0, 3783.0, 3782.0, 3780.0, 3781.0, 3770.0, 3771.0, 3784.0, 3790.0, 3783.0, 3797.0, 3785.0, 3797.0, 3772.0, 3785.0, 3794.0, 3775.0, 3825.0, 3774.0, 3804.0, 3781.0, 3763.0, 3770.0, 3779.0, 3769.0, 3782.0, 3767.0, 3782.0, 3764.0, 3771.0, 3784.0, 3772.0, 3783.0, 3784.0, 3792.0, 3768.0, 3786.0, 3780.0, 3787.0, 3803.0, 3839.0, 3796.0, 3813.0, 3785.0, 3815.0, 3764.0, 3801.0, 3774.0, 3807.0, 3778.0, 3818.0, 3788.0, 3817.0, 3789.0, 3807.0, 3764.0, 3829.0, 3787.0, 3817.0, 3785.0, 3799.0, 3796.0, 3774.0, 3823.0, 3783.0, 3825.0, 3784.0, 3840.0, 3831.0, 3815.0, 3857.0, 3795.0, 3837.0, 3804.0, 3824.0, 3770.0, 3811.0, 3756.0, 3776.0, 3794.0, 3765.0, 3816.0, 3751.0, 3772.0, 3750.0, 3768.0, 3750.0, 3760.0, 3747.0, 3740.0, 3772.0, 3730.0, 3783.0, 3741.0, 3782.0, 3730.0, 3758.0, 3741.0, 3772.0, 3742.0, 3783.0, 3731.0, 3772.0, 3732.0, 3786.0, 3748.0, 3788.0, 3743.0, 3754.0, 3750.0, 3766.0, 3761.0, 3754.0, 3772.0, 3793.0, 3783.0, 3772.0, 3785.0, 3774.0, 3767.0, 3783.0, 3769.0, 3811.0, 3773.0, 3817.0, 3773.0, 3804.0, 3773.0, 3782.0, 3773.0, 3786.0, 3814.0, 3779.0, 3818.0, 3780.0, 3817.0, 3777.0, 3806.0, 3779.0, 3829.0, 3799.0, 3833.0, 3800.0, 3821.0, 3770.0, 3809.0, 3786.0, 3803.0, 3802.0, 3798.0, 3808.0, 3813.0, 3820.0, 3789.0, 3823.0, 3829.0, 3806.0, 3816.0, 3795.0, 3847.0, 3797.0, 3847.0, 3796.0, 3838.0, 3783.0, 3792.0, 3784.0, 3769.0, 3798.0, 3773.0, 3782.0, 3795.0, 3783.0, 3805.0, 3777.0, 3803.0, 3751.0, 3793.0, 3782.0, 3783.0, 3769.0, 3778.0, 3751.0, 3779.0, 3758.0, 3781.0, 3769.0, 3781.0, 3760.0, 3781.0, 3763.0, 3782.0, 3771.0, 3793.0, 3773.0, 3798.0, 3762.0, 3786.0, 3784.0, 3784.0, 3794.0, 3799.0, 3800.0, 3798.0, 3761.0, 3816.0, 3773.0, 3816.0, 3766.0, 3802.0, 3767.0, 3796.0, 3790.0, 3832.0, 3822.0, 3853.0, 3799.0, 3798.0, 3797.0, 3765.0, 3805.0, 3755.0, 3804.0, 3798.0, 3840.0, 3774.0, 3816.0, 3784.0, 3786.0, 3813.0, 3760.0, 3792.0, 3762.0, 3791.0, 3758.0, 3792.0, 3773.0, 3810.0, 3761.0, 3788.0, 3751.0, 3795.0, 3774.0, 3783.0, 3772.0, 3773.0, 3784.0, 3763.0, 3794.0, 3761.0, 3794.0, 3772.0, 3805.0, 3775.0, 3795.0, 3776.0, 3807.0, 3772.0, 3796.0, 3778.0, 3806.0, 3769.0, 3806.0, 3761.0, 3803.0, 3762.0, 3803.0, 3787.0, 3818.0, 3801.0, 3807.0, 3764.0, 3784.0, 3803.0, 3815.0, 3788.0, 3796.0, 3819.0, 3775.0, 3823.0, 3805.0, 3833.0, 3792.0, 3836.0, 3806.0, 3835.0, 3814.0, 3792.0, 3802.0, 3783.0, 3789.0, 3766.0, 3789.0, 3757.0, 3789.0, 3739.0, 3777.0, 3750.0, 3803.0, 3781.0, 3789.0, 3760.0, 3789.0, 3777.0, 3775.0, 3764.0, 3787.0, 3766.0, 3786.0, 3767.0, 3789.0, 3756.0, 3778.0, 3754.0, 3777.0, 3756.0, 3789.0, 3777.0, 3790.0, 3778.0, 3791.0, 3759.0, 3779.0, 3756.0, 3791.0, 3767.0, 3802.0, 3791.0, 3790.0, 3768.0, 3790.0, 3778.0, 3792.0, 3780.0, 3815.0, 3792.0, 3806.0, 3782.0, 3806.0, 3778.0, 3817.0, 3792.0, 3818.0, 3788.0, 3785.0, 3774.0, 3812.0, 3777.0, 3794.0, 3773.0, 3764.0, 3809.0, 3781.0, 3818.0, 3785.0, 3838.0, 3797.0, 3801.0, 3780.0, 3759.0, 3807.0, 3753.0, 3802.0, 3749.0, 3791.0, 3750.0, 3792.0, 3757.0, 3779.0, 3757.0, 3787.0, 3756.0, 3787.0, 3749.0, 3780.0, 3768.0, 3791.0, 3769.0, 3780.0, 3778.0, 3803.0, 3783.0, 3804.0, 3783.0, 3817.0, 3809.0, 3809.0, 3820.0, 3816.0, 3784.0, 3813.0, 3806.0, 3815.0, 3804.0, 3801.0, 3801.0, 3802.0, 3802.0, 3836.0, 3795.0, 3814.0, 3793.0, 3814.0, 3804.0, 3826.0, 3815.0, 3804.0, 3805.0, 3784.0, 3813.0, 3780.0, 3804.0, 3763.0, 3793.0, 3780.0, 3784.0, 3782.0, 3824.0, 3794.0, 3817.0, 3793.0, 3817.0, 3777.0, 3802.0, 3748.0, 3800.0, 3735.0, 3776.0, 3721.0, 3759.0, 3747.0, 3737.0, 3749.0, 3724.0, 3756.0, 3735.0, 3769.0, 3737.0, 3770.0, 3761.0, 3760.0, 3731.0, 3727.0, 3705.0, 3720.0, 3735.0, 3749.0, 3749.0, 3756.0, 3740.0, 3767.0, 3722.0, 3766.0, 3735.0, 3752.0, 3734.0, 3745.0, 3733.0, 3722.0, 3747.0, 3748.0, 3756.0, 3746.0, 3771.0, 3760.0, 3754.0, 3760.0, 3759.0, 3757.0, 3759.0, 3768.0, 3771.0, 3787.0, 3783.0, 3764.0, 3775.0, 3798.0, 3789.0, 3808.0, 3799.0, 3805.0, 3774.0, 3796.0, 3776.0, 3784.0, 3773.0, 3783.0, 3775.0, 3775.0, 3786.0], 'WindowWidth': [8706.0, 8598.0, 8649.0, 8565.0, 8645.0, 8560.0, 8606.0, 8537.0, 8588.0, 8483.0, 8548.0, 8494.0, 8539.0, 8477.0, 8512.0, 8458.0, 8470.0, 8475.0, 8495.0, 8564.0, 8470.0, 8513.0, 8490.0, 8482.0, 8488.0, 8479.0, 8468.0, 8470.0, 8454.0, 8484.0, 8486.0, 8487.0, 8501.0, 8486.0, 8495.0, 8496.0, 8519.0, 8500.0, 8530.0, 8516.0, 8528.0, 8520.0, 8526.0, 8519.0, 8524.0, 8483.0, 8525.0, 8505.0, 8522.0, 8511.0, 8537.0, 8535.0, 8555.0, 8560.0, 8501.0, 8536.0, 8522.0, 8529.0, 8576.0, 8520.0, 8580.0, 8491.0, 8614.0, 8555.0, 8595.0, 8559.0, 8491.0, 8459.0, 8456.0, 8469.0, 8451.0, 8464.0, 8577.0, 8460.0, 8530.0, 8476.0, 8516.0, 8460.0, 8485.0, 8552.0, 8436.0, 8549.0, 8462.0, 8522.0, 8481.0, 8496.0, 8421.0, 8453.0, 8425.0, 8431.0, 8430.0, 8408.0, 8436.0, 8447.0, 8447.0, 8433.0, 8452.0, 8462.0, 8447.0, 8463.0, 8433.0, 8466.0, 8453.0, 8475.0, 8453.0, 8466.0, 8441.0, 8487.0, 8468.0, 8459.0, 8470.0, 8478.0, 8482.0, 8464.0, 8477.0, 8465.0, 8480.0, 8489.0, 8502.0, 8491.0, 8484.0, 8491.0, 8491.0, 8526.0, 8503.0, 8543.0, 8530.0, 8592.0, 8536.0, 8581.0, 8528.0, 8586.0, 8558.0, 8618.0, 8549.0, 8593.0, 8556.0, 8522.0, 8511.0, 8451.0, 8461.0, 8476.0, 8502.0, 8507.0, 8543.0, 8497.0, 8583.0, 8525.0, 8576.0, 8527.0, 8600.0, 8534.0, 8585.0, 8556.0, 8576.0, 8530.0, 8535.0, 8451.0, 8489.0, 8441.0, 8483.0, 8465.0, 8483.0, 8439.0, 8474.0, 8453.0, 8476.0, 8437.0, 8473.0, 8450.0, 8463.0, 8469.0, 8465.0, 8463.0, 8451.0, 8470.0, 8438.0, 8447.0, 8466.0, 8482.0, 8468.0, 8482.0, 8485.0, 8493.0, 8482.0, 8478.0, 8510.0, 8499.0, 8521.0, 8497.0, 8488.0, 8497.0, 8508.0, 8487.0, 8534.0, 8513.0, 8534.0, 8516.0, 8523.0, 8542.0, 8514.0, 8541.0, 8564.0, 8551.0, 8548.0, 8550.0, 8576.0, 8533.0, 8564.0, 8523.0, 8527.0, 8528.0, 8561.0, 8511.0, 8533.0, 8520.0, 8518.0, 8525.0, 8540.0, 8544.0, 8521.0, 8508.0, 8541.0, 8529.0, 8554.0, 8542.0, 8528.0, 8553.0, 8546.0, 8548.0, 8548.0, 8548.0, 8529.0, 8487.0, 8508.0, 8514.0, 8509.0, 8499.0, 8492.0, 8558.0, 8517.0, 8520.0, 8500.0, 8516.0, 8490.0, 8508.0, 8507.0, 8534.0, 8507.0, 8495.0, 8508.0, 8519.0, 8509.0, 8561.0, 8517.0, 8513.0, 8491.0, 8512.0, 8474.0, 8517.0, 8513.0, 8516.0, 8489.0, 8525.0, 8490.0, 8523.0, 8500.0, 8511.0, 8499.0, 8479.0, 8488.0, 8527.0, 8504.0, 8535.0, 8490.0, 8481.0, 8449.0, 8439.0, 8475.0, 8474.0, 8477.0, 8499.0, 8541.0, 8495.0, 8553.0, 8482.0, 8518.0, 8476.0, 8517.0, 8549.0, 8472.0, 8514.0, 8445.0, 8468.0, 8420.0, 8462.0, 8443.0, 8426.0, 8480.0, 8423.0, 8435.0, 8409.0, 8436.0, 8406.0, 8435.0, 8409.0, 8440.0, 8424.0, 8444.0, 8456.0, 8452.0, 8452.0, 8458.0, 8505.0, 8441.0, 8472.0, 8451.0, 8490.0, 8448.0, 8486.0, 8447.0, 8468.0, 8434.0, 8490.0, 8440.0, 8512.0, 8443.0, 8509.0, 8451.0, 8504.0, 8471.0, 8531.0, 8493.0, 8545.0, 8488.0, 8511.0, 8489.0, 8495.0, 8486.0, 8513.0, 8464.0, 8507.0, 8489.0, 8518.0, 8494.0, 8518.0, 8488.0, 8550.0, 8525.0, 8561.0, 8565.0, 8541.0, 8543.0, 8558.0, 8525.0, 8530.0, 8552.0, 8509.0, 8598.0, 8546.0, 8611.0, 8579.0, 8598.0, 8614.0, 8616.0, 8626.0, 8639.0, 8606.0, 8634.0, 8578.0, 8604.0, 8542.0, 8602.0, 8525.0, 8555.0, 8557.0, 8550.0, 8523.0, 8521.0, 8536.0, 8531.0, 8493.0, 8500.0, 8502.0, 8501.0, 8494.0, 8500.0, 8485.0, 8490.0, 8511.0, 8516.0, 8506.0, 8529.0, 8510.0, 8530.0, 8489.0, 8509.0, 8518.0, 8495.0, 8562.0, 8491.0, 8533.0, 8500.0, 8469.0, 8482.0, 8493.0, 8481.0, 8501.0, 8477.0, 8501.0, 8471.0, 8489.0, 8510.0, 8493.0, 8508.0, 8508.0, 8517.0, 8482.0, 8516.0, 8515.0, 8506.0, 8539.0, 8592.0, 8531.0, 8549.0, 8512.0, 8553.0, 8485.0, 8531.0, 8500.0, 8548.0, 8512.0, 8561.0, 8526.0, 8568.0, 8532.0, 8551.0, 8488.0, 8585.0, 8526.0, 8563.0, 8516.0, 8524.0, 8534.0, 8500.0, 8563.0, 8511.0, 8568.0, 8515.0, 8601.0, 8579.0, 8549.0, 8614.0, 8524.0, 8591.0, 8543.0, 8566.0, 8487.0, 8541.0, 8460.0, 8489.0, 8504.0, 8469.0, 8543.0, 8447.0, 8474.0, 8441.0, 8461.0, 8441.0, 8457.0, 8431.0, 8432.0, 8477.0, 8420.0, 8491.0, 8434.0, 8487.0, 8418.0, 8443.0, 8434.0, 8473.0, 8436.0, 8490.0, 8421.0, 8476.0, 8425.0, 8502.0, 8449.0, 8496.0, 8433.0, 8445.0, 8449.0, 8467.0, 8468.0, 8452.0, 8487.0, 8518.0, 8505.0, 8488.0, 8511.0, 8494.0, 8480.0, 8502.0, 8482.0, 8539.0, 8492.0, 8555.0, 8495.0, 8537.0, 8495.0, 8503.0, 8496.0, 8515.0, 8551.0, 8510.0, 8562.0, 8514.0, 8560.0, 8509.0, 8543.0, 8511.0, 8582.0, 8543.0, 8600.0, 8552.0, 8577.0, 8502.0, 8549.0, 8516.0, 8548.0, 8545.0, 8533.0, 8549.0, 8560.0, 8571.0, 8528.0, 8574.0, 8578.0, 8542.0, 8552.0, 8525.0, 8595.0, 8534.0, 8596.0, 8528.0, 8583.0, 8505.0, 8514.0, 8506.0, 8480.0, 8527.0, 8488.0, 8503.0, 8521.0, 8505.0, 8534.0, 8501.0, 8532.0, 8459.0, 8520.0, 8505.0, 8503.0, 8481.0, 8491.0, 8457.0, 8493.0, 8466.0, 8498.0, 8492.0, 8500.0, 8472.0, 8499.0, 8477.0, 8502.0, 8488.0, 8521.0, 8493.0, 8529.0, 8476.0, 8512.0, 8506.0, 8510.0, 8527.0, 8535.0, 8538.0, 8539.0, 8473.0, 8547.0, 8485.0, 8545.0, 8480.0, 8524.0, 8485.0, 8523.0, 8521.0, 8581.0, 8571.0, 8610.0, 8537.0, 8530.0, 8526.0, 8480.0, 8532.0, 8467.0, 8530.0, 8524.0, 8586.0, 8493.0, 8548.0, 8507.0, 8510.0, 8542.0, 8465.0, 8509.0, 8469.0, 8504.0, 8460.0, 8508.0, 8488.0, 8532.0, 8469.0, 8499.0, 8455.0, 8521.0, 8492.0, 8502.0, 8487.0, 8486.0, 8502.0, 8474.0, 8515.0, 8470.0, 8517.0, 8486.0, 8534.0, 8494.0, 8521.0, 8496.0, 8540.0, 8489.0, 8522.0, 8507.0, 8539.0, 8492.0, 8536.0, 8473.0, 8528.0, 8472.0, 8529.0, 8517.0, 8561.0, 8538.0, 8539.0, 8478.0, 8503.0, 8534.0, 8558.0, 8516.0, 8532.0, 8557.0, 8494.0, 8565.0, 8542.0, 8578.0, 8521.0, 8588.0, 8546.0, 8584.0, 8551.0, 8519.0, 8532.0, 8507.0, 8510.0, 8474.0, 8509.0, 8458.0, 8510.0, 8434.0, 8491.0, 8452.0, 8538.0, 8503.0, 8512.0, 8465.0, 8511.0, 8493.0, 8488.0, 8471.0, 8505.0, 8475.0, 8502.0, 8478.0, 8512.0, 8463.0, 8493.0, 8457.0, 8492.0, 8462.0, 8511.0, 8495.0, 8517.0, 8496.0, 8515.0, 8471.0, 8498.0, 8465.0, 8516.0, 8482.0, 8536.0, 8519.0, 8516.0, 8484.0, 8517.0, 8497.0, 8522.0, 8503.0, 8557.0, 8525.0, 8549.0, 8509.0, 8545.0, 8503.0, 8553.0, 8513.0, 8555.0, 8526.0, 8516.0, 8499.0, 8548.0, 8498.0, 8522.0, 8491.0, 8486.0, 8544.0, 8499.0, 8552.0, 8507.0, 8581.0, 8527.0, 8521.0, 8493.0, 8462.0, 8537.0, 8463.0, 8531.0, 8457.0, 8506.0, 8451.0, 8508.0, 8465.0, 8485.0, 8464.0, 8503.0, 8463.0, 8503.0, 8448.0, 8488.0, 8482.0, 8506.0, 8485.0, 8492.0, 8498.0, 8525.0, 8511.0, 8530.0, 8510.0, 8557.0, 8547.0, 8548.0, 8575.0, 8563.0, 8518.0, 8552.0, 8546.0, 8556.0, 8540.0, 8532.0, 8532.0, 8533.0, 8534.0, 8589.0, 8530.0, 8554.0, 8526.0, 8556.0, 8545.0, 8577.0, 8561.0, 8542.0, 8543.0, 8515.0, 8550.0, 8504.0, 8529.0, 8470.0, 8509.0, 8500.0, 8500.0, 8507.0, 8567.0, 8525.0, 8550.0, 8522.0, 8549.0, 8493.0, 8520.0, 8440.0, 8513.0, 8415.0, 8473.0, 8389.0, 8447.0, 8428.0, 8412.0, 8424.0, 8393.0, 8439.0, 8408.0, 8458.0, 8417.0, 8456.0, 8445.0, 8439.0, 8403.0, 8392.0, 8365.0, 8391.0, 8423.0, 8446.0, 8446.0, 8451.0, 8438.0, 8467.0, 8404.0, 8461.0, 8420.0, 8440.0, 8419.0, 8434.0, 8416.0, 8402.0, 8438.0, 8441.0, 8449.0, 8442.0, 8480.0, 8463.0, 8446.0, 8461.0, 8463.0, 8457.0, 8462.0, 8475.0, 8480.0, 8510.0, 8503.0, 8482.0, 8497.0, 8530.0, 8519.0, 8545.0, 8534.0, 8536.0, 8493.0, 8524.0, 8496.0, 8504.0, 8489.0, 8502.0, 8493.0, 8496.0, 8514.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.005152811059907834</td></tr>
<tr><td colspan=3>aqi</td><td>0.13979343652073734</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.533416285859246</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.064161945720876</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.954403627024221</td></tr>
<tr><td colspan=3>efc</td><td>0.4605</td></tr>
<tr><td colspan=3>fber</td><td>5023.2544</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23219652225169862</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>311</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.8294930875576</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7067657907221387</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.46152439585814</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.878006113201169</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7807668631071065</td></tr>
<tr><td colspan=3>gcor</td><td>0.00932809</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015949351713061333</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04034828767180443</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.124172638456612</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.1062</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9225</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.0356</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306138.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>585.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>257.7397</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2429</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.5887</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3024.574</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3172.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>769.1185</td></tr>
<tr><td colspan=3>tsnr</td><td>16.530060815624893</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>