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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:25:36.760000</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.999882, 0.010981, 0.0107479, -0.00994759, 0.99572, -0.091888]</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-04_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.112119</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7746, -7286, 185, -165, -137, -46, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.565</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4b40a56c-24cf-48e5-b419-e18897ab844a||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.682610273361206, -0.026688650250434875, 0.031619396060705185, 113.3382797241211], [-0.029461262747645378, 2.671442985534668, -0.24777965247631073, -90.05152893066406], [0.02883574552834034, 0.24652880430221558, 2.688420534133911, -93.166015625], [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': ['192536.760000', '192537.220000', '192537.680000', '192538.140000', '192538.600000', '192539.060000', '192539.520000', '192539.980000', '192540.440000', '192540.900000', '192541.360000', '192541.820000', '192542.280000', '192542.740000', '192543.200000', '192543.660000', '192544.120000', '192544.580000', '192545.040000', '192545.500000', '192545.960000', '192546.420000', '192546.880000', '192547.340000', '192547.800000', '192548.260000', '192548.720000', '192549.180000', '192549.640000', '192550.100000', '192550.560000', '192551.020000', '192551.480000', '192551.940000', '192552.400000', '192552.860000', '192553.320000', '192553.780000', '192554.240000', '192554.700000', '192555.160000', '192555.620000', '192556.080000', '192556.540000', '192557.000000', '192557.460000', '192557.920000', '192558.380000', '192558.840000', '192559.300000', '192559.760000', '192600.220000', '192600.680000', '192601.140000', '192601.600000', '192602.060000', '192602.520000', '192602.980000', '192603.440000', '192603.900000', '192604.360000', '192604.820000', '192605.280000', '192605.740000', '192606.200000', '192606.660000', '192607.120000', '192607.580000', '192608.040000', '192608.500000', '192608.960000', '192609.420000', '192609.880000', '192610.340000', '192610.800000', '192611.260000', '192611.720000', '192612.180000', '192612.640000', '192613.100000', '192613.560000', '192614.020000', '192614.480000', '192614.940000', '192615.400000', '192615.860000', '192616.320000', '192616.780000', '192617.240000', '192617.700000', '192618.160000', '192618.620000', '192619.080000', '192619.540000', '192620.000000', '192620.460000', '192620.920000', '192621.380000', '192621.840000', '192622.300000', '192622.760000', '192623.220000', '192623.680000', '192624.140000', '192624.600000', '192625.060000', '192625.520000', '192625.980000', '192626.440000', '192626.900000', '192627.360000', '192627.820000', '192628.280000', '192628.740000', '192629.200000', '192629.660000', '192630.120000', '192630.580000', '192631.040000', '192631.500000', '192631.960000', '192632.420000', '192632.880000', '192633.340000', '192633.800000', '192634.260000', '192634.720000', '192635.180000', '192635.640000', '192636.100000', '192636.560000', '192637.020000', '192637.480000', '192637.940000', '192638.400000', '192638.860000', '192639.320000', '192639.780000', '192640.240000', '192640.700000', '192641.160000', '192641.620000', '192642.080000', '192642.540000', '192643.000000', '192643.460000', '192643.920000', '192644.380000', '192644.840000', '192645.300000', '192645.760000', '192646.220000', '192646.680000', '192647.140000', '192647.600000', '192648.060000', '192648.520000', '192648.980000', '192649.440000', '192649.900000', '192650.360000', '192650.820000', '192651.280000', '192651.740000', '192652.200000', '192652.660000', '192653.120000', '192653.580000', '192654.040000', '192654.500000', '192654.960000', '192655.420000', '192655.880000', '192656.340000', '192656.800000', '192657.260000', '192657.720000', '192658.180000', '192658.640000', '192659.100000', '192659.560000', '192700.020000', '192700.480000', '192700.940000', '192701.400000', '192701.860000', '192702.320000', '192702.780000', '192703.240000', '192703.700000', '192704.160000', '192704.620000', '192705.080000', '192705.540000', '192706.000000', '192706.460000', '192706.920000', '192707.380000', '192707.840000', '192708.300000', '192708.760000', '192709.220000', '192709.680000', '192710.140000', '192710.600000', '192711.060000', '192711.520000', '192711.980000', '192712.440000', '192712.900000', '192713.360000', '192713.820000', '192714.280000', '192714.740000', '192715.200000', '192715.660000', '192716.120000', '192716.580000', '192717.040000', '192717.500000', '192717.960000', '192718.420000', '192718.880000', '192719.340000', '192719.800000', '192720.260000', '192720.720000', '192721.180000', '192721.640000', '192722.100000', '192722.560000', '192723.020000', '192723.480000', '192723.940000', '192724.400000', '192724.860000', '192725.320000', '192725.780000', '192726.240000', '192726.700000', '192727.160000', '192727.620000', '192728.080000', '192728.540000', '192729.000000', '192729.460000', '192729.920000', '192730.380000', '192730.840000', '192731.300000', '192731.760000', '192732.220000', '192732.680000', '192733.140000', '192733.600000', '192734.060000', '192734.520000', '192734.980000', '192735.440000', '192735.900000', '192736.360000', '192736.820000', '192737.280000', '192737.740000', '192738.200000', '192738.660000', '192739.120000', '192739.580000', '192740.040000', '192740.500000', '192740.960000', '192741.420000', '192741.880000', '192742.340000', '192742.800000', '192743.260000', '192743.720000', '192744.180000', '192744.640000', '192745.100000', '192745.560000', '192746.020000', '192746.480000', '192746.940000', '192747.400000', '192747.860000', '192748.320000', '192748.780000', '192749.240000', '192749.700000', '192750.160000', '192750.620000', '192751.080000', '192751.540000', '192752.000000', '192752.460000', '192752.920000', '192753.380000', '192753.840000', '192754.300000', '192754.760000', '192755.220000', '192755.680000', '192756.140000', '192756.600000', '192757.060000', '192757.520000', '192757.980000', '192758.440000', '192758.900000', '192759.360000', '192759.820000', '192800.280000', '192800.740000', '192801.200000', '192801.660000', '192802.120000', '192802.580000', '192803.040000', '192803.500000', '192803.960000', '192804.420000', '192804.880000', '192805.340000', '192805.800000', '192806.260000', '192806.720000', '192807.180000', '192807.640000', '192808.100000', '192808.560000', '192809.020000', '192809.480000', '192809.940000', '192810.400000', '192810.860000', '192811.320000', '192811.780000', '192812.240000', '192812.700000', '192813.160000', '192813.620000', '192814.080000', '192814.540000', '192815.000000', '192815.460000', '192815.920000', '192816.380000', '192816.840000', '192817.300000', '192817.760000', '192818.220000', '192818.680000', '192819.140000', '192819.600000', '192820.060000', '192820.520000', '192820.980000', '192821.440000', '192821.900000', '192822.360000', '192822.820000', '192823.280000', '192823.740000', '192824.200000', '192824.660000', '192825.120000', '192825.580000', '192826.040000', '192826.500000', '192826.960000', '192827.420000', '192827.880000', '192828.340000', '192828.800000', '192829.260000', '192829.720000', '192830.180000', '192830.640000', '192831.100000', '192831.560000', '192832.020000', '192832.480000', '192832.940000', '192833.400000', '192833.860000', '192834.320000', '192834.780000', '192835.240000', '192835.700000', '192836.160000', '192836.620000', '192837.080000', '192837.540000', '192838.000000', '192838.460000', '192838.920000', '192839.380000', '192839.840000', '192840.300000', '192840.760000', '192841.220000', '192841.680000', '192842.140000', '192842.600000', '192843.060000', '192843.520000', '192843.980000', '192844.440000', '192844.900000', '192845.360000', '192845.820000', '192846.280000', '192846.740000', '192847.200000', '192847.660000', '192848.120000', '192848.580000', '192849.040000', '192849.500000', '192849.960000', '192850.420000', '192850.880000', '192851.340000', '192851.800000', '192852.260000', '192852.720000', '192853.180000', '192853.640000', '192854.100000', '192854.560000', '192855.020000', '192855.480000', '192855.940000', '192856.400000', '192856.860000', '192857.320000', '192857.780000', '192858.240000', '192858.700000', '192859.160000', '192859.620000', '192900.080000', '192900.540000', '192901.000000', '192901.460000', '192901.920000', '192902.380000', '192902.840000', '192903.300000', '192903.760000', '192904.220000', '192904.680000', '192905.140000', '192905.600000', '192906.060000', '192906.520000', '192906.980000', '192907.440000', '192907.900000', '192908.360000', '192908.820000', '192909.280000', '192909.740000', '192910.200000', '192910.660000', '192911.120000', '192911.580000', '192912.040000', '192912.500000', '192912.960000', '192913.420000', '192913.880000', '192914.340000', '192914.800000', '192915.260000', '192915.720000', '192916.180000', '192916.640000', '192917.100000', '192917.560000', '192918.020000', '192918.480000', '192918.940000', '192919.400000', '192919.860000', '192920.320000', '192920.780000', '192921.240000', '192921.700000', '192922.160000', '192922.620000', '192923.080000', '192923.540000', '192924.000000', '192924.460000', '192924.920000', '192925.380000', '192925.840000', '192926.300000', '192926.760000', '192927.220000', '192927.680000', '192928.140000', '192928.600000', '192929.060000', '192929.520000', '192929.980000', '192930.440000', '192930.900000', '192931.360000', '192931.820000', '192932.280000', '192932.740000', '192933.200000', '192933.660000', '192934.120000', '192934.580000', '192935.040000', '192935.500000', '192935.960000', '192936.420000', '192936.880000', '192937.340000', '192937.800000', '192938.260000', '192938.720000', '192939.180000', '192939.640000', '192940.100000', '192940.560000', '192941.020000', '192941.480000', '192941.940000', '192942.400000', '192942.860000', '192943.320000', '192943.780000', '192944.240000', '192944.700000', '192945.160000', '192945.620000', '192946.080000', '192946.540000', '192947.000000', '192947.460000', '192947.920000', '192948.380000', '192948.840000', '192949.300000', '192949.760000', '192950.220000', '192950.680000', '192951.140000', '192951.600000', '192952.060000', '192952.520000', '192952.980000', '192953.440000', '192953.900000', '192954.360000', '192954.820000', '192955.280000', '192955.740000', '192956.200000', '192956.660000', '192957.120000', '192957.580000', '192958.040000', '192958.500000', '192958.960000', '192959.420000', '192959.880000', '193000.340000', '193000.800000', '193001.260000', '193001.720000', '193002.180000', '193002.640000', '193003.100000', '193003.560000', '193004.020000', '193004.480000', '193004.940000', '193005.400000', '193005.860000', '193006.320000', '193006.780000', '193007.240000', '193007.700000', '193008.160000', '193008.620000', '193009.080000', '193009.540000', '193010.000000', '193010.460000', '193010.920000', '193011.380000', '193011.840000', '193012.300000', '193012.760000', '193013.220000', '193013.680000', '193014.140000', '193014.600000', '193015.060000', '193015.520000', '193015.980000', '193016.440000', '193016.900000', '193017.360000', '193017.820000', '193018.280000', '193018.740000', '193019.200000', '193019.660000', '193020.120000', '193020.580000', '193021.040000', '193021.500000', '193021.960000', '193022.420000', '193022.880000', '193023.340000', '193023.800000', '193024.260000', '193024.720000', '193025.180000', '193025.640000', '193026.100000', '193026.560000', '193027.020000', '193027.480000', '193027.940000', '193028.400000', '193028.860000', '193029.320000', '193029.780000', '193030.240000', '193030.700000', '193031.160000', '193031.620000', '193032.080000', '193032.540000', '193033.000000', '193033.460000', '193033.920000', '193034.380000', '193034.840000', '193035.300000', '193035.760000', '193036.220000', '193036.680000', '193037.140000', '193037.600000', '193038.060000', '193038.520000', '193038.980000', '193039.440000', '193039.900000', '193040.360000', '193040.820000', '193041.280000', '193041.740000', '193042.200000', '193042.660000', '193043.120000', '193043.580000', '193044.040000', '193044.500000', '193044.960000', '193045.420000', '193045.880000', '193046.340000', '193046.800000', '193047.260000', '193047.720000', '193048.180000', '193048.640000', '193049.100000', '193049.560000', '193050.020000', '193050.480000', '193050.940000', '193051.400000', '193051.860000', '193052.320000', '193052.780000', '193053.240000', '193053.700000', '193054.160000', '193054.620000', '193055.080000', '193055.540000', '193056.000000', '193056.460000', '193056.920000', '193057.380000', '193057.840000', '193058.300000', '193058.760000', '193059.220000', '193059.680000', '193100.140000', '193100.600000', '193101.060000', '193101.520000', '193101.980000', '193102.440000', '193102.900000', '193103.360000', '193103.820000', '193104.280000', '193104.740000', '193105.200000', '193105.660000', '193106.120000', '193106.580000', '193107.040000', '193107.500000', '193107.960000', '193108.420000', '193108.880000', '193109.340000', '193109.800000', '193110.260000', '193110.720000', '193111.180000', '193111.640000', '193112.100000', '193112.560000', '193113.020000', '193113.480000', '193113.940000', '193114.400000', '193114.860000', '193115.320000', '193115.780000', '193116.240000', '193116.700000', '193117.160000', '193117.620000', '193118.080000', '193118.540000', '193119.000000', '193119.460000', '193119.920000', '193120.380000', '193120.840000', '193121.300000', '193121.760000', '193122.220000', '193122.680000', '193123.140000', '193123.600000', '193124.060000', '193124.520000', '193124.980000', '193125.440000', '193125.900000', '193126.360000', '193126.820000', '193127.280000', '193127.740000', '193128.200000', '193128.660000', '193129.120000', '193129.580000', '193130.040000', '193130.500000', '193130.960000', '193131.420000', '193131.880000', '193132.340000', '193132.800000', '193133.260000', '193133.720000', '193134.180000', '193134.640000', '193135.100000', '193135.560000', '193136.020000', '193136.480000', '193136.940000', '193137.400000', '193137.860000', '193138.320000', '193138.780000', '193139.240000', '193139.700000', '193140.160000', '193140.620000', '193141.080000', '193141.540000', '193142.000000', '193142.460000', '193142.920000', '193143.380000', '193143.840000', '193144.300000', '193144.760000', '193145.220000', '193145.680000', '193146.140000', '193146.600000', '193147.060000', '193147.520000', '193147.980000', '193148.440000', '193148.900000', '193149.360000', '193149.820000', '193150.280000', '193150.740000', '193151.200000', '193151.660000', '193152.120000', '193152.580000', '193153.040000', '193153.500000', '193153.960000', '193154.420000', '193154.880000', '193155.340000', '193155.800000', '193156.260000', '193156.720000', '193157.180000', '193157.640000', '193158.100000', '193158.560000', '193159.020000', '193159.480000', '193159.940000', '193200.400000', '193200.860000', '193201.320000', '193201.780000', '193202.240000', '193202.700000', '193203.160000', '193203.620000', '193204.080000', '193204.540000', '193205.000000', '193205.460000', '193205.920000', '193206.380000', '193206.840000', '193207.300000', '193207.760000', '193208.220000', '193208.680000', '193209.140000', '193209.600000', '193210.060000', '193210.520000', '193210.980000', '193211.440000', '193211.900000', '193212.360000', '193212.820000', '193213.280000', '193213.740000', '193214.200000', '193214.660000', '193215.120000', '193215.580000', '193216.040000', '193216.500000', '193216.960000', '193217.420000'], 'ContentTime': ['192606.092000', '192606.095000', '192606.098000', '192606.101000', '192606.103000', '192606.106000', '192606.108000', '192606.111000', '192606.113000', '192606.116000', '192606.119000', '192606.121000', '192606.124000', '192606.126000', '192606.129000', '192606.132000', '192606.134000', '192606.137000', '192606.139000', '192606.142000', '192606.152000', '192606.155000', '192606.158000', '192606.160000', '192606.163000', '192606.165000', '192606.168000', '192606.170000', '192606.173000', '192606.175000', '192606.178000', '192606.181000', '192606.183000', '192606.186000', '192606.188000', '192606.191000', '192606.193000', '192606.196000', '192606.198000', '192606.201000', '192606.208000', '192606.211000', '192606.214000', '192606.216000', '192606.219000', '192606.221000', '192606.224000', '192606.227000', '192606.229000', '192606.232000', '192606.235000', '192606.237000', '192606.240000', '192606.243000', '192606.245000', '192606.255000', '192606.257000', '192606.260000', '192606.263000', '192606.265000', '192606.268000', '192606.270000', '192626.047000', '192626.050000', '192626.053000', '192626.056000', '192626.058000', '192626.061000', '192626.065000', '192626.068000', '192626.071000', '192626.073000', '192626.076000', '192626.078000', '192626.081000', '192626.084000', '192626.086000', '192626.089000', '192626.091000', '192626.094000', '192626.096000', '192626.099000', '192626.102000', '192626.104000', '192626.107000', '192626.109000', '192626.112000', '192626.115000', '192626.117000', '192626.120000', '192626.122000', '192626.125000', '192626.128000', '192626.130000', '192626.133000', '192626.135000', '192626.138000', '192626.140000', '192626.143000', '192626.146000', '192626.148000', '192626.151000', '192626.153000', '192626.156000', '192626.158000', '192626.161000', '192646.048000', '192646.050000', '192646.053000', '192646.056000', '192646.058000', '192646.061000', '192646.063000', '192646.066000', '192646.068000', '192646.071000', '192646.074000', '192646.076000', '192646.079000', '192646.081000', '192646.084000', '192646.086000', '192646.089000', '192646.091000', '192646.094000', '192646.097000', '192646.099000', '192646.102000', '192646.104000', '192646.107000', '192646.109000', '192646.112000', '192646.114000', '192646.117000', '192646.120000', '192646.122000', '192646.125000', '192646.127000', '192646.130000', '192646.132000', '192646.135000', '192646.138000', '192646.140000', '192646.143000', '192646.145000', '192646.148000', '192646.150000', '192646.153000', '192646.155000', '192706.046000', '192706.049000', '192706.052000', '192706.055000', '192706.057000', '192706.060000', '192706.063000', '192706.083000', '192706.086000', '192706.089000', '192706.091000', '192706.094000', '192706.096000', '192706.099000', '192706.102000', '192706.104000', '192706.107000', '192706.110000', '192706.112000', '192706.115000', '192706.118000', '192706.120000', '192706.123000', '192706.125000', '192706.128000', '192706.130000', '192706.133000', '192706.136000', '192706.138000', '192706.141000', '192706.143000', '192706.146000', '192706.149000', '192706.152000', '192706.155000', '192706.158000', '192706.161000', '192706.163000', '192706.166000', '192706.168000', '192706.171000', '192706.173000', '192706.176000', '192726.046000', '192726.049000', '192726.052000', '192726.054000', '192726.057000', '192726.060000', '192726.062000', '192726.065000', '192726.067000', '192726.070000', '192726.073000', '192726.075000', '192726.078000', '192726.080000', '192726.083000', '192726.086000', '192726.088000', '192726.091000', '192726.093000', '192726.096000', '192726.098000', '192726.101000', '192726.104000', '192726.106000', '192726.109000', '192726.111000', '192726.114000', '192726.117000', '192726.119000', '192726.128000', '192726.130000', '192726.133000', '192726.135000', '192726.138000', '192726.140000', '192726.143000', '192726.146000', '192726.148000', '192726.151000', '192726.153000', '192726.156000', '192726.158000', '192726.161000', '192726.163000', '192746.046000', '192746.049000', '192746.052000', '192746.055000', '192746.057000', '192746.060000', '192746.062000', '192746.065000', '192746.068000', '192746.070000', '192746.073000', '192746.076000', '192746.079000', '192746.081000', '192746.084000', '192746.087000', '192746.089000', '192746.092000', '192746.094000', '192746.097000', '192746.100000', '192746.104000', '192746.107000', '192746.110000', '192746.112000', '192746.115000', '192746.118000', '192746.120000', '192746.123000', '192746.126000', '192746.128000', '192746.131000', '192746.162000', '192746.165000', '192746.168000', '192746.170000', '192746.173000', '192746.176000', '192746.178000', '192746.181000', '192746.183000', '192746.186000', '192746.189000', '192806.046000', '192806.049000', '192806.052000', '192806.055000', '192806.057000', '192806.060000', '192806.062000', '192806.065000', '192806.067000', '192806.070000', '192806.073000', '192806.075000', '192806.078000', '192806.081000', '192806.083000', '192806.086000', '192806.088000', '192806.091000', '192806.094000', '192806.096000', '192806.099000', '192806.101000', '192806.104000', '192806.107000', '192806.109000', '192806.112000', '192806.114000', '192806.117000', '192806.120000', '192806.122000', '192806.125000', '192806.127000', '192806.130000', '192806.132000', '192806.135000', '192806.138000', '192806.140000', '192806.143000', '192806.145000', '192806.148000', '192806.150000', '192806.153000', '192806.156000', '192806.158000', '192826.048000', '192826.050000', '192826.053000', '192826.056000', '192826.058000', '192826.061000', '192826.063000', '192826.066000', '192826.069000', '192826.071000', '192826.074000', '192826.077000', '192826.079000', '192826.082000', '192826.084000', '192826.087000', '192826.090000', '192826.092000', '192826.095000', '192826.098000', '192826.100000', '192826.103000', '192826.105000', '192826.108000', '192826.111000', '192826.113000', '192826.116000', '192826.118000', '192826.121000', '192826.124000', '192826.126000', '192826.129000', '192826.132000', '192826.134000', '192826.137000', '192826.139000', '192826.142000', '192826.144000', '192826.147000', '192826.150000', '192826.152000', '192826.155000', '192826.157000', '192846.048000', '192846.050000', '192846.053000', '192846.056000', '192846.058000', '192846.061000', '192846.064000', '192846.073000', '192846.076000', '192846.078000', '192846.081000', '192846.084000', '192846.086000', '192846.089000', '192846.092000', '192846.094000', '192846.097000', '192846.100000', '192846.102000', '192846.105000', '192846.107000', '192846.110000', '192846.112000', '192846.115000', '192846.118000', '192846.120000', '192846.123000', '192846.125000', '192846.128000', '192846.131000', '192846.133000', '192846.136000', '192846.138000', '192846.141000', '192846.144000', '192846.146000', '192846.149000', '192846.151000', '192846.154000', '192846.157000', '192846.159000', '192846.162000', '192846.164000', '192846.167000', '192906.048000', '192906.050000', '192906.053000', '192906.056000', '192906.058000', '192906.061000', '192906.064000', '192906.066000', '192906.069000', '192906.071000', '192906.083000', '192906.085000', '192906.088000', '192906.091000', '192906.093000', '192906.096000', '192906.099000', '192906.102000', '192906.104000', '192906.107000', '192906.109000', '192906.112000', '192906.115000', '192906.117000', '192906.120000', '192906.122000', '192906.125000', '192906.127000', '192906.130000', '192906.133000', '192906.135000', '192906.138000', '192906.140000', '192906.144000', '192906.147000', '192906.149000', '192906.152000', '192906.155000', '192906.157000', '192906.160000', '192906.162000', '192906.165000', '192906.168000', '192926.047000', '192926.049000', '192926.052000', '192926.055000', '192926.057000', '192926.060000', '192926.063000', '192926.065000', '192926.068000', '192926.070000', '192926.073000', '192926.075000', '192926.078000', '192926.080000', '192926.083000', '192926.086000', '192926.088000', '192926.091000', '192926.094000', '192926.096000', '192926.099000', '192926.101000', '192926.104000', '192926.107000', '192926.109000', '192926.112000', '192926.115000', '192926.117000', '192926.160000', '192926.162000', '192926.165000', '192926.168000', '192926.170000', '192926.173000', '192926.175000', '192926.178000', '192926.180000', '192926.183000', '192926.185000', '192926.188000', '192926.191000', '192926.193000', '192926.196000', '192926.198000', '192946.047000', '192946.049000', '192946.052000', '192946.055000', '192946.057000', '192946.060000', '192946.062000', '192946.065000', '192946.067000', '192946.070000', '192946.073000', '192946.075000', '192946.078000', '192946.081000', '192946.083000', '192946.086000', '192946.088000', '192946.091000', '192946.093000', '192946.096000', '192946.099000', '192946.101000', '192946.104000', '192946.106000', '192946.109000', '192946.112000', '192946.114000', '192946.117000', '192946.120000', '192946.123000', '192946.125000', '192946.128000', '192946.130000', '192946.133000', '192946.136000', '192946.143000', '192946.146000', '192946.148000', '192946.151000', '192946.153000', '192946.156000', '192946.159000', '192946.161000', '193006.047000', '193006.049000', '193006.052000', '193006.055000', '193006.057000', '193006.060000', '193006.062000', '193006.065000', '193006.067000', '193006.070000', '193006.072000', '193006.075000', '193006.078000', '193006.080000', '193006.083000', '193006.085000', '193006.088000', '193006.091000', '193006.093000', '193006.096000', '193006.098000', '193006.101000', '193006.103000', '193006.106000', '193006.109000', '193006.111000', '193006.114000', '193006.117000', '193006.119000', '193006.122000', '193006.124000', '193006.127000', '193006.135000', '193006.137000', '193006.140000', '193006.143000', '193006.145000', '193006.148000', '193006.150000', '193006.153000', '193006.156000', '193006.158000', '193006.161000', '193006.163000', '193026.046000', '193026.049000', '193026.052000', '193026.055000', '193026.057000', '193026.060000', '193026.062000', '193026.065000', '193026.067000', '193026.070000', '193026.073000', '193026.075000', '193026.078000', '193026.081000', '193026.083000', '193026.086000', '193026.088000', '193026.091000', '193026.094000', '193026.096000', '193026.099000', '193026.101000', '193026.104000', '193026.106000', '193026.109000', '193026.112000', '193026.114000', '193026.117000', '193026.120000', '193026.122000', '193026.125000', '193026.128000', '193026.130000', '193026.133000', '193026.135000', '193026.138000', '193026.140000', '193026.143000', '193026.146000', '193026.148000', '193026.151000', '193026.154000', '193026.157000', '193046.047000', '193046.050000', '193046.053000', '193046.055000', '193046.058000', '193046.061000', '193046.063000', '193046.066000', '193046.068000', '193046.071000', '193046.073000', '193046.076000', '193046.079000', '193046.081000', '193046.084000', '193046.086000', '193046.089000', '193046.092000', '193046.094000', '193046.097000', '193046.099000', '193046.102000', '193046.104000', '193046.107000', '193046.109000', '193046.112000', '193046.115000', '193046.117000', '193046.120000', '193046.122000', '193046.125000', '193046.128000', '193046.130000', '193046.133000', '193046.135000', '193046.138000', '193046.141000', '193046.143000', '193046.146000', '193046.148000', '193046.151000', '193046.154000', '193046.156000', '193046.159000', '193106.048000', '193106.051000', '193106.053000', '193106.056000', '193106.059000', '193106.061000', '193106.064000', '193106.066000', '193106.069000', '193106.072000', '193106.074000', '193106.077000', '193106.079000', '193106.082000', '193106.084000', '193106.087000', '193106.090000', '193106.092000', '193106.095000', '193106.097000', '193106.100000', '193106.103000', '193106.105000', '193106.108000', '193106.110000', '193106.113000', '193106.116000', '193106.118000', '193106.121000', '193106.124000', '193106.126000', '193106.129000', '193106.131000', '193106.134000', '193106.136000', '193106.139000', '193106.142000', '193106.144000', '193106.147000', '193106.150000', '193106.152000', '193106.155000', '193106.157000', '193126.048000', '193126.051000', '193126.053000', '193126.056000', '193126.059000', '193126.061000', '193126.064000', '193126.066000', '193126.069000', '193126.072000', '193126.074000', '193126.077000', '193126.079000', '193126.082000', '193126.084000', '193126.087000', '193126.090000', '193126.092000', '193126.096000', '193126.099000', '193126.102000', '193126.104000', '193126.107000', '193126.109000', '193126.112000', '193126.115000', '193126.117000', '193126.120000', '193126.122000', '193126.125000', '193126.128000', '193126.130000', '193126.133000', '193126.136000', '193126.138000', '193126.141000', '193126.143000', '193126.146000', '193126.149000', '193126.151000', '193126.154000', '193126.156000', '193126.159000', '193126.161000', '193146.046000', '193146.049000', '193146.052000', '193146.054000', '193146.057000', '193146.060000', '193146.062000', '193146.065000', '193146.067000', '193146.070000', '193146.073000', '193146.075000', '193146.078000', '193146.080000', '193146.083000', '193146.085000', '193146.088000', '193146.091000', '193146.093000', '193146.096000', '193146.098000', '193146.101000', '193146.104000', '193146.106000', '193146.109000', '193146.111000', '193146.114000', '193146.117000', '193146.119000', '193146.122000', '193146.124000', '193146.127000', '193146.130000', '193146.132000', '193146.135000', '193146.137000', '193146.140000', '193146.142000', '193146.145000', '193146.148000', '193146.151000', '193146.154000', '193146.157000', '193206.046000', '193206.049000', '193206.052000', '193206.054000', '193206.057000', '193206.060000', '193206.062000', '193206.065000', '193206.068000', '193206.071000', '193206.074000', '193206.076000', '193206.079000', '193206.081000', '193206.084000', '193206.087000', '193206.089000', '193206.092000', '193206.094000', '193206.097000', '193206.099000', '193206.102000', '193206.105000', '193206.107000', '193206.110000', '193206.112000', '193206.115000', '193206.117000', '193206.120000', '193206.123000', '193206.125000', '193206.160000', '193206.163000', '193206.165000', '193206.168000', '193206.171000', '193206.173000', '193206.176000', '193206.178000', '193206.181000', '193206.184000', '193206.186000', '193206.189000', '193206.192000', '193218.391000', '193218.395000', '193218.397000', '193218.400000', '193218.403000', '193218.405000', '193218.434000', '193218.437000', '193218.440000', '193218.443000', '193218.445000', '193218.448000', '193218.450000', '193218.453000', '193218.456000', '193218.458000', '193218.461000', '193218.464000', '193218.466000', '193218.469000', '193218.472000', '193218.475000', '193218.477000', '193218.480000', '193218.483000', '193218.485000', '193218.488000'], 'InstanceCreationTime': ['192606.092000', '192606.095000', '192606.098000', '192606.101000', '192606.103000', '192606.106000', '192606.108000', '192606.111000', '192606.113000', '192606.116000', '192606.119000', '192606.121000', '192606.124000', '192606.126000', '192606.129000', '192606.132000', '192606.134000', '192606.137000', '192606.139000', '192606.142000', '192606.152000', '192606.155000', '192606.158000', '192606.160000', '192606.163000', '192606.165000', '192606.168000', '192606.170000', '192606.173000', '192606.175000', '192606.178000', '192606.181000', '192606.183000', '192606.186000', '192606.188000', '192606.191000', '192606.193000', '192606.196000', '192606.198000', '192606.201000', '192606.208000', '192606.211000', '192606.214000', '192606.216000', '192606.219000', '192606.221000', '192606.224000', '192606.227000', '192606.229000', '192606.232000', '192606.235000', '192606.237000', '192606.240000', '192606.243000', '192606.245000', '192606.255000', '192606.257000', '192606.260000', '192606.263000', '192606.265000', '192606.268000', '192606.270000', '192626.047000', '192626.050000', '192626.053000', '192626.056000', '192626.058000', '192626.061000', '192626.065000', '192626.068000', '192626.071000', '192626.073000', '192626.076000', '192626.078000', '192626.081000', '192626.084000', '192626.086000', '192626.089000', '192626.091000', '192626.094000', '192626.096000', '192626.099000', '192626.102000', '192626.104000', '192626.107000', '192626.109000', '192626.112000', '192626.115000', '192626.117000', '192626.120000', '192626.122000', '192626.125000', '192626.128000', '192626.130000', '192626.133000', '192626.135000', '192626.138000', '192626.140000', '192626.143000', '192626.146000', '192626.148000', '192626.151000', '192626.153000', '192626.156000', '192626.158000', '192626.161000', '192646.048000', '192646.050000', '192646.053000', '192646.056000', '192646.058000', '192646.061000', '192646.063000', '192646.066000', '192646.068000', '192646.071000', '192646.074000', '192646.076000', '192646.079000', '192646.081000', '192646.084000', '192646.086000', '192646.089000', '192646.091000', '192646.094000', '192646.097000', '192646.099000', '192646.102000', '192646.104000', '192646.107000', '192646.109000', '192646.112000', '192646.114000', '192646.117000', '192646.120000', '192646.122000', '192646.125000', '192646.127000', '192646.130000', '192646.132000', '192646.135000', '192646.138000', '192646.140000', '192646.143000', '192646.145000', '192646.148000', '192646.150000', '192646.153000', '192646.155000', '192706.046000', '192706.049000', '192706.052000', '192706.055000', '192706.057000', '192706.060000', '192706.063000', '192706.083000', '192706.086000', '192706.089000', '192706.091000', '192706.094000', '192706.096000', '192706.099000', '192706.102000', '192706.104000', '192706.107000', '192706.110000', '192706.112000', '192706.115000', '192706.118000', '192706.120000', '192706.123000', '192706.125000', '192706.128000', '192706.130000', '192706.133000', '192706.136000', '192706.138000', '192706.141000', '192706.143000', '192706.146000', '192706.149000', '192706.152000', '192706.155000', '192706.158000', '192706.161000', '192706.163000', '192706.166000', '192706.168000', '192706.171000', '192706.173000', '192706.176000', '192726.046000', '192726.049000', '192726.052000', '192726.054000', '192726.057000', '192726.060000', '192726.062000', '192726.065000', '192726.067000', '192726.070000', '192726.073000', '192726.075000', '192726.078000', '192726.080000', '192726.083000', '192726.086000', '192726.088000', '192726.091000', '192726.093000', '192726.096000', '192726.098000', '192726.101000', '192726.104000', '192726.106000', '192726.109000', '192726.111000', '192726.114000', '192726.117000', '192726.119000', '192726.128000', '192726.130000', '192726.133000', '192726.135000', '192726.138000', '192726.140000', '192726.143000', '192726.146000', '192726.148000', '192726.151000', '192726.153000', '192726.156000', '192726.158000', '192726.161000', '192726.163000', '192746.046000', '192746.049000', '192746.052000', '192746.055000', '192746.057000', '192746.060000', '192746.062000', '192746.065000', '192746.068000', '192746.070000', '192746.073000', '192746.076000', '192746.079000', '192746.081000', '192746.084000', '192746.087000', '192746.089000', '192746.092000', '192746.094000', '192746.097000', '192746.100000', '192746.104000', '192746.107000', '192746.110000', '192746.112000', '192746.115000', '192746.118000', '192746.120000', '192746.123000', '192746.126000', '192746.128000', '192746.131000', '192746.162000', '192746.165000', '192746.168000', '192746.170000', '192746.173000', '192746.176000', '192746.178000', '192746.181000', '192746.183000', '192746.186000', '192746.189000', '192806.046000', '192806.049000', '192806.052000', '192806.055000', '192806.057000', '192806.060000', '192806.062000', '192806.065000', '192806.067000', '192806.070000', '192806.073000', '192806.075000', '192806.078000', '192806.081000', '192806.083000', '192806.086000', '192806.088000', '192806.091000', '192806.094000', '192806.096000', '192806.099000', '192806.101000', '192806.104000', '192806.107000', '192806.109000', '192806.112000', '192806.114000', '192806.117000', '192806.120000', '192806.122000', '192806.125000', '192806.127000', '192806.130000', '192806.132000', '192806.135000', '192806.138000', '192806.140000', '192806.143000', '192806.145000', '192806.148000', '192806.150000', '192806.153000', '192806.156000', '192806.158000', '192826.048000', '192826.050000', '192826.053000', '192826.056000', '192826.058000', '192826.061000', '192826.063000', '192826.066000', '192826.069000', '192826.071000', '192826.074000', '192826.077000', '192826.079000', '192826.082000', '192826.084000', '192826.087000', '192826.090000', '192826.092000', '192826.095000', '192826.098000', '192826.100000', '192826.103000', '192826.105000', '192826.108000', '192826.111000', '192826.113000', '192826.116000', '192826.118000', '192826.121000', '192826.124000', '192826.126000', '192826.129000', '192826.132000', '192826.134000', '192826.137000', '192826.139000', '192826.142000', '192826.144000', '192826.147000', '192826.150000', '192826.152000', '192826.155000', '192826.157000', '192846.048000', '192846.050000', '192846.053000', '192846.056000', '192846.058000', '192846.061000', '192846.064000', '192846.073000', '192846.076000', '192846.078000', '192846.081000', '192846.084000', '192846.086000', '192846.089000', '192846.092000', '192846.094000', '192846.097000', '192846.100000', '192846.102000', '192846.105000', '192846.107000', '192846.110000', '192846.112000', '192846.115000', '192846.118000', '192846.120000', '192846.123000', '192846.125000', '192846.128000', '192846.131000', '192846.133000', '192846.136000', '192846.138000', '192846.141000', '192846.144000', '192846.146000', '192846.149000', '192846.151000', '192846.154000', '192846.157000', '192846.159000', '192846.162000', '192846.164000', '192846.167000', '192906.048000', '192906.050000', '192906.053000', '192906.056000', '192906.058000', '192906.061000', '192906.064000', '192906.066000', '192906.069000', '192906.071000', '192906.083000', '192906.085000', '192906.088000', '192906.091000', '192906.093000', '192906.096000', '192906.099000', '192906.102000', '192906.104000', '192906.107000', '192906.109000', '192906.112000', '192906.115000', '192906.117000', '192906.120000', '192906.122000', '192906.125000', '192906.127000', '192906.130000', '192906.133000', '192906.135000', '192906.138000', '192906.140000', '192906.144000', '192906.147000', '192906.149000', '192906.152000', '192906.155000', '192906.157000', '192906.160000', '192906.162000', '192906.165000', '192906.168000', '192926.047000', '192926.049000', '192926.052000', '192926.055000', '192926.057000', '192926.060000', '192926.063000', '192926.065000', '192926.068000', '192926.070000', '192926.073000', '192926.075000', '192926.078000', '192926.080000', '192926.083000', '192926.086000', '192926.088000', '192926.091000', '192926.094000', '192926.096000', '192926.099000', '192926.101000', '192926.104000', '192926.107000', '192926.109000', '192926.112000', '192926.115000', '192926.117000', '192926.160000', '192926.162000', '192926.165000', '192926.168000', '192926.170000', '192926.173000', '192926.175000', '192926.178000', '192926.180000', '192926.183000', '192926.185000', '192926.188000', '192926.191000', '192926.193000', '192926.196000', '192926.198000', '192946.047000', '192946.049000', '192946.052000', '192946.055000', '192946.057000', '192946.060000', '192946.062000', '192946.065000', '192946.067000', '192946.070000', '192946.073000', '192946.075000', '192946.078000', '192946.081000', '192946.083000', '192946.086000', '192946.088000', '192946.091000', '192946.093000', '192946.096000', '192946.099000', '192946.101000', '192946.104000', '192946.106000', '192946.109000', '192946.112000', '192946.114000', '192946.117000', '192946.120000', '192946.123000', '192946.125000', '192946.128000', '192946.130000', '192946.133000', '192946.136000', '192946.143000', '192946.146000', '192946.148000', '192946.151000', '192946.153000', '192946.156000', '192946.159000', '192946.161000', '193006.047000', '193006.049000', '193006.052000', '193006.055000', '193006.057000', '193006.060000', '193006.062000', '193006.065000', '193006.067000', '193006.070000', '193006.072000', '193006.075000', '193006.078000', '193006.080000', '193006.083000', '193006.085000', '193006.088000', '193006.091000', '193006.093000', '193006.096000', '193006.098000', '193006.101000', '193006.103000', '193006.106000', '193006.109000', '193006.111000', '193006.114000', '193006.117000', '193006.119000', '193006.122000', '193006.124000', '193006.127000', '193006.135000', '193006.137000', '193006.140000', '193006.143000', '193006.145000', '193006.148000', '193006.150000', '193006.153000', '193006.156000', '193006.158000', '193006.161000', '193006.163000', '193026.046000', '193026.049000', '193026.052000', '193026.055000', '193026.057000', '193026.060000', '193026.062000', '193026.065000', '193026.067000', '193026.070000', '193026.073000', '193026.075000', '193026.078000', '193026.081000', '193026.083000', '193026.086000', '193026.088000', '193026.091000', '193026.094000', '193026.096000', '193026.099000', '193026.101000', '193026.104000', '193026.106000', '193026.109000', '193026.112000', '193026.114000', '193026.117000', '193026.120000', '193026.122000', '193026.125000', '193026.128000', '193026.130000', '193026.133000', '193026.135000', '193026.138000', '193026.140000', '193026.143000', '193026.146000', '193026.148000', '193026.151000', '193026.154000', '193026.157000', '193046.047000', '193046.050000', '193046.053000', '193046.055000', '193046.058000', '193046.061000', '193046.063000', '193046.066000', '193046.068000', '193046.071000', '193046.073000', '193046.076000', '193046.079000', '193046.081000', '193046.084000', '193046.086000', '193046.089000', '193046.092000', '193046.094000', '193046.097000', '193046.099000', '193046.102000', '193046.104000', '193046.107000', '193046.109000', '193046.112000', '193046.115000', '193046.117000', '193046.120000', '193046.122000', '193046.125000', '193046.128000', '193046.130000', '193046.133000', '193046.135000', '193046.138000', '193046.141000', '193046.143000', '193046.146000', '193046.148000', '193046.151000', '193046.154000', '193046.156000', '193046.159000', '193106.048000', '193106.051000', '193106.053000', '193106.056000', '193106.059000', '193106.061000', '193106.064000', '193106.066000', '193106.069000', '193106.072000', '193106.074000', '193106.077000', '193106.079000', '193106.082000', '193106.084000', '193106.087000', '193106.090000', '193106.092000', '193106.095000', '193106.097000', '193106.100000', '193106.103000', '193106.105000', '193106.108000', '193106.110000', '193106.113000', '193106.116000', '193106.118000', '193106.121000', '193106.124000', '193106.126000', '193106.129000', '193106.131000', '193106.134000', '193106.136000', '193106.139000', '193106.142000', '193106.144000', '193106.147000', '193106.150000', '193106.152000', '193106.155000', '193106.157000', '193126.048000', '193126.051000', '193126.053000', '193126.056000', '193126.059000', '193126.061000', '193126.064000', '193126.066000', '193126.069000', '193126.072000', '193126.074000', '193126.077000', '193126.079000', '193126.082000', '193126.084000', '193126.087000', '193126.090000', '193126.092000', '193126.096000', '193126.099000', '193126.102000', '193126.104000', '193126.107000', '193126.109000', '193126.112000', '193126.115000', '193126.117000', '193126.120000', '193126.122000', '193126.125000', '193126.128000', '193126.130000', '193126.133000', '193126.136000', '193126.138000', '193126.141000', '193126.143000', '193126.146000', '193126.149000', '193126.151000', '193126.154000', '193126.156000', '193126.159000', '193126.161000', '193146.046000', '193146.049000', '193146.052000', '193146.054000', '193146.057000', '193146.060000', '193146.062000', '193146.065000', '193146.067000', '193146.070000', '193146.073000', '193146.075000', '193146.078000', '193146.080000', '193146.083000', '193146.085000', '193146.088000', '193146.091000', '193146.093000', '193146.096000', '193146.098000', '193146.101000', '193146.104000', '193146.106000', '193146.109000', '193146.111000', '193146.114000', '193146.117000', '193146.119000', '193146.122000', '193146.124000', '193146.127000', '193146.130000', '193146.132000', '193146.135000', '193146.137000', '193146.140000', '193146.142000', '193146.145000', '193146.148000', '193146.151000', '193146.154000', '193146.157000', '193206.046000', '193206.049000', '193206.052000', '193206.054000', '193206.057000', '193206.060000', '193206.062000', '193206.065000', '193206.068000', '193206.071000', '193206.074000', '193206.076000', '193206.079000', '193206.081000', '193206.084000', '193206.087000', '193206.089000', '193206.092000', '193206.094000', '193206.097000', '193206.099000', '193206.102000', '193206.105000', '193206.107000', '193206.110000', '193206.112000', '193206.115000', '193206.117000', '193206.120000', '193206.123000', '193206.125000', '193206.160000', '193206.163000', '193206.165000', '193206.168000', '193206.171000', '193206.173000', '193206.176000', '193206.178000', '193206.181000', '193206.184000', '193206.186000', '193206.189000', '193206.192000', '193218.391000', '193218.395000', '193218.397000', '193218.400000', '193218.403000', '193218.405000', '193218.434000', '193218.437000', '193218.440000', '193218.443000', '193218.445000', '193218.448000', '193218.450000', '193218.453000', '193218.456000', '193218.458000', '193218.461000', '193218.464000', '193218.466000', '193218.469000', '193218.472000', '193218.475000', '193218.477000', '193218.480000', '193218.483000', '193218.485000', '193218.488000'], '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': [15755, 10944, 15325, 9704, 14499, 9603, 13892, 11309, 13782, 13120, 12621, 12628, 11439, 13978, 10860, 16070, 11526, 14266, 10461, 17136, 10283, 15295, 9997, 14298, 9447, 14345, 8842, 12673, 8768, 12581, 8641, 12101, 9335, 11939, 8480, 11734, 8970, 11548, 11616, 11115, 12567, 11559, 13921, 10845, 17087, 10515, 15680, 10740, 15032, 9239, 13332, 11795, 11305, 18265, 11467, 15854, 10273, 13859, 9217, 12578, 9379, 12433, 11710, 10859, 17077, 10144, 13834, 9780, 12128, 13168, 12038, 15255, 10371, 14777, 10057, 13873, 9820, 13781, 9626, 12123, 10876, 11059, 15933, 9835, 14007, 9407, 13170, 8803, 11634, 10213, 11266, 16692, 10420, 15664, 10213, 13996, 8748, 12143, 9370, 12905, 12508, 11655, 11002, 10857, 12502, 10095, 15593, 10698, 15566, 10223, 14116, 9114, 13029, 8695, 11832, 9765, 11507, 11866, 11228, 13044, 10881, 17433, 10812, 15570, 10973, 16181, 9886, 12771, 11991, 10657, 16686, 11044, 15140, 10591, 14072, 9092, 12725, 9305, 13095, 9597, 14632, 9537, 13563, 9532, 12491, 14378, 10965, 18523, 11383, 16495, 10218, 13970, 9217, 12776, 9544, 12138, 11306, 11311, 11292, 10161, 14910, 10265, 14908, 10748, 14368, 9705, 13592, 8789, 12116, 11034, 12459, 13150, 12885, 13491, 12526, 16593, 10537, 15309, 10507, 14478, 10135, 12810, 10843, 12190, 13123, 10439, 16801, 10604, 14311, 9508, 12040, 9030, 11559, 10628, 10437, 16471, 10653, 15107, 9302, 12951, 9526, 11308, 13859, 10698, 17468, 10562, 13334, 8952, 11699, 8136, 11469, 10214, 11252, 12104, 9613, 13201, 9626, 12130, 8433, 11961, 9494, 11534, 13191, 10354, 15699, 10159, 14228, 9639, 14032, 9512, 12793, 12130, 11203, 17502, 10861, 14772, 10341, 15339, 9871, 13586, 9030, 12646, 8532, 11927, 11326, 11205, 17513, 10539, 13722, 9367, 12868, 9514, 12993, 9623, 12345, 8736, 13547, 10153, 12585, 9855, 14651, 10643, 13785, 14145, 12316, 15309, 12057, 16231, 11916, 19617, 12292, 17069, 10975, 15993, 10817, 15504, 10467, 15609, 11102, 14665, 9900, 13497, 8880, 12114, 10668, 10584, 14676, 10104, 14224, 9724, 12619, 9090, 11681, 9271, 11801, 9856, 10834, 15520, 10753, 13391, 9719, 14012, 9480, 12661, 11087, 12168, 18162, 11172, 16719, 11339, 15200, 9247, 13700, 11543, 11862, 17732, 11547, 15509, 10371, 13293, 9140, 12832, 9389, 12320, 13454, 11667, 17796, 10763, 15399, 10117, 13286, 10157, 12023, 15555, 10994, 15508, 9953, 13151, 8914, 12562, 9487, 13204, 9030, 11980, 10412, 11503, 16087, 10440, 15095, 9928, 13908, 9181, 12278, 17102, 10221, 13996, 9644, 13544, 9037, 12121, 13186, 9713, 13752, 9927, 12844, 10721, 12376, 8865, 12284, 8741, 11740, 10351, 11461, 15395, 11178, 15619, 10350, 13935, 9329, 14058, 12995, 13256, 16176, 10653, 16202, 10988, 14684, 9403, 13486, 9730, 12340, 12689, 10253, 15565, 10626, 15031, 9962, 13862, 9656, 11960, 15290, 10428, 17341, 11081, 15762, 10086, 13832, 11907, 12697, 15070, 10982, 16994, 10154, 13467, 9636, 12882, 9186, 12888, 10429, 11213, 12290, 10274, 16940, 10864, 16289, 10804, 15179, 9435, 13461, 9787, 13253, 10214, 13155, 10070, 12556, 11152, 11509, 13237, 10457, 16496, 11086, 15970, 10181, 15067, 9948, 14943, 9994, 15726, 9672, 13081, 9855, 11310, 17086, 10255, 14208, 10155, 13858, 9059, 11967, 8389, 11927, 9547, 10996, 14237, 10134, 14225, 10132, 13705, 9352, 12602, 8591, 11389, 9912, 10930, 15426, 10867, 14001, 9507, 13214, 9048, 12225, 9601, 12911, 8883, 12606, 12136, 11068, 17446, 11144, 16585, 10712, 15421, 10101, 14231, 14768, 10986, 17320, 11698, 15725, 10213, 13801, 12499, 11226, 16623, 11039, 14240, 10142, 12943, 8713, 11261, 10097, 10988, 14727, 10573, 14819, 10139, 15010, 9399, 14419, 11385, 12811, 17849, 11680, 15556, 10422, 14185, 12594, 13859, 14763, 10959, 15969, 10381, 13670, 9396, 13181, 9776, 11197, 13866, 9467, 13169, 9942, 13108, 8777, 11804, 9543, 10307, 14773, 10102, 13772, 9388, 13306, 8988, 12113, 12795, 10308, 15667, 10723, 14486, 9431, 12879, 10210, 11081, 15333, 10448, 13938, 9875, 14023, 9570, 12911, 9502, 12206, 8942, 11807, 11844, 11926, 14869, 11111, 17214, 11473, 15865, 11272, 16110, 11135, 15013, 10456, 14116, 10564, 15142, 10994, 17425, 10566, 14897, 10493, 14994, 12132, 16396, 10582, 14782, 10009, 13029, 9523, 10610, 13808, 9345, 10935, 8611, 13544, 9429, 13229, 9285, 12324, 10380, 13792, 10188, 13995, 12141, 11915, 14144, 10954, 15598, 11368, 17150, 12376, 16738, 11777, 15864, 10955, 14933, 9912, 14329, 9393, 13079, 9163, 12360, 9237, 12087, 9254, 11384, 10185, 10477, 14155, 9522, 13074, 9225, 12566, 8614, 11560, 8941, 10801, 10586, 9564, 13846, 9730, 12039, 8982, 12568, 8582, 11577, 7995, 11085, 14224, 9927, 13196, 9603, 12092, 8662, 11590, 8753, 10374, 12505, 9461, 14175, 9434, 13257, 10019, 11389, 16041, 11433, 15086, 9547, 13861, 8791, 12812, 12756, 11276, 16885, 11429, 14803, 9886, 13987, 10080, 13088, 10463, 11675, 13149, 13887, 9449, 14072, 9826, 14983, 11602, 13390, 14887, 11062, 16440, 10903, 14907, 10191, 14226, 9339, 12538, 9837, 11152, 16226, 10108, 14517, 9785, 12981, 8525, 13268, 8641, 12724, 8491, 11407, 11085, 11419, 14851, 11106, 15475, 9943, 14699, 9737, 14919, 9386, 13936, 10703, 12114, 16819, 11432, 15852, 10781, 14848, 9624, 14067, 9951, 13682, 13057, 12845, 16717, 11662, 17542, 10693, 14485, 9691, 13456, 11168, 12305, 17930, 10727, 14572, 10093, 13007, 9866, 12465, 13840, 10535, 14893, 10065, 12719, 8571, 12106, 10534, 11381, 12098, 10036, 14473, 9533, 13551, 9372, 12914, 10190, 12275, 11688, 10901, 16354, 10712, 14640, 9748, 13256, 9661, 12264, 11340, 11907, 14443, 10723, 15171, 9978, 13480, 9787, 13588, 9854, 13941, 9507, 13795, 8658, 13047, 9559, 12206, 12053, 11243, 15848, 10797, 14581, 9760, 14700, 9226, 14188, 8639, 13692, 8518, 13894, 9463, 13124, 11380, 12757, 12141, 12175, 17078, 11352, 16949, 11591, 16290, 11714, 13400, 11580, 12094, 13724, 12919, 14521, 11963, 14731, 11129, 14467, 13099, 12837, 13501, 11582, 12648, 11193, 11713, 11963, 9723, 12717, 8518, 12556, 9234, 12018, 11400, 11017, 16792, 11250, 16130, 10556, 13983, 9828, 13594, 9346, 13886, 10011, 14205, 9486, 14024], 'WindowCenter': [4357.0, 4311.0, 4327.0, 4275.0, 4314.0, 4272.0, 4305.0, 4280.0, 4304.0, 4303.0, 4291.0, 4291.0, 4292.0, 4301.0, 4281.0, 4311.0, 4292.0, 4311.0, 4280.0, 4322.0, 4270.0, 4310.0, 4269.0, 4300.0, 4270.0, 4313.0, 4262.0, 4300.0, 4262.0, 4301.0, 4262.0, 4304.0, 4274.0, 4305.0, 4275.0, 4304.0, 4274.0, 4307.0, 4305.0, 4295.0, 4304.0, 4295.0, 4315.0, 4281.0, 4323.0, 4280.0, 4313.0, 4283.0, 4311.0, 4261.0, 4301.0, 4279.0, 4279.0, 4309.0, 4279.0, 4299.0, 4268.0, 4287.0, 4258.0, 4289.0, 4258.0, 4289.0, 4278.0, 4267.0, 4309.0, 4269.0, 4288.0, 4257.0, 4278.0, 4286.0, 4278.0, 4299.0, 4269.0, 4299.0, 4270.0, 4300.0, 4268.0, 4300.0, 4258.0, 4290.0, 4279.0, 4280.0, 4309.0, 4270.0, 4301.0, 4271.0, 4303.0, 4260.0, 4292.0, 4282.0, 4291.0, 4324.0, 4283.0, 4314.0, 4282.0, 4301.0, 4262.0, 4306.0, 4259.0, 4302.0, 4290.0, 4280.0, 4279.0, 4278.0, 4291.0, 4271.0, 4311.0, 4283.0, 4314.0, 4284.0, 4301.0, 4262.0, 4302.0, 4262.0, 4291.0, 4270.0, 4292.0, 4292.0, 4295.0, 4303.0, 4282.0, 4325.0, 4296.0, 4315.0, 4283.0, 4313.0, 4269.0, 4293.0, 4293.0, 4282.0, 4312.0, 4265.0, 4301.0, 4280.0, 4300.0, 4270.0, 4300.0, 4271.0, 4301.0, 4271.0, 4314.0, 4273.0, 4302.0, 4273.0, 4291.0, 4301.0, 4279.0, 4311.0, 4281.0, 4310.0, 4271.0, 4300.0, 4259.0, 4288.0, 4257.0, 4279.0, 4280.0, 4278.0, 4279.0, 4269.0, 4310.0, 4281.0, 4312.0, 4282.0, 4300.0, 4271.0, 4303.0, 4249.0, 4290.0, 4279.0, 4289.0, 4291.0, 4290.0, 4287.0, 4288.0, 4310.0, 4270.0, 4298.0, 4268.0, 4299.0, 4268.0, 4288.0, 4267.0, 4278.0, 4288.0, 4269.0, 4309.0, 4269.0, 4300.0, 4271.0, 4292.0, 4261.0, 4279.0, 4280.0, 4271.0, 4299.0, 4269.0, 4297.0, 4258.0, 4307.0, 4269.0, 4279.0, 4286.0, 4267.0, 4310.0, 4268.0, 4288.0, 4259.0, 4278.0, 4238.0, 4281.0, 4280.0, 4284.0, 4292.0, 4272.0, 4302.0, 4273.0, 4292.0, 4262.0, 4292.0, 4271.0, 4294.0, 4301.0, 4272.0, 4313.0, 4273.0, 4302.0, 4270.0, 4302.0, 4259.0, 4292.0, 4290.0, 4280.0, 4322.0, 4282.0, 4300.0, 4271.0, 4311.0, 4272.0, 4301.0, 4261.0, 4301.0, 4261.0, 4294.0, 4282.0, 4283.0, 4323.0, 4284.0, 4302.0, 4273.0, 4291.0, 4273.0, 4315.0, 4285.0, 4307.0, 4275.0, 4318.0, 4297.0, 4319.0, 4296.0, 4331.0, 4297.0, 4330.0, 4315.0, 4296.0, 4315.0, 4294.0, 4314.0, 4295.0, 4335.0, 4295.0, 4325.0, 4285.0, 4313.0, 4285.0, 4312.0, 4282.0, 4313.0, 4280.0, 4300.0, 4270.0, 4291.0, 4259.0, 4290.0, 4269.0, 4269.0, 4300.0, 4269.0, 4302.0, 4270.0, 4302.0, 4272.0, 4293.0, 4274.0, 4296.0, 4285.0, 4308.0, 4326.0, 4295.0, 4304.0, 4273.0, 4317.0, 4274.0, 4306.0, 4293.0, 4295.0, 4336.0, 4295.0, 4325.0, 4284.0, 4316.0, 4259.0, 4302.0, 4280.0, 4292.0, 4322.0, 4292.0, 4312.0, 4283.0, 4300.0, 4270.0, 4303.0, 4273.0, 4293.0, 4303.0, 4283.0, 4322.0, 4282.0, 4311.0, 4271.0, 4301.0, 4270.0, 4290.0, 4311.0, 4279.0, 4301.0, 4270.0, 4291.0, 4260.0, 4292.0, 4272.0, 4304.0, 4262.0, 4294.0, 4282.0, 4292.0, 4325.0, 4283.0, 4314.0, 4273.0, 4302.0, 4273.0, 4305.0, 4323.0, 4281.0, 4300.0, 4269.0, 4301.0, 4259.0, 4303.0, 4301.0, 4272.0, 4303.0, 4282.0, 4304.0, 4307.0, 4306.0, 4274.0, 4305.0, 4276.0, 4307.0, 4294.0, 4307.0, 4326.0, 4298.0, 4325.0, 4282.0, 4304.0, 4261.0, 4302.0, 4291.0, 4291.0, 4312.0, 4270.0, 4310.0, 4279.0, 4300.0, 4258.0, 4301.0, 4260.0, 4291.0, 4291.0, 4270.0, 4313.0, 4280.0, 4312.0, 4284.0, 4303.0, 4270.0, 4291.0, 4314.0, 4280.0, 4311.0, 4282.0, 4310.0, 4269.0, 4290.0, 4278.0, 4289.0, 4299.0, 4267.0, 4308.0, 4269.0, 4290.0, 4258.0, 4289.0, 4257.0, 4291.0, 4270.0, 4279.0, 4292.0, 4271.0, 4310.0, 4280.0, 4311.0, 4281.0, 4299.0, 4258.0, 4288.0, 4270.0, 4288.0, 4267.0, 4290.0, 4269.0, 4291.0, 4279.0, 4281.0, 4300.0, 4280.0, 4313.0, 4293.0, 4324.0, 4283.0, 4312.0, 4272.0, 4311.0, 4271.0, 4312.0, 4271.0, 4291.0, 4270.0, 4281.0, 4310.0, 4269.0, 4299.0, 4270.0, 4300.0, 4260.0, 4280.0, 4251.0, 4291.0, 4271.0, 4282.0, 4303.0, 4284.0, 4313.0, 4283.0, 4303.0, 4272.0, 4292.0, 4261.0, 4293.0, 4272.0, 4284.0, 4314.0, 4295.0, 4317.0, 4274.0, 4317.0, 4276.0, 4304.0, 4272.0, 4305.0, 4273.0, 4307.0, 4304.0, 4296.0, 4338.0, 4295.0, 4327.0, 4286.0, 4315.0, 4284.0, 4315.0, 4315.0, 4283.0, 4323.0, 4291.0, 4313.0, 4270.0, 4303.0, 4290.0, 4280.0, 4322.0, 4280.0, 4301.0, 4281.0, 4304.0, 4260.0, 4293.0, 4283.0, 4294.0, 4315.0, 4285.0, 4325.0, 4285.0, 4314.0, 4273.0, 4304.0, 4281.0, 4291.0, 4311.0, 4280.0, 4311.0, 4268.0, 4299.0, 4288.0, 4300.0, 4298.0, 4267.0, 4309.0, 4269.0, 4299.0, 4257.0, 4290.0, 4268.0, 4279.0, 4300.0, 4271.0, 4300.0, 4271.0, 4301.0, 4261.0, 4293.0, 4271.0, 4282.0, 4314.0, 4283.0, 4304.0, 4261.0, 4303.0, 4261.0, 4293.0, 4302.0, 4283.0, 4312.0, 4281.0, 4303.0, 4261.0, 4303.0, 4270.0, 4281.0, 4312.0, 4282.0, 4313.0, 4287.0, 4315.0, 4286.0, 4306.0, 4285.0, 4306.0, 4274.0, 4306.0, 4305.0, 4309.0, 4316.0, 4295.0, 4325.0, 4294.0, 4313.0, 4280.0, 4314.0, 4294.0, 4313.0, 4280.0, 4302.0, 4281.0, 4329.0, 4295.0, 4336.0, 4283.0, 4324.0, 4292.0, 4329.0, 4307.0, 4326.0, 4284.0, 4314.0, 4271.0, 4288.0, 4246.0, 4258.0, 4278.0, 4276.0, 4294.0, 4261.0, 4303.0, 4259.0, 4301.0, 4261.0, 4290.0, 4271.0, 4301.0, 4271.0, 4302.0, 4279.0, 4277.0, 4276.0, 4252.0, 4285.0, 4253.0, 4273.0, 4251.0, 4271.0, 4239.0, 4258.0, 4227.0, 4259.0, 4226.0, 4245.0, 4203.0, 4245.0, 4213.0, 4245.0, 4227.0, 4250.0, 4229.0, 4250.0, 4240.0, 4242.0, 4271.0, 4231.0, 4261.0, 4242.0, 4275.0, 4234.0, 4264.0, 4245.0, 4267.0, 4266.0, 4257.0, 4288.0, 4258.0, 4289.0, 4262.0, 4292.0, 4261.0, 4293.0, 4253.0, 4294.0, 4304.0, 4273.0, 4303.0, 4274.0, 4294.0, 4261.0, 4295.0, 4275.0, 4297.0, 4305.0, 4285.0, 4317.0, 4285.0, 4317.0, 4287.0, 4306.0, 4329.0, 4307.0, 4326.0, 4286.0, 4316.0, 4264.0, 4306.0, 4303.0, 4296.0, 4325.0, 4294.0, 4316.0, 4272.0, 4304.0, 4284.0, 4316.0, 4298.0, 4309.0, 4304.0, 4315.0, 4285.0, 4315.0, 4296.0, 4327.0, 4295.0, 4317.0, 4325.0, 4294.0, 4314.0, 4282.0, 4314.0, 4281.0, 4313.0, 4270.0, 4304.0, 4281.0, 4293.0, 4323.0, 4281.0, 4312.0, 4282.0, 4315.0, 4276.0, 4315.0, 4276.0, 4317.0, 4276.0, 4308.0, 4306.0, 4307.0, 4326.0, 4307.0, 4326.0, 4298.0, 4326.0, 4288.0, 4331.0, 4287.0, 4330.0, 4298.0, 4307.0, 4338.0, 4307.0, 4325.0, 4298.0, 4316.0, 4286.0, 4315.0, 4283.0, 4314.0, 4313.0, 4305.0, 4328.0, 4306.0, 4336.0, 4284.0, 4314.0, 4271.0, 4303.0, 4292.0, 4303.0, 4325.0, 4281.0, 4314.0, 4271.0, 4302.0, 4270.0, 4293.0, 4301.0, 4281.0, 4312.0, 4270.0, 4302.0, 4262.0, 4294.0, 4283.0, 4294.0, 4293.0, 4283.0, 4314.0, 4286.0, 4317.0, 4276.0, 4316.0, 4283.0, 4306.0, 4292.0, 4294.0, 4325.0, 4283.0, 4315.0, 4274.0, 4305.0, 4285.0, 4307.0, 4296.0, 4305.0, 4315.0, 4293.0, 4314.0, 4283.0, 4312.0, 4284.0, 4313.0, 4295.0, 4324.0, 4297.0, 4326.0, 4278.0, 4316.0, 4283.0, 4318.0, 4304.0, 4295.0, 4325.0, 4295.0, 4313.0, 4284.0, 4316.0, 4273.0, 4317.0, 4275.0, 4315.0, 4276.0, 4316.0, 4282.0, 4316.0, 4307.0, 4316.0, 4305.0, 4305.0, 4325.0, 4293.0, 4322.0, 4304.0, 4313.0, 4293.0, 4300.0, 4290.0, 4302.0, 4301.0, 4289.0, 4301.0, 4279.0, 4303.0, 4278.0, 4301.0, 4292.0, 4288.0, 4287.0, 4277.0, 4291.0, 4282.0, 4288.0, 4291.0, 4270.0, 4302.0, 4261.0, 4303.0, 4271.0, 4304.0, 4294.0, 4295.0, 4324.0, 4295.0, 4326.0, 4294.0, 4315.0, 4285.0, 4313.0, 4273.0, 4312.0, 4285.0, 4317.0, 4284.0, 4317.0], 'WindowWidth': [9607.0, 9528.0, 9546.0, 9466.0, 9520.0, 9456.0, 9505.0, 9466.0, 9504.0, 9501.0, 9480.0, 9482.0, 9484.0, 9496.0, 9467.0, 9510.0, 9482.0, 9509.0, 9466.0, 9526.0, 9450.0, 9507.0, 9447.0, 9492.0, 9451.0, 9512.0, 9444.0, 9494.0, 9442.0, 9496.0, 9446.0, 9506.0, 9463.0, 9507.0, 9466.0, 9506.0, 9466.0, 9512.0, 9507.0, 9495.0, 9504.0, 9494.0, 9520.0, 9470.0, 9532.0, 9467.0, 9517.0, 9470.0, 9512.0, 9438.0, 9494.0, 9461.0, 9462.0, 9506.0, 9460.0, 9490.0, 9443.0, 9471.0, 9430.0, 9474.0, 9428.0, 9476.0, 9459.0, 9441.0, 9503.0, 9446.0, 9473.0, 9427.0, 9457.0, 9466.0, 9458.0, 9489.0, 9446.0, 9489.0, 9449.0, 9492.0, 9444.0, 9491.0, 9432.0, 9477.0, 9459.0, 9462.0, 9506.0, 9451.0, 9495.0, 9452.0, 9502.0, 9438.0, 9486.0, 9468.0, 9484.0, 9531.0, 9472.0, 9517.0, 9469.0, 9495.0, 9443.0, 9512.0, 9433.0, 9498.0, 9476.0, 9463.0, 9460.0, 9459.0, 9478.0, 9452.0, 9511.0, 9472.0, 9516.0, 9473.0, 9495.0, 9441.0, 9497.0, 9440.0, 9482.0, 9450.0, 9483.0, 9482.0, 9491.0, 9499.0, 9470.0, 9536.0, 9495.0, 9520.0, 9469.0, 9511.0, 9448.0, 9484.0, 9485.0, 9469.0, 9512.0, 9434.0, 9494.0, 9463.0, 9493.0, 9453.0, 9493.0, 9454.0, 9496.0, 9454.0, 9519.0, 9459.0, 9498.0, 9458.0, 9482.0, 9495.0, 9461.0, 9510.0, 9466.0, 9508.0, 9453.0, 9492.0, 9436.0, 9474.0, 9427.0, 9461.0, 9460.0, 9456.0, 9461.0, 9448.0, 9508.0, 9468.0, 9511.0, 9469.0, 9493.0, 9452.0, 9498.0, 9420.0, 9479.0, 9459.0, 9475.0, 9479.0, 9476.0, 9469.0, 9470.0, 9508.0, 9449.0, 9488.0, 9442.0, 9489.0, 9442.0, 9471.0, 9441.0, 9457.0, 9471.0, 9445.0, 9505.0, 9447.0, 9490.0, 9452.0, 9486.0, 9439.0, 9463.0, 9464.0, 9451.0, 9490.0, 9446.0, 9484.0, 9430.0, 9512.0, 9449.0, 9463.0, 9469.0, 9440.0, 9507.0, 9444.0, 9473.0, 9433.0, 9461.0, 9406.0, 9468.0, 9466.0, 9474.0, 9482.0, 9457.0, 9499.0, 9457.0, 9487.0, 9444.0, 9486.0, 9453.0, 9490.0, 9495.0, 9456.0, 9515.0, 9459.0, 9499.0, 9450.0, 9499.0, 9435.0, 9484.0, 9478.0, 9462.0, 9528.0, 9469.0, 9493.0, 9453.0, 9509.0, 9456.0, 9495.0, 9440.0, 9497.0, 9443.0, 9491.0, 9469.0, 9472.0, 9530.0, 9477.0, 9499.0, 9456.0, 9483.0, 9459.0, 9523.0, 9482.0, 9513.0, 9465.0, 9531.0, 9498.0, 9532.0, 9497.0, 9553.0, 9500.0, 9549.0, 9522.0, 9493.0, 9519.0, 9489.0, 9519.0, 9492.0, 9553.0, 9491.0, 9536.0, 9476.0, 9516.0, 9475.0, 9512.0, 9471.0, 9513.0, 9464.0, 9490.0, 9449.0, 9479.0, 9433.0, 9477.0, 9444.0, 9446.0, 9491.0, 9446.0, 9497.0, 9451.0, 9498.0, 9458.0, 9489.0, 9463.0, 9495.0, 9477.0, 9516.0, 9537.0, 9492.0, 9504.0, 9459.0, 9525.0, 9460.0, 9509.0, 9488.0, 9491.0, 9554.0, 9491.0, 9533.0, 9471.0, 9525.0, 9436.0, 9497.0, 9465.0, 9483.0, 9527.0, 9482.0, 9511.0, 9471.0, 9495.0, 9452.0, 9501.0, 9458.0, 9488.0, 9500.0, 9471.0, 9529.0, 9467.0, 9511.0, 9450.0, 9496.0, 9450.0, 9479.0, 9509.0, 9461.0, 9495.0, 9450.0, 9481.0, 9439.0, 9483.0, 9455.0, 9503.0, 9443.0, 9488.0, 9470.0, 9484.0, 9536.0, 9473.0, 9518.0, 9457.0, 9500.0, 9461.0, 9506.0, 9531.0, 9466.0, 9493.0, 9447.0, 9494.0, 9434.0, 9502.0, 9496.0, 9454.0, 9502.0, 9470.0, 9504.0, 9514.0, 9509.0, 9465.0, 9508.0, 9472.0, 9513.0, 9491.0, 9512.0, 9537.0, 9498.0, 9534.0, 9471.0, 9504.0, 9440.0, 9499.0, 9481.0, 9481.0, 9512.0, 9449.0, 9508.0, 9462.0, 9493.0, 9431.0, 9494.0, 9435.0, 9481.0, 9482.0, 9453.0, 9517.0, 9466.0, 9514.0, 9476.0, 9502.0, 9450.0, 9482.0, 9519.0, 9464.0, 9510.0, 9468.0, 9508.0, 9445.0, 9477.0, 9456.0, 9474.0, 9488.0, 9441.0, 9503.0, 9445.0, 9476.0, 9433.0, 9476.0, 9427.0, 9480.0, 9447.0, 9461.0, 9484.0, 9453.0, 9509.0, 9464.0, 9509.0, 9466.0, 9488.0, 9431.0, 9472.0, 9448.0, 9474.0, 9441.0, 9478.0, 9446.0, 9483.0, 9461.0, 9467.0, 9493.0, 9464.0, 9514.0, 9487.0, 9531.0, 9473.0, 9515.0, 9456.0, 9510.0, 9453.0, 9514.0, 9451.0, 9480.0, 9448.0, 9466.0, 9507.0, 9446.0, 9490.0, 9451.0, 9494.0, 9436.0, 9465.0, 9425.0, 9480.0, 9452.0, 9471.0, 9500.0, 9475.0, 9516.0, 9474.0, 9500.0, 9456.0, 9484.0, 9440.0, 9486.0, 9455.0, 9475.0, 9518.0, 9493.0, 9527.0, 9463.0, 9526.0, 9469.0, 9505.0, 9458.0, 9508.0, 9459.0, 9512.0, 9503.0, 9497.0, 9556.0, 9492.0, 9542.0, 9479.0, 9521.0, 9473.0, 9520.0, 9517.0, 9472.0, 9532.0, 9480.0, 9518.0, 9450.0, 9501.0, 9478.0, 9464.0, 9528.0, 9465.0, 9494.0, 9469.0, 9503.0, 9437.0, 9486.0, 9472.0, 9489.0, 9522.0, 9478.0, 9536.0, 9479.0, 9519.0, 9458.0, 9504.0, 9465.0, 9479.0, 9512.0, 9462.0, 9510.0, 9444.0, 9490.0, 9470.0, 9489.0, 9487.0, 9441.0, 9504.0, 9447.0, 9489.0, 9427.0, 9477.0, 9443.0, 9461.0, 9492.0, 9453.0, 9494.0, 9454.0, 9495.0, 9440.0, 9487.0, 9453.0, 9470.0, 9519.0, 9473.0, 9502.0, 9441.0, 9501.0, 9441.0, 9487.0, 9498.0, 9473.0, 9512.0, 9468.0, 9501.0, 9440.0, 9500.0, 9452.0, 9469.0, 9514.0, 9470.0, 9514.0, 9484.0, 9521.0, 9483.0, 9510.0, 9482.0, 9513.0, 9464.0, 9511.0, 9508.0, 9514.0, 9523.0, 9492.0, 9537.0, 9489.0, 9515.0, 9464.0, 9519.0, 9491.0, 9517.0, 9463.0, 9497.0, 9467.0, 9547.0, 9493.0, 9555.0, 9473.0, 9534.0, 9485.0, 9549.0, 9508.0, 9538.0, 9475.0, 9514.0, 9453.0, 9472.0, 9409.0, 9424.0, 9453.0, 9466.0, 9492.0, 9439.0, 9501.0, 9431.0, 9494.0, 9438.0, 9477.0, 9453.0, 9493.0, 9452.0, 9496.0, 9460.0, 9452.0, 9453.0, 9412.0, 9462.0, 9409.0, 9443.0, 9404.0, 9436.0, 9385.0, 9415.0, 9366.0, 9418.0, 9364.0, 9389.0, 9329.0, 9388.0, 9343.0, 9391.0, 9368.0, 9402.0, 9373.0, 9405.0, 9391.0, 9397.0, 9436.0, 9381.0, 9423.0, 9397.0, 9447.0, 9391.0, 9433.0, 9406.0, 9439.0, 9437.0, 9427.0, 9473.0, 9431.0, 9473.0, 9440.0, 9482.0, 9439.0, 9485.0, 9431.0, 9489.0, 9503.0, 9460.0, 9500.0, 9461.0, 9489.0, 9443.0, 9493.0, 9467.0, 9497.0, 9505.0, 9479.0, 9528.0, 9481.0, 9527.0, 9483.0, 9512.0, 9547.0, 9513.0, 9539.0, 9485.0, 9526.0, 9451.0, 9511.0, 9505.0, 9497.0, 9541.0, 9490.0, 9523.0, 9458.0, 9504.0, 9474.0, 9525.0, 9501.0, 9519.0, 9502.0, 9520.0, 9476.0, 9522.0, 9498.0, 9540.0, 9492.0, 9528.0, 9535.0, 9488.0, 9518.0, 9470.0, 9517.0, 9467.0, 9517.0, 9450.0, 9502.0, 9468.0, 9485.0, 9529.0, 9468.0, 9513.0, 9471.0, 9519.0, 9469.0, 9520.0, 9468.0, 9527.0, 9469.0, 9517.0, 9512.0, 9515.0, 9540.0, 9512.0, 9539.0, 9501.0, 9541.0, 9489.0, 9551.0, 9486.0, 9548.0, 9502.0, 9512.0, 9559.0, 9515.0, 9539.0, 9499.0, 9526.0, 9481.0, 9523.0, 9473.0, 9519.0, 9517.0, 9508.0, 9545.0, 9509.0, 9555.0, 9477.0, 9520.0, 9456.0, 9503.0, 9483.0, 9501.0, 9536.0, 9469.0, 9518.0, 9453.0, 9499.0, 9451.0, 9488.0, 9497.0, 9467.0, 9512.0, 9452.0, 9498.0, 9444.0, 9490.0, 9474.0, 9492.0, 9487.0, 9473.0, 9520.0, 9483.0, 9528.0, 9469.0, 9525.0, 9476.0, 9510.0, 9486.0, 9490.0, 9536.0, 9474.0, 9521.0, 9461.0, 9508.0, 9482.0, 9514.0, 9496.0, 9508.0, 9523.0, 9490.0, 9520.0, 9473.0, 9515.0, 9479.0, 9517.0, 9496.0, 9536.0, 9501.0, 9539.0, 9477.0, 9527.0, 9475.0, 9531.0, 9508.0, 9494.0, 9539.0, 9494.0, 9520.0, 9478.0, 9525.0, 9462.0, 9527.0, 9467.0, 9522.0, 9469.0, 9527.0, 9475.0, 9528.0, 9512.0, 9525.0, 9508.0, 9506.0, 9538.0, 9485.0, 9530.0, 9505.0, 9516.0, 9487.0, 9491.0, 9477.0, 9498.0, 9497.0, 9473.0, 9497.0, 9461.0, 9500.0, 9457.0, 9494.0, 9480.0, 9472.0, 9470.0, 9457.0, 9481.0, 9469.0, 9473.0, 9480.0, 9448.0, 9497.0, 9439.0, 9499.0, 9455.0, 9505.0, 9491.0, 9493.0, 9535.0, 9493.0, 9539.0, 9489.0, 9520.0, 9479.0, 9516.0, 9461.0, 9515.0, 9479.0, 9525.0, 9479.0, 9525.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.0010608735632183907</td></tr>
<tr><td colspan=3>aqi</td><td>0.026793262758620692</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.99436101257771</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2423673903682386</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9892051797008062</td></tr>
<tr><td colspan=3>efc</td><td>0.4974</td></tr>
<tr><td colspan=3>fber</td><td>5527.627</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10709486244088767</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.977011494252873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6834131085081823</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6143015740338296</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9526820205116655</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4832557309790526</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132761</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006392752286046743</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037428732961416245</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.9875149238749277</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.9533</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8646</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.7</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292473.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.4409</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7138</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>524.3301</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3420.0129</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3625.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1244.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.0821</td></tr>
<tr><td colspan=3>tsnr</td><td>36.63842570548877</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>