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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-01/func/sub-0094_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>dc323e0e7f7d9f45d7be7bef98e0cd3a</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>12:03:15.930000</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.996546, 0.0786575, 0.026615, -0.0805304, 0.993639, 0.0787178]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.107306</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7844, -7279, 760, -19, -635, 256, 14]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.532</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f278d944-4abe-412f-8b76-2b0299120f5b||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.67366099357605, -0.21605709195137024, 0.054685577750205994, 119.72828674316406], [-0.21103236079216003, 2.665860652923584, 0.21759097278118134, -89.42184448242188], [0.07140599936246872, -0.21119411289691925, 2.690662145614624, -58.45695114135742], [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': ['120315.930000', '120316.390000', '120316.850000', '120317.310000', '120317.770000', '120318.230000', '120318.690000', '120319.150000', '120319.610000', '120320.070000', '120320.530000', '120320.990000', '120321.450000', '120321.910000', '120322.370000', '120322.830000', '120323.290000', '120323.750000', '120324.210000', '120324.670000', '120325.130000', '120325.590000', '120326.050000', '120326.510000', '120326.970000', '120327.430000', '120327.890000', '120328.350000', '120328.810000', '120329.270000', '120329.730000', '120330.190000', '120330.650000', '120331.110000', '120331.570000', '120332.030000', '120332.490000', '120332.950000', '120333.410000', '120333.870000', '120334.330000', '120334.790000', '120335.250000', '120335.710000', '120336.170000', '120336.630000', '120337.090000', '120337.550000', '120338.010000', '120338.470000', '120338.930000', '120339.390000', '120339.850000', '120340.310000', '120340.770000', '120341.230000', '120341.690000', '120342.150000', '120342.610000', '120343.070000', '120343.530000', '120343.990000', '120344.450000', '120344.910000', '120345.370000', '120345.830000', '120346.290000', '120346.750000', '120347.210000', '120347.670000', '120348.130000', '120348.590000', '120349.050000', '120349.510000', '120349.970000', '120350.430000', '120350.890000', '120351.350000', '120351.810000', '120352.270000', '120352.730000', '120353.190000', '120353.650000', '120354.110000', '120354.570000', '120355.030000', '120355.490000', '120355.950000', '120356.410000', '120356.870000', '120357.330000', '120357.790000', '120358.250000', '120358.710000', '120359.170000', '120359.630000', '120400.090000', '120400.550000', '120401.010000', '120401.470000', '120401.930000', '120402.390000', '120402.850000', '120403.310000', '120403.770000', '120404.230000', '120404.690000', '120405.150000', '120405.610000', '120406.070000', '120406.530000', '120406.990000', '120407.450000', '120407.910000', '120408.370000', '120408.830000', '120409.290000', '120409.750000', '120410.210000', '120410.670000', '120411.130000', '120411.590000', '120412.050000', '120412.510000', '120412.970000', '120413.430000', '120413.890000', '120414.350000', '120414.810000', '120415.270000', '120415.730000', '120416.190000', '120416.650000', '120417.110000', '120417.570000', '120418.030000', '120418.490000', '120418.950000', '120419.410000', '120419.870000', '120420.330000', '120420.790000', '120421.250000', '120421.710000', '120422.170000', '120422.630000', '120423.090000', '120423.550000', '120424.010000', '120424.470000', '120424.930000', '120425.390000', '120425.850000', '120426.310000', '120426.770000', '120427.230000', '120427.690000', '120428.150000', '120428.610000', '120429.070000', '120429.530000', '120429.990000', '120430.450000', '120430.910000', '120431.370000', '120431.830000', '120432.290000', '120432.750000', '120433.210000', '120433.670000', '120434.130000', '120434.590000', '120435.050000', '120435.510000', '120435.970000', '120436.430000', '120436.890000', '120437.350000', '120437.810000', '120438.270000', '120438.730000', '120439.190000', '120439.650000', '120440.110000', '120440.570000', '120441.030000', '120441.490000', '120441.950000', '120442.410000', '120442.870000', '120443.330000', '120443.790000', '120444.250000', '120444.710000', '120445.170000', '120445.630000', '120446.090000', '120446.550000', '120447.010000', '120447.470000', '120447.930000', '120448.390000', '120448.850000', '120449.310000', '120449.770000', '120450.230000', '120450.690000', '120451.150000', '120451.610000', '120452.070000', '120452.530000', '120452.990000', '120453.450000', '120453.910000', '120454.370000', '120454.830000', '120455.290000', '120455.750000', '120456.210000', '120456.670000', '120457.130000', '120457.590000', '120458.050000', '120458.510000', '120458.970000', '120459.430000', '120459.890000', '120500.350000', '120500.810000', '120501.270000', '120501.730000', '120502.190000', '120502.650000', '120503.110000', '120503.570000', '120504.030000', '120504.490000', '120504.950000', '120505.410000', '120505.870000', '120506.330000', '120506.790000', '120507.250000', '120507.710000', '120508.170000', '120508.630000', '120509.090000', '120509.550000', '120510.010000', '120510.470000', '120510.930000', '120511.390000', '120511.850000', '120512.310000', '120512.770000', '120513.230000', '120513.690000', '120514.150000', '120514.610000', '120515.070000', '120515.530000', '120515.990000', '120516.450000', '120516.910000', '120517.370000', '120517.830000', '120518.290000', '120518.750000', '120519.210000', '120519.670000', '120520.130000', '120520.590000', '120521.050000', '120521.510000', '120521.970000', '120522.430000', '120522.890000', '120523.350000', '120523.810000', '120524.270000', '120524.730000', '120525.190000', '120525.650000', '120526.110000', '120526.570000', '120527.030000', '120527.490000', '120527.950000', '120528.410000', '120528.870000', '120529.330000', '120529.790000', '120530.250000', '120530.710000', '120531.170000', '120531.630000', '120532.090000', '120532.550000', '120533.010000', '120533.470000', '120533.930000', '120534.390000', '120534.850000', '120535.310000', '120535.770000', '120536.230000', '120536.690000', '120537.150000', '120537.610000', '120538.070000', '120538.530000', '120538.990000', '120539.450000', '120539.910000', '120540.370000', '120540.830000', '120541.290000', '120541.750000', '120542.210000', '120542.670000', '120543.130000', '120543.590000', '120544.050000', '120544.510000', '120544.970000', '120545.430000', '120545.890000', '120546.350000', '120546.810000', '120547.270000', '120547.730000', '120548.190000', '120548.650000', '120549.110000', '120549.570000', '120550.030000', '120550.490000', '120550.950000', '120551.410000', '120551.870000', '120552.330000', '120552.790000', '120553.250000', '120553.710000', '120554.170000', '120554.630000', '120555.090000', '120555.550000', '120556.010000', '120556.470000', '120556.930000', '120557.390000', '120557.850000', '120558.310000', '120558.770000', '120559.230000', '120559.690000', '120600.150000', '120600.610000', '120601.070000', '120601.530000', '120601.990000', '120602.450000', '120602.910000', '120603.370000', '120603.830000', '120604.290000', '120604.750000', '120605.210000', '120605.670000', '120606.130000', '120606.590000', '120607.050000', '120607.510000', '120607.970000', '120608.430000', '120608.890000', '120609.350000', '120609.810000', '120610.270000', '120610.730000', '120611.190000', '120611.650000', '120612.110000', '120612.570000', '120613.030000', '120613.490000', '120613.950000', '120614.410000', '120614.870000', '120615.330000', '120615.790000', '120616.250000', '120616.710000', '120617.170000', '120617.630000', '120618.090000', '120618.550000', '120619.010000', '120619.470000', '120619.930000', '120620.390000', '120620.850000', '120621.310000', '120621.770000', '120622.230000', '120622.690000', '120623.150000', '120623.610000', '120624.070000', '120624.530000', '120624.990000', '120625.450000', '120625.910000', '120626.370000', '120626.830000', '120627.290000', '120627.750000', '120628.210000', '120628.670000', '120629.130000', '120629.590000', '120630.050000', '120630.510000', '120630.970000', '120631.430000', '120631.890000', '120632.350000', '120632.810000', '120633.270000', '120633.730000', '120634.190000', '120634.650000', '120635.110000', '120635.570000', '120636.030000', '120636.490000', '120636.950000', '120637.410000', '120637.870000', '120638.330000', '120638.790000', '120639.250000', '120639.710000', '120640.170000', '120640.630000', '120641.090000', '120641.550000', '120642.010000', '120642.470000', '120642.930000', '120643.390000', '120643.850000', '120644.310000', '120644.770000', '120645.230000', '120645.690000', '120646.150000', '120646.610000', '120647.070000', '120647.530000', '120647.990000', '120648.450000', '120648.910000', '120649.370000', '120649.830000', '120650.290000', '120650.750000', '120651.210000', '120651.670000', '120652.130000', '120652.590000', '120653.050000', '120653.510000', '120653.970000', '120654.430000', '120654.890000', '120655.350000', '120655.810000', '120656.270000', '120656.730000', '120657.190000', '120657.650000', '120658.110000', '120658.570000', '120659.030000', '120659.490000', '120659.950000', '120700.410000', '120700.870000', '120701.330000', '120701.790000', '120702.250000', '120702.710000', '120703.170000', '120703.630000', '120704.090000', '120704.550000', '120705.010000', '120705.470000', '120705.930000', '120706.390000', '120706.850000', '120707.310000', '120707.770000', '120708.230000', '120708.690000', '120709.150000', '120709.610000', '120710.070000', '120710.530000', '120710.990000', '120711.450000', '120711.910000', '120712.370000', '120712.830000', '120713.290000', '120713.750000', '120714.210000', '120714.670000', '120715.130000', '120715.590000', '120716.050000', '120716.510000', '120716.970000', '120717.430000', '120717.890000', '120718.350000', '120718.810000', '120719.270000', '120719.730000', '120720.190000', '120720.650000', '120721.110000', '120721.570000', '120722.030000', '120722.490000', '120722.950000', '120723.410000', '120723.870000', '120724.330000', '120724.790000', '120725.250000', '120725.710000', '120726.170000', '120726.630000', '120727.090000', '120727.550000', '120728.010000', '120728.470000', '120728.930000', '120729.390000', '120729.850000', '120730.310000', '120730.770000', '120731.230000', '120731.690000', '120732.150000', '120732.610000', '120733.070000', '120733.530000', '120733.990000', '120734.450000', '120734.910000', '120735.370000', '120735.830000', '120736.290000', '120736.750000', '120737.210000', '120737.670000', '120738.130000', '120738.590000', '120739.050000', '120739.510000', '120739.970000', '120740.430000', '120740.890000', '120741.350000', '120741.810000', '120742.270000', '120742.730000', '120743.190000', '120743.650000', '120744.110000', '120744.570000', '120745.030000', '120745.490000', '120745.950000', '120746.410000', '120746.870000', '120747.330000', '120747.790000', '120748.250000', '120748.710000', '120749.170000', '120749.630000', '120750.090000', '120750.550000', '120751.010000', '120751.470000', '120751.930000', '120752.390000', '120752.850000', '120753.310000', '120753.770000', '120754.230000', '120754.690000', '120755.150000', '120755.610000', '120756.070000', '120756.530000', '120756.990000', '120757.450000', '120757.910000', '120758.370000', '120758.830000', '120759.290000', '120759.750000', '120800.210000', '120800.670000', '120801.130000', '120801.590000', '120802.050000', '120802.510000', '120802.970000', '120803.430000', '120803.890000', '120804.350000', '120804.810000', '120805.270000', '120805.730000', '120806.190000', '120806.650000', '120807.110000', '120807.570000', '120808.030000', '120808.490000', '120808.950000', '120809.410000', '120809.870000', '120810.330000', '120810.790000', '120811.250000', '120811.710000', '120812.170000', '120812.630000', '120813.090000', '120813.550000', '120814.010000', '120814.470000', '120814.930000', '120815.390000', '120815.850000', '120816.310000', '120816.770000', '120817.230000', '120817.690000', '120818.150000', '120818.610000', '120819.070000', '120819.530000', '120819.990000', '120820.450000', '120820.910000', '120821.370000', '120821.830000', '120822.290000', '120822.750000', '120823.210000', '120823.670000', '120824.130000', '120824.590000', '120825.050000', '120825.510000', '120825.970000', '120826.430000', '120826.890000', '120827.350000', '120827.810000', '120828.270000', '120828.730000', '120829.190000', '120829.650000', '120830.110000', '120830.570000', '120831.030000', '120831.490000', '120831.950000', '120832.410000', '120832.870000', '120833.330000', '120833.790000', '120834.250000', '120834.710000', '120835.170000', '120835.630000', '120836.090000', '120836.550000', '120837.010000', '120837.470000', '120837.930000', '120838.390000', '120838.850000', '120839.310000', '120839.770000', '120840.230000', '120840.690000', '120841.150000', '120841.610000', '120842.070000', '120842.530000', '120842.990000', '120843.450000', '120843.910000', '120844.370000', '120844.830000', '120845.290000', '120845.750000', '120846.210000', '120846.670000', '120847.130000', '120847.590000', '120848.050000', '120848.510000', '120848.970000', '120849.430000', '120849.890000', '120850.350000', '120850.810000', '120851.270000', '120851.730000', '120852.190000', '120852.650000', '120853.110000', '120853.570000', '120854.030000', '120854.490000', '120854.950000', '120855.410000', '120855.870000', '120856.330000', '120856.790000', '120857.250000', '120857.710000', '120858.170000', '120858.630000', '120859.090000', '120859.550000', '120900.010000', '120900.470000', '120900.930000', '120901.390000', '120901.850000', '120902.310000', '120902.770000', '120903.230000', '120903.690000', '120904.150000', '120904.610000', '120905.070000', '120905.530000', '120905.990000', '120906.450000', '120906.910000', '120907.370000', '120907.830000', '120908.290000', '120908.750000', '120909.210000', '120909.670000', '120910.130000', '120910.590000', '120911.050000', '120911.510000', '120911.970000', '120912.430000', '120912.890000', '120913.350000', '120913.810000', '120914.270000', '120914.730000', '120915.190000', '120915.650000', '120916.110000', '120916.570000', '120917.030000', '120917.490000', '120917.950000', '120918.410000', '120918.870000', '120919.330000', '120919.790000', '120920.250000', '120920.710000', '120921.170000', '120921.630000', '120922.090000', '120922.550000', '120923.010000', '120923.470000', '120923.930000', '120924.390000', '120924.850000', '120925.310000', '120925.770000', '120926.230000', '120926.690000', '120927.150000', '120927.610000', '120928.070000', '120928.530000', '120928.990000', '120929.450000', '120929.910000', '120930.370000', '120930.830000', '120931.290000', '120931.750000', '120932.210000', '120932.670000', '120933.130000', '120933.590000', '120934.050000', '120934.510000', '120934.970000', '120935.430000', '120935.890000', '120936.350000', '120936.810000', '120937.270000', '120937.730000', '120938.190000', '120938.650000', '120939.110000', '120939.570000', '120940.030000', '120940.490000', '120940.950000', '120941.410000', '120941.870000', '120942.330000', '120942.790000', '120943.250000', '120943.710000', '120944.170000', '120944.630000', '120945.090000', '120945.550000', '120946.010000', '120946.470000', '120946.930000', '120947.390000', '120947.850000', '120948.310000', '120948.770000', '120949.230000', '120949.690000', '120950.150000', '120950.610000', '120951.070000', '120951.530000', '120951.990000', '120952.450000', '120952.910000', '120953.370000', '120953.830000', '120954.290000', '120954.750000', '120955.210000', '120955.670000', '120956.130000', '120956.590000'], 'ContentTime': ['120338.562000', '120338.565000', '120338.568000', '120338.571000', '120338.573000', '120338.576000', '120338.578000', '120338.581000', '120338.583000', '120338.586000', '120338.588000', '120338.591000', '120338.594000', '120338.596000', '120338.599000', '120338.602000', '120338.604000', '120338.607000', '120338.610000', '120338.612000', '120338.615000', '120338.617000', '120338.620000', '120338.622000', '120338.625000', '120338.627000', '120338.630000', '120338.633000', '120338.635000', '120338.638000', '120338.641000', '120338.643000', '120338.646000', '120338.648000', '120338.651000', '120338.657000', '120338.659000', '120338.662000', '120338.665000', '120338.667000', '120338.670000', '120338.672000', '120338.675000', '120338.677000', '120338.680000', '120338.683000', '120338.685000', '120338.688000', '120358.520000', '120358.523000', '120358.526000', '120358.528000', '120358.539000', '120358.541000', '120358.544000', '120358.546000', '120358.549000', '120358.552000', '120358.554000', '120358.557000', '120358.559000', '120358.562000', '120358.564000', '120358.567000', '120358.569000', '120358.572000', '120358.575000', '120358.577000', '120358.580000', '120358.582000', '120358.585000', '120358.588000', '120358.590000', '120358.593000', '120358.595000', '120358.598000', '120358.601000', '120358.603000', '120358.606000', '120358.608000', '120358.611000', '120358.613000', '120358.616000', '120358.618000', '120358.621000', '120358.624000', '120358.626000', '120358.629000', '120358.632000', '120358.634000', '120358.637000', '120418.519000', '120418.522000', '120418.525000', '120418.527000', '120418.530000', '120418.532000', '120418.535000', '120418.538000', '120418.540000', '120418.543000', '120418.545000', '120418.548000', '120418.550000', '120418.553000', '120418.556000', '120418.558000', '120418.561000', '120418.563000', '120418.566000', '120418.568000', '120418.571000', '120418.574000', '120418.576000', '120418.579000', '120418.581000', '120418.584000', '120418.586000', '120418.589000', '120418.591000', '120418.594000', '120418.597000', '120418.599000', '120418.609000', '120418.612000', '120418.614000', '120418.617000', '120418.619000', '120418.622000', '120418.624000', '120418.627000', '120418.630000', '120418.632000', '120418.635000', '120418.637000', '120438.520000', '120438.523000', '120438.526000', '120438.529000', '120438.531000', '120438.534000', '120438.536000', '120438.539000', '120438.541000', '120438.544000', '120438.547000', '120438.549000', '120438.552000', '120438.554000', '120438.557000', '120438.559000', '120438.562000', '120438.565000', '120438.567000', '120438.570000', '120438.573000', '120438.575000', '120438.578000', '120438.580000', '120438.583000', '120438.592000', '120438.594000', '120438.597000', '120438.599000', '120438.602000', '120438.616000', '120438.619000', '120438.621000', '120438.624000', '120438.626000', '120438.629000', '120438.632000', '120438.634000', '120438.637000', '120438.639000', '120438.642000', '120438.645000', '120438.647000', '120458.520000', '120458.523000', '120458.526000', '120458.528000', '120458.531000', '120458.534000', '120458.536000', '120458.539000', '120458.541000', '120458.544000', '120458.546000', '120458.549000', '120458.552000', '120458.554000', '120458.557000', '120458.560000', '120458.563000', '120458.565000', '120458.568000', '120458.582000', '120458.585000', '120458.588000', '120458.590000', '120458.593000', '120458.595000', '120458.598000', '120458.601000', '120458.603000', '120458.606000', '120458.609000', '120458.611000', '120458.614000', '120458.616000', '120458.619000', '120458.622000', '120458.624000', '120458.627000', '120458.629000', '120458.632000', '120458.635000', '120458.637000', '120458.640000', '120458.643000', '120518.521000', '120518.523000', '120518.526000', '120518.529000', '120518.531000', '120518.534000', '120518.536000', '120518.539000', '120518.542000', '120518.544000', '120518.547000', '120518.549000', '120518.552000', '120518.555000', '120518.557000', '120518.560000', '120518.562000', '120518.565000', '120518.567000', '120518.570000', '120518.573000', '120518.575000', '120518.578000', '120518.580000', '120518.583000', '120518.586000', '120518.588000', '120518.591000', '120518.593000', '120518.596000', '120518.599000', '120518.601000', '120518.604000', '120518.606000', '120518.609000', '120518.611000', '120518.614000', '120518.617000', '120518.619000', '120518.622000', '120518.633000', '120518.635000', '120518.638000', '120518.640000', '120538.521000', '120538.523000', '120538.526000', '120538.529000', '120538.531000', '120538.534000', '120538.536000', '120538.539000', '120538.542000', '120538.545000', '120538.548000', '120538.551000', '120538.554000', '120538.557000', '120538.559000', '120538.562000', '120538.565000', '120538.567000', '120538.570000', '120538.573000', '120538.575000', '120538.578000', '120538.580000', '120538.583000', '120538.586000', '120538.588000', '120538.591000', '120538.594000', '120538.597000', '120538.599000', '120538.602000', '120538.604000', '120538.607000', '120538.610000', '120538.612000', '120538.615000', '120538.617000', '120538.620000', '120538.622000', '120538.625000', '120538.628000', '120538.630000', '120538.633000', '120558.520000', '120558.523000', '120558.526000', '120558.528000', '120558.531000', '120558.534000', '120558.536000', '120558.539000', '120558.541000', '120558.544000', '120558.547000', '120558.549000', '120558.552000', '120558.554000', '120558.557000', '120558.560000', '120558.562000', '120558.565000', '120558.567000', '120558.570000', '120558.572000', '120558.575000', '120558.578000', '120558.580000', '120558.583000', '120558.585000', '120558.588000', '120558.591000', '120558.593000', '120558.596000', '120558.599000', '120558.601000', '120558.604000', '120558.607000', '120558.609000', '120558.612000', '120558.614000', '120558.617000', '120558.620000', '120558.622000', '120558.625000', '120558.627000', '120558.630000', '120558.632000', '120618.520000', '120618.522000', '120618.525000', '120618.528000', '120618.530000', '120618.533000', '120618.535000', '120618.538000', '120618.541000', '120618.543000', '120618.546000', '120618.548000', '120618.551000', '120618.554000', '120618.556000', '120618.559000', '120618.562000', '120618.564000', '120618.567000', '120618.570000', '120618.573000', '120618.576000', '120618.579000', '120618.581000', '120618.584000', '120618.586000', '120618.589000', '120618.592000', '120618.594000', '120618.597000', '120618.599000', '120618.602000', '120618.605000', '120618.607000', '120618.610000', '120618.612000', '120618.615000', '120618.617000', '120618.620000', '120618.623000', '120618.626000', '120618.629000', '120618.631000', '120638.519000', '120638.539000', '120638.541000', '120638.544000', '120638.547000', '120638.549000', '120638.552000', '120638.555000', '120638.557000', '120638.560000', '120638.562000', '120638.565000', '120638.568000', '120638.570000', '120638.573000', '120638.575000', '120638.578000', '120638.581000', '120638.583000', '120638.586000', '120638.588000', '120638.591000', '120638.594000', '120638.596000', '120638.599000', '120638.602000', '120638.604000', '120638.607000', '120638.609000', '120638.612000', '120638.615000', '120638.617000', '120638.620000', '120638.622000', '120638.625000', '120638.627000', '120638.630000', '120638.633000', '120638.635000', '120638.638000', '120638.640000', '120638.643000', '120638.645000', '120638.648000', '120658.521000', '120658.523000', '120658.526000', '120658.529000', '120658.531000', '120658.534000', '120658.536000', '120658.539000', '120658.542000', '120658.544000', '120658.547000', '120658.549000', '120658.552000', '120658.555000', '120658.557000', '120658.560000', '120658.563000', '120658.565000', '120658.568000', '120658.570000', '120658.573000', '120658.576000', '120658.578000', '120658.581000', '120658.583000', '120658.586000', '120658.589000', '120658.591000', '120658.600000', '120658.603000', '120658.605000', '120658.608000', '120658.610000', '120658.613000', '120658.615000', '120658.618000', '120658.621000', '120658.623000', '120658.626000', '120658.628000', '120658.631000', '120658.634000', '120658.636000', '120718.521000', '120718.523000', '120718.526000', '120718.528000', '120718.531000', '120718.534000', '120718.536000', '120718.539000', '120718.541000', '120718.553000', '120718.556000', '120718.559000', '120718.561000', '120718.564000', '120718.567000', '120718.569000', '120718.572000', '120718.574000', '120718.577000', '120718.579000', '120718.582000', '120718.585000', '120718.587000', '120718.590000', '120718.593000', '120718.596000', '120718.598000', '120718.601000', '120718.604000', '120718.606000', '120718.609000', '120718.611000', '120718.614000', '120718.617000', '120718.619000', '120718.622000', '120718.624000', '120718.627000', '120718.630000', '120718.632000', '120718.635000', '120718.637000', '120718.640000', '120738.520000', '120738.523000', '120738.526000', '120738.528000', '120738.531000', '120738.534000', '120738.536000', '120738.539000', '120738.542000', '120738.544000', '120738.547000', '120738.549000', '120738.552000', '120738.555000', '120738.557000', '120738.560000', '120738.563000', '120738.565000', '120738.568000', '120738.570000', '120738.573000', '120738.575000', '120738.578000', '120738.581000', '120738.583000', '120738.586000', '120738.588000', '120738.591000', '120738.594000', '120738.596000', '120738.599000', '120738.602000', '120738.605000', '120738.607000', '120738.610000', '120738.613000', '120738.616000', '120738.618000', '120738.621000', '120738.624000', '120738.626000', '120738.629000', '120738.643000', '120738.646000', '120758.520000', '120758.523000', '120758.526000', '120758.528000', '120758.531000', '120758.534000', '120758.536000', '120758.539000', '120758.541000', '120758.544000', '120758.547000', '120758.549000', '120758.552000', '120758.554000', '120758.557000', '120758.560000', '120758.562000', '120758.565000', '120758.567000', '120758.570000', '120758.573000', '120758.575000', '120758.578000', '120758.580000', '120758.583000', '120758.595000', '120758.610000', '120758.612000', '120758.615000', '120758.618000', '120758.620000', '120758.623000', '120758.626000', '120758.628000', '120758.631000', '120758.634000', '120758.636000', '120758.639000', '120758.642000', '120758.644000', '120758.647000', '120758.650000', '120758.652000', '120758.655000', '120818.520000', '120818.523000', '120818.526000', '120818.528000', '120818.531000', '120818.534000', '120818.536000', '120818.539000', '120818.541000', '120818.544000', '120818.547000', '120818.549000', '120818.552000', '120818.555000', '120818.557000', '120818.560000', '120818.562000', '120818.565000', '120818.568000', '120818.570000', '120818.573000', '120818.576000', '120818.578000', '120818.581000', '120818.583000', '120818.586000', '120818.589000', '120818.591000', '120818.594000', '120818.596000', '120818.599000', '120818.602000', '120818.604000', '120818.607000', '120818.610000', '120818.612000', '120818.615000', '120818.617000', '120818.620000', '120818.623000', '120818.625000', '120818.628000', '120818.630000', '120838.519000', '120838.522000', '120838.525000', '120838.528000', '120838.530000', '120838.533000', '120838.536000', '120838.538000', '120838.541000', '120838.543000', '120838.546000', '120838.549000', '120838.551000', '120838.554000', '120838.557000', '120838.559000', '120838.562000', '120838.564000', '120838.567000', '120838.570000', '120838.572000', '120838.575000', '120838.577000', '120838.580000', '120838.583000', '120838.585000', '120838.588000', '120838.590000', '120838.593000', '120838.596000', '120838.598000', '120838.601000', '120838.604000', '120838.606000', '120838.609000', '120838.612000', '120838.614000', '120838.617000', '120838.619000', '120838.622000', '120838.624000', '120838.631000', '120838.634000', '120838.636000', '120858.520000', '120858.523000', '120858.525000', '120858.528000', '120858.530000', '120858.533000', '120858.536000', '120858.538000', '120858.541000', '120858.544000', '120858.546000', '120858.549000', '120858.551000', '120858.554000', '120858.557000', '120858.566000', '120858.568000', '120858.571000', '120858.573000', '120858.576000', '120858.579000', '120858.581000', '120858.584000', '120858.586000', '120858.589000', '120858.592000', '120858.594000', '120858.597000', '120858.600000', '120858.602000', '120858.605000', '120858.608000', '120858.610000', '120858.613000', '120858.615000', '120858.618000', '120858.621000', '120858.623000', '120858.626000', '120858.629000', '120858.631000', '120858.634000', '120858.636000', '120918.522000', '120918.525000', '120918.528000', '120918.530000', '120918.533000', '120918.535000', '120918.538000', '120918.541000', '120918.543000', '120918.546000', '120918.549000', '120918.551000', '120918.554000', '120918.556000', '120918.559000', '120918.567000', '120918.569000', '120918.572000', '120918.575000', '120918.577000', '120918.580000', '120918.583000', '120918.585000', '120918.588000', '120918.591000', '120918.594000', '120918.596000', '120918.599000', '120918.602000', '120918.605000', '120918.607000', '120918.610000', '120918.612000', '120918.615000', '120918.618000', '120918.620000', '120918.623000', '120918.626000', '120918.628000', '120918.631000', '120918.633000', '120918.636000', '120918.638000', '120918.641000', '120938.521000', '120938.524000', '120938.526000', '120938.529000', '120938.532000', '120938.534000', '120938.537000', '120938.539000', '120938.542000', '120938.544000', '120938.547000', '120938.550000', '120938.552000', '120938.555000', '120938.558000', '120938.560000', '120938.563000', '120938.565000', '120938.568000', '120938.571000', '120938.573000', '120938.576000', '120938.579000', '120938.581000', '120938.584000', '120938.586000', '120938.589000', '120938.591000', '120938.594000', '120938.597000', '120938.599000', '120938.602000', '120938.605000', '120938.607000', '120938.610000', '120938.613000', '120938.615000', '120938.618000', '120938.620000', '120938.623000', '120938.626000', '120938.628000', '120938.631000', '120957.547000', '120957.550000', '120957.553000', '120957.556000', '120957.558000', '120957.561000', '120957.564000', '120957.574000', '120957.577000', '120957.579000', '120957.582000', '120957.585000', '120957.587000', '120957.590000', '120957.592000', '120957.595000', '120957.598000', '120957.601000', '120957.604000', '120957.607000', '120957.610000', '120957.613000', '120957.616000', '120957.619000', '120957.621000', '120957.624000', '120957.633000', '120957.640000', '120957.642000', '120957.645000', '120957.648000', '120957.651000', '120957.657000', '120957.660000', '120957.663000', '120957.667000', '120957.670000', '120957.672000', '120957.675000', '120957.678000', '120957.681000', '120957.683000'], 'InstanceCreationTime': ['120338.562000', '120338.565000', '120338.568000', '120338.571000', '120338.573000', '120338.576000', '120338.578000', '120338.581000', '120338.583000', '120338.586000', '120338.588000', '120338.591000', '120338.594000', '120338.596000', '120338.599000', '120338.602000', '120338.604000', '120338.607000', '120338.610000', '120338.612000', '120338.615000', '120338.617000', '120338.620000', '120338.622000', '120338.625000', '120338.627000', '120338.630000', '120338.633000', '120338.635000', '120338.638000', '120338.641000', '120338.643000', '120338.646000', '120338.648000', '120338.651000', '120338.657000', '120338.659000', '120338.662000', '120338.665000', '120338.667000', '120338.670000', '120338.672000', '120338.675000', '120338.677000', '120338.680000', '120338.683000', '120338.685000', '120338.688000', '120358.520000', '120358.523000', '120358.526000', '120358.528000', '120358.539000', '120358.541000', '120358.544000', '120358.546000', '120358.549000', '120358.552000', '120358.554000', '120358.557000', '120358.559000', '120358.562000', '120358.564000', '120358.567000', '120358.569000', '120358.572000', '120358.575000', '120358.577000', '120358.580000', '120358.582000', '120358.585000', '120358.588000', '120358.590000', '120358.593000', '120358.595000', '120358.598000', '120358.601000', '120358.603000', '120358.606000', '120358.608000', '120358.611000', '120358.613000', '120358.616000', '120358.618000', '120358.621000', '120358.624000', '120358.626000', '120358.629000', '120358.632000', '120358.634000', '120358.637000', '120418.519000', '120418.522000', '120418.525000', '120418.527000', '120418.530000', '120418.532000', '120418.535000', '120418.538000', '120418.540000', '120418.543000', '120418.545000', '120418.548000', '120418.550000', '120418.553000', '120418.556000', '120418.558000', '120418.561000', '120418.563000', '120418.566000', '120418.568000', '120418.571000', '120418.574000', '120418.576000', '120418.579000', '120418.581000', '120418.584000', '120418.586000', '120418.589000', '120418.591000', '120418.594000', '120418.597000', '120418.599000', '120418.609000', '120418.612000', '120418.614000', '120418.617000', '120418.619000', '120418.622000', '120418.624000', '120418.627000', '120418.630000', '120418.632000', '120418.635000', '120418.637000', '120438.520000', '120438.523000', '120438.526000', '120438.529000', '120438.531000', '120438.534000', '120438.536000', '120438.539000', '120438.541000', '120438.544000', '120438.547000', '120438.549000', '120438.552000', '120438.554000', '120438.557000', '120438.559000', '120438.562000', '120438.565000', '120438.567000', '120438.570000', '120438.573000', '120438.575000', '120438.578000', '120438.580000', '120438.583000', '120438.592000', '120438.594000', '120438.597000', '120438.599000', '120438.602000', '120438.616000', '120438.619000', '120438.621000', '120438.624000', '120438.626000', '120438.629000', '120438.632000', '120438.634000', '120438.637000', '120438.639000', '120438.642000', '120438.645000', '120438.647000', '120458.520000', '120458.523000', '120458.526000', '120458.528000', '120458.531000', '120458.534000', '120458.536000', '120458.539000', '120458.541000', '120458.544000', '120458.546000', '120458.549000', '120458.552000', '120458.554000', '120458.557000', '120458.560000', '120458.563000', '120458.565000', '120458.568000', '120458.582000', '120458.585000', '120458.588000', '120458.590000', '120458.593000', '120458.595000', '120458.598000', '120458.601000', '120458.603000', '120458.606000', '120458.609000', '120458.611000', '120458.614000', '120458.616000', '120458.619000', '120458.622000', '120458.624000', '120458.627000', '120458.629000', '120458.632000', '120458.635000', '120458.637000', '120458.640000', '120458.643000', '120518.521000', '120518.523000', '120518.526000', '120518.529000', '120518.531000', '120518.534000', '120518.536000', '120518.539000', '120518.542000', '120518.544000', '120518.547000', '120518.549000', '120518.552000', '120518.555000', '120518.557000', '120518.560000', '120518.562000', '120518.565000', '120518.567000', '120518.570000', '120518.573000', '120518.575000', '120518.578000', '120518.580000', '120518.583000', '120518.586000', '120518.588000', '120518.591000', '120518.593000', '120518.596000', '120518.599000', '120518.601000', '120518.604000', '120518.606000', '120518.609000', '120518.611000', '120518.614000', '120518.617000', '120518.619000', '120518.622000', '120518.633000', '120518.635000', '120518.638000', '120518.640000', '120538.521000', '120538.523000', '120538.526000', '120538.529000', '120538.531000', '120538.534000', '120538.536000', '120538.539000', '120538.542000', '120538.545000', '120538.548000', '120538.551000', '120538.554000', '120538.557000', '120538.559000', '120538.562000', '120538.565000', '120538.567000', '120538.570000', '120538.573000', '120538.575000', '120538.578000', '120538.580000', '120538.583000', '120538.586000', '120538.588000', '120538.591000', '120538.594000', '120538.597000', '120538.599000', '120538.602000', '120538.604000', '120538.607000', '120538.610000', '120538.612000', '120538.615000', '120538.617000', '120538.620000', '120538.622000', '120538.625000', '120538.628000', '120538.630000', '120538.633000', '120558.520000', '120558.523000', '120558.526000', '120558.528000', '120558.531000', '120558.534000', '120558.536000', '120558.539000', '120558.541000', '120558.544000', '120558.547000', '120558.549000', '120558.552000', '120558.554000', '120558.557000', '120558.560000', '120558.562000', '120558.565000', '120558.567000', '120558.570000', '120558.572000', '120558.575000', '120558.578000', '120558.580000', '120558.583000', '120558.585000', '120558.588000', '120558.591000', '120558.593000', '120558.596000', '120558.599000', '120558.601000', '120558.604000', '120558.607000', '120558.609000', '120558.612000', '120558.614000', '120558.617000', '120558.620000', '120558.622000', '120558.625000', '120558.627000', '120558.630000', '120558.632000', '120618.520000', '120618.522000', '120618.525000', '120618.528000', '120618.530000', '120618.533000', '120618.535000', '120618.538000', '120618.541000', '120618.543000', '120618.546000', '120618.548000', '120618.551000', '120618.554000', '120618.556000', '120618.559000', '120618.562000', '120618.564000', '120618.567000', '120618.570000', '120618.573000', '120618.576000', '120618.579000', '120618.581000', '120618.584000', '120618.586000', '120618.589000', '120618.592000', '120618.594000', '120618.597000', '120618.599000', '120618.602000', '120618.605000', '120618.607000', '120618.610000', '120618.612000', '120618.615000', '120618.617000', '120618.620000', '120618.623000', '120618.626000', '120618.629000', '120618.631000', '120638.519000', '120638.539000', '120638.541000', '120638.544000', '120638.547000', '120638.549000', '120638.552000', '120638.555000', '120638.557000', '120638.560000', '120638.562000', '120638.565000', '120638.568000', '120638.570000', '120638.573000', '120638.575000', '120638.578000', '120638.581000', '120638.583000', '120638.586000', '120638.588000', '120638.591000', '120638.594000', '120638.596000', '120638.599000', '120638.602000', '120638.604000', '120638.607000', '120638.609000', '120638.612000', '120638.615000', '120638.617000', '120638.620000', '120638.622000', '120638.625000', '120638.627000', '120638.630000', '120638.633000', '120638.635000', '120638.638000', '120638.640000', '120638.643000', '120638.645000', '120638.648000', '120658.521000', '120658.523000', '120658.526000', '120658.529000', '120658.531000', '120658.534000', '120658.536000', '120658.539000', '120658.542000', '120658.544000', '120658.547000', '120658.549000', '120658.552000', '120658.555000', '120658.557000', '120658.560000', '120658.563000', '120658.565000', '120658.568000', '120658.570000', '120658.573000', '120658.576000', '120658.578000', '120658.581000', '120658.583000', '120658.586000', '120658.589000', '120658.591000', '120658.600000', '120658.603000', '120658.605000', '120658.608000', '120658.610000', '120658.613000', '120658.615000', '120658.618000', '120658.621000', '120658.623000', '120658.626000', '120658.628000', '120658.631000', '120658.634000', '120658.636000', '120718.521000', '120718.523000', '120718.526000', '120718.528000', '120718.531000', '120718.534000', '120718.536000', '120718.539000', '120718.541000', '120718.553000', '120718.556000', '120718.559000', '120718.561000', '120718.564000', '120718.567000', '120718.569000', '120718.572000', '120718.574000', '120718.577000', '120718.579000', '120718.582000', '120718.585000', '120718.587000', '120718.590000', '120718.593000', '120718.596000', '120718.598000', '120718.601000', '120718.604000', '120718.606000', '120718.609000', '120718.611000', '120718.614000', '120718.617000', '120718.619000', '120718.622000', '120718.624000', '120718.627000', '120718.630000', '120718.632000', '120718.635000', '120718.637000', '120718.640000', '120738.520000', '120738.523000', '120738.526000', '120738.528000', '120738.531000', '120738.534000', '120738.536000', '120738.539000', '120738.542000', '120738.544000', '120738.547000', '120738.549000', '120738.552000', '120738.555000', '120738.557000', '120738.560000', '120738.563000', '120738.565000', '120738.568000', '120738.570000', '120738.573000', '120738.575000', '120738.578000', '120738.581000', '120738.583000', '120738.586000', '120738.588000', '120738.591000', '120738.594000', '120738.596000', '120738.599000', '120738.602000', '120738.605000', '120738.607000', '120738.610000', '120738.613000', '120738.616000', '120738.618000', '120738.621000', '120738.624000', '120738.626000', '120738.629000', '120738.643000', '120738.646000', '120758.520000', '120758.523000', '120758.526000', '120758.528000', '120758.531000', '120758.534000', '120758.536000', '120758.539000', '120758.541000', '120758.544000', '120758.547000', '120758.549000', '120758.552000', '120758.554000', '120758.557000', '120758.560000', '120758.562000', '120758.565000', '120758.567000', '120758.570000', '120758.573000', '120758.575000', '120758.578000', '120758.580000', '120758.583000', '120758.595000', '120758.610000', '120758.612000', '120758.615000', '120758.618000', '120758.620000', '120758.623000', '120758.626000', '120758.628000', '120758.631000', '120758.634000', '120758.636000', '120758.639000', '120758.642000', '120758.644000', '120758.647000', '120758.650000', '120758.652000', '120758.655000', '120818.520000', '120818.523000', '120818.526000', '120818.528000', '120818.531000', '120818.534000', '120818.536000', '120818.539000', '120818.541000', '120818.544000', '120818.547000', '120818.549000', '120818.552000', '120818.555000', '120818.557000', '120818.560000', '120818.562000', '120818.565000', '120818.568000', '120818.570000', '120818.573000', '120818.576000', '120818.578000', '120818.581000', '120818.583000', '120818.586000', '120818.589000', '120818.591000', '120818.594000', '120818.596000', '120818.599000', '120818.602000', '120818.604000', '120818.607000', '120818.610000', '120818.612000', '120818.615000', '120818.617000', '120818.620000', '120818.623000', '120818.625000', '120818.628000', '120818.630000', '120838.519000', '120838.522000', '120838.525000', '120838.528000', '120838.530000', '120838.533000', '120838.536000', '120838.538000', '120838.541000', '120838.543000', '120838.546000', '120838.549000', '120838.551000', '120838.554000', '120838.557000', '120838.559000', '120838.562000', '120838.564000', '120838.567000', '120838.570000', '120838.572000', '120838.575000', '120838.577000', '120838.580000', '120838.583000', '120838.585000', '120838.588000', '120838.590000', '120838.593000', '120838.596000', '120838.598000', '120838.601000', '120838.604000', '120838.606000', '120838.609000', '120838.612000', '120838.614000', '120838.617000', '120838.619000', '120838.622000', '120838.624000', '120838.631000', '120838.634000', '120838.636000', '120858.520000', '120858.523000', '120858.525000', '120858.528000', '120858.530000', '120858.533000', '120858.536000', '120858.538000', '120858.541000', '120858.544000', '120858.546000', '120858.549000', '120858.551000', '120858.554000', '120858.557000', '120858.566000', '120858.568000', '120858.571000', '120858.573000', '120858.576000', '120858.579000', '120858.581000', '120858.584000', '120858.586000', '120858.589000', '120858.592000', '120858.594000', '120858.597000', '120858.600000', '120858.602000', '120858.605000', '120858.608000', '120858.610000', '120858.613000', '120858.615000', '120858.618000', '120858.621000', '120858.623000', '120858.626000', '120858.629000', '120858.631000', '120858.634000', '120858.636000', '120918.522000', '120918.525000', '120918.528000', '120918.530000', '120918.533000', '120918.535000', '120918.538000', '120918.541000', '120918.543000', '120918.546000', '120918.549000', '120918.551000', '120918.554000', '120918.556000', '120918.559000', '120918.567000', '120918.569000', '120918.572000', '120918.575000', '120918.577000', '120918.580000', '120918.583000', '120918.585000', '120918.588000', '120918.591000', '120918.594000', '120918.596000', '120918.599000', '120918.602000', '120918.605000', '120918.607000', '120918.610000', '120918.612000', '120918.615000', '120918.618000', '120918.620000', '120918.623000', '120918.626000', '120918.628000', '120918.631000', '120918.633000', '120918.636000', '120918.638000', '120918.641000', '120938.521000', '120938.524000', '120938.526000', '120938.529000', '120938.532000', '120938.534000', '120938.537000', '120938.539000', '120938.542000', '120938.544000', '120938.547000', '120938.550000', '120938.552000', '120938.555000', '120938.558000', '120938.560000', '120938.563000', '120938.565000', '120938.568000', '120938.571000', '120938.573000', '120938.576000', '120938.579000', '120938.581000', '120938.584000', '120938.586000', '120938.589000', '120938.591000', '120938.594000', '120938.597000', '120938.599000', '120938.602000', '120938.605000', '120938.607000', '120938.610000', '120938.613000', '120938.615000', '120938.618000', '120938.620000', '120938.623000', '120938.626000', '120938.628000', '120938.631000', '120957.547000', '120957.550000', '120957.553000', '120957.556000', '120957.558000', '120957.561000', '120957.564000', '120957.574000', '120957.577000', '120957.579000', '120957.582000', '120957.585000', '120957.587000', '120957.590000', '120957.592000', '120957.595000', '120957.598000', '120957.601000', '120957.604000', '120957.607000', '120957.610000', '120957.613000', '120957.616000', '120957.619000', '120957.621000', '120957.624000', '120957.633000', '120957.640000', '120957.642000', '120957.645000', '120957.648000', '120957.651000', '120957.657000', '120957.660000', '120957.663000', '120957.667000', '120957.670000', '120957.672000', '120957.675000', '120957.678000', '120957.681000', '120957.683000'], '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': [7702, 7607, 7370, 7109, 6996, 6904, 6897, 6697, 6862, 6764, 6714, 6703, 6688, 6695, 6592, 6792, 6605, 6900, 6641, 7324, 6808, 6733, 6786, 6932, 6802, 6733, 6678, 6626, 6699, 6592, 6691, 6531, 6783, 6509, 6812, 6480, 6955, 6644, 6620, 6582, 6536, 6589, 6761, 6752, 6510, 6619, 6673, 6700, 6555, 6594, 6687, 6753, 6719, 6756, 6753, 6720, 6681, 6649, 6584, 6524, 6959, 6461, 6722, 6628, 6497, 6507, 6471, 6469, 6459, 6694, 6529, 6603, 6445, 6859, 6697, 7110, 7029, 6493, 6552, 6604, 6569, 7083, 6613, 6772, 6811, 6758, 6427, 6612, 6657, 7083, 6627, 6558, 6959, 6577, 6645, 6627, 6473, 6655, 6510, 6671, 6648, 6538, 6854, 6551, 6936, 6721, 6563, 6611, 6732, 6695, 6626, 6752, 7130, 6857, 6709, 6843, 6697, 6802, 6605, 6721, 6618, 6688, 6646, 6777, 6509, 6747, 6776, 6723, 6741, 6586, 6600, 6426, 6656, 6500, 6450, 6486, 6596, 6540, 6628, 6547, 6776, 6540, 6690, 6519, 6514, 6454, 6410, 6706, 6543, 6524, 6561, 6556, 6601, 6769, 6555, 6644, 6791, 6587, 6570, 6791, 6678, 6666, 6721, 6817, 6809, 6748, 6732, 6793, 6629, 6698, 6693, 6754, 6815, 6681, 6784, 6840, 6841, 7096, 6599, 6624, 6696, 6717, 6827, 6960, 6838, 6936, 6900, 6802, 6707, 6667, 6712, 6679, 6745, 6724, 6813, 6677, 6658, 6648, 6537, 6578, 6540, 6809, 6622, 6802, 6598, 7366, 6824, 6989, 7038, 6869, 7009, 7028, 6855, 7014, 6690, 6573, 7005, 6627, 7012, 6522, 6717, 7673, 6785, 6549, 6766, 6946, 6576, 6833, 6567, 6559, 6665, 6687, 6523, 6801, 6735, 6674, 6569, 6902, 6733, 6826, 6621, 6740, 6680, 6679, 6664, 6607, 7260, 6663, 6539, 6525, 6535, 6583, 6453, 6746, 6390, 6501, 6547, 6600, 6543, 6498, 6487, 6570, 6626, 6536, 6593, 6416, 6641, 6623, 6704, 6630, 6634, 6617, 6688, 6513, 6458, 6557, 6640, 6524, 6625, 6596, 6435, 6879, 6452, 6438, 6789, 6863, 6524, 6557, 6417, 6673, 6448, 6665, 6546, 7083, 7129, 7068, 7301, 6614, 6803, 6967, 6872, 7494, 7121, 6728, 6794, 6754, 6634, 6678, 6642, 6569, 6644, 6424, 6581, 6427, 6664, 6549, 6881, 6544, 6548, 6478, 6698, 6604, 6596, 6683, 6625, 6607, 6554, 6581, 6545, 6553, 6556, 6978, 6593, 6530, 6634, 6667, 6597, 6690, 6568, 6651, 6574, 6726, 6690, 6577, 6566, 6711, 6642, 6692, 6615, 6604, 6575, 6699, 6655, 6685, 6638, 6863, 6780, 6715, 6762, 6770, 6680, 6655, 6694, 6608, 6699, 6661, 6598, 6529, 6514, 6596, 6542, 6519, 6718, 6620, 6602, 6682, 6641, 6431, 6632, 6969, 6951, 6662, 6518, 6561, 6419, 6502, 6430, 6767, 6499, 6431, 6594, 6438, 6606, 6426, 6466, 6602, 6845, 6495, 6387, 6392, 6560, 6756, 6468, 6713, 6560, 6671, 6517, 6765, 6445, 6515, 6600, 6493, 6604, 6525, 6600, 6588, 6610, 6524, 6625, 6678, 6744, 6619, 6619, 6650, 6585, 6566, 6586, 6582, 6529, 6598, 6641, 6619, 6684, 6642, 6603, 6689, 6643, 6610, 6669, 6611, 6667, 6640, 6666, 6735, 7815, 6784, 6725, 6662, 6651, 6657, 6723, 6734, 6789, 6927, 6731, 6689, 6777, 6989, 6714, 6763, 6641, 6841, 6657, 6650, 6621, 6761, 6846, 6667, 6546, 6611, 6742, 6663, 6612, 6687, 6615, 6631, 6527, 6602, 6589, 6565, 6475, 6539, 6575, 6503, 6823, 6496, 6662, 6485, 6495, 6844, 6516, 6512, 6523, 6574, 6538, 6611, 6599, 6574, 6611, 6701, 6477, 6663, 6462, 6554, 6547, 6493, 6599, 6573, 6646, 6632, 6599, 6602, 6632, 6733, 6805, 6659, 6766, 6695, 6794, 6743, 6707, 6876, 6751, 6810, 6819, 6749, 6814, 6770, 6823, 6869, 6871, 6781, 6947, 6825, 6791, 6658, 6748, 6893, 6768, 6728, 6816, 6807, 6817, 6781, 6718, 6795, 6743, 6835, 6793, 6791, 6878, 6874, 6830, 6899, 6888, 6875, 6869, 6851, 6893, 6841, 6903, 6917, 6936, 6881, 6922, 6924, 6838, 6910, 6814, 6956, 6891, 6926, 6925, 6905, 6901, 6820, 6919, 7020, 7028, 6986, 7098, 7142, 7015, 7138, 7106, 7162, 7055, 7087, 7167, 7011, 7095, 6987, 6993, 7093, 7003, 7007, 7005, 7049, 7078, 7068, 7135, 7076, 7127, 7001, 7071, 7101, 7137, 7133, 7077, 7096, 7052, 7023, 7035, 7017, 7019, 7050, 6960, 6983, 7026, 7038, 6988, 6995, 6989, 6969, 7035, 7087, 7058, 7110, 6998, 7097, 7061, 7027, 7030, 7078, 7005, 7062, 7041, 7102, 7005, 7054, 7126, 7072, 7144, 7020, 7078, 7067, 7099, 7027, 7044, 7045, 6916, 7120, 7044, 7095, 6999, 7120, 6996, 7076, 7024, 7140, 7143, 7124, 7079, 7096, 7087, 7088, 7046, 7055, 7201, 7045, 7096, 7148, 7089, 7075, 7158, 7112, 7101, 7115, 7086, 7095, 7015, 7118, 7018, 7078, 7030, 7031, 7040, 7007, 6997, 6967, 7052, 7011, 7080, 6906, 6741, 7409, 6709, 6861, 6968, 6953, 7079, 6966, 6919, 6934, 6901, 6803, 7009, 6867, 6867, 6823, 6942, 6946, 6910, 6910, 6803, 6848, 6770, 6820, 6744, 6792, 6882, 6889, 6886, 6876, 6887, 6812, 6877, 6915, 6876, 6832, 6879, 6844, 6817, 6730, 6924, 6853, 7068, 6824, 6817, 6765, 6852, 6814, 6738, 6779, 6689, 6961, 6832, 6844, 6826, 6865, 6762, 6807, 6797, 7030, 6696, 6859, 6972, 6915, 6695, 6802, 6682, 6716, 6759, 6766, 6744, 6619, 6832, 6371, 6641, 6628, 6604, 6570, 6480, 6583, 6399, 6834, 6691, 6625, 6544, 6371, 6380, 6586, 6611, 6420, 6673, 6437, 6516, 6508, 6442, 6525, 6527, 6517, 6616, 6582, 6689, 6614, 6526, 6453, 6583, 6805, 6702, 6652, 6570, 6921, 6532, 6711, 6517, 6963, 6962, 6591, 6449, 6687, 6652, 6852, 6667, 6689, 6990, 6735, 6621, 6667, 6820, 6556, 6467, 6631, 6440, 6690, 6595, 6620, 6497, 6814, 6577, 6708, 7066, 6803, 6734, 6783, 6620, 6699, 6543, 6603, 6738, 6652, 6647, 6638, 6681, 6607, 6651, 6610, 6618, 6591, 6653, 6562, 6663, 6508, 6698, 6622, 6624, 6732, 6558, 6662, 6516, 6621, 6472, 6775, 6606, 6567, 6541, 6571, 6601, 6545, 6514, 6494], 'WindowCenter': [4132.0, 4115.0, 4101.0, 4087.0, 4076.0, 4075.0, 4072.0, 4072.0, 4060.0, 4060.0, 4072.0, 4060.0, 4060.0, 4060.0, 4072.0, 4071.0, 4073.0, 4086.0, 4073.0, 4086.0, 4072.0, 4070.0, 4071.0, 4071.0, 4070.0, 4070.0, 4071.0, 4070.0, 4070.0, 4072.0, 4071.0, 4060.0, 4058.0, 4058.0, 4059.0, 4059.0, 4071.0, 4071.0, 4071.0, 4071.0, 4060.0, 4071.0, 4071.0, 4071.0, 4061.0, 4073.0, 4071.0, 4073.0, 4073.0, 4073.0, 4084.0, 4085.0, 4086.0, 4073.0, 4073.0, 4071.0, 4068.0, 4070.0, 4060.0, 4062.0, 4070.0, 4059.0, 4059.0, 4058.0, 4057.0, 4046.0, 4045.0, 4045.0, 4045.0, 4056.0, 4048.0, 4072.0, 4065.0, 4074.0, 4074.0, 4074.0, 4073.0, 4059.0, 4071.0, 4072.0, 4069.0, 4069.0, 4072.0, 4071.0, 4073.0, 4071.0, 4061.0, 4085.0, 4084.0, 4072.0, 4073.0, 4062.0, 4073.0, 4073.0, 4071.0, 4071.0, 4072.0, 4070.0, 4061.0, 4071.0, 4068.0, 4058.0, 4060.0, 4059.0, 4071.0, 4083.0, 4085.0, 4080.0, 4085.0, 4073.0, 4064.0, 4061.0, 4074.0, 4087.0, 4072.0, 4073.0, 4074.0, 4073.0, 4071.0, 4071.0, 4073.0, 4072.0, 4072.0, 4061.0, 4061.0, 4060.0, 4059.0, 4071.0, 4075.0, 4073.0, 4074.0, 4061.0, 4059.0, 4059.0, 4058.0, 4058.0, 4058.0, 4057.0, 4057.0, 4058.0, 4059.0, 4059.0, 4060.0, 4060.0, 4062.0, 4059.0, 4059.0, 4057.0, 4057.0, 4057.0, 4058.0, 4060.0, 4071.0, 4070.0, 4089.0, 4073.0, 4072.0, 4070.0, 4072.0, 4068.0, 4072.0, 4072.0, 4061.0, 4071.0, 4061.0, 4063.0, 4062.0, 4061.0, 4061.0, 4060.0, 4060.0, 4072.0, 4061.0, 4063.0, 4076.0, 4074.0, 4074.0, 4076.0, 4085.0, 4088.0, 4087.0, 4075.0, 4076.0, 4087.0, 4077.0, 4077.0, 4088.0, 4077.0, 4074.0, 4074.0, 4074.0, 4072.0, 4060.0, 4058.0, 4047.0, 4059.0, 4058.0, 4058.0, 4048.0, 4059.0, 4060.0, 4058.0, 4055.0, 4065.0, 4064.0, 4082.0, 4072.0, 4063.0, 4069.0, 4065.0, 4070.0, 4070.0, 4063.0, 4077.0, 4073.0, 4066.0, 4067.0, 4066.0, 4064.0, 4053.0, 4069.0, 4081.0, 4070.0, 4060.0, 4069.0, 4068.0, 4072.0, 4072.0, 4073.0, 4071.0, 4072.0, 4073.0, 4072.0, 4085.0, 4086.0, 4087.0, 4086.0, 4084.0, 4072.0, 4072.0, 4074.0, 4076.0, 4075.0, 4073.0, 4072.0, 4061.0, 4071.0, 4060.0, 4062.0, 4063.0, 4063.0, 4058.0, 4048.0, 4058.0, 4060.0, 4058.0, 4058.0, 4058.0, 4058.0, 4059.0, 4059.0, 4058.0, 4058.0, 4049.0, 4055.0, 4056.0, 4058.0, 4068.0, 4061.0, 4084.0, 4072.0, 4060.0, 4057.0, 4058.0, 4059.0, 4057.0, 4057.0, 4047.0, 4057.0, 4055.0, 4046.0, 4047.0, 4045.0, 4045.0, 4044.0, 4057.0, 4045.0, 4044.0, 4046.0, 4056.0, 4045.0, 4054.0, 4058.0, 4070.0, 4081.0, 4079.0, 4090.0, 4066.0, 4062.0, 4061.0, 4052.0, 4061.0, 4064.0, 4052.0, 4055.0, 4055.0, 4059.0, 4060.0, 4055.0, 4052.0, 4059.0, 4055.0, 4057.0, 4046.0, 4055.0, 4074.0, 4082.0, 4062.0, 4063.0, 4059.0, 4070.0, 4072.0, 4072.0, 4072.0, 4072.0, 4070.0, 4062.0, 4060.0, 4062.0, 4061.0, 4060.0, 4071.0, 4071.0, 4062.0, 4072.0, 4073.0, 4073.0, 4071.0, 4071.0, 4072.0, 4072.0, 4073.0, 4073.0, 4074.0, 4073.0, 4072.0, 4074.0, 4075.0, 4084.0, 4074.0, 4086.0, 4087.0, 4098.0, 4088.0, 4099.0, 4086.0, 4087.0, 4087.0, 4087.0, 4086.0, 4087.0, 4086.0, 4073.0, 4073.0, 4073.0, 4072.0, 4061.0, 4060.0, 4059.0, 4061.0, 4060.0, 4048.0, 4056.0, 4057.0, 4046.0, 4058.0, 4057.0, 4060.0, 4067.0, 4070.0, 4056.0, 4058.0, 4059.0, 4072.0, 4059.0, 4059.0, 4059.0, 4059.0, 4059.0, 4059.0, 4059.0, 4058.0, 4058.0, 4058.0, 4048.0, 4058.0, 4060.0, 4058.0, 4047.0, 4047.0, 4057.0, 4057.0, 4058.0, 4056.0, 4057.0, 4058.0, 4057.0, 4058.0, 4059.0, 4061.0, 4073.0, 4061.0, 4060.0, 4060.0, 4059.0, 4071.0, 4060.0, 4072.0, 4072.0, 4071.0, 4072.0, 4071.0, 4072.0, 4072.0, 4086.0, 4074.0, 4073.0, 4071.0, 4062.0, 4070.0, 4071.0, 4071.0, 4072.0, 4072.0, 4072.0, 4071.0, 4071.0, 4070.0, 4072.0, 4072.0, 4072.0, 4072.0, 4072.0, 4072.0, 4094.0, 4071.0, 4073.0, 4071.0, 4073.0, 4086.0, 4099.0, 4088.0, 4084.0, 4086.0, 4084.0, 4072.0, 4083.0, 4084.0, 4085.0, 4074.0, 4073.0, 4072.0, 4074.0, 4073.0, 4072.0, 4074.0, 4089.0, 4075.0, 4074.0, 4086.0, 4085.0, 4083.0, 4075.0, 4072.0, 4072.0, 4072.0, 4062.0, 4060.0, 4060.0, 4059.0, 4049.0, 4059.0, 4057.0, 4058.0, 4070.0, 4058.0, 4058.0, 4046.0, 4046.0, 4056.0, 4047.0, 4047.0, 4046.0, 4057.0, 4057.0, 4058.0, 4058.0, 4057.0, 4057.0, 4057.0, 4047.0, 4055.0, 4046.0, 4047.0, 4056.0, 4058.0, 4058.0, 4057.0, 4069.0, 4083.0, 4069.0, 4058.0, 4057.0, 4069.0, 4071.0, 4071.0, 4071.0, 4072.0, 4071.0, 4072.0, 4082.0, 4073.0, 4073.0, 4072.0, 4073.0, 4071.0, 4071.0, 4070.0, 4070.0, 4074.0, 4071.0, 4073.0, 4083.0, 4072.0, 4071.0, 4086.0, 4072.0, 4082.0, 4072.0, 4070.0, 4071.0, 4071.0, 4071.0, 4070.0, 4070.0, 4072.0, 4071.0, 4071.0, 4070.0, 4072.0, 4070.0, 4068.0, 4069.0, 4071.0, 4071.0, 4070.0, 4084.0, 4072.0, 4072.0, 4072.0, 4071.0, 4070.0, 4070.0, 4069.0, 4068.0, 4070.0, 4070.0, 4071.0, 4069.0, 4069.0, 4069.0, 4069.0, 4067.0, 4068.0, 4070.0, 4058.0, 4069.0, 4070.0, 4081.0, 4080.0, 4084.0, 4085.0, 4081.0, 4081.0, 4082.0, 4082.0, 4081.0, 4081.0, 4081.0, 4083.0, 4080.0, 4069.0, 4069.0, 4069.0, 4069.0, 4069.0, 4068.0, 4069.0, 4070.0, 4081.0, 4082.0, 4081.0, 4070.0, 4080.0, 4080.0, 4081.0, 4082.0, 4082.0, 4081.0, 4071.0, 4080.0, 4071.0, 4070.0, 4069.0, 4070.0, 4070.0, 4069.0, 4068.0, 4068.0, 4067.0, 4068.0, 4082.0, 4070.0, 4069.0, 4068.0, 4069.0, 4069.0, 4080.0, 4079.0, 4069.0, 4080.0, 4081.0, 4081.0, 4070.0, 4080.0, 4080.0, 4082.0, 4095.0, 4081.0, 4071.0, 4080.0, 4081.0, 4081.0, 4081.0, 4081.0, 4081.0, 4081.0, 4081.0, 4081.0, 4072.0, 4081.0, 4081.0, 4081.0, 4071.0, 4069.0, 4069.0, 4069.0, 4069.0, 4069.0, 4069.0, 4081.0, 4080.0, 4081.0, 4082.0, 4081.0, 4081.0, 4081.0, 4082.0, 4082.0, 4084.0, 4083.0, 4081.0, 4083.0, 4082.0, 4082.0, 4082.0, 4082.0, 4081.0, 4080.0, 4070.0, 4083.0, 4081.0, 4081.0, 4081.0, 4070.0, 4070.0, 4069.0, 4070.0, 4070.0, 4070.0, 4070.0, 4083.0, 4082.0, 4072.0, 4087.0, 4101.0, 4085.0, 4084.0, 4085.0, 4096.0, 4099.0, 4098.0, 4086.0, 4086.0, 4084.0, 4073.0, 4084.0, 4075.0, 4073.0, 4075.0, 4075.0, 4071.0, 4072.0, 4071.0, 4071.0, 4070.0, 4071.0, 4060.0, 4060.0, 4070.0, 4082.0, 4082.0, 4070.0, 4071.0, 4084.0, 4085.0, 4072.0, 4082.0, 4072.0, 4073.0, 4072.0, 4072.0, 4072.0, 4072.0, 4083.0, 4072.0, 4071.0, 4060.0, 4071.0, 4061.0, 4059.0, 4061.0, 4061.0, 4060.0, 4060.0, 4071.0, 4061.0, 4060.0, 4060.0, 4072.0, 4073.0, 4075.0, 4072.0, 4085.0, 4087.0, 4101.0, 4111.0, 4087.0, 4091.0, 4077.0, 4075.0, 4068.0, 4085.0, 4098.0, 4086.0, 4067.0, 4054.0, 4047.0, 4072.0, 4056.0, 4060.0, 4057.0, 4047.0, 4057.0, 4041.0, 4047.0, 4043.0, 4043.0, 4031.0, 4030.0, 4031.0, 4044.0, 4032.0, 4033.0, 4041.0, 4032.0, 4032.0, 4044.0, 4044.0, 4044.0, 4044.0, 4047.0, 4057.0, 4058.0, 4057.0, 4057.0, 4061.0, 4073.0, 4074.0, 4072.0, 4071.0, 4071.0, 4072.0, 4072.0, 4060.0, 4081.0, 4072.0, 4092.0, 4078.0, 4065.0, 4053.0, 4051.0, 4069.0, 4054.0, 4072.0, 4061.0, 4076.0, 4063.0, 4061.0, 4073.0, 4076.0, 4064.0, 4061.0, 4072.0, 4061.0, 4060.0, 4060.0, 4072.0, 4062.0, 4061.0, 4063.0, 4075.0, 4084.0, 4074.0, 4073.0, 4088.0, 4086.0, 4077.0, 4077.0, 4086.0, 4087.0, 4086.0, 4088.0, 4087.0, 4089.0, 4086.0, 4088.0, 4086.0, 4088.0, 4086.0, 4088.0, 4100.0, 4077.0, 4075.0, 4076.0, 4076.0, 4072.0, 4074.0, 4063.0, 4073.0, 4060.0, 4061.0, 4062.0, 4072.0, 4072.0, 4073.0, 4060.0, 4068.0, 4060.0, 4058.0, 4060.0, 4057.0], 'WindowWidth': [9219.0, 9176.0, 9148.0, 9122.0, 9101.0, 9097.0, 9089.0, 9089.0, 9070.0, 9069.0, 9086.0, 9068.0, 9068.0, 9068.0, 9086.0, 9084.0, 9090.0, 9113.0, 9091.0, 9112.0, 9087.0, 9083.0, 9084.0, 9085.0, 9084.0, 9084.0, 9086.0, 9081.0, 9082.0, 9085.0, 9083.0, 9068.0, 9062.0, 9063.0, 9065.0, 9068.0, 9083.0, 9085.0, 9084.0, 9087.0, 9071.0, 9084.0, 9087.0, 9085.0, 9072.0, 9089.0, 9087.0, 9092.0, 9094.0, 9092.0, 9108.0, 9110.0, 9114.0, 9092.0, 9089.0, 9083.0, 9078.0, 9082.0, 9067.0, 9072.0, 9080.0, 9065.0, 9065.0, 9061.0, 9057.0, 9042.0, 9041.0, 9042.0, 9042.0, 9057.0, 9047.0, 9088.0, 9079.0, 9091.0, 9093.0, 9090.0, 9088.0, 9069.0, 9087.0, 9088.0, 9080.0, 9080.0, 9087.0, 9086.0, 9090.0, 9085.0, 9071.0, 9113.0, 9108.0, 9089.0, 9089.0, 9074.0, 9088.0, 9089.0, 9086.0, 9085.0, 9088.0, 9084.0, 9073.0, 9087.0, 9079.0, 9064.0, 9070.0, 9068.0, 9086.0, 9106.0, 9111.0, 9099.0, 9115.0, 9092.0, 9075.0, 9070.0, 9091.0, 9115.0, 9088.0, 9090.0, 9091.0, 9090.0, 9084.0, 9083.0, 9089.0, 9088.0, 9086.0, 9069.0, 9073.0, 9067.0, 9063.0, 9082.0, 9095.0, 9089.0, 9089.0, 9069.0, 9065.0, 9066.0, 9062.0, 9060.0, 9062.0, 9060.0, 9060.0, 9063.0, 9063.0, 9064.0, 9066.0, 9068.0, 9073.0, 9066.0, 9064.0, 9061.0, 9063.0, 9062.0, 9063.0, 9068.0, 9085.0, 9082.0, 9123.0, 9091.0, 9087.0, 9082.0, 9085.0, 9078.0, 9085.0, 9086.0, 9070.0, 9084.0, 9070.0, 9072.0, 9071.0, 9071.0, 9069.0, 9066.0, 9067.0, 9085.0, 9069.0, 9074.0, 9095.0, 9091.0, 9094.0, 9090.0, 9114.0, 9118.0, 9115.0, 9096.0, 9098.0, 9112.0, 9099.0, 9099.0, 9115.0, 9098.0, 9092.0, 9094.0, 9090.0, 9086.0, 9066.0, 9060.0, 9043.0, 9062.0, 9059.0, 9061.0, 9048.0, 9065.0, 9068.0, 9063.0, 9057.0, 9072.0, 9070.0, 9101.0, 9089.0, 9066.0, 9080.0, 9072.0, 9082.0, 9082.0, 9067.0, 9092.0, 9090.0, 9074.0, 9077.0, 9074.0, 9067.0, 9053.0, 9080.0, 9098.0, 9084.0, 9069.0, 9079.0, 9078.0, 9089.0, 9090.0, 9089.0, 9085.0, 9090.0, 9091.0, 9088.0, 9110.0, 9117.0, 9119.0, 9112.0, 9106.0, 9089.0, 9086.0, 9094.0, 9099.0, 9095.0, 9088.0, 9085.0, 9069.0, 9080.0, 9066.0, 9074.0, 9076.0, 9075.0, 9061.0, 9049.0, 9060.0, 9070.0, 9064.0, 9062.0, 9061.0, 9061.0, 9063.0, 9062.0, 9060.0, 9062.0, 9050.0, 9054.0, 9058.0, 9063.0, 9078.0, 9071.0, 9109.0, 9088.0, 9067.0, 9060.0, 9065.0, 9064.0, 9058.0, 9057.0, 9044.0, 9057.0, 9053.0, 9041.0, 9042.0, 9038.0, 9038.0, 9035.0, 9056.0, 9038.0, 9036.0, 9040.0, 9055.0, 9041.0, 9053.0, 9063.0, 9084.0, 9102.0, 9098.0, 9115.0, 9077.0, 9068.0, 9062.0, 9051.0, 9061.0, 9071.0, 9052.0, 9056.0, 9056.0, 9065.0, 9067.0, 9055.0, 9050.0, 9065.0, 9055.0, 9059.0, 9043.0, 9055.0, 9095.0, 9101.0, 9074.0, 9076.0, 9068.0, 9081.0, 9087.0, 9088.0, 9089.0, 9088.0, 9083.0, 9073.0, 9069.0, 9073.0, 9071.0, 9069.0, 9083.0, 9084.0, 9074.0, 9088.0, 9091.0, 9090.0, 9088.0, 9087.0, 9090.0, 9087.0, 9090.0, 9091.0, 9093.0, 9091.0, 9089.0, 9095.0, 9097.0, 9109.0, 9095.0, 9115.0, 9120.0, 9136.0, 9120.0, 9136.0, 9117.0, 9119.0, 9118.0, 9117.0, 9115.0, 9117.0, 9113.0, 9092.0, 9091.0, 9089.0, 9085.0, 9069.0, 9066.0, 9065.0, 9069.0, 9067.0, 9046.0, 9055.0, 9056.0, 9039.0, 9061.0, 9058.0, 9070.0, 9076.0, 9079.0, 9056.0, 9062.0, 9066.0, 9087.0, 9066.0, 9064.0, 9063.0, 9063.0, 9066.0, 9066.0, 9064.0, 9064.0, 9061.0, 9062.0, 9049.0, 9062.0, 9066.0, 9062.0, 9046.0, 9046.0, 9059.0, 9058.0, 9062.0, 9059.0, 9061.0, 9062.0, 9060.0, 9063.0, 9063.0, 9070.0, 9088.0, 9068.0, 9067.0, 9066.0, 9064.0, 9083.0, 9068.0, 9089.0, 9088.0, 9084.0, 9089.0, 9085.0, 9087.0, 9089.0, 9114.0, 9092.0, 9089.0, 9084.0, 9073.0, 9083.0, 9085.0, 9087.0, 9089.0, 9088.0, 9087.0, 9086.0, 9084.0, 9083.0, 9087.0, 9088.0, 9086.0, 9087.0, 9088.0, 9089.0, 9122.0, 9087.0, 9089.0, 9085.0, 9093.0, 9113.0, 9138.0, 9121.0, 9111.0, 9114.0, 9109.0, 9090.0, 9108.0, 9109.0, 9112.0, 9094.0, 9092.0, 9091.0, 9096.0, 9091.0, 9090.0, 9094.0, 9121.0, 9096.0, 9097.0, 9114.0, 9112.0, 9107.0, 9096.0, 9091.0, 9090.0, 9088.0, 9073.0, 9068.0, 9068.0, 9066.0, 9051.0, 9063.0, 9059.0, 9061.0, 9086.0, 9063.0, 9061.0, 9043.0, 9043.0, 9056.0, 9045.0, 9044.0, 9043.0, 9058.0, 9058.0, 9062.0, 9063.0, 9060.0, 9060.0, 9061.0, 9045.0, 9055.0, 9045.0, 9047.0, 9059.0, 9063.0, 9061.0, 9061.0, 9080.0, 9108.0, 9082.0, 9065.0, 9061.0, 9081.0, 9085.0, 9086.0, 9088.0, 9090.0, 9089.0, 9090.0, 9105.0, 9092.0, 9093.0, 9090.0, 9091.0, 9088.0, 9086.0, 9085.0, 9087.0, 9094.0, 9088.0, 9092.0, 9105.0, 9089.0, 9085.0, 9114.0, 9090.0, 9104.0, 9088.0, 9083.0, 9087.0, 9086.0, 9087.0, 9084.0, 9084.0, 9087.0, 9087.0, 9087.0, 9084.0, 9088.0, 9085.0, 9079.0, 9081.0, 9086.0, 9084.0, 9083.0, 9108.0, 9089.0, 9088.0, 9087.0, 9084.0, 9082.0, 9083.0, 9081.0, 9078.0, 9084.0, 9083.0, 9084.0, 9079.0, 9081.0, 9081.0, 9079.0, 9075.0, 9076.0, 9081.0, 9063.0, 9080.0, 9083.0, 9099.0, 9097.0, 9108.0, 9111.0, 9102.0, 9101.0, 9104.0, 9103.0, 9101.0, 9100.0, 9100.0, 9105.0, 9097.0, 9081.0, 9081.0, 9080.0, 9081.0, 9078.0, 9077.0, 9080.0, 9083.0, 9101.0, 9101.0, 9101.0, 9084.0, 9098.0, 9098.0, 9099.0, 9102.0, 9103.0, 9101.0, 9085.0, 9098.0, 9087.0, 9083.0, 9079.0, 9083.0, 9082.0, 9077.0, 9076.0, 9076.0, 9075.0, 9078.0, 9106.0, 9083.0, 9081.0, 9079.0, 9081.0, 9081.0, 9097.0, 9095.0, 9082.0, 9098.0, 9101.0, 9100.0, 9084.0, 9099.0, 9099.0, 9102.0, 9126.0, 9100.0, 9085.0, 9097.0, 9100.0, 9099.0, 9100.0, 9101.0, 9100.0, 9101.0, 9100.0, 9099.0, 9087.0, 9099.0, 9099.0, 9101.0, 9084.0, 9080.0, 9080.0, 9079.0, 9080.0, 9080.0, 9082.0, 9099.0, 9098.0, 9099.0, 9102.0, 9099.0, 9099.0, 9099.0, 9104.0, 9104.0, 9108.0, 9105.0, 9100.0, 9108.0, 9105.0, 9103.0, 9103.0, 9102.0, 9099.0, 9098.0, 9084.0, 9104.0, 9101.0, 9098.0, 9099.0, 9083.0, 9084.0, 9082.0, 9083.0, 9082.0, 9083.0, 9083.0, 9107.0, 9104.0, 9086.0, 9115.0, 9140.0, 9111.0, 9111.0, 9113.0, 9129.0, 9138.0, 9136.0, 9116.0, 9112.0, 9107.0, 9090.0, 9107.0, 9095.0, 9092.0, 9093.0, 9095.0, 9086.0, 9087.0, 9086.0, 9086.0, 9083.0, 9082.0, 9067.0, 9067.0, 9082.0, 9102.0, 9101.0, 9082.0, 9084.0, 9109.0, 9112.0, 9091.0, 9102.0, 9088.0, 9090.0, 9090.0, 9089.0, 9088.0, 9087.0, 9104.0, 9089.0, 9085.0, 9067.0, 9084.0, 9068.0, 9064.0, 9067.0, 9069.0, 9067.0, 9065.0, 9082.0, 9068.0, 9068.0, 9066.0, 9089.0, 9091.0, 9096.0, 9088.0, 9108.0, 9116.0, 9143.0, 9158.0, 9113.0, 9126.0, 9101.0, 9096.0, 9082.0, 9115.0, 9137.0, 9115.0, 9076.0, 9055.0, 9046.0, 9089.0, 9059.0, 9065.0, 9057.0, 9042.0, 9056.0, 9028.0, 9039.0, 9031.0, 9029.0, 9010.0, 9009.0, 9010.0, 9033.0, 9013.0, 9016.0, 9026.0, 9015.0, 9015.0, 9033.0, 9035.0, 9035.0, 9037.0, 9047.0, 9060.0, 9061.0, 9060.0, 9060.0, 9071.0, 9093.0, 9092.0, 9089.0, 9087.0, 9084.0, 9087.0, 9086.0, 9069.0, 9102.0, 9089.0, 9121.0, 9097.0, 9074.0, 9053.0, 9050.0, 9081.0, 9055.0, 9086.0, 9069.0, 9095.0, 9073.0, 9069.0, 9088.0, 9094.0, 9077.0, 9069.0, 9085.0, 9070.0, 9065.0, 9067.0, 9085.0, 9072.0, 9069.0, 9073.0, 9096.0, 9108.0, 9095.0, 9092.0, 9118.0, 9113.0, 9099.0, 9100.0, 9113.0, 9116.0, 9113.0, 9120.0, 9118.0, 9121.0, 9114.0, 9117.0, 9115.0, 9118.0, 9114.0, 9117.0, 9140.0, 9100.0, 9094.0, 9098.0, 9096.0, 9088.0, 9091.0, 9076.0, 9087.0, 9069.0, 9069.0, 9072.0, 9089.0, 9087.0, 9089.0, 9071.0, 9080.0, 9069.0, 9066.0, 9068.0, 9064.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.0009019585253456222</td></tr>
<tr><td colspan=3>aqi</td><td>0.02711651082949309</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.99801794131492</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1122322080046136</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9803278667589387</td></tr>
<tr><td colspan=3>efc</td><td>0.4577</td></tr>
<tr><td colspan=3>fber</td><td>6274.605</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10005532289512624</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.064516129032258</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.558551103118876</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.540576121246127</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8306809325113074</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.304396255599194</td></tr>
<tr><td colspan=3>gcor</td><td>0.00790477</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01673044264316559</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02975265122950077</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.84553629430702</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>23.8904</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2587</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.6164</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306040.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>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.1096</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0743</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.5589</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3333.0864</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70504.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.8204</td></tr>
<tr><td colspan=3>tsnr</td><td>35.4282525642775</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>