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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0056/ses-01/func/sub-0056_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>09dce3c153bff7def2749fde52d768e9</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>20:41:5.117500</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.999962, 0.0068788, 0.00527075, -0.00680668, 0.999885, -0.013582]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>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.0909174</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7753, -7225, 795, -14, -222, 36, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.553</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92bc7709-d845-4c35-a042-1293651d5af8||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.682826042175293, -0.018261820077896118, 0.014481631107628345, 113.79428100585938], [-0.018455326557159424, 2.6826171875, -0.0365731418132782, -98.05107879638672], [0.014141030609607697, 0.036439500749111176, 2.6997134685516357, -65.28993225097656], [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': ['204105.117500', '204105.577500', '204106.037500', '204106.497500', '204106.957500', '204107.417500', '204107.877500', '204108.337500', '204108.797500', '204109.257500', '204109.717500', '204110.177500', '204110.637500', '204111.097500', '204111.557500', '204112.017500', '204112.477500', '204112.937500', '204113.397500', '204113.857500', '204114.317500', '204114.777500', '204115.237500', '204115.697500', '204116.157500', '204116.617500', '204117.077500', '204117.537500', '204117.997500', '204118.457500', '204118.917500', '204119.377500', '204119.837500', '204120.297500', '204120.757500', '204121.217500', '204121.677500', '204122.137500', '204122.597500', '204123.057500', '204123.517500', '204123.977500', '204124.437500', '204124.897500', '204125.357500', '204125.817500', '204126.277500', '204126.737500', '204127.197500', '204127.657500', '204128.117500', '204128.577500', '204129.037500', '204129.497500', '204129.957500', '204130.417500', '204130.877500', '204131.337500', '204131.797500', '204132.257500', '204132.717500', '204133.177500', '204133.637500', '204134.097500', '204134.557500', '204135.017500', '204135.477500', '204135.937500', '204136.397500', '204136.857500', '204137.317500', '204137.777500', '204138.237500', '204138.697500', '204139.157500', '204139.617500', '204140.077500', '204140.537500', '204140.997500', '204141.457500', '204141.917500', '204142.377500', '204142.837500', '204143.297500', '204143.757500', '204144.217500', '204144.677500', '204145.137500', '204145.597500', '204146.057500', '204146.517500', '204146.977500', '204147.437500', '204147.897500', '204148.357500', '204148.817500', '204149.277500', '204149.737500', '204150.197500', '204150.657500', '204151.117500', '204151.577500', '204152.037500', '204152.497500', '204152.957500', '204153.417500', '204153.877500', '204154.337500', '204154.797500', '204155.257500', '204155.717500', '204156.177500', '204156.637500', '204157.097500', '204157.557500', '204158.017500', '204158.477500', '204158.937500', '204159.397500', '204159.857500', '204200.317500', '204200.777500', '204201.237500', '204201.697500', '204202.157500', '204202.617500', '204203.077500', '204203.537500', '204203.997500', '204204.457500', '204204.917500', '204205.377500', '204205.837500', '204206.297500', '204206.757500', '204207.217500', '204207.677500', '204208.137500', '204208.597500', '204209.057500', '204209.517500', '204209.977500', '204210.437500', '204210.897500', '204211.357500', '204211.817500', '204212.277500', '204212.737500', '204213.197500', '204213.657500', '204214.117500', '204214.577500', '204215.037500', '204215.497500', '204215.957500', '204216.417500', '204216.877500', '204217.337500', '204217.797500', '204218.257500', '204218.717500', '204219.177500', '204219.637500', '204220.097500', '204220.557500', '204221.017500', '204221.477500', '204221.937500', '204222.397500', '204222.857500', '204223.317500', '204223.777500', '204224.237500', '204224.697500', '204225.157500', '204225.617500', '204226.077500', '204226.537500', '204226.997500', '204227.457500', '204227.917500', '204228.377500', '204228.837500', '204229.297500', '204229.757500', '204230.217500', '204230.677500', '204231.137500', '204231.597500', '204232.057500', '204232.517500', '204232.977500', '204233.437500', '204233.897500', '204234.357500', '204234.817500', '204235.277500', '204235.737500', '204236.197500', '204236.657500', '204237.117500', '204237.577500', '204238.037500', '204238.497500', '204238.957500', '204239.417500', '204239.877500', '204240.337500', '204240.797500', '204241.257500', '204241.717500', '204242.177500', '204242.637500', '204243.097500', '204243.557500', '204244.017500', '204244.477500', '204244.937500', '204245.397500', '204245.857500', '204246.317500', '204246.777500', '204247.237500', '204247.697500', '204248.157500', '204248.617500', '204249.077500', '204249.537500', '204249.997500', '204250.457500', '204250.917500', '204251.377500', '204251.837500', '204252.297500', '204252.757500', '204253.217500', '204253.677500', '204254.137500', '204254.597500', '204255.057500', '204255.517500', '204255.977500', '204256.437500', '204256.897500', '204257.357500', '204257.817500', '204258.277500', '204258.737500', '204259.197500', '204259.657500', '204300.117500', '204300.577500', '204301.037500', '204301.497500', '204301.957500', '204302.417500', '204302.877500', '204303.337500', '204303.797500', '204304.257500', '204304.717500', '204305.177500', '204305.637500', '204306.097500', '204306.557500', '204307.017500', '204307.477500', '204307.937500', '204308.397500', '204308.857500', '204309.317500', '204309.777500', '204310.237500', '204310.697500', '204311.157500', '204311.617500', '204312.077500', '204312.537500', '204312.997500', '204313.457500', '204313.917500', '204314.377500', '204314.837500', '204315.297500', '204315.757500', '204316.217500', '204316.677500', '204317.137500', '204317.597500', '204318.057500', '204318.517500', '204318.977500', '204319.437500', '204319.897500', '204320.357500', '204320.817500', '204321.277500', '204321.737500', '204322.197500', '204322.657500', '204323.117500', '204323.577500', '204324.037500', '204324.497500', '204324.957500', '204325.417500', '204325.877500', '204326.337500', '204326.797500', '204327.257500', '204327.717500', '204328.177500', '204328.637500', '204329.097500', '204329.557500', '204330.017500', '204330.477500', '204330.937500', '204331.397500', '204331.857500', '204332.317500', '204332.777500', '204333.237500', '204333.697500', '204334.157500', '204334.617500', '204335.077500', '204335.537500', '204335.997500', '204336.457500', '204336.917500', '204337.377500', '204337.837500', '204338.297500', '204338.757500', '204339.217500', '204339.677500', '204340.137500', '204340.597500', '204341.057500', '204341.517500', '204341.977500', '204342.437500', '204342.897500', '204343.357500', '204343.817500', '204344.277500', '204344.737500', '204345.197500', '204345.657500', '204346.117500', '204346.577500', '204347.037500', '204347.497500', '204347.957500', '204348.417500', '204348.877500', '204349.337500', '204349.797500', '204350.257500', '204350.717500', '204351.177500', '204351.637500', '204352.097500', '204352.557500', '204353.017500', '204353.477500', '204353.937500', '204354.397500', '204354.857500', '204355.317500', '204355.777500', '204356.237500', '204356.697500', '204357.157500', '204357.617500', '204358.077500', '204358.537500', '204358.997500', '204359.457500', '204359.917500', '204400.377500', '204400.837500', '204401.297500', '204401.757500', '204402.217500', '204402.677500', '204403.137500', '204403.597500', '204404.057500', '204404.517500', '204404.977500', '204405.437500', '204405.897500', '204406.357500', '204406.817500', '204407.277500', '204407.737500', '204408.197500', '204408.657500', '204409.117500', '204409.577500', '204410.037500', '204410.497500', '204410.957500', '204411.417500', '204411.877500', '204412.337500', '204412.797500', '204413.257500', '204413.717500', '204414.177500', '204414.637500', '204415.097500', '204415.557500', '204416.017500', '204416.477500', '204416.937500', '204417.397500', '204417.857500', '204418.317500', '204418.777500', '204419.237500', '204419.697500', '204420.157500', '204420.617500', '204421.077500', '204421.537500', '204421.997500', '204422.457500', '204422.917500', '204423.377500', '204423.837500', '204424.297500', '204424.757500', '204425.217500', '204425.677500', '204426.137500', '204426.597500', '204427.057500', '204427.517500', '204427.977500', '204428.437500', '204428.897500', '204429.357500', '204429.817500', '204430.277500', '204430.737500', '204431.197500', '204431.657500', '204432.117500', '204432.577500', '204433.037500', '204433.497500', '204433.957500', '204434.417500', '204434.877500', '204435.337500', '204435.797500', '204436.257500', '204436.717500', '204437.177500', '204437.637500', '204438.097500', '204438.557500', '204439.017500', '204439.477500', '204439.937500', '204440.397500', '204440.857500', '204441.317500', '204441.777500', '204442.237500', '204442.697500', '204443.157500', '204443.617500', '204444.077500', '204444.537500', '204444.997500', '204445.457500', '204445.917500', '204446.377500', '204446.837500', '204447.297500', '204447.757500', '204448.217500', '204448.677500', '204449.137500', '204449.597500', '204450.057500', '204450.517500', '204450.977500', '204451.437500', '204451.897500', '204452.357500', '204452.817500', '204453.277500', '204453.737500', '204454.197500', '204454.657500', '204455.117500', '204455.577500', '204456.037500', '204456.497500', '204456.957500', '204457.417500', '204457.877500', '204458.337500', '204458.797500', '204459.257500', '204459.717500', '204500.177500', '204500.637500', '204501.097500', '204501.557500', '204502.017500', '204502.477500', '204502.937500', '204503.397500', '204503.857500', '204504.317500', '204504.777500', '204505.237500', '204505.697500', '204506.157500', '204506.617500', '204507.077500', '204507.537500', '204507.997500', '204508.457500', '204508.917500', '204509.377500', '204509.837500', '204510.297500', '204510.757500', '204511.217500', '204511.677500', '204512.137500', '204512.597500', '204513.057500', '204513.517500', '204513.977500', '204514.437500', '204514.897500', '204515.357500', '204515.817500', '204516.277500', '204516.737500', '204517.197500', '204517.657500', '204518.117500', '204518.577500', '204519.037500', '204519.497500', '204519.957500', '204520.417500', '204520.877500', '204521.337500', '204521.797500', '204522.257500', '204522.717500', '204523.177500', '204523.637500', '204524.097500', '204524.557500', '204525.017500', '204525.477500', '204525.937500', '204526.397500', '204526.857500', '204527.317500', '204527.777500', '204528.237500', '204528.697500', '204529.157500', '204529.617500', '204530.077500', '204530.537500', '204530.997500', '204531.457500', '204531.917500', '204532.377500', '204532.837500', '204533.297500', '204533.757500', '204534.217500', '204534.677500', '204535.137500', '204535.597500', '204536.057500', '204536.517500', '204536.977500', '204537.437500', '204537.897500', '204538.357500', '204538.817500', '204539.277500', '204539.737500', '204540.197500', '204540.657500', '204541.117500', '204541.577500', '204542.037500', '204542.497500', '204542.957500', '204543.417500', '204543.877500', '204544.337500', '204544.797500', '204545.257500', '204545.717500', '204546.177500', '204546.637500', '204547.097500', '204547.557500', '204548.017500', '204548.477500', '204548.937500', '204549.397500', '204549.857500', '204550.317500', '204550.777500', '204551.237500', '204551.697500', '204552.157500', '204552.617500', '204553.077500', '204553.537500', '204553.997500', '204554.457500', '204554.917500', '204555.377500', '204555.837500', '204556.297500', '204556.757500', '204557.217500', '204557.677500', '204558.137500', '204558.597500', '204559.057500', '204559.517500', '204559.977500', '204600.437500', '204600.897500', '204601.357500', '204601.817500', '204602.277500', '204602.737500', '204603.197500', '204603.657500', '204604.117500', '204604.577500', '204605.037500', '204605.497500', '204605.957500', '204606.417500', '204606.877500', '204607.337500', '204607.797500', '204608.257500', '204608.717500', '204609.177500', '204609.637500', '204610.097500', '204610.557500', '204611.017500', '204611.477500', '204611.937500', '204612.397500', '204612.857500', '204613.317500', '204613.777500', '204614.237500', '204614.697500', '204615.157500', '204615.617500', '204616.077500', '204616.537500', '204616.997500', '204617.457500', '204617.917500', '204618.377500', '204618.837500', '204619.297500', '204619.757500', '204620.217500', '204620.677500', '204621.137500', '204621.597500', '204622.057500', '204622.517500', '204622.977500', '204623.437500', '204623.897500', '204624.357500', '204624.817500', '204625.277500', '204625.737500', '204626.197500', '204626.657500', '204627.117500', '204627.577500', '204628.037500', '204628.497500', '204628.957500', '204629.417500', '204629.877500', '204630.337500', '204630.797500', '204631.257500', '204631.717500', '204632.177500', '204632.637500', '204633.097500', '204633.557500', '204634.017500', '204634.477500', '204634.937500', '204635.397500', '204635.857500', '204636.317500', '204636.777500', '204637.237500', '204637.697500', '204638.157500', '204638.617500', '204639.077500', '204639.537500', '204639.997500', '204640.457500', '204640.917500', '204641.377500', '204641.837500', '204642.297500', '204642.757500', '204643.217500', '204643.677500', '204644.137500', '204644.597500', '204645.057500', '204645.517500', '204645.977500', '204646.437500', '204646.897500', '204647.357500', '204647.817500', '204648.277500', '204648.737500', '204649.197500', '204649.657500', '204650.117500', '204650.577500', '204651.037500', '204651.497500', '204651.957500', '204652.417500', '204652.877500', '204653.337500', '204653.797500', '204654.257500', '204654.717500', '204655.177500', '204655.637500', '204656.097500', '204656.557500', '204657.017500', '204657.477500', '204657.937500', '204658.397500', '204658.857500', '204659.317500', '204659.777500', '204700.237500', '204700.697500', '204701.157500', '204701.617500', '204702.077500', '204702.537500', '204702.997500', '204703.457500', '204703.917500', '204704.377500', '204704.837500', '204705.297500', '204705.757500', '204706.217500', '204706.677500', '204707.137500', '204707.597500', '204708.057500', '204708.517500', '204708.977500', '204709.437500', '204709.897500', '204710.357500', '204710.817500', '204711.277500', '204711.737500', '204712.197500', '204712.657500', '204713.117500', '204713.577500', '204714.037500', '204714.497500', '204714.957500', '204715.417500', '204715.877500', '204716.337500', '204716.797500', '204717.257500', '204717.717500', '204718.177500', '204718.637500', '204719.097500', '204719.557500', '204720.017500', '204720.477500', '204720.937500', '204721.397500', '204721.857500', '204722.317500', '204722.777500', '204723.237500', '204723.697500', '204724.157500', '204724.617500', '204725.077500', '204725.537500', '204725.997500', '204726.457500', '204726.917500', '204727.377500', '204727.837500', '204728.297500', '204728.757500', '204729.217500', '204729.677500', '204730.137500', '204730.597500', '204731.057500', '204731.517500', '204731.977500', '204732.437500', '204732.897500', '204733.357500', '204733.817500', '204734.277500', '204734.737500', '204735.197500', '204735.657500', '204736.117500', '204736.577500', '204737.037500', '204737.497500', '204737.957500', '204738.417500', '204738.877500', '204739.337500', '204739.797500', '204740.257500', '204740.717500', '204741.177500', '204741.637500', '204742.097500', '204742.557500', '204743.017500', '204743.477500', '204743.937500', '204744.397500', '204744.857500', '204745.317500', '204745.777500'], 'ContentTime': ['204133.529000', '204133.532000', '204133.535000', '204133.538000', '204133.541000', '204133.543000', '204133.546000', '204133.548000', '204133.551000', '204133.553000', '204133.556000', '204133.559000', '204133.561000', '204133.564000', '204133.566000', '204133.569000', '204133.571000', '204133.574000', '204133.597000', '204133.600000', '204133.602000', '204133.605000', '204133.608000', '204133.610000', '204133.613000', '204133.615000', '204133.618000', '204133.621000', '204133.623000', '204133.626000', '204133.628000', '204133.631000', '204133.633000', '204133.636000', '204133.638000', '204133.641000', '204133.643000', '204133.646000', '204133.648000', '204133.651000', '204133.654000', '204133.656000', '204133.659000', '204133.661000', '204133.664000', '204133.666000', '204133.669000', '204133.672000', '204133.674000', '204133.677000', '204133.681000', '204133.683000', '204133.686000', '204133.688000', '204133.691000', '204133.693000', '204133.696000', '204133.699000', '204133.701000', '204133.704000', '204153.504000', '204153.507000', '204153.509000', '204153.512000', '204153.514000', '204153.521000', '204153.524000', '204153.526000', '204153.529000', '204153.532000', '204153.534000', '204153.537000', '204153.539000', '204153.542000', '204153.544000', '204153.547000', '204153.550000', '204153.552000', '204153.555000', '204153.557000', '204153.560000', '204153.562000', '204153.565000', '204153.568000', '204153.570000', '204153.573000', '204153.575000', '204153.578000', '204153.580000', '204153.583000', '204153.586000', '204153.588000', '204153.591000', '204153.593000', '204153.596000', '204153.599000', '204153.601000', '204153.604000', '204153.606000', '204153.609000', '204153.611000', '204153.614000', '204153.617000', '204213.503000', '204213.506000', '204213.509000', '204213.511000', '204213.514000', '204213.517000', '204213.519000', '204213.522000', '204213.524000', '204213.527000', '204213.530000', '204213.532000', '204213.535000', '204213.537000', '204213.540000', '204213.543000', '204213.545000', '204213.548000', '204213.551000', '204213.553000', '204213.556000', '204213.558000', '204213.561000', '204213.564000', '204213.566000', '204213.569000', '204213.571000', '204213.574000', '204213.577000', '204213.579000', '204213.582000', '204213.584000', '204213.587000', '204213.590000', '204213.592000', '204213.595000', '204213.597000', '204213.600000', '204213.603000', '204213.605000', '204213.608000', '204213.610000', '204213.613000', '204233.503000', '204233.506000', '204233.509000', '204233.511000', '204233.514000', '204233.517000', '204233.519000', '204233.524000', '204233.526000', '204233.529000', '204233.532000', '204233.534000', '204233.537000', '204233.539000', '204233.542000', '204233.545000', '204233.547000', '204233.550000', '204233.552000', '204233.555000', '204233.558000', '204233.560000', '204233.563000', '204233.565000', '204233.568000', '204233.571000', '204233.573000', '204233.576000', '204233.578000', '204233.581000', '204233.583000', '204233.586000', '204233.589000', '204233.591000', '204233.594000', '204233.596000', '204233.599000', '204233.602000', '204233.604000', '204233.607000', '204233.609000', '204233.612000', '204233.614000', '204233.617000', '204253.503000', '204253.506000', '204253.509000', '204253.511000', '204253.514000', '204253.517000', '204253.520000', '204253.523000', '204253.525000', '204253.528000', '204253.530000', '204253.533000', '204253.536000', '204253.538000', '204253.541000', '204253.543000', '204253.546000', '204253.549000', '204253.551000', '204253.554000', '204253.556000', '204253.574000', '204253.576000', '204253.579000', '204253.582000', '204253.584000', '204253.587000', '204253.589000', '204253.592000', '204253.594000', '204253.597000', '204253.600000', '204253.602000', '204253.605000', '204253.608000', '204253.610000', '204253.613000', '204253.615000', '204253.618000', '204253.621000', '204253.623000', '204253.626000', '204253.628000', '204253.631000', '204313.503000', '204313.506000', '204313.509000', '204313.511000', '204313.514000', '204313.517000', '204313.519000', '204313.525000', '204313.527000', '204313.530000', '204313.532000', '204313.535000', '204313.538000', '204313.540000', '204313.543000', '204313.545000', '204313.548000', '204313.550000', '204313.553000', '204313.556000', '204313.558000', '204313.561000', '204313.563000', '204313.566000', '204313.569000', '204313.571000', '204313.574000', '204313.576000', '204313.579000', '204313.582000', '204313.584000', '204313.587000', '204313.589000', '204313.592000', '204313.595000', '204313.597000', '204313.600000', '204313.602000', '204313.605000', '204313.608000', '204313.610000', '204313.613000', '204313.615000', '204333.503000', '204333.506000', '204333.509000', '204333.511000', '204333.514000', '204333.517000', '204333.519000', '204333.522000', '204333.524000', '204333.527000', '204333.530000', '204333.532000', '204333.535000', '204333.537000', '204333.540000', '204333.543000', '204333.545000', '204333.548000', '204333.550000', '204333.553000', '204333.555000', '204333.558000', '204333.561000', '204333.563000', '204333.566000', '204333.568000', '204333.571000', '204333.574000', '204333.576000', '204333.579000', '204333.582000', '204333.584000', '204333.587000', '204333.590000', '204333.592000', '204333.595000', '204333.597000', '204333.600000', '204333.603000', '204333.605000', '204333.608000', '204333.610000', '204333.613000', '204333.616000', '204353.503000', '204353.506000', '204353.516000', '204353.519000', '204353.521000', '204353.524000', '204353.526000', '204353.529000', '204353.531000', '204353.534000', '204353.537000', '204353.539000', '204353.542000', '204353.544000', '204353.547000', '204353.550000', '204353.552000', '204353.555000', '204353.557000', '204353.560000', '204353.563000', '204353.565000', '204353.568000', '204353.570000', '204353.573000', '204353.575000', '204353.578000', '204353.581000', '204353.583000', '204353.586000', '204353.588000', '204353.591000', '204353.593000', '204353.596000', '204353.599000', '204353.601000', '204353.604000', '204353.607000', '204353.609000', '204353.612000', '204353.614000', '204353.617000', '204353.619000', '204413.504000', '204413.506000', '204413.509000', '204413.512000', '204413.514000', '204413.517000', '204413.519000', '204413.522000', '204413.524000', '204413.527000', '204413.530000', '204413.532000', '204413.535000', '204413.538000', '204413.541000', '204413.543000', '204413.546000', '204413.549000', '204413.551000', '204413.554000', '204413.557000', '204413.560000', '204413.563000', '204413.565000', '204413.568000', '204413.571000', '204413.573000', '204413.576000', '204413.579000', '204413.581000', '204413.584000', '204413.586000', '204413.589000', '204413.592000', '204413.594000', '204413.597000', '204413.600000', '204413.602000', '204413.605000', '204413.607000', '204413.610000', '204413.612000', '204413.615000', '204433.504000', '204433.506000', '204433.509000', '204433.519000', '204433.522000', '204433.524000', '204433.528000', '204433.531000', '204433.533000', '204433.536000', '204433.538000', '204433.541000', '204433.543000', '204433.546000', '204433.549000', '204433.551000', '204433.554000', '204433.556000', '204433.566000', '204433.568000', '204433.571000', '204433.574000', '204433.576000', '204433.579000', '204433.581000', '204433.584000', '204433.586000', '204433.589000', '204433.592000', '204433.594000', '204433.597000', '204433.599000', '204433.602000', '204433.605000', '204433.607000', '204433.610000', '204433.612000', '204433.615000', '204433.617000', '204433.620000', '204433.623000', '204433.625000', '204433.628000', '204433.630000', '204453.503000', '204453.506000', '204453.509000', '204453.512000', '204453.514000', '204453.517000', '204453.519000', '204453.522000', '204453.524000', '204453.527000', '204453.530000', '204453.533000', '204453.536000', '204453.539000', '204453.541000', '204453.544000', '204453.547000', '204453.549000', '204453.552000', '204453.554000', '204453.557000', '204453.560000', '204453.562000', '204453.565000', '204453.567000', '204453.570000', '204453.573000', '204453.575000', '204453.578000', '204453.580000', '204453.583000', '204453.586000', '204453.588000', '204453.591000', '204453.593000', '204453.596000', '204453.599000', '204453.601000', '204453.604000', '204453.607000', '204453.609000', '204453.612000', '204453.614000', '204513.503000', '204513.506000', '204513.509000', '204513.512000', '204513.514000', '204513.517000', '204513.519000', '204513.522000', '204513.525000', '204513.527000', '204513.530000', '204513.532000', '204513.535000', '204513.537000', '204513.540000', '204513.543000', '204513.545000', '204513.548000', '204513.551000', '204513.553000', '204513.556000', '204513.558000', '204513.561000', '204513.564000', '204513.566000', '204513.569000', '204513.571000', '204513.574000', '204513.577000', '204513.583000', '204513.586000', '204513.589000', '204513.591000', '204513.594000', '204513.596000', '204513.599000', '204513.602000', '204513.604000', '204513.607000', '204513.609000', '204513.612000', '204513.615000', '204513.617000', '204513.620000', '204533.504000', '204533.506000', '204533.509000', '204533.512000', '204533.514000', '204533.517000', '204533.519000', '204533.522000', '204533.525000', '204533.527000', '204533.530000', '204533.532000', '204533.535000', '204533.538000', '204533.541000', '204533.543000', '204533.546000', '204533.548000', '204533.551000', '204533.554000', '204533.556000', '204533.559000', '204533.561000', '204533.564000', '204533.566000', '204533.569000', '204533.572000', '204533.574000', '204533.577000', '204533.580000', '204533.582000', '204533.585000', '204533.587000', '204533.590000', '204533.592000', '204533.595000', '204533.598000', '204533.601000', '204533.604000', '204533.607000', '204533.610000', '204533.613000', '204533.616000', '204553.504000', '204553.506000', '204553.509000', '204553.512000', '204553.514000', '204553.517000', '204553.520000', '204553.522000', '204553.525000', '204553.527000', '204553.530000', '204553.533000', '204553.535000', '204553.538000', '204553.540000', '204553.543000', '204553.546000', '204553.548000', '204553.551000', '204553.553000', '204553.556000', '204553.558000', '204553.561000', '204553.564000', '204553.566000', '204553.569000', '204553.572000', '204553.574000', '204553.591000', '204553.594000', '204553.597000', '204553.599000', '204553.602000', '204553.605000', '204553.607000', '204553.610000', '204553.613000', '204553.615000', '204553.618000', '204553.620000', '204553.623000', '204553.626000', '204553.628000', '204553.631000', '204613.503000', '204613.506000', '204613.509000', '204613.512000', '204613.514000', '204613.517000', '204613.519000', '204613.522000', '204613.525000', '204613.527000', '204613.530000', '204613.532000', '204613.535000', '204613.538000', '204613.540000', '204613.543000', '204613.546000', '204613.548000', '204613.551000', '204613.554000', '204613.556000', '204613.559000', '204613.561000', '204613.564000', '204613.567000', '204613.569000', '204613.572000', '204613.575000', '204613.577000', '204613.580000', '204613.582000', '204613.585000', '204613.588000', '204613.590000', '204613.593000', '204613.595000', '204613.598000', '204613.601000', '204613.603000', '204613.606000', '204613.609000', '204613.611000', '204613.614000', '204633.504000', '204633.507000', '204633.509000', '204633.512000', '204633.514000', '204633.517000', '204633.519000', '204633.522000', '204633.525000', '204633.527000', '204633.530000', '204633.532000', '204633.535000', '204633.538000', '204633.540000', '204633.543000', '204633.546000', '204633.548000', '204633.551000', '204633.553000', '204633.556000', '204633.558000', '204633.561000', '204633.564000', '204633.566000', '204633.569000', '204633.572000', '204633.574000', '204633.577000', '204633.579000', '204633.582000', '204633.585000', '204633.587000', '204633.590000', '204633.592000', '204633.595000', '204633.598000', '204633.600000', '204633.603000', '204633.606000', '204633.608000', '204633.611000', '204633.614000', '204633.616000', '204653.504000', '204653.507000', '204653.509000', '204653.512000', '204653.514000', '204653.517000', '204653.519000', '204653.522000', '204653.525000', '204653.527000', '204653.530000', '204653.533000', '204653.535000', '204653.538000', '204653.540000', '204653.543000', '204653.546000', '204653.548000', '204653.551000', '204653.553000', '204653.556000', '204653.559000', '204653.561000', '204653.564000', '204653.566000', '204653.569000', '204653.573000', '204653.576000', '204653.578000', '204653.581000', '204653.583000', '204653.586000', '204653.589000', '204653.591000', '204653.594000', '204653.597000', '204653.600000', '204653.602000', '204653.605000', '204653.608000', '204653.610000', '204653.613000', '204653.616000', '204713.504000', '204713.506000', '204713.509000', '204713.512000', '204713.514000', '204713.517000', '204713.519000', '204713.522000', '204713.525000', '204713.527000', '204713.530000', '204713.532000', '204713.535000', '204713.537000', '204713.540000', '204713.543000', '204713.545000', '204713.548000', '204713.550000', '204713.553000', '204713.556000', '204713.558000', '204713.561000', '204713.563000', '204713.566000', '204713.569000', '204713.571000', '204713.574000', '204713.576000', '204713.579000', '204713.582000', '204713.584000', '204713.587000', '204713.589000', '204713.592000', '204713.595000', '204713.597000', '204713.600000', '204713.602000', '204713.619000', '204713.621000', '204713.624000', '204713.626000', '204713.629000', '204733.504000', '204733.507000', '204733.509000', '204733.512000', '204733.514000', '204733.517000', '204733.519000', '204733.522000', '204733.525000', '204733.527000', '204733.530000', '204733.533000', '204733.535000', '204733.538000', '204733.540000', '204733.543000', '204733.546000', '204733.548000', '204733.551000', '204733.553000', '204733.556000', '204733.559000', '204733.561000', '204733.564000', '204733.566000', '204733.569000', '204733.571000', '204733.574000', '204733.577000', '204733.579000', '204733.582000', '204733.584000', '204733.587000', '204733.590000', '204733.592000', '204733.595000', '204733.597000', '204733.600000', '204733.603000', '204733.605000', '204733.608000', '204733.610000', '204733.613000', '204746.970000', '204746.973000', '204746.975000', '204746.978000', '204746.980000', '204746.983000', '204746.986000', '204746.988000', '204746.991000', '204746.993000', '204746.996000', '204747.000000', '204747.002000', '204747.005000', '204747.007000', '204747.010000', '204747.012000', '204747.015000', '204747.018000', '204747.020000', '204747.023000', '204747.026000', '204747.028000', '204747.031000', '204747.034000', '204747.036000', '204747.039000', '204747.041000', '204747.044000', '204747.046000'], 'InstanceCreationTime': ['204133.529000', '204133.532000', '204133.535000', '204133.538000', '204133.541000', '204133.543000', '204133.546000', '204133.548000', '204133.551000', '204133.553000', '204133.556000', '204133.559000', '204133.561000', '204133.564000', '204133.566000', '204133.569000', '204133.571000', '204133.574000', '204133.597000', '204133.600000', '204133.602000', '204133.605000', '204133.608000', '204133.610000', '204133.613000', '204133.615000', '204133.618000', '204133.621000', '204133.623000', '204133.626000', '204133.628000', '204133.631000', '204133.633000', '204133.636000', '204133.638000', '204133.641000', '204133.643000', '204133.646000', '204133.648000', '204133.651000', '204133.654000', '204133.656000', '204133.659000', '204133.661000', '204133.664000', '204133.666000', '204133.669000', '204133.672000', '204133.674000', '204133.677000', '204133.681000', '204133.683000', '204133.686000', '204133.688000', '204133.691000', '204133.693000', '204133.696000', '204133.699000', '204133.701000', '204133.704000', '204153.504000', '204153.507000', '204153.509000', '204153.512000', '204153.514000', '204153.521000', '204153.524000', '204153.526000', '204153.529000', '204153.532000', '204153.534000', '204153.537000', '204153.539000', '204153.542000', '204153.544000', '204153.547000', '204153.550000', '204153.552000', '204153.555000', '204153.557000', '204153.560000', '204153.562000', '204153.565000', '204153.568000', '204153.570000', '204153.573000', '204153.575000', '204153.578000', '204153.580000', '204153.583000', '204153.586000', '204153.588000', '204153.591000', '204153.593000', '204153.596000', '204153.599000', '204153.601000', '204153.604000', '204153.606000', '204153.609000', '204153.611000', '204153.614000', '204153.617000', '204213.503000', '204213.506000', '204213.509000', '204213.511000', '204213.514000', '204213.517000', '204213.519000', '204213.522000', '204213.524000', '204213.527000', '204213.530000', '204213.532000', '204213.535000', '204213.537000', '204213.540000', '204213.543000', '204213.545000', '204213.548000', '204213.551000', '204213.553000', '204213.556000', '204213.558000', '204213.561000', '204213.564000', '204213.566000', '204213.569000', '204213.571000', '204213.574000', '204213.577000', '204213.579000', '204213.582000', '204213.584000', '204213.587000', '204213.590000', '204213.592000', '204213.595000', '204213.597000', '204213.600000', '204213.603000', '204213.605000', '204213.608000', '204213.610000', '204213.613000', '204233.503000', '204233.506000', '204233.509000', '204233.511000', '204233.514000', '204233.517000', '204233.519000', '204233.524000', '204233.526000', '204233.529000', '204233.532000', '204233.534000', '204233.537000', '204233.539000', '204233.542000', '204233.545000', '204233.547000', '204233.550000', '204233.552000', '204233.555000', '204233.558000', '204233.560000', '204233.563000', '204233.565000', '204233.568000', '204233.571000', '204233.573000', '204233.576000', '204233.578000', '204233.581000', '204233.583000', '204233.586000', '204233.589000', '204233.591000', '204233.594000', '204233.596000', '204233.599000', '204233.602000', '204233.604000', '204233.607000', '204233.609000', '204233.612000', '204233.614000', '204233.617000', '204253.503000', '204253.506000', '204253.509000', '204253.511000', '204253.514000', '204253.517000', '204253.520000', '204253.523000', '204253.525000', '204253.528000', '204253.530000', '204253.533000', '204253.536000', '204253.538000', '204253.541000', '204253.543000', '204253.546000', '204253.549000', '204253.551000', '204253.554000', '204253.556000', '204253.574000', '204253.576000', '204253.579000', '204253.582000', '204253.584000', '204253.587000', '204253.589000', '204253.592000', '204253.594000', '204253.597000', '204253.600000', '204253.602000', '204253.605000', '204253.608000', '204253.610000', '204253.613000', '204253.615000', '204253.618000', '204253.621000', '204253.623000', '204253.626000', '204253.628000', '204253.631000', '204313.503000', '204313.506000', '204313.509000', '204313.511000', '204313.514000', '204313.517000', '204313.519000', '204313.525000', '204313.527000', '204313.530000', '204313.532000', '204313.535000', '204313.538000', '204313.540000', '204313.543000', '204313.545000', '204313.548000', '204313.550000', '204313.553000', '204313.556000', '204313.558000', '204313.561000', '204313.563000', '204313.566000', '204313.569000', '204313.571000', '204313.574000', '204313.576000', '204313.579000', '204313.582000', '204313.584000', '204313.587000', '204313.589000', '204313.592000', '204313.595000', '204313.597000', '204313.600000', '204313.602000', '204313.605000', '204313.608000', '204313.610000', '204313.613000', '204313.615000', '204333.503000', '204333.506000', '204333.509000', '204333.511000', '204333.514000', '204333.517000', '204333.519000', '204333.522000', '204333.524000', '204333.527000', '204333.530000', '204333.532000', '204333.535000', '204333.537000', '204333.540000', '204333.543000', '204333.545000', '204333.548000', '204333.550000', '204333.553000', '204333.555000', '204333.558000', '204333.561000', '204333.563000', '204333.566000', '204333.568000', '204333.571000', '204333.574000', '204333.576000', '204333.579000', '204333.582000', '204333.584000', '204333.587000', '204333.590000', '204333.592000', '204333.595000', '204333.597000', '204333.600000', '204333.603000', '204333.605000', '204333.608000', '204333.610000', '204333.613000', '204333.616000', '204353.503000', '204353.506000', '204353.516000', '204353.519000', '204353.521000', '204353.524000', '204353.526000', '204353.529000', '204353.531000', '204353.534000', '204353.537000', '204353.539000', '204353.542000', '204353.544000', '204353.547000', '204353.550000', '204353.552000', '204353.555000', '204353.557000', '204353.560000', '204353.563000', '204353.565000', '204353.568000', '204353.570000', '204353.573000', '204353.575000', '204353.578000', '204353.581000', '204353.583000', '204353.586000', '204353.588000', '204353.591000', '204353.593000', '204353.596000', '204353.599000', '204353.601000', '204353.604000', '204353.607000', '204353.609000', '204353.612000', '204353.614000', '204353.617000', '204353.619000', '204413.504000', '204413.506000', '204413.509000', '204413.512000', '204413.514000', '204413.517000', '204413.519000', '204413.522000', '204413.524000', '204413.527000', '204413.530000', '204413.532000', '204413.535000', '204413.538000', '204413.541000', '204413.543000', '204413.546000', '204413.549000', '204413.551000', '204413.554000', '204413.557000', '204413.560000', '204413.563000', '204413.565000', '204413.568000', '204413.571000', '204413.573000', '204413.576000', '204413.579000', '204413.581000', '204413.584000', '204413.586000', '204413.589000', '204413.592000', '204413.594000', '204413.597000', '204413.600000', '204413.602000', '204413.605000', '204413.607000', '204413.610000', '204413.612000', '204413.615000', '204433.504000', '204433.506000', '204433.509000', '204433.519000', '204433.522000', '204433.524000', '204433.528000', '204433.531000', '204433.533000', '204433.536000', '204433.538000', '204433.541000', '204433.543000', '204433.546000', '204433.549000', '204433.551000', '204433.554000', '204433.556000', '204433.566000', '204433.568000', '204433.571000', '204433.574000', '204433.576000', '204433.579000', '204433.581000', '204433.584000', '204433.586000', '204433.589000', '204433.592000', '204433.594000', '204433.597000', '204433.599000', '204433.602000', '204433.605000', '204433.607000', '204433.610000', '204433.612000', '204433.615000', '204433.617000', '204433.620000', '204433.623000', '204433.625000', '204433.628000', '204433.630000', '204453.503000', '204453.506000', '204453.509000', '204453.512000', '204453.514000', '204453.517000', '204453.519000', '204453.522000', '204453.524000', '204453.527000', '204453.530000', '204453.533000', '204453.536000', '204453.539000', '204453.541000', '204453.544000', '204453.547000', '204453.549000', '204453.552000', '204453.554000', '204453.557000', '204453.560000', '204453.562000', '204453.565000', '204453.567000', '204453.570000', '204453.573000', '204453.575000', '204453.578000', '204453.580000', '204453.583000', '204453.586000', '204453.588000', '204453.591000', '204453.593000', '204453.596000', '204453.599000', '204453.601000', '204453.604000', '204453.607000', '204453.609000', '204453.612000', '204453.614000', '204513.503000', '204513.506000', '204513.509000', '204513.512000', '204513.514000', '204513.517000', '204513.519000', '204513.522000', '204513.525000', '204513.527000', '204513.530000', '204513.532000', '204513.535000', '204513.537000', '204513.540000', '204513.543000', '204513.545000', '204513.548000', '204513.551000', '204513.553000', '204513.556000', '204513.558000', '204513.561000', '204513.564000', '204513.566000', '204513.569000', '204513.571000', '204513.574000', '204513.577000', '204513.583000', '204513.586000', '204513.589000', '204513.591000', '204513.594000', '204513.596000', '204513.599000', '204513.602000', '204513.604000', '204513.607000', '204513.609000', '204513.612000', '204513.615000', '204513.617000', '204513.620000', '204533.504000', '204533.506000', '204533.509000', '204533.512000', '204533.514000', '204533.517000', '204533.519000', '204533.522000', '204533.525000', '204533.527000', '204533.530000', '204533.532000', '204533.535000', '204533.538000', '204533.541000', '204533.543000', '204533.546000', '204533.548000', '204533.551000', '204533.554000', '204533.556000', '204533.559000', '204533.561000', '204533.564000', '204533.566000', '204533.569000', '204533.572000', '204533.574000', '204533.577000', '204533.580000', '204533.582000', '204533.585000', '204533.587000', '204533.590000', '204533.592000', '204533.595000', '204533.598000', '204533.601000', '204533.604000', '204533.607000', '204533.610000', '204533.613000', '204533.616000', '204553.504000', '204553.506000', '204553.509000', '204553.512000', '204553.514000', '204553.517000', '204553.520000', '204553.522000', '204553.525000', '204553.527000', '204553.530000', '204553.533000', '204553.535000', '204553.538000', '204553.540000', '204553.543000', '204553.546000', '204553.548000', '204553.551000', '204553.553000', '204553.556000', '204553.558000', '204553.561000', '204553.564000', '204553.566000', '204553.569000', '204553.572000', '204553.574000', '204553.591000', '204553.594000', '204553.597000', '204553.599000', '204553.602000', '204553.605000', '204553.607000', '204553.610000', '204553.613000', '204553.615000', '204553.618000', '204553.620000', '204553.623000', '204553.626000', '204553.628000', '204553.631000', '204613.503000', '204613.506000', '204613.509000', '204613.512000', '204613.514000', '204613.517000', '204613.519000', '204613.522000', '204613.525000', '204613.527000', '204613.530000', '204613.532000', '204613.535000', '204613.538000', '204613.540000', '204613.543000', '204613.546000', '204613.548000', '204613.551000', '204613.554000', '204613.556000', '204613.559000', '204613.561000', '204613.564000', '204613.567000', '204613.569000', '204613.572000', '204613.575000', '204613.577000', '204613.580000', '204613.582000', '204613.585000', '204613.588000', '204613.590000', '204613.593000', '204613.595000', '204613.598000', '204613.601000', '204613.603000', '204613.606000', '204613.609000', '204613.611000', '204613.614000', '204633.504000', '204633.507000', '204633.509000', '204633.512000', '204633.514000', '204633.517000', '204633.519000', '204633.522000', '204633.525000', '204633.527000', '204633.530000', '204633.532000', '204633.535000', '204633.538000', '204633.540000', '204633.543000', '204633.546000', '204633.548000', '204633.551000', '204633.553000', '204633.556000', '204633.558000', '204633.561000', '204633.564000', '204633.566000', '204633.569000', '204633.572000', '204633.574000', '204633.577000', '204633.579000', '204633.582000', '204633.585000', '204633.587000', '204633.590000', '204633.592000', '204633.595000', '204633.598000', '204633.600000', '204633.603000', '204633.606000', '204633.608000', '204633.611000', '204633.614000', '204633.616000', '204653.504000', '204653.507000', '204653.509000', '204653.512000', '204653.514000', '204653.517000', '204653.519000', '204653.522000', '204653.525000', '204653.527000', '204653.530000', '204653.533000', '204653.535000', '204653.538000', '204653.540000', '204653.543000', '204653.546000', '204653.548000', '204653.551000', '204653.553000', '204653.556000', '204653.559000', '204653.561000', '204653.564000', '204653.566000', '204653.569000', '204653.573000', '204653.576000', '204653.578000', '204653.581000', '204653.583000', '204653.586000', '204653.589000', '204653.591000', '204653.594000', '204653.597000', '204653.600000', '204653.602000', '204653.605000', '204653.608000', '204653.610000', '204653.613000', '204653.616000', '204713.504000', '204713.506000', '204713.509000', '204713.512000', '204713.514000', '204713.517000', '204713.519000', '204713.522000', '204713.525000', '204713.527000', '204713.530000', '204713.532000', '204713.535000', '204713.537000', '204713.540000', '204713.543000', '204713.545000', '204713.548000', '204713.550000', '204713.553000', '204713.556000', '204713.558000', '204713.561000', '204713.563000', '204713.566000', '204713.569000', '204713.571000', '204713.574000', '204713.576000', '204713.579000', '204713.582000', '204713.584000', '204713.587000', '204713.589000', '204713.592000', '204713.595000', '204713.597000', '204713.600000', '204713.602000', '204713.619000', '204713.621000', '204713.624000', '204713.626000', '204713.629000', '204733.504000', '204733.507000', '204733.509000', '204733.512000', '204733.514000', '204733.517000', '204733.519000', '204733.522000', '204733.525000', '204733.527000', '204733.530000', '204733.533000', '204733.535000', '204733.538000', '204733.540000', '204733.543000', '204733.546000', '204733.548000', '204733.551000', '204733.553000', '204733.556000', '204733.559000', '204733.561000', '204733.564000', '204733.566000', '204733.569000', '204733.571000', '204733.574000', '204733.577000', '204733.579000', '204733.582000', '204733.584000', '204733.587000', '204733.590000', '204733.592000', '204733.595000', '204733.597000', '204733.600000', '204733.603000', '204733.605000', '204733.608000', '204733.610000', '204733.613000', '204746.970000', '204746.973000', '204746.975000', '204746.978000', '204746.980000', '204746.983000', '204746.986000', '204746.988000', '204746.991000', '204746.993000', '204746.996000', '204747.000000', '204747.002000', '204747.005000', '204747.007000', '204747.010000', '204747.012000', '204747.015000', '204747.018000', '204747.020000', '204747.023000', '204747.026000', '204747.028000', '204747.031000', '204747.034000', '204747.036000', '204747.039000', '204747.041000', '204747.044000', '204747.046000'], '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': [10077, 7665, 8007, 7604, 8099, 7131, 7139, 8035, 6950, 8267, 6865, 9615, 7486, 8838, 8109, 8961, 8341, 7098, 8389, 6975, 7614, 7023, 8933, 6924, 9244, 7860, 8114, 8247, 7064, 7731, 6896, 7713, 6812, 8299, 6842, 9548, 7176, 9299, 6863, 9781, 7122, 9544, 6999, 9708, 7048, 10016, 7487, 9299, 7736, 8401, 8207, 7448, 8538, 7036, 8125, 7043, 8425, 7165, 8531, 6927, 8672, 6795, 8484, 6962, 8650, 6747, 8410, 6906, 8213, 6945, 8420, 6772, 8766, 7061, 8759, 6929, 9039, 6883, 9122, 6967, 9356, 7035, 9272, 7261, 9707, 7292, 8800, 8144, 8119, 8217, 7142, 8458, 6995, 8455, 7007, 8566, 7078, 8168, 6800, 8624, 6882, 9363, 7014, 9617, 7567, 7176, 7989, 7251, 8405, 7079, 7676, 6945, 8583, 6898, 9688, 6796, 9599, 6983, 9723, 7426, 9814, 7797, 9620, 8155, 8352, 8229, 8411, 8395, 8457, 8510, 6986, 8474, 6945, 8388, 6882, 8290, 6852, 7910, 6897, 8630, 7032, 9051, 7208, 9334, 6984, 9725, 7310, 9376, 7890, 7756, 8133, 7682, 8242, 7445, 8398, 6866, 8286, 7188, 7815, 6931, 8649, 7103, 9072, 6901, 9597, 7560, 9151, 7882, 8447, 8350, 8048, 8284, 7249, 8466, 6777, 8527, 7091, 7611, 6850, 8420, 6857, 9207, 7112, 9578, 7634, 8681, 8490, 7435, 8357, 7160, 8591, 7304, 8617, 6940, 8367, 7057, 8454, 7083, 8741, 6945, 8591, 6893, 8691, 7015, 7900, 7134, 8445, 6845, 9637, 6814, 9365, 7246, 9362, 8003, 9699, 7617, 8921, 8245, 7148, 8208, 7208, 8320, 6843, 7957, 6982, 7797, 7049, 8983, 6956, 9398, 6820, 9596, 6789, 10070, 6767, 9977, 7122, 9336, 7794, 8641, 8113, 7115, 7842, 7168, 8516, 7438, 8486, 6864, 9419, 7001, 9607, 6841, 10247, 7026, 9815, 7761, 8426, 8303, 8530, 8361, 7090, 8153, 7143, 8773, 7200, 8406, 7791, 8564, 8362, 8620, 7218, 8524, 7029, 8468, 7444, 8562, 7263, 8525, 7773, 7420, 10396, 7085, 7109, 7628, 6953, 7918, 6762, 9517, 7694, 7151, 8150, 7375, 8214, 8482, 8469, 6990, 8245, 7160, 8245, 6937, 7737, 7014, 8586, 6960, 9405, 6936, 9714, 6813, 9819, 7501, 7040, 8431, 6880, 8352, 7005, 8225, 7068, 7616, 7018, 8158, 6796, 8138, 6779, 8798, 6952, 9775, 6844, 9341, 6835, 9441, 6896, 10150, 6971, 9422, 7280, 9154, 7481, 9322, 8074, 9689, 7687, 6921, 8125, 7001, 8572, 6978, 8525, 6852, 8525, 6806, 8601, 6987, 8452, 6928, 8134, 6872, 8259, 6870, 8445, 6942, 8671, 6913, 9340, 6915, 9467, 6875, 9168, 6938, 9348, 7213, 9991, 6822, 8897, 7274, 9077, 7631, 9250, 7665, 8895, 8087, 9460, 7486, 9899, 6890, 9354, 7284, 9513, 7566, 8752, 8067, 8374, 7997, 7282, 8436, 7972, 8269, 8807, 8076, 7394, 8101, 7233, 8233, 7007, 7914, 6820, 8909, 7114, 9692, 7003, 9601, 7468, 8898, 7852, 9659, 7088, 8724, 8045, 7038, 7855, 6946, 8064, 7026, 8267, 6838, 9434, 7093, 9007, 7109, 7157, 7175, 6756, 8504, 7195, 9626, 7053, 10027, 7055, 7219, 7025, 6830, 9267, 6984, 10229, 6908, 9284, 7680, 8065, 7799, 7439, 8106, 6879, 7961, 6972, 9197, 6988, 9956, 6992, 9344, 7582, 7421, 7951, 6841, 8065, 6832, 7446, 6848, 8553, 7022, 9147, 6866, 9621, 6955, 7175, 7844, 6981, 8188, 8664, 8109, 7043, 8106, 6892, 8081, 7263, 8101, 6891, 8125, 6846, 8100, 6991, 8047, 7319, 8163, 6949, 7997, 6917, 8078, 6917, 8029, 6839, 8718, 6823, 9579, 6849, 8233, 7880, 8059, 7929, 9467, 7204, 8818, 7966, 6973, 7973, 7782, 8010, 6870, 7157, 6929, 7980, 6923, 9323, 6981, 8635, 7424, 9269, 6897, 10112, 6862, 8845, 7722, 8960, 7527, 9770, 6818, 8938, 7591, 7186, 7763, 7101, 7632, 6913, 8111, 7022, 7764, 7075, 7933, 7517, 8129, 7189, 8054, 7824, 8215, 8468, 8274, 6929, 8042, 7063, 8294, 7091, 7977, 6910, 8045, 6871, 7973, 7102, 8577, 6910, 9367, 6894, 9957, 6911, 9734, 6985, 9525, 7284, 9387, 7542, 8179, 7749, 8368, 7883, 8462, 8065, 7790, 8019, 7191, 8323, 6972, 8194, 6851, 7434, 6908, 7945, 6862, 9024, 6944, 9050, 7057, 9520, 7004, 9631, 7084, 9570, 6948, 9593, 6921, 9382, 6952, 9235, 7510, 6904, 7803, 6963, 8387, 6989, 7605, 6847, 8076, 6895, 8288, 6873, 8435, 6921, 8341, 6923, 8312, 6929, 8276, 6909, 8008, 6916, 8163, 6903, 7688, 6943, 8368, 7014, 7765, 6906, 8208, 6881, 8572, 6931, 9203, 6903, 9743, 6952, 9100, 6986, 9204, 6961, 9247, 6953, 8508, 6876, 8091, 7008, 7744, 6915, 8438, 6881, 7768, 7070, 7703, 6920, 8515, 6979, 9769, 6940, 9791, 6960, 9503, 7010, 9759, 6936, 9743, 6896, 9571, 6947, 9886, 6970, 9721, 7022, 9347, 7494, 8926, 7609, 8535, 7674, 7304, 8131, 7061, 8095, 6942, 8149, 7047, 8185, 6886, 7916, 6987, 7559, 6926, 7936, 7234, 8943, 7035, 9702, 7057, 9772, 6891, 9727, 7219, 9369, 7489, 9736, 7385, 8591, 7604, 8454, 8056, 8409, 7936, 7136, 7840, 7100, 7998, 7277, 7952, 7138, 7317, 6975, 7496, 7031, 8782, 7043, 9080, 7103, 9303, 7106, 9407, 7041, 10072, 7058, 9459, 7078, 9163, 7153, 9592, 6927, 9469, 6994, 9100, 7116, 9434, 7065, 8726, 7831, 7437, 7970, 8080, 7862, 8058, 8190, 7219, 7817, 7104, 7973, 7623, 7965, 7107, 8017, 7694, 7955, 9037, 7722, 9748, 7588, 7748, 7601, 7292, 7855, 7048, 6950, 6909, 8328, 7079, 8992, 7150, 8929, 6942, 8152, 7167, 6924, 7755, 7082, 9729, 7004, 7794, 8077, 7187, 7958, 7211, 8159, 6971, 8649, 6990, 8938, 7147, 9891, 6974, 9833, 6909, 9155, 7409, 8787, 7834, 7152, 7897, 7044, 7697, 7070, 7896, 6930, 7574, 6992, 7972, 6908, 8505, 7138, 8755, 7171, 8886, 6964, 9508, 6968, 9256, 7086, 9094, 6991, 9577, 6911, 8902, 7211, 8314, 7214, 8060, 7499, 7303, 7673, 6951, 7946, 6937, 7814, 6912, 7979, 6916, 8121, 6939, 8155, 6955, 8063, 6964, 8172, 6986, 8214, 7071, 8028, 7267, 8546, 7010, 9128, 6922], 'WindowCenter': [3994.0, 3946.0, 3934.0, 3921.0, 3929.0, 3906.0, 3909.0, 3930.0, 3909.0, 3926.0, 3908.0, 3939.0, 3932.0, 3936.0, 3929.0, 3937.0, 3925.0, 3908.0, 3928.0, 3906.0, 3917.0, 3907.0, 3939.0, 3908.0, 3939.0, 3926.0, 3926.0, 3929.0, 3907.0, 3929.0, 3907.0, 3917.0, 3906.0, 3927.0, 3906.0, 3948.0, 3915.0, 3936.0, 3908.0, 3947.0, 3908.0, 3936.0, 3906.0, 3934.0, 3905.0, 3936.0, 3918.0, 3938.0, 3915.0, 3924.0, 3924.0, 3906.0, 3926.0, 3905.0, 3925.0, 3906.0, 3928.0, 3906.0, 3923.0, 3905.0, 3926.0, 3893.0, 3926.0, 3893.0, 3914.0, 3894.0, 3913.0, 3893.0, 3912.0, 3893.0, 3914.0, 3894.0, 3925.0, 3902.0, 3923.0, 3904.0, 3925.0, 3893.0, 3925.0, 3906.0, 3924.0, 3904.0, 3924.0, 3905.0, 3934.0, 3906.0, 3923.0, 3914.0, 3915.0, 3923.0, 3905.0, 3927.0, 3903.0, 3926.0, 3905.0, 3925.0, 3907.0, 3927.0, 3905.0, 3925.0, 3920.0, 3935.0, 3907.0, 3934.0, 3915.0, 3904.0, 3928.0, 3914.0, 3927.0, 3906.0, 3914.0, 3906.0, 3938.0, 3905.0, 3934.0, 3907.0, 3937.0, 3906.0, 3938.0, 3917.0, 3934.0, 3916.0, 3936.0, 3916.0, 3914.0, 3916.0, 3914.0, 3927.0, 3914.0, 3923.0, 3894.0, 3913.0, 3904.0, 3912.0, 3905.0, 3926.0, 3907.0, 3925.0, 3904.0, 3927.0, 3907.0, 3935.0, 3917.0, 3937.0, 3918.0, 3935.0, 3918.0, 3936.0, 3928.0, 3917.0, 3928.0, 3914.0, 3926.0, 3916.0, 3925.0, 3907.0, 3927.0, 3905.0, 3918.0, 3908.0, 3936.0, 3916.0, 3936.0, 3920.0, 3948.0, 3927.0, 3938.0, 3927.0, 3925.0, 3926.0, 3926.0, 3926.0, 3916.0, 3927.0, 3908.0, 3927.0, 3904.0, 3917.0, 3907.0, 3928.0, 3909.0, 3937.0, 3918.0, 3946.0, 3927.0, 3924.0, 3936.0, 3917.0, 3927.0, 3907.0, 3926.0, 3905.0, 3926.0, 3904.0, 3925.0, 3903.0, 3926.0, 3905.0, 3924.0, 3905.0, 3924.0, 3906.0, 3925.0, 3905.0, 3914.0, 3905.0, 3925.0, 3895.0, 3934.0, 3906.0, 3937.0, 3917.0, 3937.0, 3917.0, 3934.0, 3917.0, 3935.0, 3926.0, 3907.0, 3926.0, 3906.0, 3927.0, 3906.0, 3925.0, 3907.0, 3915.0, 3905.0, 3936.0, 3907.0, 3934.0, 3908.0, 3935.0, 3908.0, 3946.0, 3908.0, 3947.0, 3908.0, 3936.0, 3917.0, 3925.0, 3926.0, 3907.0, 3928.0, 3905.0, 3937.0, 3917.0, 3936.0, 3905.0, 3937.0, 3907.0, 3936.0, 3893.0, 3945.0, 3907.0, 3937.0, 3913.0, 3925.0, 3926.0, 3924.0, 3925.0, 3905.0, 3916.0, 3905.0, 3925.0, 3904.0, 3926.0, 3913.0, 3926.0, 3915.0, 3924.0, 3905.0, 3924.0, 3895.0, 3913.0, 3904.0, 3925.0, 3903.0, 3926.0, 3904.0, 3905.0, 3934.0, 3904.0, 3905.0, 3917.0, 3905.0, 3925.0, 3905.0, 3937.0, 3917.0, 3907.0, 3915.0, 3918.0, 3926.0, 3924.0, 3925.0, 3906.0, 3927.0, 3903.0, 3925.0, 3907.0, 3914.0, 3907.0, 3926.0, 3905.0, 3935.0, 3907.0, 3935.0, 3905.0, 3945.0, 3918.0, 3906.0, 3929.0, 3905.0, 3926.0, 3905.0, 3929.0, 3905.0, 3916.0, 3907.0, 3926.0, 3908.0, 3926.0, 3909.0, 3938.0, 3907.0, 3949.0, 3905.0, 3935.0, 3907.0, 3936.0, 3905.0, 3945.0, 3904.0, 3936.0, 3906.0, 3935.0, 3905.0, 3936.0, 3914.0, 3936.0, 3917.0, 3903.0, 3913.0, 3907.0, 3927.0, 3904.0, 3925.0, 3906.0, 3928.0, 3907.0, 3925.0, 3904.0, 3928.0, 3907.0, 3914.0, 3893.0, 3925.0, 3893.0, 3916.0, 3905.0, 3927.0, 3904.0, 3937.0, 3905.0, 3934.0, 3895.0, 3936.0, 3905.0, 3935.0, 3915.0, 3948.0, 3896.0, 3926.0, 3914.0, 3936.0, 3916.0, 3937.0, 3918.0, 3926.0, 3928.0, 3934.0, 3905.0, 3936.0, 3907.0, 3935.0, 3906.0, 3934.0, 3917.0, 3926.0, 3917.0, 3914.0, 3916.0, 3904.0, 3927.0, 3914.0, 3927.0, 3928.0, 3916.0, 3906.0, 3926.0, 3906.0, 3926.0, 3907.0, 3926.0, 3907.0, 3936.0, 3908.0, 3948.0, 3908.0, 3948.0, 3918.0, 3935.0, 3926.0, 3937.0, 3906.0, 3925.0, 3916.0, 3906.0, 3915.0, 3904.0, 3925.0, 3907.0, 3926.0, 3907.0, 3939.0, 3904.0, 3936.0, 3908.0, 3919.0, 3919.0, 3910.0, 3938.0, 3919.0, 3949.0, 3908.0, 3947.0, 3908.0, 3917.0, 3910.0, 3911.0, 3937.0, 3918.0, 3949.0, 3908.0, 3937.0, 3918.0, 3927.0, 3918.0, 3906.0, 3919.0, 3905.0, 3916.0, 3907.0, 3938.0, 3908.0, 3948.0, 3908.0, 3937.0, 3917.0, 3908.0, 3918.0, 3897.0, 3919.0, 3896.0, 3904.0, 3897.0, 3926.0, 3906.0, 3936.0, 3894.0, 3937.0, 3909.0, 3907.0, 3917.0, 3906.0, 3928.0, 3928.0, 3915.0, 3907.0, 3919.0, 3905.0, 3915.0, 3906.0, 3916.0, 3897.0, 3917.0, 3896.0, 3915.0, 3907.0, 3914.0, 3905.0, 3926.0, 3905.0, 3917.0, 3904.0, 3914.0, 3906.0, 3919.0, 3909.0, 3927.0, 3907.0, 3938.0, 3906.0, 3927.0, 3929.0, 3927.0, 3927.0, 3940.0, 3918.0, 3925.0, 3918.0, 3908.0, 3918.0, 3918.0, 3917.0, 3896.0, 3906.0, 3907.0, 3927.0, 3909.0, 3940.0, 3921.0, 3929.0, 3919.0, 3940.0, 3909.0, 3948.0, 3907.0, 3938.0, 3919.0, 3937.0, 3919.0, 3937.0, 3898.0, 3928.0, 3915.0, 3907.0, 3918.0, 3918.0, 3929.0, 3919.0, 3928.0, 3921.0, 3931.0, 3916.0, 3927.0, 3918.0, 3929.0, 3907.0, 3916.0, 3915.0, 3928.0, 3916.0, 3915.0, 3906.0, 3915.0, 3904.0, 3928.0, 3907.0, 3917.0, 3906.0, 3918.0, 3907.0, 3916.0, 3907.0, 3928.0, 3907.0, 3936.0, 3908.0, 3947.0, 3906.0, 3937.0, 3908.0, 3937.0, 3919.0, 3936.0, 3916.0, 3928.0, 3918.0, 3928.0, 3927.0, 3926.0, 3928.0, 3913.0, 3916.0, 3904.0, 3927.0, 3907.0, 3926.0, 3905.0, 3918.0, 3908.0, 3917.0, 3907.0, 3936.0, 3908.0, 3938.0, 3905.0, 3936.0, 3908.0, 3939.0, 3908.0, 3936.0, 3905.0, 3936.0, 3919.0, 3939.0, 3907.0, 3937.0, 3917.0, 3906.0, 3916.0, 3919.0, 3930.0, 3909.0, 3928.0, 3908.0, 3927.0, 3920.0, 3930.0, 3908.0, 3927.0, 3907.0, 3928.0, 3906.0, 3927.0, 3905.0, 3927.0, 3906.0, 3916.0, 3907.0, 3925.0, 3907.0, 3918.0, 3907.0, 3927.0, 3907.0, 3915.0, 3906.0, 3926.0, 3906.0, 3926.0, 3907.0, 3935.0, 3908.0, 3936.0, 3907.0, 3938.0, 3908.0, 3937.0, 3906.0, 3936.0, 3908.0, 3926.0, 3895.0, 3917.0, 3905.0, 3917.0, 3905.0, 3928.0, 3907.0, 3915.0, 3907.0, 3918.0, 3906.0, 3927.0, 3909.0, 3946.0, 3906.0, 3939.0, 3907.0, 3938.0, 3906.0, 3938.0, 3908.0, 3937.0, 3905.0, 3937.0, 3904.0, 3937.0, 3907.0, 3937.0, 3907.0, 3935.0, 3905.0, 3926.0, 3917.0, 3928.0, 3918.0, 3905.0, 3917.0, 3904.0, 3918.0, 3905.0, 3918.0, 3907.0, 3927.0, 3906.0, 3919.0, 3907.0, 3914.0, 3908.0, 3924.0, 3918.0, 3939.0, 3917.0, 3948.0, 3907.0, 3947.0, 3908.0, 3939.0, 3917.0, 3936.0, 3918.0, 3938.0, 3919.0, 3924.0, 3918.0, 3925.0, 3928.0, 3926.0, 3916.0, 3903.0, 3919.0, 3906.0, 3928.0, 3918.0, 3918.0, 3907.0, 3918.0, 3907.0, 3918.0, 3907.0, 3926.0, 3909.0, 3939.0, 3909.0, 3937.0, 3909.0, 3939.0, 3909.0, 3949.0, 3905.0, 3938.0, 3905.0, 3924.0, 3905.0, 3937.0, 3907.0, 3936.0, 3906.0, 3938.0, 3906.0, 3937.0, 3908.0, 3926.0, 3917.0, 3915.0, 3928.0, 3928.0, 3929.0, 3915.0, 3928.0, 3904.0, 3918.0, 3905.0, 3928.0, 3916.0, 3918.0, 3904.0, 3918.0, 3916.0, 3916.0, 3924.0, 3917.0, 3935.0, 3917.0, 3905.0, 3916.0, 3917.0, 3928.0, 3907.0, 3917.0, 3907.0, 3929.0, 3920.0, 3949.0, 3922.0, 3951.0, 3919.0, 3929.0, 3920.0, 3918.0, 3917.0, 3919.0, 3950.0, 3919.0, 3920.0, 3930.0, 3917.0, 3927.0, 3916.0, 3929.0, 3908.0, 3925.0, 3907.0, 3938.0, 3908.0, 3950.0, 3908.0, 3948.0, 3907.0, 3935.0, 3919.0, 3927.0, 3917.0, 3908.0, 3929.0, 3908.0, 3917.0, 3908.0, 3930.0, 3908.0, 3917.0, 3908.0, 3926.0, 3907.0, 3940.0, 3909.0, 3927.0, 3908.0, 3937.0, 3909.0, 3948.0, 3908.0, 3940.0, 3906.0, 3926.0, 3908.0, 3938.0, 3908.0, 3926.0, 3918.0, 3928.0, 3919.0, 3929.0, 3918.0, 3920.0, 3930.0, 3918.0, 3932.0, 3919.0, 3932.0, 3908.0, 3927.0, 3907.0, 3929.0, 3906.0, 3919.0, 3906.0, 3916.0, 3905.0, 3917.0, 3906.0, 3925.0, 3906.0, 3915.0, 3905.0, 3927.0, 3908.0, 3938.0, 3906.0], 'WindowWidth': [8920.0, 8841.0, 8815.0, 8790.0, 8798.0, 8765.0, 8769.0, 8798.0, 8768.0, 8789.0, 8767.0, 8808.0, 8804.0, 8801.0, 8796.0, 8804.0, 8784.0, 8764.0, 8790.0, 8760.0, 8776.0, 8764.0, 8806.0, 8765.0, 8807.0, 8788.0, 8788.0, 8794.0, 8764.0, 8794.0, 8764.0, 8777.0, 8761.0, 8791.0, 8761.0, 8818.0, 8774.0, 8801.0, 8765.0, 8814.0, 8763.0, 8798.0, 8757.0, 8792.0, 8755.0, 8797.0, 8781.0, 8804.0, 8770.0, 8781.0, 8780.0, 8759.0, 8786.0, 8757.0, 8783.0, 8759.0, 8789.0, 8758.0, 8777.0, 8753.0, 8784.0, 8737.0, 8782.0, 8735.0, 8765.0, 8736.0, 8761.0, 8735.0, 8761.0, 8735.0, 8765.0, 8740.0, 8781.0, 8748.0, 8777.0, 8754.0, 8780.0, 8738.0, 8781.0, 8756.0, 8778.0, 8753.0, 8778.0, 8755.0, 8792.0, 8758.0, 8778.0, 8766.0, 8768.0, 8778.0, 8755.0, 8787.0, 8752.0, 8786.0, 8757.0, 8784.0, 8761.0, 8789.0, 8757.0, 8783.0, 8783.0, 8796.0, 8762.0, 8794.0, 8771.0, 8755.0, 8791.0, 8770.0, 8789.0, 8760.0, 8771.0, 8760.0, 8805.0, 8758.0, 8795.0, 8761.0, 8800.0, 8760.0, 8803.0, 8774.0, 8794.0, 8773.0, 8796.0, 8772.0, 8766.0, 8770.0, 8766.0, 8786.0, 8767.0, 8777.0, 8740.0, 8764.0, 8753.0, 8763.0, 8755.0, 8786.0, 8761.0, 8785.0, 8756.0, 8789.0, 8763.0, 8798.0, 8777.0, 8801.0, 8778.0, 8797.0, 8777.0, 8800.0, 8791.0, 8775.0, 8791.0, 8769.0, 8787.0, 8773.0, 8784.0, 8762.0, 8788.0, 8758.0, 8778.0, 8766.0, 8801.0, 8774.0, 8801.0, 8783.0, 8819.0, 8791.0, 8804.0, 8790.0, 8784.0, 8788.0, 8789.0, 8788.0, 8772.0, 8788.0, 8764.0, 8789.0, 8757.0, 8776.0, 8764.0, 8791.0, 8767.0, 8803.0, 8781.0, 8814.0, 8791.0, 8783.0, 8800.0, 8776.0, 8788.0, 8762.0, 8788.0, 8756.0, 8785.0, 8753.0, 8784.0, 8753.0, 8786.0, 8757.0, 8780.0, 8754.0, 8780.0, 8758.0, 8782.0, 8756.0, 8767.0, 8755.0, 8783.0, 8745.0, 8795.0, 8761.0, 8800.0, 8775.0, 8800.0, 8775.0, 8795.0, 8776.0, 8795.0, 8787.0, 8760.0, 8785.0, 8759.0, 8790.0, 8760.0, 8785.0, 8763.0, 8771.0, 8759.0, 8801.0, 8763.0, 8796.0, 8765.0, 8798.0, 8766.0, 8813.0, 8765.0, 8816.0, 8765.0, 8798.0, 8775.0, 8784.0, 8787.0, 8761.0, 8793.0, 8760.0, 8803.0, 8777.0, 8801.0, 8758.0, 8803.0, 8762.0, 8798.0, 8739.0, 8809.0, 8760.0, 8799.0, 8767.0, 8782.0, 8785.0, 8780.0, 8784.0, 8757.0, 8773.0, 8757.0, 8784.0, 8755.0, 8785.0, 8766.0, 8786.0, 8767.0, 8780.0, 8754.0, 8778.0, 8740.0, 8763.0, 8752.0, 8783.0, 8749.0, 8783.0, 8751.0, 8755.0, 8792.0, 8754.0, 8756.0, 8774.0, 8759.0, 8784.0, 8760.0, 8802.0, 8776.0, 8762.0, 8771.0, 8776.0, 8787.0, 8782.0, 8785.0, 8758.0, 8787.0, 8753.0, 8782.0, 8761.0, 8769.0, 8760.0, 8784.0, 8758.0, 8797.0, 8764.0, 8798.0, 8759.0, 8811.0, 8779.0, 8760.0, 8792.0, 8758.0, 8788.0, 8759.0, 8792.0, 8757.0, 8774.0, 8763.0, 8786.0, 8764.0, 8786.0, 8767.0, 8804.0, 8764.0, 8819.0, 8759.0, 8796.0, 8763.0, 8799.0, 8759.0, 8810.0, 8755.0, 8797.0, 8758.0, 8795.0, 8758.0, 8797.0, 8770.0, 8799.0, 8775.0, 8752.0, 8766.0, 8760.0, 8788.0, 8755.0, 8785.0, 8760.0, 8791.0, 8762.0, 8786.0, 8756.0, 8789.0, 8760.0, 8768.0, 8740.0, 8782.0, 8738.0, 8772.0, 8755.0, 8785.0, 8755.0, 8798.0, 8756.0, 8793.0, 8744.0, 8798.0, 8757.0, 8795.0, 8771.0, 8815.0, 8747.0, 8783.0, 8768.0, 8798.0, 8772.0, 8801.0, 8776.0, 8784.0, 8790.0, 8794.0, 8756.0, 8798.0, 8760.0, 8795.0, 8757.0, 8793.0, 8774.0, 8784.0, 8774.0, 8767.0, 8771.0, 8755.0, 8789.0, 8767.0, 8789.0, 8789.0, 8773.0, 8759.0, 8786.0, 8761.0, 8788.0, 8763.0, 8788.0, 8763.0, 8800.0, 8766.0, 8817.0, 8765.0, 8818.0, 8779.0, 8799.0, 8786.0, 8800.0, 8759.0, 8782.0, 8771.0, 8757.0, 8770.0, 8757.0, 8785.0, 8763.0, 8787.0, 8763.0, 8805.0, 8758.0, 8799.0, 8767.0, 8783.0, 8782.0, 8770.0, 8806.0, 8782.0, 8820.0, 8763.0, 8814.0, 8765.0, 8776.0, 8770.0, 8773.0, 8805.0, 8778.0, 8820.0, 8766.0, 8801.0, 8777.0, 8787.0, 8776.0, 8759.0, 8778.0, 8756.0, 8773.0, 8763.0, 8803.0, 8765.0, 8815.0, 8765.0, 8801.0, 8775.0, 8764.0, 8777.0, 8748.0, 8777.0, 8744.0, 8755.0, 8748.0, 8784.0, 8760.0, 8798.0, 8742.0, 8800.0, 8766.0, 8762.0, 8775.0, 8759.0, 8790.0, 8790.0, 8770.0, 8758.0, 8777.0, 8755.0, 8769.0, 8757.0, 8770.0, 8745.0, 8771.0, 8743.0, 8768.0, 8759.0, 8766.0, 8754.0, 8786.0, 8756.0, 8773.0, 8756.0, 8769.0, 8759.0, 8778.0, 8765.0, 8787.0, 8762.0, 8803.0, 8761.0, 8788.0, 8793.0, 8788.0, 8790.0, 8807.0, 8778.0, 8783.0, 8776.0, 8763.0, 8777.0, 8776.0, 8774.0, 8745.0, 8760.0, 8762.0, 8787.0, 8767.0, 8809.0, 8785.0, 8794.0, 8782.0, 8808.0, 8767.0, 8817.0, 8763.0, 8804.0, 8780.0, 8801.0, 8779.0, 8800.0, 8750.0, 8788.0, 8769.0, 8762.0, 8778.0, 8779.0, 8795.0, 8782.0, 8795.0, 8787.0, 8800.0, 8775.0, 8789.0, 8778.0, 8792.0, 8762.0, 8772.0, 8769.0, 8789.0, 8771.0, 8769.0, 8757.0, 8768.0, 8754.0, 8788.0, 8759.0, 8773.0, 8759.0, 8777.0, 8762.0, 8772.0, 8762.0, 8792.0, 8763.0, 8799.0, 8764.0, 8814.0, 8761.0, 8801.0, 8765.0, 8802.0, 8779.0, 8800.0, 8773.0, 8791.0, 8777.0, 8790.0, 8789.0, 8785.0, 8790.0, 8767.0, 8772.0, 8755.0, 8788.0, 8762.0, 8787.0, 8758.0, 8777.0, 8763.0, 8774.0, 8761.0, 8799.0, 8764.0, 8803.0, 8759.0, 8800.0, 8765.0, 8806.0, 8765.0, 8799.0, 8757.0, 8796.0, 8783.0, 8805.0, 8762.0, 8799.0, 8775.0, 8760.0, 8776.0, 8781.0, 8797.0, 8767.0, 8793.0, 8766.0, 8791.0, 8784.0, 8797.0, 8764.0, 8789.0, 8762.0, 8790.0, 8758.0, 8786.0, 8756.0, 8787.0, 8758.0, 8772.0, 8761.0, 8784.0, 8761.0, 8776.0, 8761.0, 8786.0, 8761.0, 8771.0, 8759.0, 8786.0, 8760.0, 8786.0, 8764.0, 8798.0, 8765.0, 8800.0, 8763.0, 8802.0, 8766.0, 8802.0, 8760.0, 8799.0, 8764.0, 8783.0, 8744.0, 8772.0, 8756.0, 8773.0, 8756.0, 8790.0, 8761.0, 8769.0, 8762.0, 8776.0, 8761.0, 8789.0, 8766.0, 8813.0, 8761.0, 8804.0, 8761.0, 8802.0, 8760.0, 8803.0, 8763.0, 8799.0, 8757.0, 8800.0, 8754.0, 8799.0, 8761.0, 8799.0, 8761.0, 8796.0, 8758.0, 8785.0, 8774.0, 8791.0, 8778.0, 8755.0, 8775.0, 8754.0, 8776.0, 8757.0, 8778.0, 8761.0, 8789.0, 8759.0, 8779.0, 8761.0, 8768.0, 8763.0, 8783.0, 8779.0, 8807.0, 8777.0, 8817.0, 8764.0, 8816.0, 8765.0, 8805.0, 8774.0, 8797.0, 8777.0, 8802.0, 8779.0, 8781.0, 8776.0, 8782.0, 8790.0, 8785.0, 8772.0, 8752.0, 8778.0, 8760.0, 8790.0, 8776.0, 8777.0, 8762.0, 8778.0, 8762.0, 8777.0, 8764.0, 8786.0, 8766.0, 8805.0, 8766.0, 8801.0, 8766.0, 8806.0, 8767.0, 8818.0, 8758.0, 8801.0, 8756.0, 8780.0, 8756.0, 8799.0, 8762.0, 8797.0, 8759.0, 8802.0, 8761.0, 8800.0, 8764.0, 8786.0, 8776.0, 8771.0, 8790.0, 8790.0, 8793.0, 8771.0, 8791.0, 8755.0, 8778.0, 8757.0, 8791.0, 8772.0, 8776.0, 8754.0, 8775.0, 8771.0, 8771.0, 8779.0, 8772.0, 8795.0, 8773.0, 8756.0, 8772.0, 8776.0, 8792.0, 8763.0, 8776.0, 8762.0, 8794.0, 8786.0, 8821.0, 8791.0, 8828.0, 8783.0, 8793.0, 8782.0, 8778.0, 8777.0, 8782.0, 8822.0, 8782.0, 8783.0, 8797.0, 8776.0, 8789.0, 8774.0, 8794.0, 8764.0, 8784.0, 8760.0, 8804.0, 8765.0, 8822.0, 8765.0, 8814.0, 8762.0, 8796.0, 8779.0, 8789.0, 8776.0, 8764.0, 8793.0, 8764.0, 8776.0, 8765.0, 8795.0, 8765.0, 8776.0, 8766.0, 8788.0, 8763.0, 8809.0, 8766.0, 8788.0, 8764.0, 8802.0, 8766.0, 8817.0, 8763.0, 8806.0, 8760.0, 8784.0, 8764.0, 8804.0, 8765.0, 8784.0, 8777.0, 8789.0, 8781.0, 8796.0, 8779.0, 8783.0, 8797.0, 8781.0, 8803.0, 8782.0, 8802.0, 8765.0, 8791.0, 8762.0, 8794.0, 8759.0, 8778.0, 8758.0, 8771.0, 8755.0, 8774.0, 8758.0, 8782.0, 8758.0, 8768.0, 8757.0, 8788.0, 8765.0, 8801.0, 8760.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.00021455696202531645</td></tr>
<tr><td colspan=3>aqi</td><td>0.014003160644418873</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.50984008631335</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.17668455624424</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9864360201612906</td></tr>
<tr><td colspan=3>efc</td><td>0.4512</td></tr>
<tr><td colspan=3>fber</td><td>6108.9883</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06489595493686034</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4129688316818196</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3496875803427186</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5537930300219203</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3354258846808205</td></tr>
<tr><td colspan=3>gcor</td><td>0.00323277</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013893159106373787</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020166214555501938</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.762968032807102</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.6692</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4822</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.3423</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308337.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.3563</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1356</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.1872</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3182.8255</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4228.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.1084</td></tr>
<tr><td colspan=3>tsnr</td><td>46.51352718891576</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>