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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-02_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-02_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-0130/ses-03/func/sub-0130_ses-03_task-social_acq-mb8_run-02_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>c730a66b2e6ffe774e0a6989fa16f318</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:43:1.277500</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.994857, -0.0518089, 0.0870417, 0.0575373, 0.996248, -0.0646451]</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.259</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-02_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.0801166</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4233, -7670, -7256, 385, -252, 179, -74, 115]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d790dd80-26b9-4c6e-bead-1d6a7f747963||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.6691274642944336, 0.1543683558702469, 0.2250880002975464, 99.16458129882812], [0.13899953663349152, 2.672861099243164, -0.1871659755706787, -105.13819122314453], [0.23352646827697754, 0.17343804240226746, 2.6840834617614746, -89.83116149902344], [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': ['094301.277500', '094301.737500', '094302.197500', '094302.657500', '094303.117500', '094303.577500', '094304.037500', '094304.497500', '094304.957500', '094305.417500', '094305.877500', '094306.337500', '094306.797500', '094307.257500', '094307.717500', '094308.177500', '094308.637500', '094309.097500', '094309.557500', '094310.017500', '094310.477500', '094310.937500', '094311.397500', '094311.857500', '094312.317500', '094312.777500', '094313.237500', '094313.697500', '094314.157500', '094314.617500', '094315.077500', '094315.537500', '094315.997500', '094316.457500', '094316.917500', '094317.377500', '094317.837500', '094318.297500', '094318.757500', '094319.217500', '094319.677500', '094320.137500', '094320.597500', '094321.057500', '094321.517500', '094321.977500', '094322.437500', '094322.897500', '094323.357500', '094323.817500', '094324.277500', '094324.737500', '094325.197500', '094325.657500', '094326.117500', '094326.577500', '094327.037500', '094327.497500', '094327.957500', '094328.417500', '094328.877500', '094329.337500', '094329.797500', '094330.257500', '094330.717500', '094331.177500', '094331.637500', '094332.097500', '094332.557500', '094333.017500', '094333.477500', '094333.937500', '094334.397500', '094334.857500', '094335.317500', '094335.777500', '094336.237500', '094336.697500', '094337.157500', '094337.617500', '094338.077500', '094338.537500', '094338.997500', '094339.457500', '094339.917500', '094340.377500', '094340.837500', '094341.297500', '094341.757500', '094342.217500', '094342.677500', '094343.137500', '094343.597500', '094344.057500', '094344.517500', '094344.977500', '094345.437500', '094345.897500', '094346.357500', '094346.817500', '094347.277500', '094347.737500', '094348.197500', '094348.657500', '094349.117500', '094349.577500', '094350.037500', '094350.497500', '094350.957500', '094351.417500', '094351.877500', '094352.337500', '094352.797500', '094353.257500', '094353.717500', '094354.177500', '094354.637500', '094355.097500', '094355.557500', '094356.017500', '094356.477500', '094356.937500', '094357.397500', '094357.857500', '094358.317500', '094358.777500', '094359.237500', '094359.697500', '094400.157500', '094400.617500', '094401.077500', '094401.537500', '094401.997500', '094402.457500', '094402.917500', '094403.377500', '094403.837500', '094404.297500', '094404.757500', '094405.217500', '094405.677500', '094406.137500', '094406.597500', '094407.057500', '094407.517500', '094407.977500', '094408.437500', '094408.897500', '094409.357500', '094409.817500', '094410.277500', '094410.737500', '094411.197500', '094411.657500', '094412.117500', '094412.577500', '094413.037500', '094413.497500', '094413.957500', '094414.417500', '094414.877500', '094415.337500', '094415.797500', '094416.257500', '094416.717500', '094417.177500', '094417.637500', '094418.097500', '094418.557500', '094419.017500', '094419.477500', '094419.937500', '094420.397500', '094420.857500', '094421.317500', '094421.777500', '094422.237500', '094422.697500', '094423.157500', '094423.617500', '094424.077500', '094424.537500', '094424.997500', '094425.457500', '094425.917500', '094426.377500', '094426.837500', '094427.297500', '094427.757500', '094428.217500', '094428.677500', '094429.137500', '094429.597500', '094430.057500', '094430.517500', '094430.977500', '094431.437500', '094431.897500', '094432.357500', '094432.817500', '094433.277500', '094433.737500', '094434.197500', '094434.657500', '094435.117500', '094435.577500', '094436.037500', '094436.497500', '094436.957500', '094437.417500', '094437.877500', '094438.337500', '094438.797500', '094439.257500', '094439.717500', '094440.177500', '094440.637500', '094441.097500', '094441.557500', '094442.017500', '094442.477500', '094442.937500', '094443.397500', '094443.857500', '094444.317500', '094444.777500', '094445.237500', '094445.697500', '094446.157500', '094446.617500', '094447.077500', '094447.537500', '094447.997500', '094448.457500', '094448.917500', '094449.377500', '094449.837500', '094450.297500', '094450.757500', '094451.217500', '094451.677500', '094452.137500', '094452.597500', '094453.057500', '094453.517500', '094453.977500', '094454.437500', '094454.897500', '094455.357500', '094455.817500', '094456.277500', '094456.737500', '094457.197500', '094457.657500', '094458.117500', '094458.577500', '094459.037500', '094459.497500', '094459.957500', '094500.417500', '094500.877500', '094501.337500', '094501.797500', '094502.257500', '094502.717500', '094503.177500', '094503.637500', '094504.097500', '094504.557500', '094505.017500', '094505.477500', '094505.937500', '094506.397500', '094506.857500', '094507.317500', '094507.777500', '094508.237500', '094508.697500', '094509.157500', '094509.617500', '094510.077500', '094510.537500', '094510.997500', '094511.457500', '094511.917500', '094512.377500', '094512.837500', '094513.297500', '094513.757500', '094514.217500', '094514.677500', '094515.137500', '094515.597500', '094516.057500', '094516.517500', '094516.977500', '094517.437500', '094517.897500', '094518.357500', '094518.817500', '094519.277500', '094519.737500', '094520.197500', '094520.657500', '094521.117500', '094521.577500', '094522.037500', '094522.497500', '094522.957500', '094523.417500', '094523.877500', '094524.337500', '094524.797500', '094525.257500', '094525.717500', '094526.177500', '094526.637500', '094527.097500', '094527.557500', '094528.017500', '094528.477500', '094528.937500', '094529.397500', '094529.857500', '094530.317500', '094530.777500', '094531.237500', '094531.697500', '094532.157500', '094532.617500', '094533.077500', '094533.537500', '094533.997500', '094534.457500', '094534.917500', '094535.377500', '094535.837500', '094536.297500', '094536.757500', '094537.217500', '094537.677500', '094538.137500', '094538.597500', '094539.057500', '094539.517500', '094539.977500', '094540.437500', '094540.897500', '094541.357500', '094541.817500', '094542.277500', '094542.737500', '094543.197500', '094543.657500', '094544.117500', '094544.577500', '094545.037500', '094545.497500', '094545.957500', '094546.417500', '094546.877500', '094547.337500', '094547.797500', '094548.257500', '094548.717500', '094549.177500', '094549.637500', '094550.097500', '094550.557500', '094551.017500', '094551.477500', '094551.937500', '094552.397500', '094552.857500', '094553.317500', '094553.777500', '094554.237500', '094554.697500', '094555.157500', '094555.617500', '094556.077500', '094556.537500', '094556.997500', '094557.457500', '094557.917500', '094558.377500', '094558.837500', '094559.297500', '094559.757500', '094600.217500', '094600.677500', '094601.137500', '094601.597500', '094602.057500', '094602.517500', '094602.977500', '094603.437500', '094603.897500', '094604.357500', '094604.817500', '094605.277500', '094605.737500', '094606.197500', '094606.657500', '094607.117500', '094607.577500', '094608.037500', '094608.497500', '094608.957500', '094609.417500', '094609.877500', '094610.337500', '094610.797500', '094611.257500', '094611.717500', '094612.177500', '094612.637500', '094613.097500', '094613.557500', '094614.017500', '094614.477500', '094614.937500', '094615.397500', '094615.857500', '094616.317500', '094616.777500', '094617.237500', '094617.697500', '094618.157500', '094618.617500', '094619.077500', '094619.537500', '094619.997500', '094620.457500', '094620.917500', '094621.377500', '094621.837500', '094622.297500', '094622.757500', '094623.217500', '094623.677500', '094624.137500', '094624.597500', '094625.057500', '094625.517500', '094625.977500', '094626.437500', '094626.897500', '094627.357500', '094627.817500', '094628.277500', '094628.737500', '094629.197500', '094629.657500', '094630.117500', '094630.577500', '094631.037500', '094631.497500', '094631.957500', '094632.417500', '094632.877500', '094633.337500', '094633.797500', '094634.257500', '094634.717500', '094635.177500', '094635.637500', '094636.097500', '094636.557500', '094637.017500', '094637.477500', '094637.937500', '094638.397500', '094638.857500', '094639.317500', '094639.777500', '094640.237500', '094640.697500', '094641.157500', '094641.617500', '094642.077500', '094642.537500', '094642.997500', '094643.457500', '094643.917500', '094644.377500', '094644.837500', '094645.297500', '094645.757500', '094646.217500', '094646.677500', '094647.137500', '094647.597500', '094648.057500', '094648.517500', '094648.977500', '094649.437500', '094649.897500', '094650.357500', '094650.817500', '094651.277500', '094651.737500', '094652.197500', '094652.657500', '094653.117500', '094653.577500', '094654.037500', '094654.497500', '094654.957500', '094655.417500', '094655.877500', '094656.337500', '094656.797500', '094657.257500', '094657.717500', '094658.177500', '094658.637500', '094659.097500', '094659.557500', '094700.017500', '094700.477500', '094700.937500', '094701.397500', '094701.857500', '094702.317500', '094702.777500', '094703.237500', '094703.697500', '094704.157500', '094704.617500', '094705.077500', '094705.537500', '094705.997500', '094706.457500', '094706.917500', '094707.377500', '094707.837500', '094708.297500', '094708.757500', '094709.217500', '094709.677500', '094710.137500', '094710.597500', '094711.057500', '094711.517500', '094711.977500', '094712.437500', '094712.897500', '094713.357500', '094713.817500', '094714.277500', '094714.737500', '094715.197500', '094715.657500', '094716.117500', '094716.577500', '094717.037500', '094717.497500', '094717.957500', '094718.417500', '094718.877500', '094719.337500', '094719.797500', '094720.257500', '094720.717500', '094721.177500', '094721.637500', '094722.097500', '094722.557500', '094723.017500', '094723.477500', '094723.937500', '094724.397500', '094724.857500', '094725.317500', '094725.777500', '094726.237500', '094726.697500', '094727.157500', '094727.617500', '094728.077500', '094728.537500', '094728.997500', '094729.457500', '094729.917500', '094730.377500', '094730.837500', '094731.297500', '094731.757500', '094732.217500', '094732.677500', '094733.137500', '094733.597500', '094734.057500', '094734.517500', '094734.977500', '094735.437500', '094735.897500', '094736.357500', '094736.817500', '094737.277500', '094737.737500', '094738.197500', '094738.657500', '094739.117500', '094739.577500', '094740.037500', '094740.497500', '094740.957500', '094741.417500', '094741.877500', '094742.337500', '094742.797500', '094743.257500', '094743.717500', '094744.177500', '094744.637500', '094745.097500', '094745.557500', '094746.017500', '094746.477500', '094746.937500', '094747.397500', '094747.857500', '094748.317500', '094748.777500', '094749.237500', '094749.697500', '094750.157500', '094750.617500', '094751.077500', '094751.537500', '094751.997500', '094752.457500', '094752.917500', '094753.377500', '094753.837500', '094754.297500', '094754.757500', '094755.217500', '094755.677500', '094756.137500', '094756.597500', '094757.057500', '094757.517500', '094757.977500', '094758.437500', '094758.897500', '094759.357500', '094759.817500', '094800.277500', '094800.737500', '094801.197500', '094801.657500', '094802.117500', '094802.577500', '094803.037500', '094803.497500', '094803.957500', '094804.417500', '094804.877500', '094805.337500', '094805.797500', '094806.257500', '094806.717500', '094807.177500', '094807.637500', '094808.097500', '094808.557500', '094809.017500', '094809.477500', '094809.937500', '094810.397500', '094810.857500', '094811.317500', '094811.777500', '094812.237500', '094812.697500', '094813.157500', '094813.617500', '094814.077500', '094814.537500', '094814.997500', '094815.457500', '094815.917500', '094816.377500', '094816.837500', '094817.297500', '094817.757500', '094818.217500', '094818.677500', '094819.137500', '094819.597500', '094820.057500', '094820.517500', '094820.977500', '094821.437500', '094821.897500', '094822.357500', '094822.817500', '094823.277500', '094823.737500', '094824.197500', '094824.657500', '094825.117500', '094825.577500', '094826.037500', '094826.497500', '094826.957500', '094827.417500', '094827.877500', '094828.337500', '094828.797500', '094829.257500', '094829.717500', '094830.177500', '094830.637500', '094831.097500', '094831.557500', '094832.017500', '094832.477500', '094832.937500', '094833.397500', '094833.857500', '094834.317500', '094834.777500', '094835.237500', '094835.697500', '094836.157500', '094836.617500', '094837.077500', '094837.537500', '094837.997500', '094838.457500', '094838.917500', '094839.377500', '094839.837500', '094840.297500', '094840.757500', '094841.217500', '094841.677500', '094842.137500', '094842.597500', '094843.057500', '094843.517500', '094843.977500', '094844.437500', '094844.897500', '094845.357500', '094845.817500', '094846.277500', '094846.737500', '094847.197500', '094847.657500', '094848.117500', '094848.577500', '094849.037500', '094849.497500', '094849.957500', '094850.417500', '094850.877500', '094851.337500', '094851.797500', '094852.257500', '094852.717500', '094853.177500', '094853.637500', '094854.097500', '094854.557500', '094855.017500', '094855.477500', '094855.937500', '094856.397500', '094856.857500', '094857.317500', '094857.777500', '094858.237500', '094858.697500', '094859.157500', '094859.617500', '094900.077500', '094900.537500', '094900.997500', '094901.457500', '094901.917500', '094902.377500', '094902.837500', '094903.297500', '094903.757500', '094904.217500', '094904.677500', '094905.137500', '094905.597500', '094906.057500', '094906.517500', '094906.977500', '094907.437500', '094907.897500', '094908.357500', '094908.817500', '094909.277500', '094909.737500', '094910.197500', '094910.657500', '094911.117500', '094911.577500', '094912.037500', '094912.497500', '094912.957500', '094913.417500', '094913.877500', '094914.337500', '094914.797500', '094915.257500', '094915.717500', '094916.177500', '094916.637500', '094917.097500', '094917.557500', '094918.017500', '094918.477500', '094918.937500', '094919.397500', '094919.857500', '094920.317500', '094920.777500', '094921.237500', '094921.697500', '094922.157500', '094922.617500', '094923.077500', '094923.537500', '094923.997500', '094924.457500', '094924.917500', '094925.377500', '094925.837500', '094926.297500', '094926.757500', '094927.217500', '094927.677500', '094928.137500', '094928.597500', '094929.057500', '094929.517500', '094929.977500', '094930.437500', '094930.897500', '094931.357500', '094931.817500', '094932.277500', '094932.737500', '094933.197500', '094933.657500', '094934.117500', '094934.577500', '094935.037500', '094935.497500', '094935.957500', '094936.417500', '094936.877500', '094937.337500', '094937.797500', '094938.257500', '094938.717500', '094939.177500', '094939.637500', '094940.097500', '094940.557500', '094941.017500', '094941.477500', '094941.937500'], 'ContentTime': ['094321.610000', '094321.613000', '094321.615000', '094321.618000', '094321.621000', '094321.623000', '094321.626000', '094321.628000', '094321.631000', '094321.633000', '094321.636000', '094321.638000', '094321.641000', '094321.650000', '094321.653000', '094321.655000', '094321.658000', '094321.661000', '094321.663000', '094321.666000', '094321.668000', '094321.671000', '094321.673000', '094321.676000', '094321.678000', '094321.681000', '094321.683000', '094321.686000', '094321.689000', '094321.691000', '094321.694000', '094321.696000', '094321.699000', '094321.701000', '094321.704000', '094321.706000', '094321.709000', '094321.711000', '094321.714000', '094321.717000', '094321.719000', '094321.722000', '094341.576000', '094341.579000', '094341.582000', '094341.584000', '094341.587000', '094341.589000', '094341.592000', '094341.594000', '094341.597000', '094341.600000', '094341.602000', '094341.605000', '094341.607000', '094341.610000', '094341.612000', '094341.615000', '094341.617000', '094341.620000', '094341.622000', '094341.625000', '094341.627000', '094341.630000', '094341.633000', '094341.635000', '094341.638000', '094341.640000', '094341.643000', '094341.648000', '094341.650000', '094341.653000', '094341.655000', '094341.658000', '094341.660000', '094341.663000', '094341.666000', '094341.668000', '094341.671000', '094341.673000', '094341.676000', '094341.678000', '094341.681000', '094341.683000', '094341.686000', '094401.577000', '094401.580000', '094401.583000', '094401.586000', '094401.588000', '094401.591000', '094401.593000', '094401.596000', '094401.599000', '094401.601000', '094401.604000', '094401.606000', '094401.609000', '094401.611000', '094401.614000', '094401.617000', '094401.619000', '094401.622000', '094401.624000', '094401.627000', '094401.629000', '094401.632000', '094401.634000', '094401.637000', '094401.639000', '094401.642000', '094401.644000', '094401.647000', '094401.650000', '094401.652000', '094401.655000', '094401.657000', '094401.660000', '094401.662000', '094401.665000', '094401.667000', '094401.670000', '094401.673000', '094401.675000', '094401.678000', '094401.680000', '094401.683000', '094401.685000', '094421.577000', '094421.580000', '094421.583000', '094421.585000', '094421.588000', '094421.591000', '094421.593000', '094421.596000', '094421.598000', '094421.601000', '094421.603000', '094421.606000', '094421.609000', '094421.611000', '094421.614000', '094421.616000', '094421.619000', '094421.622000', '094421.624000', '094421.627000', '094421.629000', '094421.632000', '094421.634000', '094421.637000', '094421.639000', '094421.642000', '094421.645000', '094421.647000', '094421.650000', '094421.652000', '094421.655000', '094421.657000', '094421.660000', '094421.662000', '094421.665000', '094421.667000', '094421.670000', '094421.673000', '094421.675000', '094421.678000', '094421.680000', '094421.683000', '094421.686000', '094421.688000', '094441.577000', '094441.580000', '094441.583000', '094441.586000', '094441.589000', '094441.592000', '094441.594000', '094441.597000', '094441.599000', '094441.602000', '094441.604000', '094441.620000', '094441.623000', '094441.625000', '094441.628000', '094441.630000', '094441.633000', '094441.636000', '094441.638000', '094441.641000', '094441.643000', '094441.646000', '094441.648000', '094441.651000', '094441.653000', '094441.656000', '094441.659000', '094441.661000', '094441.664000', '094441.667000', '094441.669000', '094441.672000', '094441.675000', '094441.677000', '094441.680000', '094441.682000', '094441.685000', '094441.688000', '094441.690000', '094441.693000', '094441.696000', '094441.698000', '094441.701000', '094501.577000', '094501.580000', '094501.583000', '094501.585000', '094501.588000', '094501.591000', '094501.593000', '094501.596000', '094501.598000', '094501.601000', '094501.603000', '094501.606000', '094501.608000', '094501.611000', '094501.614000', '094501.616000', '094501.619000', '094501.621000', '094501.624000', '094501.626000', '094501.629000', '094501.632000', '094501.634000', '094501.637000', '094501.639000', '094501.642000', '094501.644000', '094501.647000', '094501.650000', '094501.652000', '094501.655000', '094501.657000', '094501.660000', '094501.662000', '094501.665000', '094501.667000', '094501.670000', '094501.672000', '094501.675000', '094501.678000', '094501.680000', '094501.683000', '094501.685000', '094501.688000', '094521.576000', '094521.579000', '094521.582000', '094521.584000', '094521.587000', '094521.590000', '094521.592000', '094521.595000', '094521.597000', '094521.600000', '094521.602000', '094521.605000', '094521.608000', '094521.610000', '094521.613000', '094521.615000', '094521.618000', '094521.620000', '094521.623000', '094521.626000', '094521.628000', '094521.631000', '094521.633000', '094521.636000', '094521.638000', '094521.641000', '094521.644000', '094521.646000', '094521.649000', '094521.651000', '094521.654000', '094521.656000', '094521.659000', '094521.661000', '094521.664000', '094521.666000', '094521.669000', '094521.672000', '094521.675000', '094521.677000', '094521.680000', '094521.683000', '094521.685000', '094541.577000', '094541.579000', '094541.582000', '094541.584000', '094541.587000', '094541.590000', '094541.592000', '094541.595000', '094541.597000', '094541.600000', '094541.603000', '094541.605000', '094541.608000', '094541.611000', '094541.613000', '094541.616000', '094541.618000', '094541.621000', '094541.623000', '094541.626000', '094541.628000', '094541.631000', '094541.634000', '094541.636000', '094541.639000', '094541.641000', '094541.644000', '094541.646000', '094541.649000', '094541.652000', '094541.654000', '094541.657000', '094541.659000', '094541.662000', '094541.664000', '094541.667000', '094541.669000', '094541.672000', '094541.675000', '094541.677000', '094541.680000', '094541.682000', '094541.685000', '094541.687000', '094601.577000', '094601.579000', '094601.582000', '094601.585000', '094601.587000', '094601.590000', '094601.592000', '094601.595000', '094601.598000', '094601.600000', '094601.603000', '094601.606000', '094601.608000', '094601.611000', '094601.613000', '094601.616000', '094601.619000', '094601.622000', '094601.625000', '094601.628000', '094601.630000', '094601.633000', '094601.635000', '094601.638000', '094601.641000', '094601.643000', '094601.646000', '094601.648000', '094601.651000', '094601.653000', '094601.656000', '094601.658000', '094601.661000', '094601.664000', '094601.666000', '094601.669000', '094601.671000', '094601.674000', '094601.677000', '094601.679000', '094601.682000', '094601.685000', '094601.687000', '094621.577000', '094621.580000', '094621.583000', '094621.585000', '094621.588000', '094621.591000', '094621.593000', '094621.610000', '094621.613000', '094621.616000', '094621.618000', '094621.621000', '094621.623000', '094621.626000', '094621.628000', '094621.631000', '094621.634000', '094621.636000', '094621.639000', '094621.641000', '094621.644000', '094621.647000', '094621.649000', '094621.652000', '094621.654000', '094621.657000', '094621.659000', '094621.662000', '094621.665000', '094621.667000', '094621.670000', '094621.672000', '094621.675000', '094621.677000', '094621.680000', '094621.682000', '094621.685000', '094621.688000', '094621.690000', '094621.693000', '094621.695000', '094621.698000', '094621.700000', '094621.703000', '094641.577000', '094641.580000', '094641.583000', '094641.586000', '094641.588000', '094641.591000', '094641.593000', '094641.596000', '094641.599000', '094641.601000', '094641.604000', '094641.606000', '094641.609000', '094641.611000', '094641.614000', '094641.617000', '094641.619000', '094641.622000', '094641.624000', '094641.627000', '094641.630000', '094641.632000', '094641.635000', '094641.637000', '094641.640000', '094641.642000', '094641.645000', '094641.648000', '094641.651000', '094641.653000', '094641.656000', '094641.658000', '094641.661000', '094641.664000', '094641.666000', '094641.669000', '094641.671000', '094641.674000', '094641.677000', '094641.679000', '094641.682000', '094641.684000', '094641.687000', '094701.577000', '094701.580000', '094701.583000', '094701.586000', '094701.588000', '094701.591000', '094701.593000', '094701.596000', '094701.599000', '094701.601000', '094701.604000', '094701.606000', '094701.609000', '094701.611000', '094701.614000', '094701.617000', '094701.619000', '094701.622000', '094701.624000', '094701.627000', '094701.629000', '094701.632000', '094701.634000', '094701.637000', '094701.640000', '094701.642000', '094701.645000', '094701.647000', '094701.650000', '094701.652000', '094701.655000', '094701.657000', '094701.660000', '094701.663000', '094701.665000', '094701.668000', '094701.671000', '094701.673000', '094701.676000', '094701.678000', '094701.681000', '094701.683000', '094701.686000', '094701.688000', '094721.577000', '094721.580000', '094721.583000', '094721.585000', '094721.588000', '094721.591000', '094721.593000', '094721.596000', '094721.598000', '094721.601000', '094721.603000', '094721.606000', '094721.608000', '094721.611000', '094721.614000', '094721.616000', '094721.619000', '094721.621000', '094721.624000', '094721.626000', '094721.629000', '094721.631000', '094721.634000', '094721.637000', '094721.639000', '094721.642000', '094721.644000', '094721.647000', '094721.649000', '094721.652000', '094721.655000', '094721.657000', '094721.660000', '094721.664000', '094721.667000', '094721.670000', '094721.673000', '094721.676000', '094721.678000', '094721.681000', '094721.683000', '094721.686000', '094721.688000', '094741.577000', '094741.579000', '094741.582000', '094741.585000', '094741.587000', '094741.590000', '094741.593000', '094741.595000', '094741.598000', '094741.600000', '094741.603000', '094741.605000', '094741.608000', '094741.610000', '094741.613000', '094741.616000', '094741.618000', '094741.621000', '094741.623000', '094741.626000', '094741.629000', '094741.631000', '094741.634000', '094741.636000', '094741.639000', '094741.641000', '094741.644000', '094741.647000', '094741.649000', '094741.652000', '094741.654000', '094741.657000', '094741.684000', '094741.687000', '094741.689000', '094741.692000', '094741.694000', '094741.697000', '094741.699000', '094741.702000', '094741.704000', '094741.707000', '094741.710000', '094741.712000', '094801.577000', '094801.579000', '094801.582000', '094801.585000', '094801.587000', '094801.590000', '094801.592000', '094801.595000', '094801.598000', '094801.600000', '094801.603000', '094801.605000', '094801.608000', '094801.610000', '094801.613000', '094801.615000', '094801.618000', '094801.621000', '094801.623000', '094801.626000', '094801.628000', '094801.631000', '094801.634000', '094801.636000', '094801.639000', '094801.641000', '094801.644000', '094801.646000', '094801.649000', '094801.652000', '094801.654000', '094801.657000', '094801.659000', '094801.662000', '094801.665000', '094801.667000', '094801.670000', '094801.673000', '094801.676000', '094801.678000', '094801.681000', '094801.683000', '094801.686000', '094821.576000', '094821.579000', '094821.582000', '094821.585000', '094821.587000', '094821.590000', '094821.592000', '094821.595000', '094821.598000', '094821.600000', '094821.603000', '094821.605000', '094821.608000', '094821.610000', '094821.613000', '094821.616000', '094821.618000', '094821.621000', '094821.623000', '094821.626000', '094821.629000', '094821.631000', '094821.634000', '094821.636000', '094821.639000', '094821.641000', '094821.644000', '094821.647000', '094821.649000', '094821.652000', '094821.655000', '094821.657000', '094821.660000', '094821.662000', '094821.665000', '094821.668000', '094821.670000', '094821.673000', '094821.675000', '094821.678000', '094821.681000', '094821.683000', '094821.686000', '094821.688000', '094841.578000', '094841.580000', '094841.583000', '094841.586000', '094841.588000', '094841.591000', '094841.593000', '094841.596000', '094841.599000', '094841.601000', '094841.604000', '094841.606000', '094841.609000', '094841.612000', '094841.614000', '094841.617000', '094841.619000', '094841.622000', '094841.625000', '094841.627000', '094841.630000', '094841.632000', '094841.635000', '094841.637000', '094841.640000', '094841.643000', '094841.645000', '094841.648000', '094841.650000', '094841.653000', '094841.655000', '094841.658000', '094841.660000', '094841.663000', '094841.666000', '094841.668000', '094841.671000', '094841.674000', '094841.677000', '094841.679000', '094841.682000', '094841.685000', '094841.687000', '094901.578000', '094901.581000', '094901.583000', '094901.586000', '094901.589000', '094901.591000', '094901.594000', '094901.596000', '094901.599000', '094901.601000', '094901.604000', '094901.606000', '094901.609000', '094901.612000', '094901.614000', '094901.617000', '094901.619000', '094901.622000', '094901.625000', '094901.627000', '094901.630000', '094901.632000', '094901.635000', '094901.638000', '094901.640000', '094901.643000', '094901.645000', '094901.648000', '094901.650000', '094901.653000', '094901.656000', '094901.658000', '094901.661000', '094901.663000', '094901.666000', '094901.668000', '094901.671000', '094901.674000', '094901.676000', '094901.679000', '094901.682000', '094901.684000', '094901.687000', '094901.700000', '094921.577000', '094921.580000', '094921.583000', '094921.585000', '094921.588000', '094921.591000', '094921.593000', '094921.596000', '094921.598000', '094921.601000', '094921.603000', '094921.606000', '094921.609000', '094921.611000', '094921.614000', '094921.616000', '094921.619000', '094921.621000', '094921.624000', '094921.626000', '094921.629000', '094921.631000', '094921.634000', '094921.637000', '094921.639000', '094921.642000', '094921.644000', '094921.647000', '094921.649000', '094921.652000', '094921.654000', '094921.657000', '094921.660000', '094921.662000', '094921.665000', '094921.667000', '094921.670000', '094921.672000', '094921.675000', '094921.678000', '094921.680000', '094921.683000', '094921.685000', '094941.578000', '094941.580000', '094941.583000', '094941.586000', '094941.588000', '094941.591000', '094941.593000', '094941.596000', '094941.599000', '094941.601000', '094941.604000', '094941.606000', '094941.609000', '094941.612000', '094941.614000', '094941.617000', '094941.619000', '094941.622000', '094941.625000', '094941.627000', '094941.630000', '094941.632000', '094941.635000', '094941.638000', '094941.641000', '094941.644000', '094941.646000', '094941.649000', '094941.651000', '094941.654000', '094941.656000', '094941.659000', '094941.662000', '094941.664000', '094941.667000', '094941.669000', '094941.672000', '094941.674000', '094941.677000', '094941.680000', '094941.682000', '094941.685000', '094941.687000', '094943.291000', '094943.294000', '094943.296000', '094943.299000', '094943.302000'], 'InstanceCreationTime': ['094321.610000', '094321.613000', '094321.615000', '094321.618000', '094321.621000', '094321.623000', '094321.626000', '094321.628000', '094321.631000', '094321.633000', '094321.636000', '094321.638000', '094321.641000', '094321.650000', '094321.653000', '094321.655000', '094321.658000', '094321.661000', '094321.663000', '094321.666000', '094321.668000', '094321.671000', '094321.673000', '094321.676000', '094321.678000', '094321.681000', '094321.683000', '094321.686000', '094321.689000', '094321.691000', '094321.694000', '094321.696000', '094321.699000', '094321.701000', '094321.704000', '094321.706000', '094321.709000', '094321.711000', '094321.714000', '094321.717000', '094321.719000', '094321.722000', '094341.576000', '094341.579000', '094341.582000', '094341.584000', '094341.587000', '094341.589000', '094341.592000', '094341.594000', '094341.597000', '094341.600000', '094341.602000', '094341.605000', '094341.607000', '094341.610000', '094341.612000', '094341.615000', '094341.617000', '094341.620000', '094341.622000', '094341.625000', '094341.627000', '094341.630000', '094341.633000', '094341.635000', '094341.638000', '094341.640000', '094341.643000', '094341.648000', '094341.650000', '094341.653000', '094341.655000', '094341.658000', '094341.660000', '094341.663000', '094341.666000', '094341.668000', '094341.671000', '094341.673000', '094341.676000', '094341.678000', '094341.681000', '094341.683000', '094341.686000', '094401.577000', '094401.580000', '094401.583000', '094401.586000', '094401.588000', '094401.591000', '094401.593000', '094401.596000', '094401.599000', '094401.601000', '094401.604000', '094401.606000', '094401.609000', '094401.611000', '094401.614000', '094401.617000', '094401.619000', '094401.622000', '094401.624000', '094401.627000', '094401.629000', '094401.632000', '094401.634000', '094401.637000', '094401.639000', '094401.642000', '094401.644000', '094401.647000', '094401.650000', '094401.652000', '094401.655000', '094401.657000', '094401.660000', '094401.662000', '094401.665000', '094401.667000', '094401.670000', '094401.673000', '094401.675000', '094401.678000', '094401.680000', '094401.683000', '094401.685000', '094421.577000', '094421.580000', '094421.583000', '094421.585000', '094421.588000', '094421.591000', '094421.593000', '094421.596000', '094421.598000', '094421.601000', '094421.603000', '094421.606000', '094421.609000', '094421.611000', '094421.614000', '094421.616000', '094421.619000', '094421.622000', '094421.624000', '094421.627000', '094421.629000', '094421.632000', '094421.634000', '094421.637000', '094421.639000', '094421.642000', '094421.645000', '094421.647000', '094421.650000', '094421.652000', '094421.655000', '094421.657000', '094421.660000', '094421.662000', '094421.665000', '094421.667000', '094421.670000', '094421.673000', '094421.675000', '094421.678000', '094421.680000', '094421.683000', '094421.686000', '094421.688000', '094441.577000', '094441.580000', '094441.583000', '094441.586000', '094441.589000', '094441.592000', '094441.594000', '094441.597000', '094441.599000', '094441.602000', '094441.604000', '094441.620000', '094441.623000', '094441.625000', '094441.628000', '094441.630000', '094441.633000', '094441.636000', '094441.638000', '094441.641000', '094441.643000', '094441.646000', '094441.648000', '094441.651000', '094441.653000', '094441.656000', '094441.659000', '094441.661000', '094441.664000', '094441.667000', '094441.669000', '094441.672000', '094441.675000', '094441.677000', '094441.680000', '094441.682000', '094441.685000', '094441.688000', '094441.690000', '094441.693000', '094441.696000', '094441.698000', '094441.701000', '094501.577000', '094501.580000', '094501.583000', '094501.585000', '094501.588000', '094501.591000', '094501.593000', '094501.596000', '094501.598000', '094501.601000', '094501.603000', '094501.606000', '094501.608000', '094501.611000', '094501.614000', '094501.616000', '094501.619000', '094501.621000', '094501.624000', '094501.626000', '094501.629000', '094501.632000', '094501.634000', '094501.637000', '094501.639000', '094501.642000', '094501.644000', '094501.647000', '094501.650000', '094501.652000', '094501.655000', '094501.657000', '094501.660000', '094501.662000', '094501.665000', '094501.667000', '094501.670000', '094501.672000', '094501.675000', '094501.678000', '094501.680000', '094501.683000', '094501.685000', '094501.688000', '094521.576000', '094521.579000', '094521.582000', '094521.584000', '094521.587000', '094521.590000', '094521.592000', '094521.595000', '094521.597000', '094521.600000', '094521.602000', '094521.605000', '094521.608000', '094521.610000', '094521.613000', '094521.615000', '094521.618000', '094521.620000', '094521.623000', '094521.626000', '094521.628000', '094521.631000', '094521.633000', '094521.636000', '094521.638000', '094521.641000', '094521.644000', '094521.646000', '094521.649000', '094521.651000', '094521.654000', '094521.656000', '094521.659000', '094521.661000', '094521.664000', '094521.666000', '094521.669000', '094521.672000', '094521.675000', '094521.677000', '094521.680000', '094521.683000', '094521.685000', '094541.577000', '094541.579000', '094541.582000', '094541.584000', '094541.587000', '094541.590000', '094541.592000', '094541.595000', '094541.597000', '094541.600000', '094541.603000', '094541.605000', '094541.608000', '094541.611000', '094541.613000', '094541.616000', '094541.618000', '094541.621000', '094541.623000', '094541.626000', '094541.628000', '094541.631000', '094541.634000', '094541.636000', '094541.639000', '094541.641000', '094541.644000', '094541.646000', '094541.649000', '094541.652000', '094541.654000', '094541.657000', '094541.659000', '094541.662000', '094541.664000', '094541.667000', '094541.669000', '094541.672000', '094541.675000', '094541.677000', '094541.680000', '094541.682000', '094541.685000', '094541.687000', '094601.577000', '094601.579000', '094601.582000', '094601.585000', '094601.587000', '094601.590000', '094601.592000', '094601.595000', '094601.598000', '094601.600000', '094601.603000', '094601.606000', '094601.608000', '094601.611000', '094601.613000', '094601.616000', '094601.619000', '094601.622000', '094601.625000', '094601.628000', '094601.630000', '094601.633000', '094601.635000', '094601.638000', '094601.641000', '094601.643000', '094601.646000', '094601.648000', '094601.651000', '094601.653000', '094601.656000', '094601.658000', '094601.661000', '094601.664000', '094601.666000', '094601.669000', '094601.671000', '094601.674000', '094601.677000', '094601.679000', '094601.682000', '094601.685000', '094601.687000', '094621.577000', '094621.580000', '094621.583000', '094621.585000', '094621.588000', '094621.591000', '094621.593000', '094621.610000', '094621.613000', '094621.616000', '094621.618000', '094621.621000', '094621.623000', '094621.626000', '094621.628000', '094621.631000', '094621.634000', '094621.636000', '094621.639000', '094621.641000', '094621.644000', '094621.647000', '094621.649000', '094621.652000', '094621.654000', '094621.657000', '094621.659000', '094621.662000', '094621.665000', '094621.667000', '094621.670000', '094621.672000', '094621.675000', '094621.677000', '094621.680000', '094621.682000', '094621.685000', '094621.688000', '094621.690000', '094621.693000', '094621.695000', '094621.698000', '094621.700000', '094621.703000', '094641.577000', '094641.580000', '094641.583000', '094641.586000', '094641.588000', '094641.591000', '094641.593000', '094641.596000', '094641.599000', '094641.601000', '094641.604000', '094641.606000', '094641.609000', '094641.611000', '094641.614000', '094641.617000', '094641.619000', '094641.622000', '094641.624000', '094641.627000', '094641.630000', '094641.632000', '094641.635000', '094641.637000', '094641.640000', '094641.642000', '094641.645000', '094641.648000', '094641.651000', '094641.653000', '094641.656000', '094641.658000', '094641.661000', '094641.664000', '094641.666000', '094641.669000', '094641.671000', '094641.674000', '094641.677000', '094641.679000', '094641.682000', '094641.684000', '094641.687000', '094701.577000', '094701.580000', '094701.583000', '094701.586000', '094701.588000', '094701.591000', '094701.593000', '094701.596000', '094701.599000', '094701.601000', '094701.604000', '094701.606000', '094701.609000', '094701.611000', '094701.614000', '094701.617000', '094701.619000', '094701.622000', '094701.624000', '094701.627000', '094701.629000', '094701.632000', '094701.634000', '094701.637000', '094701.640000', '094701.642000', '094701.645000', '094701.647000', '094701.650000', '094701.652000', '094701.655000', '094701.657000', '094701.660000', '094701.663000', '094701.665000', '094701.668000', '094701.671000', '094701.673000', '094701.676000', '094701.678000', '094701.681000', '094701.683000', '094701.686000', '094701.688000', '094721.577000', '094721.580000', '094721.583000', '094721.585000', '094721.588000', '094721.591000', '094721.593000', '094721.596000', '094721.598000', '094721.601000', '094721.603000', '094721.606000', '094721.608000', '094721.611000', '094721.614000', '094721.616000', '094721.619000', '094721.621000', '094721.624000', '094721.626000', '094721.629000', '094721.631000', '094721.634000', '094721.637000', '094721.639000', '094721.642000', '094721.644000', '094721.647000', '094721.649000', '094721.652000', '094721.655000', '094721.657000', '094721.660000', '094721.664000', '094721.667000', '094721.670000', '094721.673000', '094721.676000', '094721.678000', '094721.681000', '094721.683000', '094721.686000', '094721.688000', '094741.577000', '094741.579000', '094741.582000', '094741.585000', '094741.587000', '094741.590000', '094741.593000', '094741.595000', '094741.598000', '094741.600000', '094741.603000', '094741.605000', '094741.608000', '094741.610000', '094741.613000', '094741.616000', '094741.618000', '094741.621000', '094741.623000', '094741.626000', '094741.629000', '094741.631000', '094741.634000', '094741.636000', '094741.639000', '094741.641000', '094741.644000', '094741.647000', '094741.649000', '094741.652000', '094741.654000', '094741.657000', '094741.684000', '094741.687000', '094741.689000', '094741.692000', '094741.694000', '094741.697000', '094741.699000', '094741.702000', '094741.704000', '094741.707000', '094741.710000', '094741.712000', '094801.577000', '094801.579000', '094801.582000', '094801.585000', '094801.587000', '094801.590000', '094801.592000', '094801.595000', '094801.598000', '094801.600000', '094801.603000', '094801.605000', '094801.608000', '094801.610000', '094801.613000', '094801.615000', '094801.618000', '094801.621000', '094801.623000', '094801.626000', '094801.628000', '094801.631000', '094801.634000', '094801.636000', '094801.639000', '094801.641000', '094801.644000', '094801.646000', '094801.649000', '094801.652000', '094801.654000', '094801.657000', '094801.659000', '094801.662000', '094801.665000', '094801.667000', '094801.670000', '094801.673000', '094801.676000', '094801.678000', '094801.681000', '094801.683000', '094801.686000', '094821.576000', '094821.579000', '094821.582000', '094821.585000', '094821.587000', '094821.590000', '094821.592000', '094821.595000', '094821.598000', '094821.600000', '094821.603000', '094821.605000', '094821.608000', '094821.610000', '094821.613000', '094821.616000', '094821.618000', '094821.621000', '094821.623000', '094821.626000', '094821.629000', '094821.631000', '094821.634000', '094821.636000', '094821.639000', '094821.641000', '094821.644000', '094821.647000', '094821.649000', '094821.652000', '094821.655000', '094821.657000', '094821.660000', '094821.662000', '094821.665000', '094821.668000', '094821.670000', '094821.673000', '094821.675000', '094821.678000', '094821.681000', '094821.683000', '094821.686000', '094821.688000', '094841.578000', '094841.580000', '094841.583000', '094841.586000', '094841.588000', '094841.591000', '094841.593000', '094841.596000', '094841.599000', '094841.601000', '094841.604000', '094841.606000', '094841.609000', '094841.612000', '094841.614000', '094841.617000', '094841.619000', '094841.622000', '094841.625000', '094841.627000', '094841.630000', '094841.632000', '094841.635000', '094841.637000', '094841.640000', '094841.643000', '094841.645000', '094841.648000', '094841.650000', '094841.653000', '094841.655000', '094841.658000', '094841.660000', '094841.663000', '094841.666000', '094841.668000', '094841.671000', '094841.674000', '094841.677000', '094841.679000', '094841.682000', '094841.685000', '094841.687000', '094901.578000', '094901.581000', '094901.583000', '094901.586000', '094901.589000', '094901.591000', '094901.594000', '094901.596000', '094901.599000', '094901.601000', '094901.604000', '094901.606000', '094901.609000', '094901.612000', '094901.614000', '094901.617000', '094901.619000', '094901.622000', '094901.625000', '094901.627000', '094901.630000', '094901.632000', '094901.635000', '094901.638000', '094901.640000', '094901.643000', '094901.645000', '094901.648000', '094901.650000', '094901.653000', '094901.656000', '094901.658000', '094901.661000', '094901.663000', '094901.666000', '094901.668000', '094901.671000', '094901.674000', '094901.676000', '094901.679000', '094901.682000', '094901.684000', '094901.687000', '094901.700000', '094921.577000', '094921.580000', '094921.583000', '094921.585000', '094921.588000', '094921.591000', '094921.593000', '094921.596000', '094921.598000', '094921.601000', '094921.603000', '094921.606000', '094921.609000', '094921.611000', '094921.614000', '094921.616000', '094921.619000', '094921.621000', '094921.624000', '094921.626000', '094921.629000', '094921.631000', '094921.634000', '094921.637000', '094921.639000', '094921.642000', '094921.644000', '094921.647000', '094921.649000', '094921.652000', '094921.654000', '094921.657000', '094921.660000', '094921.662000', '094921.665000', '094921.667000', '094921.670000', '094921.672000', '094921.675000', '094921.678000', '094921.680000', '094921.683000', '094921.685000', '094941.578000', '094941.580000', '094941.583000', '094941.586000', '094941.588000', '094941.591000', '094941.593000', '094941.596000', '094941.599000', '094941.601000', '094941.604000', '094941.606000', '094941.609000', '094941.612000', '094941.614000', '094941.617000', '094941.619000', '094941.622000', '094941.625000', '094941.627000', '094941.630000', '094941.632000', '094941.635000', '094941.638000', '094941.641000', '094941.644000', '094941.646000', '094941.649000', '094941.651000', '094941.654000', '094941.656000', '094941.659000', '094941.662000', '094941.664000', '094941.667000', '094941.669000', '094941.672000', '094941.674000', '094941.677000', '094941.680000', '094941.682000', '094941.685000', '094941.687000', '094943.291000', '094943.294000', '094943.296000', '094943.299000', '094943.302000'], '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': [10143, 7595, 12094, 6715, 7990, 6572, 8868, 6898, 8262, 6860, 8466, 6676, 8600, 8918, 9303, 10868, 8011, 12018, 7415, 11367, 6966, 10587, 6775, 8989, 6773, 8791, 7380, 9360, 6355, 9154, 6726, 8724, 7147, 8564, 8688, 8125, 9730, 7753, 11234, 6879, 12396, 7433, 10102, 7005, 10299, 7449, 10112, 6961, 7753, 11044, 7518, 11850, 6835, 11250, 6917, 9931, 6964, 9445, 7320, 9750, 6703, 8792, 6735, 9365, 7339, 9025, 6543, 7515, 6397, 8265, 10470, 8214, 11829, 6831, 10343, 7066, 9465, 7192, 10818, 6511, 8557, 6314, 8446, 13681, 7005, 11610, 6796, 8820, 6654, 8771, 7018, 8135, 6456, 8303, 8644, 7613, 10520, 6899, 9790, 7043, 9159, 6759, 10832, 7434, 10742, 6669, 8349, 6775, 8556, 13433, 10929, 13948, 6948, 12020, 7213, 11077, 7695, 9293, 6431, 8136, 10288, 8078, 12114, 7006, 10291, 6974, 8611, 6761, 9570, 7075, 8549, 7997, 6976, 8328, 6518, 9039, 7000, 8481, 6421, 8384, 6793, 8126, 9237, 8272, 12866, 6857, 9828, 6855, 10352, 7525, 9535, 6930, 7906, 13497, 6591, 12029, 7293, 11810, 6778, 8630, 6489, 8157, 12739, 6665, 10076, 6749, 7848, 6477, 7919, 7054, 7821, 6642, 7722, 9660, 7873, 12149, 7787, 11676, 6999, 9227, 6547, 10316, 10327, 8970, 13392, 6685, 11622, 6757, 10593, 7472, 8839, 6479, 8410, 9342, 7739, 11055, 7003, 9192, 7026, 8759, 6552, 9260, 7251, 8175, 6329, 8270, 6785, 8893, 11904, 8384, 12434, 7082, 11299, 6800, 11666, 7412, 12961, 7031, 8754, 6804, 10176, 10387, 9305, 12911, 6979, 11574, 6842, 10425, 7396, 8866, 6374, 8667, 6397, 7487, 9880, 6693, 8988, 6948, 8634, 6888, 9434, 7312, 8297, 6447, 8104, 6669, 8642, 13947, 8959, 13207, 7100, 12009, 7169, 12292, 8039, 10806, 8008, 7788, 11332, 6884, 9901, 7117, 9371, 7203, 8726, 6944, 10210, 7490, 9111, 8826, 7750, 11176, 6994, 9634, 7058, 8783, 7115, 8523, 6953, 8365, 7366, 7740, 10344, 6879, 10227, 6767, 9739, 7125, 9524, 7053, 8862, 6986, 10931, 7683, 8973, 10745, 7581, 11394, 6876, 10150, 7480, 8589, 6549, 8410, 6589, 8069, 11153, 7221, 10306, 7051, 8789, 6998, 9857, 7550, 9009, 6604, 8355, 6920, 10097, 11590, 10294, 13193, 7649, 12680, 7102, 11926, 7734, 11110, 7080, 9404, 6769, 9046, 7659, 8098, 8913, 7782, 10667, 7530, 10698, 7413, 9963, 7152, 9143, 7211, 10568, 7754, 9842, 7131, 7959, 6655, 8162, 7183, 8569, 10271, 7867, 11683, 7380, 10983, 7321, 9518, 7129, 8699, 7065, 10307, 7767, 10648, 7211, 8276, 6557, 8039, 7648, 8955, 10586, 7839, 11725, 7158, 11700, 7269, 11417, 7411, 8999, 6912, 9691, 7622, 8714, 7060, 7821, 6604, 8162, 12051, 7926, 11645, 6837, 10219, 7021, 9928, 7392, 9337, 7078, 8360, 6860, 8510, 7331, 7751, 6869, 8262, 8453, 8282, 12244, 7591, 11688, 6891, 10807, 7118, 10955, 7701, 9157, 6876, 7934, 6541, 8299, 11721, 7922, 11713, 7399, 8987, 7203, 9527, 7888, 8391, 7243, 8100, 6789, 8352, 7360, 8398, 10342, 7820, 11819, 7003, 11325, 7276, 11836, 7139, 9387, 6452, 8867, 12608, 7763, 11053, 7361, 9638, 7162, 9628, 7778, 8257, 7270, 8518, 10337, 8035, 11915, 7436, 10853, 7286, 10214, 7283, 10618, 8000, 9688, 9842, 7899, 13030, 7362, 12369, 7827, 10776, 7141, 8719, 6862, 8495, 10166, 7490, 10843, 7050, 9185, 6907, 9575, 7529, 8791, 6537, 8185, 6668, 8690, 12129, 7790, 11911, 7240, 10951, 7170, 14377, 8551, 11525, 7088, 8660, 10434, 8432, 12921, 7529, 13730, 8763, 13505, 7141, 7310, 6932, 8338, 6946, 8690, 6994, 11460, 8659, 9979, 10408, 10131, 13357, 9508, 12739, 7506, 12147, 7165, 12336, 8743, 12916, 7096, 10559, 7354, 9680, 7993, 7833, 7011, 7650, 6336, 8073, 6559, 8257, 7920, 8052, 9732, 7713, 10735, 7605, 12458, 8332, 12828, 7289, 11385, 7913, 12140, 8773, 10033, 7243, 8316, 12564, 7095, 12239, 7579, 10420, 7058, 8744, 6629, 8697, 12925, 7048, 10498, 7244, 9221, 7231, 8652, 8537, 7430, 10059, 7217, 9492, 7345, 9061, 8066, 8415, 6567, 7532, 10056, 7213, 10400, 7954, 10928, 7289, 8592, 7577, 9080, 12603, 11524, 13119, 8211, 11608, 7870, 12044, 8548, 12001, 8296, 7439, 10776, 6905, 10083, 7368, 8809, 7347, 8170, 7121, 8090, 11582, 6791, 10937, 7815, 10203, 6829, 8001, 9975, 7541, 11448, 7763, 10315, 7151, 8879, 7144, 8002, 10334, 7106, 11188, 7033, 10077, 7396, 8837, 6702, 10266, 8193, 9531, 9775, 7412, 6705, 7883, 6404, 7644, 10685, 7376, 9022, 7293, 8312, 7135, 8874, 7736, 11505, 8077, 12513, 7103, 8554, 10736, 8097, 12779, 7554, 11598, 7523, 11067, 7229, 10184, 8233, 8828, 8332, 7654, 10278, 6813, 9995, 7597, 9009, 7323, 8235, 7475, 9289, 7816, 8357, 7697, 7571, 11602, 6797, 10536, 6577, 10990, 7764, 12057, 7193, 9023, 6640, 8594, 8071, 7726, 8160, 7206, 10365, 6956, 10501, 7796, 10209, 7127, 7265, 6432, 9169, 6871, 8371, 6954, 10791, 7774, 9789, 6681, 8057, 6930, 8674, 13987, 9975, 11928, 7110, 8921, 6844, 8664, 7474, 10126, 6896, 7934, 6492, 9607, 7597, 10624, 7022, 8657, 6720, 8635, 12100, 9398, 11835, 7107, 11526, 7022, 10276, 7195, 10360, 7266, 8459, 6920, 9039, 7293, 8064, 7128, 8279, 6661, 8261, 7418, 9454, 7813, 9609, 7136, 7938, 7841, 8877, 12436, 9674, 9722, 11094, 11908, 8438, 10473, 9831, 11779, 9545, 11611, 7388, 10562, 6994, 9659, 7106, 10061, 7007, 8844, 6862, 8724, 7634, 7758, 6966, 8515, 6649, 8214, 7733, 8479, 6849, 7974, 8533, 7269, 9084, 6875, 9232, 7535, 8659, 7273, 8837, 7107, 10201, 8063, 9306, 6921, 8425, 6805, 8474, 12913, 8195, 11840, 7326, 11020, 7225, 9586, 7812, 9396, 6700, 8142, 6547, 8242, 7388, 7855, 6901, 8035, 6824, 8682, 8673, 9344, 10716, 7718, 9469, 8450, 12625, 9066, 13161, 7448, 11286, 7193, 10322, 7769, 12315, 7913, 10294, 7287, 8582, 8074, 9665, 10018, 8174, 10697, 7242, 11759, 7405, 10587, 7386, 8966, 7173, 8847, 7565, 8386, 7310, 7927], 'WindowCenter': [3855.0, 3808.0, 3848.0, 3782.0, 3791.0, 3770.0, 3800.0, 3780.0, 3801.0, 3768.0, 3800.0, 3779.0, 3801.0, 3798.0, 3812.0, 3821.0, 3790.0, 3829.0, 3778.0, 3821.0, 3779.0, 3810.0, 3769.0, 3799.0, 3767.0, 3799.0, 3777.0, 3800.0, 3756.0, 3799.0, 3766.0, 3799.0, 3766.0, 3799.0, 3787.0, 3789.0, 3797.0, 3779.0, 3819.0, 3768.0, 3819.0, 3778.0, 3808.0, 3767.0, 3810.0, 3777.0, 3809.0, 3765.0, 3777.0, 3806.0, 3777.0, 3818.0, 3768.0, 3818.0, 3767.0, 3807.0, 3767.0, 3797.0, 3777.0, 3798.0, 3766.0, 3787.0, 3755.0, 3797.0, 3775.0, 3787.0, 3755.0, 3777.0, 3754.0, 3787.0, 3807.0, 3787.0, 3820.0, 3768.0, 3808.0, 3779.0, 3810.0, 3778.0, 3810.0, 3755.0, 3789.0, 3754.0, 3788.0, 3830.0, 3766.0, 3819.0, 3766.0, 3786.0, 3765.0, 3787.0, 3765.0, 3788.0, 3756.0, 3798.0, 3797.0, 3790.0, 3809.0, 3778.0, 3809.0, 3779.0, 3800.0, 3779.0, 3821.0, 3779.0, 3822.0, 3767.0, 3800.0, 3767.0, 3799.0, 3829.0, 3819.0, 3830.0, 3767.0, 3818.0, 3777.0, 3820.0, 3777.0, 3799.0, 3756.0, 3777.0, 3796.0, 3787.0, 3817.0, 3766.0, 3796.0, 3764.0, 3785.0, 3754.0, 3797.0, 3763.0, 3787.0, 3774.0, 3765.0, 3785.0, 3755.0, 3798.0, 3767.0, 3787.0, 3755.0, 3788.0, 3766.0, 3790.0, 3798.0, 3800.0, 3830.0, 3768.0, 3808.0, 3768.0, 3810.0, 3776.0, 3800.0, 3767.0, 3788.0, 3829.0, 3766.0, 3818.0, 3767.0, 3808.0, 3754.0, 3786.0, 3741.0, 3775.0, 3816.0, 3754.0, 3794.0, 3754.0, 3775.0, 3754.0, 3787.0, 3765.0, 3789.0, 3766.0, 3789.0, 3809.0, 3791.0, 3821.0, 3790.0, 3820.0, 3769.0, 3799.0, 3757.0, 3810.0, 3808.0, 3799.0, 3818.0, 3766.0, 3807.0, 3755.0, 3807.0, 3764.0, 3786.0, 3753.0, 3775.0, 3783.0, 3764.0, 3805.0, 3765.0, 3784.0, 3764.0, 3785.0, 3753.0, 3796.0, 3775.0, 3786.0, 3755.0, 3788.0, 3767.0, 3799.0, 3819.0, 3800.0, 3830.0, 3779.0, 3820.0, 3768.0, 3820.0, 3778.0, 3831.0, 3766.0, 3788.0, 3755.0, 3809.0, 3807.0, 3798.0, 3818.0, 3766.0, 3808.0, 3765.0, 3807.0, 3764.0, 3786.0, 3754.0, 3786.0, 3752.0, 3776.0, 3795.0, 3766.0, 3797.0, 3779.0, 3798.0, 3777.0, 3811.0, 3778.0, 3801.0, 3768.0, 3801.0, 3767.0, 3811.0, 3842.0, 3801.0, 3832.0, 3779.0, 3820.0, 3767.0, 3820.0, 3777.0, 3809.0, 3775.0, 3776.0, 3806.0, 3764.0, 3797.0, 3766.0, 3797.0, 3776.0, 3787.0, 3765.0, 3809.0, 3776.0, 3798.0, 3786.0, 3778.0, 3807.0, 3766.0, 3797.0, 3767.0, 3787.0, 3765.0, 3788.0, 3765.0, 3788.0, 3777.0, 3779.0, 3807.0, 3767.0, 3809.0, 3768.0, 3800.0, 3779.0, 3799.0, 3778.0, 3799.0, 3768.0, 3820.0, 3776.0, 3799.0, 3808.0, 3777.0, 3819.0, 3765.0, 3808.0, 3777.0, 3787.0, 3755.0, 3788.0, 3765.0, 3789.0, 3819.0, 3778.0, 3809.0, 3778.0, 3799.0, 3779.0, 3811.0, 3789.0, 3801.0, 3768.0, 3801.0, 3778.0, 3823.0, 3820.0, 3811.0, 3831.0, 3778.0, 3830.0, 3778.0, 3819.0, 3779.0, 3819.0, 3766.0, 3798.0, 3766.0, 3798.0, 3775.0, 3777.0, 3786.0, 3777.0, 3807.0, 3777.0, 3806.0, 3777.0, 3797.0, 3766.0, 3797.0, 3776.0, 3808.0, 3776.0, 3809.0, 3765.0, 3788.0, 3765.0, 3788.0, 3766.0, 3799.0, 3806.0, 3787.0, 3818.0, 3776.0, 3807.0, 3776.0, 3797.0, 3767.0, 3787.0, 3766.0, 3810.0, 3789.0, 3810.0, 3778.0, 3788.0, 3756.0, 3788.0, 3777.0, 3799.0, 3808.0, 3788.0, 3819.0, 3777.0, 3818.0, 3779.0, 3819.0, 3778.0, 3797.0, 3776.0, 3798.0, 3777.0, 3788.0, 3767.0, 3778.0, 3767.0, 3787.0, 3818.0, 3788.0, 3808.0, 3767.0, 3808.0, 3766.0, 3798.0, 3777.0, 3798.0, 3766.0, 3787.0, 3766.0, 3788.0, 3777.0, 3778.0, 3765.0, 3788.0, 3787.0, 3787.0, 3819.0, 3777.0, 3819.0, 3767.0, 3808.0, 3767.0, 3810.0, 3776.0, 3798.0, 3754.0, 3776.0, 3754.0, 3787.0, 3817.0, 3777.0, 3817.0, 3777.0, 3786.0, 3777.0, 3798.0, 3786.0, 3788.0, 3776.0, 3789.0, 3766.0, 3799.0, 3777.0, 3800.0, 3808.0, 3789.0, 3821.0, 3778.0, 3821.0, 3779.0, 3821.0, 3767.0, 3800.0, 3755.0, 3799.0, 3819.0, 3778.0, 3819.0, 3778.0, 3798.0, 3778.0, 3811.0, 3788.0, 3801.0, 3778.0, 3802.0, 3811.0, 3802.0, 3832.0, 3791.0, 3822.0, 3780.0, 3821.0, 3779.0, 3823.0, 3790.0, 3812.0, 3811.0, 3790.0, 3830.0, 3780.0, 3831.0, 3779.0, 3821.0, 3767.0, 3799.0, 3767.0, 3800.0, 3808.0, 3779.0, 3809.0, 3768.0, 3798.0, 3778.0, 3810.0, 3789.0, 3799.0, 3767.0, 3800.0, 3768.0, 3800.0, 3830.0, 3790.0, 3821.0, 3780.0, 3821.0, 3780.0, 3843.0, 3788.0, 3821.0, 3765.0, 3788.0, 3796.0, 3787.0, 3818.0, 3777.0, 3830.0, 3789.0, 3830.0, 3766.0, 3765.0, 3766.0, 3786.0, 3765.0, 3798.0, 3767.0, 3833.0, 3799.0, 3811.0, 3809.0, 3811.0, 3831.0, 3799.0, 3818.0, 3765.0, 3806.0, 3753.0, 3806.0, 3774.0, 3806.0, 3752.0, 3783.0, 3751.0, 3783.0, 3761.0, 3751.0, 3739.0, 3762.0, 3739.0, 3774.0, 3753.0, 3787.0, 3776.0, 3789.0, 3798.0, 3789.0, 3822.0, 3792.0, 3833.0, 3802.0, 3832.0, 3779.0, 3822.0, 3790.0, 3822.0, 3789.0, 3811.0, 3767.0, 3789.0, 3819.0, 3768.0, 3819.0, 3778.0, 3809.0, 3766.0, 3788.0, 3755.0, 3788.0, 3818.0, 3767.0, 3808.0, 3765.0, 3799.0, 3764.0, 3788.0, 3785.0, 3778.0, 3798.0, 3777.0, 3798.0, 3777.0, 3800.0, 3787.0, 3801.0, 3768.0, 3790.0, 3810.0, 3791.0, 3823.0, 3792.0, 3823.0, 3782.0, 3802.0, 3789.0, 3812.0, 3831.0, 3823.0, 3832.0, 3790.0, 3821.0, 3788.0, 3822.0, 3787.0, 3833.0, 3789.0, 3779.0, 3808.0, 3767.0, 3809.0, 3779.0, 3801.0, 3778.0, 3801.0, 3778.0, 3790.0, 3821.0, 3769.0, 3821.0, 3792.0, 3812.0, 3766.0, 3789.0, 3799.0, 3778.0, 3820.0, 3779.0, 3810.0, 3768.0, 3799.0, 3767.0, 3788.0, 3807.0, 3779.0, 3820.0, 3766.0, 3798.0, 3765.0, 3786.0, 3755.0, 3809.0, 3786.0, 3810.0, 3809.0, 3777.0, 3767.0, 3790.0, 3766.0, 3778.0, 3808.0, 3778.0, 3789.0, 3778.0, 3789.0, 3779.0, 3800.0, 3789.0, 3822.0, 3790.0, 3833.0, 3767.0, 3801.0, 3819.0, 3791.0, 3832.0, 3790.0, 3821.0, 3779.0, 3821.0, 3778.0, 3810.0, 3787.0, 3799.0, 3788.0, 3777.0, 3808.0, 3766.0, 3808.0, 3778.0, 3798.0, 3777.0, 3788.0, 3778.0, 3801.0, 3788.0, 3802.0, 3779.0, 3791.0, 3820.0, 3770.0, 3809.0, 3769.0, 3822.0, 3790.0, 3833.0, 3780.0, 3800.0, 3768.0, 3800.0, 3787.0, 3779.0, 3787.0, 3779.0, 3809.0, 3778.0, 3821.0, 3790.0, 3811.0, 3781.0, 3780.0, 3769.0, 3811.0, 3768.0, 3802.0, 3781.0, 3823.0, 3802.0, 3824.0, 3780.0, 3803.0, 3780.0, 3801.0, 3844.0, 3812.0, 3821.0, 3780.0, 3799.0, 3768.0, 3800.0, 3780.0, 3812.0, 3781.0, 3791.0, 3770.0, 3812.0, 3780.0, 3812.0, 3768.0, 3801.0, 3767.0, 3799.0, 3820.0, 3800.0, 3820.0, 3768.0, 3808.0, 3767.0, 3798.0, 3767.0, 3798.0, 3767.0, 3777.0, 3766.0, 3788.0, 3776.0, 3788.0, 3778.0, 3789.0, 3769.0, 3801.0, 3778.0, 3812.0, 3790.0, 3812.0, 3780.0, 3792.0, 3788.0, 3801.0, 3831.0, 3813.0, 3799.0, 3821.0, 3819.0, 3801.0, 3809.0, 3811.0, 3819.0, 3812.0, 3820.0, 3779.0, 3809.0, 3768.0, 3798.0, 3768.0, 3798.0, 3768.0, 3798.0, 3768.0, 3789.0, 3778.0, 3779.0, 3768.0, 3789.0, 3767.0, 3789.0, 3777.0, 3790.0, 3767.0, 3789.0, 3787.0, 3779.0, 3799.0, 3769.0, 3798.0, 3790.0, 3801.0, 3779.0, 3801.0, 3780.0, 3824.0, 3790.0, 3814.0, 3779.0, 3803.0, 3769.0, 3802.0, 3833.0, 3802.0, 3822.0, 3781.0, 3821.0, 3781.0, 3811.0, 3791.0, 3812.0, 3769.0, 3792.0, 3768.0, 3801.0, 3789.0, 3803.0, 3781.0, 3803.0, 3781.0, 3814.0, 3813.0, 3824.0, 3823.0, 3805.0, 3813.0, 3804.0, 3835.0, 3814.0, 3833.0, 3782.0, 3822.0, 3780.0, 3812.0, 3790.0, 3832.0, 3790.0, 3811.0, 3776.0, 3788.0, 3776.0, 3799.0, 3797.0, 3787.0, 3797.0, 3765.0, 3806.0, 3764.0, 3796.0, 3765.0, 3785.0, 3765.0, 3786.0, 3777.0, 3787.0, 3777.0, 3787.0], 'WindowWidth': [8638.0, 8562.0, 8611.0, 8515.0, 8525.0, 8495.0, 8536.0, 8507.0, 8536.0, 8491.0, 8535.0, 8504.0, 8537.0, 8530.0, 8553.0, 8562.0, 8521.0, 8571.0, 8504.0, 8561.0, 8505.0, 8545.0, 8492.0, 8528.0, 8487.0, 8530.0, 8501.0, 8533.0, 8470.0, 8530.0, 8482.0, 8531.0, 8484.0, 8531.0, 8512.0, 8516.0, 8525.0, 8504.0, 8555.0, 8488.0, 8556.0, 8501.0, 8541.0, 8485.0, 8545.0, 8497.0, 8544.0, 8482.0, 8499.0, 8533.0, 8499.0, 8553.0, 8487.0, 8553.0, 8485.0, 8538.0, 8485.0, 8525.0, 8497.0, 8527.0, 8481.0, 8510.0, 8464.0, 8525.0, 8492.0, 8512.0, 8465.0, 8497.0, 8463.0, 8511.0, 8538.0, 8513.0, 8557.0, 8488.0, 8542.0, 8504.0, 8545.0, 8502.0, 8547.0, 8467.0, 8517.0, 8463.0, 8513.0, 8570.0, 8483.0, 8554.0, 8480.0, 8505.0, 8479.0, 8512.0, 8479.0, 8514.0, 8468.0, 8528.0, 8525.0, 8520.0, 8543.0, 8504.0, 8543.0, 8505.0, 8532.0, 8506.0, 8564.0, 8504.0, 8565.0, 8487.0, 8535.0, 8486.0, 8531.0, 8569.0, 8557.0, 8573.0, 8484.0, 8553.0, 8497.0, 8559.0, 8497.0, 8529.0, 8467.0, 8498.0, 8520.0, 8510.0, 8548.0, 8480.0, 8520.0, 8475.0, 8505.0, 8462.0, 8522.0, 8472.0, 8510.0, 8487.0, 8479.0, 8503.0, 8467.0, 8526.0, 8485.0, 8512.0, 8468.0, 8515.0, 8485.0, 8521.0, 8530.0, 8533.0, 8571.0, 8487.0, 8541.0, 8489.0, 8545.0, 8496.0, 8532.0, 8484.0, 8513.0, 8569.0, 8481.0, 8551.0, 8482.0, 8540.0, 8460.0, 8506.0, 8441.0, 8491.0, 8546.0, 8461.0, 8515.0, 8462.0, 8491.0, 8464.0, 8511.0, 8481.0, 8517.0, 8483.0, 8519.0, 8544.0, 8523.0, 8562.0, 8520.0, 8559.0, 8490.0, 8531.0, 8471.0, 8545.0, 8539.0, 8528.0, 8552.0, 8482.0, 8537.0, 8465.0, 8537.0, 8476.0, 8508.0, 8459.0, 8491.0, 8498.0, 8475.0, 8529.0, 8477.0, 8502.0, 8475.0, 8505.0, 8461.0, 8523.0, 8493.0, 8510.0, 8466.0, 8516.0, 8485.0, 8531.0, 8557.0, 8534.0, 8572.0, 8505.0, 8560.0, 8489.0, 8559.0, 8502.0, 8575.0, 8482.0, 8514.0, 8465.0, 8542.0, 8537.0, 8527.0, 8553.0, 8483.0, 8538.0, 8480.0, 8535.0, 8477.0, 8509.0, 8464.0, 8508.0, 8458.0, 8496.0, 8518.0, 8484.0, 8525.0, 8503.0, 8527.0, 8502.0, 8549.0, 8503.0, 8538.0, 8490.0, 8538.0, 8488.0, 8550.0, 8592.0, 8536.0, 8579.0, 8504.0, 8559.0, 8485.0, 8562.0, 8498.0, 8543.0, 8490.0, 8495.0, 8534.0, 8477.0, 8524.0, 8483.0, 8521.0, 8496.0, 8512.0, 8480.0, 8542.0, 8496.0, 8528.0, 8507.0, 8499.0, 8536.0, 8483.0, 8522.0, 8484.0, 8509.0, 8480.0, 8513.0, 8479.0, 8515.0, 8497.0, 8505.0, 8538.0, 8487.0, 8542.0, 8489.0, 8532.0, 8503.0, 8530.0, 8502.0, 8531.0, 8488.0, 8561.0, 8496.0, 8531.0, 8539.0, 8498.0, 8555.0, 8481.0, 8539.0, 8498.0, 8512.0, 8466.0, 8514.0, 8480.0, 8516.0, 8554.0, 8503.0, 8543.0, 8502.0, 8529.0, 8506.0, 8550.0, 8518.0, 8537.0, 8490.0, 8538.0, 8503.0, 8569.0, 8560.0, 8550.0, 8575.0, 8501.0, 8572.0, 8502.0, 8557.0, 8502.0, 8556.0, 8481.0, 8527.0, 8480.0, 8527.0, 8492.0, 8497.0, 8507.0, 8498.0, 8535.0, 8498.0, 8536.0, 8497.0, 8522.0, 8482.0, 8522.0, 8496.0, 8540.0, 8494.0, 8542.0, 8479.0, 8513.0, 8481.0, 8515.0, 8482.0, 8530.0, 8535.0, 8512.0, 8553.0, 8497.0, 8538.0, 8497.0, 8524.0, 8485.0, 8512.0, 8485.0, 8545.0, 8516.0, 8547.0, 8500.0, 8516.0, 8471.0, 8517.0, 8498.0, 8532.0, 8542.0, 8516.0, 8557.0, 8501.0, 8555.0, 8504.0, 8555.0, 8500.0, 8525.0, 8497.0, 8528.0, 8498.0, 8514.0, 8484.0, 8501.0, 8484.0, 8513.0, 8553.0, 8513.0, 8539.0, 8486.0, 8539.0, 8484.0, 8525.0, 8499.0, 8528.0, 8481.0, 8512.0, 8482.0, 8514.0, 8498.0, 8501.0, 8480.0, 8514.0, 8510.0, 8513.0, 8555.0, 8499.0, 8554.0, 8486.0, 8538.0, 8484.0, 8544.0, 8495.0, 8525.0, 8461.0, 8495.0, 8462.0, 8510.0, 8550.0, 8496.0, 8550.0, 8497.0, 8507.0, 8498.0, 8526.0, 8508.0, 8515.0, 8497.0, 8517.0, 8483.0, 8531.0, 8500.0, 8535.0, 8541.0, 8519.0, 8561.0, 8503.0, 8562.0, 8504.0, 8563.0, 8485.0, 8534.0, 8468.0, 8531.0, 8555.0, 8501.0, 8554.0, 8501.0, 8528.0, 8502.0, 8548.0, 8514.0, 8537.0, 8502.0, 8539.0, 8549.0, 8542.0, 8578.0, 8524.0, 8565.0, 8508.0, 8564.0, 8506.0, 8568.0, 8521.0, 8553.0, 8550.0, 8521.0, 8575.0, 8507.0, 8575.0, 8504.0, 8560.0, 8486.0, 8530.0, 8485.0, 8532.0, 8540.0, 8502.0, 8542.0, 8488.0, 8527.0, 8502.0, 8546.0, 8519.0, 8533.0, 8486.0, 8534.0, 8488.0, 8534.0, 8572.0, 8521.0, 8562.0, 8507.0, 8560.0, 8507.0, 8595.0, 8512.0, 8561.0, 8479.0, 8513.0, 8519.0, 8510.0, 8551.0, 8497.0, 8572.0, 8515.0, 8571.0, 8482.0, 8476.0, 8480.0, 8507.0, 8479.0, 8529.0, 8485.0, 8582.0, 8530.0, 8550.0, 8544.0, 8550.0, 8575.0, 8528.0, 8553.0, 8477.0, 8531.0, 8458.0, 8531.0, 8487.0, 8533.0, 8453.0, 8496.0, 8449.0, 8495.0, 8462.0, 8449.0, 8431.0, 8466.0, 8433.0, 8489.0, 8461.0, 8510.0, 8494.0, 8518.0, 8527.0, 8519.0, 8563.0, 8526.0, 8579.0, 8541.0, 8579.0, 8505.0, 8566.0, 8517.0, 8565.0, 8515.0, 8547.0, 8484.0, 8516.0, 8555.0, 8487.0, 8556.0, 8499.0, 8542.0, 8481.0, 8513.0, 8466.0, 8512.0, 8553.0, 8485.0, 8538.0, 8479.0, 8527.0, 8475.0, 8513.0, 8504.0, 8500.0, 8525.0, 8498.0, 8526.0, 8497.0, 8531.0, 8511.0, 8535.0, 8488.0, 8519.0, 8547.0, 8525.0, 8568.0, 8527.0, 8570.0, 8511.0, 8540.0, 8518.0, 8553.0, 8577.0, 8569.0, 8581.0, 8520.0, 8561.0, 8513.0, 8564.0, 8511.0, 8580.0, 8517.0, 8504.0, 8540.0, 8486.0, 8542.0, 8504.0, 8534.0, 8502.0, 8535.0, 8502.0, 8521.0, 8561.0, 8493.0, 8562.0, 8527.0, 8550.0, 8482.0, 8516.0, 8527.0, 8502.0, 8559.0, 8504.0, 8544.0, 8487.0, 8529.0, 8482.0, 8514.0, 8535.0, 8504.0, 8558.0, 8483.0, 8525.0, 8478.0, 8508.0, 8464.0, 8544.0, 8508.0, 8544.0, 8542.0, 8499.0, 8486.0, 8519.0, 8485.0, 8502.0, 8540.0, 8501.0, 8514.0, 8501.0, 8515.0, 8505.0, 8534.0, 8517.0, 8566.0, 8520.0, 8581.0, 8486.0, 8535.0, 8556.0, 8523.0, 8577.0, 8521.0, 8562.0, 8503.0, 8560.0, 8500.0, 8544.0, 8509.0, 8529.0, 8512.0, 8499.0, 8539.0, 8483.0, 8538.0, 8501.0, 8527.0, 8500.0, 8515.0, 8500.0, 8535.0, 8515.0, 8539.0, 8503.0, 8521.0, 8558.0, 8493.0, 8543.0, 8491.0, 8564.0, 8520.0, 8580.0, 8507.0, 8533.0, 8487.0, 8532.0, 8511.0, 8503.0, 8510.0, 8503.0, 8542.0, 8503.0, 8561.0, 8520.0, 8548.0, 8509.0, 8508.0, 8491.0, 8551.0, 8489.0, 8540.0, 8510.0, 8569.0, 8543.0, 8576.0, 8511.0, 8543.0, 8507.0, 8537.0, 8598.0, 8552.0, 8561.0, 8506.0, 8529.0, 8486.0, 8531.0, 8507.0, 8552.0, 8510.0, 8522.0, 8492.0, 8550.0, 8505.0, 8550.0, 8486.0, 8534.0, 8484.0, 8530.0, 8557.0, 8531.0, 8556.0, 8486.0, 8537.0, 8484.0, 8523.0, 8484.0, 8523.0, 8483.0, 8494.0, 8481.0, 8511.0, 8493.0, 8513.0, 8499.0, 8519.0, 8491.0, 8537.0, 8504.0, 8553.0, 8520.0, 8553.0, 8506.0, 8526.0, 8516.0, 8537.0, 8577.0, 8554.0, 8530.0, 8562.0, 8556.0, 8534.0, 8543.0, 8549.0, 8558.0, 8551.0, 8558.0, 8503.0, 8542.0, 8487.0, 8527.0, 8489.0, 8526.0, 8488.0, 8525.0, 8486.0, 8515.0, 8499.0, 8500.0, 8487.0, 8515.0, 8484.0, 8516.0, 8496.0, 8519.0, 8484.0, 8517.0, 8511.0, 8503.0, 8528.0, 8492.0, 8528.0, 8520.0, 8533.0, 8505.0, 8535.0, 8507.0, 8570.0, 8521.0, 8557.0, 8506.0, 8541.0, 8492.0, 8540.0, 8582.0, 8540.0, 8565.0, 8511.0, 8561.0, 8510.0, 8548.0, 8524.0, 8553.0, 8492.0, 8524.0, 8490.0, 8538.0, 8519.0, 8542.0, 8510.0, 8543.0, 8511.0, 8562.0, 8558.0, 8574.0, 8570.0, 8548.0, 8555.0, 8545.0, 8589.0, 8558.0, 8584.0, 8513.0, 8565.0, 8507.0, 8550.0, 8520.0, 8581.0, 8518.0, 8549.0, 8496.0, 8513.0, 8495.0, 8529.0, 8523.0, 8510.0, 8521.0, 8479.0, 8532.0, 8476.0, 8518.0, 8476.0, 8502.0, 8478.0, 8506.0, 8497.0, 8509.0, 8497.0, 8510.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.0003613003452243959</td></tr>
<tr><td colspan=3>aqi</td><td>0.02202690747986191</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.46049285036867</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2368338816935476</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9879017813940085</td></tr>
<tr><td colspan=3>efc</td><td>0.4477</td></tr>
<tr><td colspan=3>fber</td><td>6341.7573</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09000038423850645</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9562715765247412</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.492216594120531</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.459619759539913</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6726930271871234</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344336995634556</td></tr>
<tr><td colspan=3>gcor</td><td>0.00726299</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01750876195728779</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02302912250161171</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.585002703792503</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.7187</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8335</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.5679</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>654.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.0337</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8115</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.3373</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3013.011</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67810.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.3371</td></tr>
<tr><td colspan=3>tsnr</td><td>42.72384051606059</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>