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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-01/func/sub-0105_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>529e0fb345f11137a3670732dbf46077</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:23:17.697500</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.999247, -0.00475115, 0.0385139, 0.00470886, 0.999988, 0.00118865]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.126362</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7778, -7261, 213, -166, -118, -44, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>283.487</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>331e05e0-de0f-40db-81d8-633f7354111c||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.680906057357788, 0.01263353694230318, 0.10400142520666122, 109.97582244873047], [0.012746994383633137, 2.6828951835632324, 0.002717273775488138, -91.49797058105469], [0.1033298522233963, -0.0031890596728771925, 2.6979949474334717, -69.73649597167969], [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': ['192317.697500', '192318.157500', '192318.617500', '192319.077500', '192319.537500', '192319.997500', '192320.457500', '192320.917500', '192321.377500', '192321.837500', '192322.297500', '192322.757500', '192323.217500', '192323.677500', '192324.137500', '192324.597500', '192325.057500', '192325.517500', '192325.977500', '192326.437500', '192326.897500', '192327.357500', '192327.817500', '192328.277500', '192328.737500', '192329.197500', '192329.657500', '192330.117500', '192330.577500', '192331.037500', '192331.497500', '192331.957500', '192332.417500', '192332.877500', '192333.337500', '192333.797500', '192334.257500', '192334.717500', '192335.177500', '192335.637500', '192336.097500', '192336.557500', '192337.017500', '192337.477500', '192337.937500', '192338.397500', '192338.857500', '192339.317500', '192339.777500', '192340.237500', '192340.697500', '192341.157500', '192341.617500', '192342.077500', '192342.537500', '192342.997500', '192343.457500', '192343.917500', '192344.377500', '192344.837500', '192345.297500', '192345.757500', '192346.217500', '192346.677500', '192347.137500', '192347.597500', '192348.057500', '192348.517500', '192348.977500', '192349.437500', '192349.897500', '192350.357500', '192350.817500', '192351.277500', '192351.737500', '192352.197500', '192352.657500', '192353.117500', '192353.577500', '192354.037500', '192354.497500', '192354.957500', '192355.417500', '192355.877500', '192356.337500', '192356.797500', '192357.257500', '192357.717500', '192358.177500', '192358.637500', '192359.097500', '192359.557500', '192400.017500', '192400.477500', '192400.937500', '192401.397500', '192401.857500', '192402.317500', '192402.777500', '192403.237500', '192403.697500', '192404.157500', '192404.617500', '192405.077500', '192405.537500', '192405.997500', '192406.457500', '192406.917500', '192407.377500', '192407.837500', '192408.297500', '192408.757500', '192409.217500', '192409.677500', '192410.137500', '192410.597500', '192411.057500', '192411.517500', '192411.977500', '192412.437500', '192412.897500', '192413.357500', '192413.817500', '192414.277500', '192414.737500', '192415.197500', '192415.657500', '192416.117500', '192416.577500', '192417.037500', '192417.497500', '192417.957500', '192418.417500', '192418.877500', '192419.337500', '192419.797500', '192420.257500', '192420.717500', '192421.177500', '192421.637500', '192422.097500', '192422.557500', '192423.017500', '192423.477500', '192423.937500', '192424.397500', '192424.857500', '192425.317500', '192425.777500', '192426.237500', '192426.697500', '192427.157500', '192427.617500', '192428.077500', '192428.537500', '192428.997500', '192429.457500', '192429.917500', '192430.377500', '192430.837500', '192431.297500', '192431.757500', '192432.217500', '192432.677500', '192433.137500', '192433.597500', '192434.057500', '192434.517500', '192434.977500', '192435.437500', '192435.897500', '192436.357500', '192436.817500', '192437.277500', '192437.737500', '192438.197500', '192438.657500', '192439.117500', '192439.577500', '192440.037500', '192440.497500', '192440.957500', '192441.417500', '192441.877500', '192442.337500', '192442.797500', '192443.257500', '192443.717500', '192444.177500', '192444.637500', '192445.097500', '192445.557500', '192446.017500', '192446.477500', '192446.937500', '192447.397500', '192447.857500', '192448.317500', '192448.777500', '192449.237500', '192449.697500', '192450.157500', '192450.617500', '192451.077500', '192451.537500', '192451.997500', '192452.457500', '192452.917500', '192453.377500', '192453.837500', '192454.297500', '192454.757500', '192455.217500', '192455.677500', '192456.137500', '192456.597500', '192457.057500', '192457.517500', '192457.977500', '192458.437500', '192458.897500', '192459.357500', '192459.817500', '192500.277500', '192500.737500', '192501.197500', '192501.657500', '192502.117500', '192502.577500', '192503.037500', '192503.497500', '192503.957500', '192504.417500', '192504.877500', '192505.337500', '192505.797500', '192506.257500', '192506.717500', '192507.177500', '192507.637500', '192508.097500', '192508.557500', '192509.017500', '192509.477500', '192509.937500', '192510.397500', '192510.857500', '192511.317500', '192511.777500', '192512.237500', '192512.697500', '192513.157500', '192513.617500', '192514.077500', '192514.537500', '192514.997500', '192515.457500', '192515.917500', '192516.377500', '192516.837500', '192517.297500', '192517.757500', '192518.217500', '192518.677500', '192519.137500', '192519.597500', '192520.057500', '192520.517500', '192520.977500', '192521.437500', '192521.897500', '192522.357500', '192522.817500', '192523.277500', '192523.737500', '192524.197500', '192524.657500', '192525.117500', '192525.577500', '192526.037500', '192526.497500', '192526.957500', '192527.417500', '192527.877500', '192528.337500', '192528.797500', '192529.257500', '192529.717500', '192530.177500', '192530.637500', '192531.097500', '192531.557500', '192532.017500', '192532.477500', '192532.937500', '192533.397500', '192533.857500', '192534.317500', '192534.777500', '192535.237500', '192535.697500', '192536.157500', '192536.617500', '192537.077500', '192537.537500', '192537.997500', '192538.457500', '192538.917500', '192539.377500', '192539.837500', '192540.297500', '192540.757500', '192541.217500', '192541.677500', '192542.137500', '192542.597500', '192543.057500', '192543.517500', '192543.977500', '192544.437500', '192544.897500', '192545.357500', '192545.817500', '192546.277500', '192546.737500', '192547.197500', '192547.657500', '192548.117500', '192548.577500', '192549.037500', '192549.497500', '192549.957500', '192550.417500', '192550.877500', '192551.337500', '192551.797500', '192552.257500', '192552.717500', '192553.177500', '192553.637500', '192554.097500', '192554.557500', '192555.017500', '192555.477500', '192555.937500', '192556.397500', '192556.857500', '192557.317500', '192557.777500', '192558.237500', '192558.697500', '192559.157500', '192559.617500', '192600.077500', '192600.537500', '192600.997500', '192601.457500', '192601.917500', '192602.377500', '192602.837500', '192603.297500', '192603.757500', '192604.217500', '192604.677500', '192605.137500', '192605.597500', '192606.057500', '192606.517500', '192606.977500', '192607.437500', '192607.897500', '192608.357500', '192608.817500', '192609.277500', '192609.737500', '192610.197500', '192610.657500', '192611.117500', '192611.577500', '192612.037500', '192612.497500', '192612.957500', '192613.417500', '192613.877500', '192614.337500', '192614.797500', '192615.257500', '192615.717500', '192616.177500', '192616.637500', '192617.097500', '192617.557500', '192618.017500', '192618.477500', '192618.937500', '192619.397500', '192619.857500', '192620.317500', '192620.777500', '192621.237500', '192621.697500', '192622.157500', '192622.617500', '192623.077500', '192623.537500', '192623.997500', '192624.457500', '192624.917500', '192625.377500', '192625.837500', '192626.297500', '192626.757500', '192627.217500', '192627.677500', '192628.137500', '192628.597500', '192629.057500', '192629.517500', '192629.977500', '192630.437500', '192630.897500', '192631.357500', '192631.817500', '192632.277500', '192632.737500', '192633.197500', '192633.657500', '192634.117500', '192634.577500', '192635.037500', '192635.497500', '192635.957500', '192636.417500', '192636.877500', '192637.337500', '192637.797500', '192638.257500', '192638.717500', '192639.177500', '192639.637500', '192640.097500', '192640.557500', '192641.017500', '192641.477500', '192641.937500', '192642.397500', '192642.857500', '192643.317500', '192643.777500', '192644.237500', '192644.697500', '192645.157500', '192645.617500', '192646.077500', '192646.537500', '192646.997500', '192647.457500', '192647.917500', '192648.377500', '192648.837500', '192649.297500', '192649.757500', '192650.217500', '192650.677500', '192651.137500', '192651.597500', '192652.057500', '192652.517500', '192652.977500', '192653.437500', '192653.897500', '192654.357500', '192654.817500', '192655.277500', '192655.737500', '192656.197500', '192656.657500', '192657.117500', '192657.577500', '192658.037500', '192658.497500', '192658.957500', '192659.417500', '192659.877500', '192700.337500', '192700.797500', '192701.257500', '192701.717500', '192702.177500', '192702.637500', '192703.097500', '192703.557500', '192704.017500', '192704.477500', '192704.937500', '192705.397500', '192705.857500', '192706.317500', '192706.777500', '192707.237500', '192707.697500', '192708.157500', '192708.617500', '192709.077500', '192709.537500', '192709.997500', '192710.457500', '192710.917500', '192711.377500', '192711.837500', '192712.297500', '192712.757500', '192713.217500', '192713.677500', '192714.137500', '192714.597500', '192715.057500', '192715.517500', '192715.977500', '192716.437500', '192716.897500', '192717.357500', '192717.817500', '192718.277500', '192718.737500', '192719.197500', '192719.657500', '192720.117500', '192720.577500', '192721.037500', '192721.497500', '192721.957500', '192722.417500', '192722.877500', '192723.337500', '192723.797500', '192724.257500', '192724.717500', '192725.177500', '192725.637500', '192726.097500', '192726.557500', '192727.017500', '192727.477500', '192727.937500', '192728.397500', '192728.857500', '192729.317500', '192729.777500', '192730.237500', '192730.697500', '192731.157500', '192731.617500', '192732.077500', '192732.537500', '192732.997500', '192733.457500', '192733.917500', '192734.377500', '192734.837500', '192735.297500', '192735.757500', '192736.217500', '192736.677500', '192737.137500', '192737.597500', '192738.057500', '192738.517500', '192738.977500', '192739.437500', '192739.897500', '192740.357500', '192740.817500', '192741.277500', '192741.737500', '192742.197500', '192742.657500', '192743.117500', '192743.577500', '192744.037500', '192744.497500', '192744.957500', '192745.417500', '192745.877500', '192746.337500', '192746.797500', '192747.257500', '192747.717500', '192748.177500', '192748.637500', '192749.097500', '192749.557500', '192750.017500', '192750.477500', '192750.937500', '192751.397500', '192751.857500', '192752.317500', '192752.777500', '192753.237500', '192753.697500', '192754.157500', '192754.617500', '192755.077500', '192755.537500', '192755.997500', '192756.457500', '192756.917500', '192757.377500', '192757.837500', '192758.297500', '192758.757500', '192759.217500', '192759.677500', '192800.137500', '192800.597500', '192801.057500', '192801.517500', '192801.977500', '192802.437500', '192802.897500', '192803.357500', '192803.817500', '192804.277500', '192804.737500', '192805.197500', '192805.657500', '192806.117500', '192806.577500', '192807.037500', '192807.497500', '192807.957500', '192808.417500', '192808.877500', '192809.337500', '192809.797500', '192810.257500', '192810.717500', '192811.177500', '192811.637500', '192812.097500', '192812.557500', '192813.017500', '192813.477500', '192813.937500', '192814.397500', '192814.857500', '192815.317500', '192815.777500', '192816.237500', '192816.697500', '192817.157500', '192817.617500', '192818.077500', '192818.537500', '192818.997500', '192819.457500', '192819.917500', '192820.377500', '192820.837500', '192821.297500', '192821.757500', '192822.217500', '192822.677500', '192823.137500', '192823.597500', '192824.057500', '192824.517500', '192824.977500', '192825.437500', '192825.897500', '192826.357500', '192826.817500', '192827.277500', '192827.737500', '192828.197500', '192828.657500', '192829.117500', '192829.577500', '192830.037500', '192830.497500', '192830.957500', '192831.417500', '192831.877500', '192832.337500', '192832.797500', '192833.257500', '192833.717500', '192834.177500', '192834.637500', '192835.097500', '192835.557500', '192836.017500', '192836.477500', '192836.937500', '192837.397500', '192837.857500', '192838.317500', '192838.777500', '192839.237500', '192839.697500', '192840.157500', '192840.617500', '192841.077500', '192841.537500', '192841.997500', '192842.457500', '192842.917500', '192843.377500', '192843.837500', '192844.297500', '192844.757500', '192845.217500', '192845.677500', '192846.137500', '192846.597500', '192847.057500', '192847.517500', '192847.977500', '192848.437500', '192848.897500', '192849.357500', '192849.817500', '192850.277500', '192850.737500', '192851.197500', '192851.657500', '192852.117500', '192852.577500', '192853.037500', '192853.497500', '192853.957500', '192854.417500', '192854.877500', '192855.337500', '192855.797500', '192856.257500', '192856.717500', '192857.177500', '192857.637500', '192858.097500', '192858.557500', '192859.017500', '192859.477500', '192859.937500', '192900.397500', '192900.857500', '192901.317500', '192901.777500', '192902.237500', '192902.697500', '192903.157500', '192903.617500', '192904.077500', '192904.537500', '192904.997500', '192905.457500', '192905.917500', '192906.377500', '192906.837500', '192907.297500', '192907.757500', '192908.217500', '192908.677500', '192909.137500', '192909.597500', '192910.057500', '192910.517500', '192910.977500', '192911.437500', '192911.897500', '192912.357500', '192912.817500', '192913.277500', '192913.737500', '192914.197500', '192914.657500', '192915.117500', '192915.577500', '192916.037500', '192916.497500', '192916.957500', '192917.417500', '192917.877500', '192918.337500', '192918.797500', '192919.257500', '192919.717500', '192920.177500', '192920.637500', '192921.097500', '192921.557500', '192922.017500', '192922.477500', '192922.937500', '192923.397500', '192923.857500', '192924.317500', '192924.777500', '192925.237500', '192925.697500', '192926.157500', '192926.617500', '192927.077500', '192927.537500', '192927.997500', '192928.457500', '192928.917500', '192929.377500', '192929.837500', '192930.297500', '192930.757500', '192931.217500', '192931.677500', '192932.137500', '192932.597500', '192933.057500', '192933.517500', '192933.977500', '192934.437500', '192934.897500', '192935.357500', '192935.817500', '192936.277500', '192936.737500', '192937.197500', '192937.657500', '192938.117500', '192938.577500', '192939.037500', '192939.497500', '192939.957500', '192940.417500', '192940.877500', '192941.337500', '192941.797500', '192942.257500', '192942.717500', '192943.177500', '192943.637500', '192944.097500', '192944.557500', '192945.017500', '192945.477500', '192945.937500', '192946.397500', '192946.857500', '192947.317500', '192947.777500', '192948.237500', '192948.697500', '192949.157500', '192949.617500', '192950.077500', '192950.537500', '192950.997500', '192951.457500', '192951.917500', '192952.377500', '192952.837500', '192953.297500', '192953.757500', '192954.217500', '192954.677500', '192955.137500', '192955.597500', '192956.057500', '192956.517500', '192956.977500', '192957.437500', '192957.897500', '192958.357500'], 'ContentTime': ['192332.988000', '192332.991000', '192332.994000', '192332.997000', '192333.000000', '192333.003000', '192333.006000', '192333.008000', '192333.011000', '192333.020000', '192333.023000', '192333.025000', '192333.028000', '192333.031000', '192333.033000', '192333.036000', '192333.039000', '192333.041000', '192333.044000', '192333.046000', '192333.049000', '192333.051000', '192333.061000', '192333.063000', '192333.066000', '192333.069000', '192333.071000', '192333.086000', '192333.088000', '192333.091000', '192352.943000', '192352.946000', '192352.949000', '192352.952000', '192352.954000', '192352.957000', '192352.959000', '192352.962000', '192352.965000', '192352.974000', '192352.977000', '192352.979000', '192352.982000', '192352.985000', '192352.987000', '192352.990000', '192352.992000', '192352.995000', '192352.997000', '192353.001000', '192353.003000', '192353.006000', '192353.009000', '192353.011000', '192353.014000', '192353.017000', '192353.019000', '192353.022000', '192353.025000', '192353.028000', '192353.030000', '192353.034000', '192353.037000', '192353.039000', '192353.042000', '192353.044000', '192353.047000', '192353.050000', '192353.052000', '192353.055000', '192353.058000', '192353.060000', '192353.063000', '192412.943000', '192412.946000', '192412.949000', '192412.951000', '192412.954000', '192412.956000', '192412.959000', '192412.962000', '192412.964000', '192412.967000', '192412.969000', '192412.972000', '192412.975000', '192412.977000', '192412.980000', '192412.982000', '192412.985000', '192412.987000', '192412.990000', '192412.998000', '192413.001000', '192413.004000', '192413.007000', '192413.009000', '192413.012000', '192413.014000', '192413.017000', '192413.020000', '192413.022000', '192413.025000', '192413.028000', '192413.030000', '192413.033000', '192413.035000', '192413.038000', '192413.040000', '192413.043000', '192413.046000', '192413.048000', '192413.051000', '192413.053000', '192413.056000', '192413.059000', '192413.061000', '192432.944000', '192432.946000', '192432.949000', '192432.951000', '192432.954000', '192432.957000', '192432.959000', '192432.962000', '192432.965000', '192432.967000', '192432.970000', '192432.972000', '192432.975000', '192432.978000', '192432.980000', '192432.983000', '192432.986000', '192432.988000', '192432.991000', '192432.993000', '192432.996000', '192433.000000', '192433.002000', '192433.005000', '192433.007000', '192433.010000', '192433.013000', '192433.015000', '192433.018000', '192433.021000', '192433.023000', '192433.026000', '192433.028000', '192433.031000', '192433.034000', '192433.036000', '192433.039000', '192433.041000', '192433.044000', '192433.047000', '192433.049000', '192433.052000', '192433.055000', '192452.943000', '192452.946000', '192452.949000', '192452.951000', '192452.954000', '192452.957000', '192452.959000', '192452.962000', '192452.964000', '192452.967000', '192452.970000', '192452.973000', '192452.975000', '192452.978000', '192452.981000', '192452.983000', '192452.986000', '192452.988000', '192452.991000', '192452.994000', '192452.996000', '192453.000000', '192453.003000', '192453.005000', '192453.008000', '192453.010000', '192453.013000', '192453.016000', '192453.018000', '192453.021000', '192453.023000', '192453.026000', '192453.029000', '192453.031000', '192453.034000', '192453.036000', '192453.039000', '192453.042000', '192453.044000', '192453.047000', '192453.049000', '192453.052000', '192453.055000', '192453.057000', '192512.943000', '192512.945000', '192512.948000', '192512.951000', '192512.953000', '192512.956000', '192512.958000', '192512.961000', '192512.964000', '192512.966000', '192512.969000', '192512.972000', '192512.974000', '192512.977000', '192512.979000', '192512.982000', '192512.985000', '192512.987000', '192512.990000', '192512.992000', '192512.995000', '192512.998000', '192513.010000', '192513.012000', '192513.015000', '192513.018000', '192513.020000', '192513.023000', '192513.025000', '192513.028000', '192513.031000', '192513.033000', '192513.036000', '192513.039000', '192513.041000', '192513.050000', '192513.053000', '192513.055000', '192513.058000', '192513.061000', '192513.063000', '192513.066000', '192513.068000', '192532.943000', '192532.946000', '192532.949000', '192532.951000', '192532.954000', '192532.957000', '192532.959000', '192532.962000', '192532.965000', '192532.967000', '192532.970000', '192532.973000', '192532.975000', '192532.978000', '192532.980000', '192532.983000', '192532.986000', '192532.988000', '192532.991000', '192532.993000', '192532.996000', '192533.000000', '192533.002000', '192533.005000', '192533.008000', '192533.010000', '192533.013000', '192533.015000', '192533.018000', '192533.021000', '192533.023000', '192533.026000', '192533.029000', '192533.031000', '192533.034000', '192533.036000', '192533.039000', '192533.042000', '192533.044000', '192533.047000', '192533.049000', '192533.052000', '192533.055000', '192533.057000', '192552.943000', '192552.946000', '192552.949000', '192552.952000', '192552.954000', '192552.957000', '192552.960000', '192552.962000', '192552.965000', '192552.968000', '192552.970000', '192552.973000', '192552.976000', '192552.978000', '192552.981000', '192552.984000', '192552.986000', '192552.989000', '192552.991000', '192552.994000', '192552.997000', '192553.000000', '192553.003000', '192553.006000', '192553.008000', '192553.011000', '192553.014000', '192553.016000', '192553.019000', '192553.021000', '192553.024000', '192553.027000', '192553.029000', '192553.032000', '192553.035000', '192553.037000', '192553.040000', '192553.042000', '192553.045000', '192553.048000', '192553.050000', '192553.053000', '192553.056000', '192612.943000', '192612.946000', '192612.950000', '192612.953000', '192612.956000', '192612.958000', '192612.961000', '192612.964000', '192612.966000', '192612.969000', '192612.971000', '192612.974000', '192612.977000', '192612.979000', '192612.982000', '192612.985000', '192612.987000', '192612.990000', '192612.992000', '192612.995000', '192612.998000', '192613.001000', '192613.004000', '192613.007000', '192613.009000', '192613.012000', '192613.015000', '192613.017000', '192613.020000', '192613.022000', '192613.025000', '192613.028000', '192613.030000', '192613.033000', '192613.036000', '192613.038000', '192613.041000', '192613.043000', '192613.046000', '192613.049000', '192613.051000', '192613.054000', '192613.056000', '192613.059000', '192632.943000', '192632.946000', '192632.949000', '192632.951000', '192632.954000', '192632.957000', '192632.959000', '192632.962000', '192632.965000', '192632.967000', '192632.970000', '192632.972000', '192632.975000', '192632.978000', '192632.980000', '192632.983000', '192632.986000', '192632.988000', '192632.991000', '192632.994000', '192632.996000', '192633.000000', '192633.003000', '192633.005000', '192633.008000', '192633.011000', '192633.013000', '192633.016000', '192633.018000', '192633.021000', '192633.024000', '192633.026000', '192633.029000', '192633.032000', '192633.034000', '192633.037000', '192633.040000', '192633.042000', '192633.045000', '192633.047000', '192633.050000', '192633.053000', '192633.056000', '192652.943000', '192652.946000', '192652.949000', '192652.952000', '192652.954000', '192652.957000', '192652.960000', '192652.962000', '192652.965000', '192652.967000', '192652.970000', '192652.973000', '192652.975000', '192652.978000', '192652.981000', '192652.983000', '192652.986000', '192652.989000', '192653.006000', '192653.009000', '192653.012000', '192653.014000', '192653.017000', '192653.020000', '192653.022000', '192653.025000', '192653.027000', '192653.030000', '192653.033000', '192653.035000', '192653.038000', '192653.040000', '192653.043000', '192653.046000', '192653.048000', '192653.051000', '192653.054000', '192653.056000', '192653.059000', '192653.062000', '192653.064000', '192653.067000', '192653.069000', '192653.072000', '192712.944000', '192712.946000', '192712.949000', '192712.952000', '192712.954000', '192712.957000', '192712.959000', '192712.962000', '192712.965000', '192712.967000', '192712.970000', '192712.972000', '192712.975000', '192712.978000', '192712.980000', '192712.983000', '192712.986000', '192712.989000', '192712.991000', '192712.994000', '192712.996000', '192713.000000', '192713.003000', '192713.005000', '192713.008000', '192713.011000', '192713.013000', '192713.016000', '192713.018000', '192713.021000', '192713.024000', '192713.026000', '192713.029000', '192713.031000', '192713.034000', '192713.037000', '192713.039000', '192713.042000', '192713.044000', '192713.047000', '192713.050000', '192713.052000', '192713.055000', '192732.942000', '192732.945000', '192732.948000', '192732.951000', '192732.954000', '192732.957000', '192732.960000', '192732.963000', '192732.966000', '192732.969000', '192732.971000', '192732.974000', '192732.976000', '192732.979000', '192732.982000', '192732.984000', '192732.988000', '192732.991000', '192732.994000', '192732.996000', '192733.000000', '192733.003000', '192733.005000', '192733.008000', '192733.010000', '192733.013000', '192733.016000', '192733.018000', '192733.021000', '192733.024000', '192733.026000', '192733.029000', '192733.032000', '192733.034000', '192733.037000', '192733.040000', '192733.042000', '192733.045000', '192733.048000', '192733.050000', '192733.053000', '192733.056000', '192733.058000', '192752.943000', '192752.946000', '192752.949000', '192752.952000', '192752.955000', '192752.957000', '192752.960000', '192752.962000', '192752.965000', '192752.968000', '192752.970000', '192752.973000', '192752.976000', '192752.978000', '192752.981000', '192752.984000', '192752.986000', '192752.989000', '192752.992000', '192752.994000', '192752.997000', '192753.001000', '192753.003000', '192753.006000', '192753.009000', '192753.011000', '192753.014000', '192753.016000', '192753.019000', '192753.022000', '192753.024000', '192753.027000', '192753.030000', '192753.032000', '192753.035000', '192753.038000', '192753.051000', '192753.053000', '192753.056000', '192753.059000', '192753.062000', '192753.064000', '192753.067000', '192753.069000', '192812.943000', '192812.946000', '192812.949000', '192812.952000', '192812.954000', '192812.957000', '192812.959000', '192812.962000', '192812.965000', '192812.967000', '192812.970000', '192812.973000', '192812.975000', '192812.978000', '192812.981000', '192812.983000', '192812.986000', '192812.988000', '192812.991000', '192812.994000', '192812.996000', '192813.000000', '192813.003000', '192813.005000', '192813.008000', '192813.010000', '192813.013000', '192813.016000', '192813.018000', '192813.021000', '192813.024000', '192813.027000', '192813.029000', '192813.032000', '192813.034000', '192813.037000', '192813.040000', '192813.042000', '192813.045000', '192813.048000', '192813.050000', '192813.053000', '192813.055000', '192832.970000', '192832.973000', '192832.975000', '192832.979000', '192832.981000', '192832.984000', '192832.987000', '192832.990000', '192832.992000', '192832.995000', '192832.997000', '192833.001000', '192833.004000', '192833.006000', '192833.009000', '192833.012000', '192833.015000', '192833.017000', '192833.020000', '192833.022000', '192833.025000', '192833.028000', '192833.030000', '192833.033000', '192833.036000', '192833.038000', '192833.041000', '192833.043000', '192833.046000', '192833.049000', '192833.051000', '192833.054000', '192833.057000', '192833.059000', '192833.062000', '192833.064000', '192833.067000', '192833.070000', '192833.072000', '192833.075000', '192833.077000', '192833.080000', '192833.083000', '192833.085000', '192852.944000', '192852.947000', '192852.949000', '192852.952000', '192852.954000', '192852.957000', '192852.959000', '192852.962000', '192852.965000', '192852.968000', '192852.970000', '192852.973000', '192852.976000', '192852.978000', '192852.981000', '192852.984000', '192852.987000', '192852.990000', '192852.993000', '192852.995000', '192852.998000', '192853.001000', '192853.004000', '192853.007000', '192853.009000', '192853.012000', '192853.015000', '192853.018000', '192853.020000', '192853.023000', '192853.025000', '192853.029000', '192853.032000', '192853.034000', '192853.037000', '192853.040000', '192853.043000', '192853.045000', '192853.048000', '192853.051000', '192853.053000', '192853.056000', '192853.058000', '192912.944000', '192912.946000', '192912.949000', '192912.952000', '192912.955000', '192912.957000', '192912.960000', '192912.962000', '192912.965000', '192912.968000', '192912.970000', '192912.973000', '192912.975000', '192912.978000', '192912.981000', '192912.983000', '192912.986000', '192912.989000', '192912.991000', '192912.994000', '192912.997000', '192913.000000', '192913.005000', '192913.007000', '192913.010000', '192913.013000', '192913.015000', '192913.018000', '192913.021000', '192913.023000', '192913.026000', '192913.028000', '192913.031000', '192913.034000', '192913.036000', '192913.039000', '192913.042000', '192913.044000', '192913.047000', '192913.050000', '192913.052000', '192913.055000', '192913.058000', '192913.060000', '192932.944000', '192932.947000', '192932.950000', '192932.952000', '192932.955000', '192932.958000', '192932.960000', '192932.963000', '192932.965000', '192932.968000', '192932.970000', '192932.973000', '192932.976000', '192932.979000', '192932.981000', '192932.984000', '192932.987000', '192932.989000', '192932.992000', '192932.995000', '192932.997000', '192933.001000', '192933.003000', '192933.006000', '192933.009000', '192933.011000', '192933.014000', '192933.017000', '192933.019000', '192933.022000', '192933.024000', '192933.027000', '192933.030000', '192933.032000', '192933.035000', '192933.038000', '192933.040000', '192933.043000', '192933.046000', '192933.048000', '192933.051000', '192933.054000', '192933.056000', '192952.943000', '192952.946000', '192952.949000', '192952.952000', '192952.954000', '192952.957000', '192952.960000', '192952.962000', '192952.965000', '192952.968000', '192952.970000', '192952.973000', '192952.975000', '192952.978000', '192952.980000', '192952.983000', '192952.986000', '192952.994000', '192952.996000', '192953.001000', '192953.003000', '192953.006000', '192953.009000', '192953.011000', '192953.014000', '192953.017000', '192953.019000', '192953.022000', '192953.024000', '192953.027000', '192953.030000', '192953.032000', '192953.035000', '192953.037000', '192953.040000', '192953.043000', '192953.045000', '192953.048000', '192953.050000', '192953.053000', '192953.056000', '192953.058000', '192953.061000', '192953.064000', '193000.142000', '193000.145000', '193000.149000', '193000.152000', '193000.155000', '193000.158000', '193000.160000', '193000.163000', '193000.166000', '193000.169000', '193000.172000', '193000.174000', '193000.177000', '193000.180000', '193000.183000', '193000.186000'], 'InstanceCreationTime': ['192332.988000', '192332.991000', '192332.994000', '192332.997000', '192333.000000', '192333.003000', '192333.006000', '192333.008000', '192333.011000', '192333.020000', '192333.023000', '192333.025000', '192333.028000', '192333.031000', '192333.033000', '192333.036000', '192333.039000', '192333.041000', '192333.044000', '192333.046000', '192333.049000', '192333.051000', '192333.061000', '192333.063000', '192333.066000', '192333.069000', '192333.071000', '192333.086000', '192333.088000', '192333.091000', '192352.943000', '192352.946000', '192352.949000', '192352.952000', '192352.954000', '192352.957000', '192352.959000', '192352.962000', '192352.965000', '192352.974000', '192352.977000', '192352.979000', '192352.982000', '192352.985000', '192352.987000', '192352.990000', '192352.992000', '192352.995000', '192352.997000', '192353.001000', '192353.003000', '192353.006000', '192353.009000', '192353.011000', '192353.014000', '192353.017000', '192353.019000', '192353.022000', '192353.025000', '192353.028000', '192353.030000', '192353.034000', '192353.037000', '192353.039000', '192353.042000', '192353.044000', '192353.047000', '192353.050000', '192353.052000', '192353.055000', '192353.058000', '192353.060000', '192353.063000', '192412.943000', '192412.946000', '192412.949000', '192412.951000', '192412.954000', '192412.956000', '192412.959000', '192412.962000', '192412.964000', '192412.967000', '192412.969000', '192412.972000', '192412.975000', '192412.977000', '192412.980000', '192412.982000', '192412.985000', '192412.987000', '192412.990000', '192412.998000', '192413.001000', '192413.004000', '192413.007000', '192413.009000', '192413.012000', '192413.014000', '192413.017000', '192413.020000', '192413.022000', '192413.025000', '192413.028000', '192413.030000', '192413.033000', '192413.035000', '192413.038000', '192413.040000', '192413.043000', '192413.046000', '192413.048000', '192413.051000', '192413.053000', '192413.056000', '192413.059000', '192413.061000', '192432.944000', '192432.946000', '192432.949000', '192432.951000', '192432.954000', '192432.957000', '192432.959000', '192432.962000', '192432.965000', '192432.967000', '192432.970000', '192432.972000', '192432.975000', '192432.978000', '192432.980000', '192432.983000', '192432.986000', '192432.988000', '192432.991000', '192432.993000', '192432.996000', '192433.000000', '192433.002000', '192433.005000', '192433.007000', '192433.010000', '192433.013000', '192433.015000', '192433.018000', '192433.021000', '192433.023000', '192433.026000', '192433.028000', '192433.031000', '192433.034000', '192433.036000', '192433.039000', '192433.041000', '192433.044000', '192433.047000', '192433.049000', '192433.052000', '192433.055000', '192452.943000', '192452.946000', '192452.949000', '192452.951000', '192452.954000', '192452.957000', '192452.959000', '192452.962000', '192452.964000', '192452.967000', '192452.970000', '192452.973000', '192452.975000', '192452.978000', '192452.981000', '192452.983000', '192452.986000', '192452.988000', '192452.991000', '192452.994000', '192452.996000', '192453.000000', '192453.003000', '192453.005000', '192453.008000', '192453.010000', '192453.013000', '192453.016000', '192453.018000', '192453.021000', '192453.023000', '192453.026000', '192453.029000', '192453.031000', '192453.034000', '192453.036000', '192453.039000', '192453.042000', '192453.044000', '192453.047000', '192453.049000', '192453.052000', '192453.055000', '192453.057000', '192512.943000', '192512.945000', '192512.948000', '192512.951000', '192512.953000', '192512.956000', '192512.958000', '192512.961000', '192512.964000', '192512.966000', '192512.969000', '192512.972000', '192512.974000', '192512.977000', '192512.979000', '192512.982000', '192512.985000', '192512.987000', '192512.990000', '192512.992000', '192512.995000', '192512.998000', '192513.010000', '192513.012000', '192513.015000', '192513.018000', '192513.020000', '192513.023000', '192513.025000', '192513.028000', '192513.031000', '192513.033000', '192513.036000', '192513.039000', '192513.041000', '192513.050000', '192513.053000', '192513.055000', '192513.058000', '192513.061000', '192513.063000', '192513.066000', '192513.068000', '192532.943000', '192532.946000', '192532.949000', '192532.951000', '192532.954000', '192532.957000', '192532.959000', '192532.962000', '192532.965000', '192532.967000', '192532.970000', '192532.973000', '192532.975000', '192532.978000', '192532.980000', '192532.983000', '192532.986000', '192532.988000', '192532.991000', '192532.993000', '192532.996000', '192533.000000', '192533.002000', '192533.005000', '192533.008000', '192533.010000', '192533.013000', '192533.015000', '192533.018000', '192533.021000', '192533.023000', '192533.026000', '192533.029000', '192533.031000', '192533.034000', '192533.036000', '192533.039000', '192533.042000', '192533.044000', '192533.047000', '192533.049000', '192533.052000', '192533.055000', '192533.057000', '192552.943000', '192552.946000', '192552.949000', '192552.952000', '192552.954000', '192552.957000', '192552.960000', '192552.962000', '192552.965000', '192552.968000', '192552.970000', '192552.973000', '192552.976000', '192552.978000', '192552.981000', '192552.984000', '192552.986000', '192552.989000', '192552.991000', '192552.994000', '192552.997000', '192553.000000', '192553.003000', '192553.006000', '192553.008000', '192553.011000', '192553.014000', '192553.016000', '192553.019000', '192553.021000', '192553.024000', '192553.027000', '192553.029000', '192553.032000', '192553.035000', '192553.037000', '192553.040000', '192553.042000', '192553.045000', '192553.048000', '192553.050000', '192553.053000', '192553.056000', '192612.943000', '192612.946000', '192612.950000', '192612.953000', '192612.956000', '192612.958000', '192612.961000', '192612.964000', '192612.966000', '192612.969000', '192612.971000', '192612.974000', '192612.977000', '192612.979000', '192612.982000', '192612.985000', '192612.987000', '192612.990000', '192612.992000', '192612.995000', '192612.998000', '192613.001000', '192613.004000', '192613.007000', '192613.009000', '192613.012000', '192613.015000', '192613.017000', '192613.020000', '192613.022000', '192613.025000', '192613.028000', '192613.030000', '192613.033000', '192613.036000', '192613.038000', '192613.041000', '192613.043000', '192613.046000', '192613.049000', '192613.051000', '192613.054000', '192613.056000', '192613.059000', '192632.943000', '192632.946000', '192632.949000', '192632.951000', '192632.954000', '192632.957000', '192632.959000', '192632.962000', '192632.965000', '192632.967000', '192632.970000', '192632.972000', '192632.975000', '192632.978000', '192632.980000', '192632.983000', '192632.986000', '192632.988000', '192632.991000', '192632.994000', '192632.996000', '192633.000000', '192633.003000', '192633.005000', '192633.008000', '192633.011000', '192633.013000', '192633.016000', '192633.018000', '192633.021000', '192633.024000', '192633.026000', '192633.029000', '192633.032000', '192633.034000', '192633.037000', '192633.040000', '192633.042000', '192633.045000', '192633.047000', '192633.050000', '192633.053000', '192633.056000', '192652.943000', '192652.946000', '192652.949000', '192652.952000', '192652.954000', '192652.957000', '192652.960000', '192652.962000', '192652.965000', '192652.967000', '192652.970000', '192652.973000', '192652.975000', '192652.978000', '192652.981000', '192652.983000', '192652.986000', '192652.989000', '192653.006000', '192653.009000', '192653.012000', '192653.014000', '192653.017000', '192653.020000', '192653.022000', '192653.025000', '192653.027000', '192653.030000', '192653.033000', '192653.035000', '192653.038000', '192653.040000', '192653.043000', '192653.046000', '192653.048000', '192653.051000', '192653.054000', '192653.056000', '192653.059000', '192653.062000', '192653.064000', '192653.067000', '192653.069000', '192653.072000', '192712.944000', '192712.946000', '192712.949000', '192712.952000', '192712.954000', '192712.957000', '192712.959000', '192712.962000', '192712.965000', '192712.967000', '192712.970000', '192712.972000', '192712.975000', '192712.978000', '192712.980000', '192712.983000', '192712.986000', '192712.989000', '192712.991000', '192712.994000', '192712.996000', '192713.000000', '192713.003000', '192713.005000', '192713.008000', '192713.011000', '192713.013000', '192713.016000', '192713.018000', '192713.021000', '192713.024000', '192713.026000', '192713.029000', '192713.031000', '192713.034000', '192713.037000', '192713.039000', '192713.042000', '192713.044000', '192713.047000', '192713.050000', '192713.052000', '192713.055000', '192732.942000', '192732.945000', '192732.948000', '192732.951000', '192732.954000', '192732.957000', '192732.960000', '192732.963000', '192732.966000', '192732.969000', '192732.971000', '192732.974000', '192732.976000', '192732.979000', '192732.982000', '192732.984000', '192732.988000', '192732.991000', '192732.994000', '192732.996000', '192733.000000', '192733.003000', '192733.005000', '192733.008000', '192733.010000', '192733.013000', '192733.016000', '192733.018000', '192733.021000', '192733.024000', '192733.026000', '192733.029000', '192733.032000', '192733.034000', '192733.037000', '192733.040000', '192733.042000', '192733.045000', '192733.048000', '192733.050000', '192733.053000', '192733.056000', '192733.058000', '192752.943000', '192752.946000', '192752.949000', '192752.952000', '192752.955000', '192752.957000', '192752.960000', '192752.962000', '192752.965000', '192752.968000', '192752.970000', '192752.973000', '192752.976000', '192752.978000', '192752.981000', '192752.984000', '192752.986000', '192752.989000', '192752.992000', '192752.994000', '192752.997000', '192753.001000', '192753.003000', '192753.006000', '192753.009000', '192753.011000', '192753.014000', '192753.016000', '192753.019000', '192753.022000', '192753.024000', '192753.027000', '192753.030000', '192753.032000', '192753.035000', '192753.038000', '192753.051000', '192753.053000', '192753.056000', '192753.059000', '192753.062000', '192753.064000', '192753.067000', '192753.069000', '192812.943000', '192812.946000', '192812.949000', '192812.952000', '192812.954000', '192812.957000', '192812.959000', '192812.962000', '192812.965000', '192812.967000', '192812.970000', '192812.973000', '192812.975000', '192812.978000', '192812.981000', '192812.983000', '192812.986000', '192812.988000', '192812.991000', '192812.994000', '192812.996000', '192813.000000', '192813.003000', '192813.005000', '192813.008000', '192813.010000', '192813.013000', '192813.016000', '192813.018000', '192813.021000', '192813.024000', '192813.027000', '192813.029000', '192813.032000', '192813.034000', '192813.037000', '192813.040000', '192813.042000', '192813.045000', '192813.048000', '192813.050000', '192813.053000', '192813.055000', '192832.970000', '192832.973000', '192832.975000', '192832.979000', '192832.981000', '192832.984000', '192832.987000', '192832.990000', '192832.992000', '192832.995000', '192832.997000', '192833.001000', '192833.004000', '192833.006000', '192833.009000', '192833.012000', '192833.015000', '192833.017000', '192833.020000', '192833.022000', '192833.025000', '192833.028000', '192833.030000', '192833.033000', '192833.036000', '192833.038000', '192833.041000', '192833.043000', '192833.046000', '192833.049000', '192833.051000', '192833.054000', '192833.057000', '192833.059000', '192833.062000', '192833.064000', '192833.067000', '192833.070000', '192833.072000', '192833.075000', '192833.077000', '192833.080000', '192833.083000', '192833.085000', '192852.944000', '192852.947000', '192852.949000', '192852.952000', '192852.954000', '192852.957000', '192852.959000', '192852.962000', '192852.965000', '192852.968000', '192852.970000', '192852.973000', '192852.976000', '192852.978000', '192852.981000', '192852.984000', '192852.987000', '192852.990000', '192852.993000', '192852.995000', '192852.998000', '192853.001000', '192853.004000', '192853.007000', '192853.009000', '192853.012000', '192853.015000', '192853.018000', '192853.020000', '192853.023000', '192853.025000', '192853.029000', '192853.032000', '192853.034000', '192853.037000', '192853.040000', '192853.043000', '192853.045000', '192853.048000', '192853.051000', '192853.053000', '192853.056000', '192853.058000', '192912.944000', '192912.946000', '192912.949000', '192912.952000', '192912.955000', '192912.957000', '192912.960000', '192912.962000', '192912.965000', '192912.968000', '192912.970000', '192912.973000', '192912.975000', '192912.978000', '192912.981000', '192912.983000', '192912.986000', '192912.989000', '192912.991000', '192912.994000', '192912.997000', '192913.000000', '192913.005000', '192913.007000', '192913.010000', '192913.013000', '192913.015000', '192913.018000', '192913.021000', '192913.023000', '192913.026000', '192913.028000', '192913.031000', '192913.034000', '192913.036000', '192913.039000', '192913.042000', '192913.044000', '192913.047000', '192913.050000', '192913.052000', '192913.055000', '192913.058000', '192913.060000', '192932.944000', '192932.947000', '192932.950000', '192932.952000', '192932.955000', '192932.958000', '192932.960000', '192932.963000', '192932.965000', '192932.968000', '192932.970000', '192932.973000', '192932.976000', '192932.979000', '192932.981000', '192932.984000', '192932.987000', '192932.989000', '192932.992000', '192932.995000', '192932.997000', '192933.001000', '192933.003000', '192933.006000', '192933.009000', '192933.011000', '192933.014000', '192933.017000', '192933.019000', '192933.022000', '192933.024000', '192933.027000', '192933.030000', '192933.032000', '192933.035000', '192933.038000', '192933.040000', '192933.043000', '192933.046000', '192933.048000', '192933.051000', '192933.054000', '192933.056000', '192952.943000', '192952.946000', '192952.949000', '192952.952000', '192952.954000', '192952.957000', '192952.960000', '192952.962000', '192952.965000', '192952.968000', '192952.970000', '192952.973000', '192952.975000', '192952.978000', '192952.980000', '192952.983000', '192952.986000', '192952.994000', '192952.996000', '192953.001000', '192953.003000', '192953.006000', '192953.009000', '192953.011000', '192953.014000', '192953.017000', '192953.019000', '192953.022000', '192953.024000', '192953.027000', '192953.030000', '192953.032000', '192953.035000', '192953.037000', '192953.040000', '192953.043000', '192953.045000', '192953.048000', '192953.050000', '192953.053000', '192953.056000', '192953.058000', '192953.061000', '192953.064000', '193000.142000', '193000.145000', '193000.149000', '193000.152000', '193000.155000', '193000.158000', '193000.160000', '193000.163000', '193000.166000', '193000.169000', '193000.172000', '193000.174000', '193000.177000', '193000.180000', '193000.183000', '193000.186000'], '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': [13406, 19235, 13922, 17335, 11956, 16626, 12006, 16971, 11301, 15136, 9683, 14165, 9434, 14437, 9568, 15317, 10214, 15237, 9688, 14922, 9471, 16050, 10403, 16684, 10025, 16026, 9543, 15698, 10288, 15891, 11113, 16317, 10027, 16129, 10773, 16799, 10981, 16909, 12018, 16645, 11306, 15736, 11055, 14774, 10168, 14601, 9292, 13645, 8424, 14818, 8549, 14383, 9795, 16229, 10607, 10573, 11913, 8527, 15839, 11175, 17518, 12824, 16851, 12457, 16661, 11406, 10797, 13013, 9875, 15742, 11211, 13713, 11585, 10312, 15247, 9271, 16612, 10765, 17644, 11910, 17535, 10569, 15299, 9799, 12700, 9716, 12380, 8332, 11233, 9148, 11497, 9170, 12371, 8685, 13201, 8069, 13739, 8393, 14709, 8932, 15666, 9632, 16135, 9259, 16030, 8864, 15503, 11612, 14327, 15944, 13017, 18754, 13336, 17802, 12931, 16375, 12363, 16205, 12067, 15781, 11349, 12502, 10563, 11050, 12245, 9134, 13681, 11735, 13074, 18837, 11670, 17244, 12204, 15566, 9994, 13767, 9672, 13528, 9555, 15245, 9505, 14297, 8916, 13263, 8938, 13563, 9842, 15863, 9943, 15508, 9188, 15694, 10242, 13965, 13663, 13801, 13242, 12402, 16047, 12206, 14779, 14093, 11461, 15786, 9317, 17734, 11242, 17724, 11202, 17642, 11952, 17735, 11472, 16748, 11979, 15410, 13707, 15061, 15915, 14846, 14550, 12783, 14729, 11084, 16230, 11665, 16230, 11185, 15206, 11287, 13990, 10535, 13977, 11190, 11828, 10574, 9757, 11568, 11322, 11976, 11747, 12617, 9439, 11890, 12312, 11438, 14048, 12117, 11644, 12998, 8752, 13380, 9756, 13278, 13886, 12947, 12331, 13707, 9981, 13644, 11039, 14588, 10532, 16310, 10301, 17706, 10702, 17233, 10711, 16632, 10695, 16394, 11443, 16444, 10088, 15031, 9190, 14250, 8886, 14102, 9545, 16294, 9084, 15356, 9591, 15479, 10739, 16872, 11747, 14141, 10389, 11272, 11385, 16151, 11877, 18671, 13304, 18736, 12899, 18153, 11811, 16189, 10901, 14588, 10393, 14615, 10885, 15379, 10293, 14969, 9853, 13518, 9558, 14295, 10604, 9773, 12624, 9057, 13569, 9735, 9240, 12722, 12294, 16431, 14150, 11843, 16463, 9802, 15284, 10493, 16899, 13134, 17977, 14359, 13917, 17025, 10791, 15263, 10845, 8920, 11110, 8835, 11854, 9029, 12147, 9645, 14846, 10139, 13647, 11612, 9301, 12696, 8379, 15226, 10994, 17908, 11797, 15380, 13139, 19082, 18670, 15847, 19984, 13149, 17300, 12321, 17906, 12477, 18182, 12764, 18511, 12399, 17889, 10961, 15028, 10250, 11140, 12284, 9833, 14280, 9774, 14925, 10406, 14226, 11074, 12849, 11395, 12099, 11452, 10722, 10365, 10798, 9436, 11630, 8724, 12469, 9020, 8576, 9683, 7933, 13405, 10397, 12058, 12223, 9504, 16683, 9728, 16591, 9880, 13205, 12863, 19471, 13052, 9320, 13814, 9512, 16373, 10207, 17344, 10391, 17252, 11437, 16730, 9973, 14916, 9955, 15317, 9870, 11769, 9616, 9154, 9959, 8876, 11489, 8520, 13554, 8937, 13543, 8774, 13886, 8586, 15567, 8869, 15182, 8857, 14035, 9340, 14306, 9315, 15931, 8990, 14633, 8615, 14733, 12088, 11651, 18431, 11286, 18678, 10754, 15911, 10396, 16422, 10274, 15076, 9280, 15175, 9874, 15067, 8958, 14055, 9074, 16062, 9208, 14940, 9509, 15294, 9502, 16288, 10352, 16671, 10200, 17003, 9769, 18071, 10569, 18105, 10144, 16906, 11567, 13970, 13911, 12155, 16464, 12001, 15872, 10658, 14401, 10345, 10091, 12649, 8565, 14558, 9301, 17773, 9979, 16575, 9870, 14783, 8866, 15224, 9605, 16893, 9226, 14567, 8765, 14534, 8941, 16177, 9485, 16598, 9157, 14708, 9304, 14656, 9580, 16566, 10600, 17837, 10004, 15792, 9170, 15442, 9568, 17875, 9987, 17055, 9183, 15551, 11426, 11821, 19183, 11997, 17515, 11634, 12639, 10058, 11878, 11000, 14051, 10973, 16673, 10742, 17055, 11100, 17105, 10477, 18043, 11311, 16228, 12083, 14064, 13084, 9997, 15863, 9860, 15886, 10159, 16296, 9969, 14412, 9269, 14409, 9058, 13590, 8749, 12109, 11070, 12859, 11001, 11195, 14344, 9838, 17128, 10791, 9673, 11388, 16761, 14036, 10938, 15388, 12320, 17780, 11297, 16962, 10149, 16514, 10071, 16136, 9714, 15292, 8704, 12850, 8864, 13100, 8528, 16321, 9299, 15792, 9261, 14666, 9656, 15326, 10111, 17272, 10072, 15718, 9102, 15244, 9127, 14555, 12893, 12888, 15960, 10355, 17556, 10550, 13959, 9591, 9854, 11137, 8331, 16933, 9088, 17026, 11031, 12016, 10386, 8753, 12445, 19550, 11686, 17561, 11648, 16178, 9487, 13600, 10982, 11259, 18297, 10851, 16815, 10415, 13706, 9263, 11383, 8416, 11387, 8166, 10878, 7812, 11399, 8512, 10797, 13311, 10518, 16347, 11641, 16160, 11167, 15675, 10544, 17594, 11061, 14470, 10358, 9892, 12724, 10317, 14203, 14905, 13116, 16377, 12084, 16242, 11328, 19022, 12080, 17181, 11147, 16189, 10393, 15100, 9737, 12243, 10034, 8548, 10806, 8609, 11676, 10004, 12139, 12055, 13699, 8263, 11306, 8595, 12476, 9308, 13389, 10938, 13328, 8007, 11727, 8615, 12018, 11094, 12568, 8910, 17274, 9267, 13719, 9330, 9921, 10894, 9552, 14016, 11532, 14240, 9900, 13222, 15013, 11635, 18339, 11333, 19016, 12530, 18639, 12277, 16329, 10125, 12476, 9676, 10545, 10545, 11096, 11181, 12605, 12448, 8195, 12030, 8518, 12585, 9357, 13324, 10056, 13556, 8832, 11365, 11030, 11257, 15031, 10377, 17525, 10886, 14389, 9666, 15309, 9676, 15365, 10017, 16033, 9837, 15339, 10509, 9796, 9596, 8533, 13561, 9793, 7904, 13309, 9393, 14784, 9752, 15647, 9331, 17212, 9804, 15872, 12150, 13196, 12560, 12068, 10161, 12650, 9690, 17059, 10117, 16104, 9733, 12020, 9449, 11703, 15840, 15120, 18031, 13081, 17832, 11634, 17651, 12253, 16321, 10654, 17331, 10996, 16207, 10349, 10403, 9959, 8875, 10986, 9442, 10929, 14609, 9783, 13311, 9055, 7420, 10912, 7661, 12101, 9413, 8426, 14224, 9446, 17595, 10968, 17263, 14632, 19421, 15057, 18530, 15036, 17073, 14727, 15242, 14752, 12169, 12269, 10883, 9721, 11777, 9386, 11472, 8807, 11809, 8954, 13143, 8981, 14006, 9452, 14878, 9014, 13046, 9151, 12500, 9486, 11290, 10415, 10345, 10720, 9935, 9545, 10724, 8192, 11557, 8501, 11796, 8490, 11815, 8591, 13730, 10521, 10643, 14475, 10245, 17575, 10481, 17067, 10878, 14432, 9913, 15841, 9943, 17653, 10716, 17337, 10800, 15982, 10457, 15229, 10259, 14289, 9642, 14153, 9265, 16309, 9460, 14771, 9787, 14649], 'WindowCenter': [4591.0, 4607.0, 4575.0, 4584.0, 4538.0, 4557.0, 4523.0, 4555.0, 4514.0, 4542.0, 4492.0, 4531.0, 4481.0, 4544.0, 4494.0, 4556.0, 4515.0, 4555.0, 4504.0, 4557.0, 4507.0, 4581.0, 4528.0, 4555.0, 4506.0, 4554.0, 4493.0, 4554.0, 4506.0, 4544.0, 4515.0, 4555.0, 4505.0, 4554.0, 4514.0, 4553.0, 4504.0, 4553.0, 4522.0, 4544.0, 4503.0, 4542.0, 4502.0, 4531.0, 4490.0, 4520.0, 4479.0, 4519.0, 4459.0, 4543.0, 4483.0, 4531.0, 4477.0, 4514.0, 4487.0, 4475.0, 4497.0, 4468.0, 4543.0, 4514.0, 4554.0, 4524.0, 4567.0, 4535.0, 4553.0, 4541.0, 4511.0, 4520.0, 4489.0, 4538.0, 4511.0, 4519.0, 4500.0, 4489.0, 4531.0, 4480.0, 4538.0, 4487.0, 4538.0, 4486.0, 4525.0, 4475.0, 4515.0, 4463.0, 4493.0, 4464.0, 4495.0, 4455.0, 4484.0, 4465.0, 4497.0, 4477.0, 4507.0, 4481.0, 4531.0, 4473.0, 4543.0, 4484.0, 4543.0, 4496.0, 4556.0, 4506.0, 4556.0, 4496.0, 4556.0, 4494.0, 4556.0, 4514.0, 4546.0, 4553.0, 4535.0, 4563.0, 4534.0, 4554.0, 4523.0, 4542.0, 4509.0, 4537.0, 4521.0, 4540.0, 4500.0, 4517.0, 4500.0, 4510.0, 4521.0, 4478.0, 4531.0, 4510.0, 4521.0, 4549.0, 4510.0, 4540.0, 4508.0, 4540.0, 4490.0, 4529.0, 4490.0, 4529.0, 4490.0, 4541.0, 4492.0, 4540.0, 4494.0, 4533.0, 4505.0, 4545.0, 4517.0, 4567.0, 4518.0, 4567.0, 4507.0, 4567.0, 4514.0, 4557.0, 4545.0, 4545.0, 4533.0, 4536.0, 4555.0, 4536.0, 4556.0, 4547.0, 4527.0, 4567.0, 4506.0, 4568.0, 4525.0, 4567.0, 4516.0, 4567.0, 4525.0, 4556.0, 4513.0, 4544.0, 4511.0, 4531.0, 4519.0, 4529.0, 4529.0, 4529.0, 4517.0, 4506.0, 4516.0, 4485.0, 4525.0, 4494.0, 4526.0, 4485.0, 4515.0, 4495.0, 4515.0, 4485.0, 4514.0, 4496.0, 4496.0, 4486.0, 4476.0, 4496.0, 4496.0, 4508.0, 4507.0, 4509.0, 4478.0, 4510.0, 4508.0, 4510.0, 4530.0, 4522.0, 4511.0, 4533.0, 4480.0, 4532.0, 4492.0, 4534.0, 4543.0, 4535.0, 4535.0, 4546.0, 4505.0, 4546.0, 4513.0, 4553.0, 4515.0, 4566.0, 4515.0, 4566.0, 4514.0, 4555.0, 4502.0, 4541.0, 4502.0, 4542.0, 4511.0, 4541.0, 4491.0, 4542.0, 4480.0, 4530.0, 4468.0, 4520.0, 4479.0, 4541.0, 4481.0, 4541.0, 4491.0, 4553.0, 4514.0, 4552.0, 4525.0, 4544.0, 4505.0, 4515.0, 4515.0, 4543.0, 4524.0, 4554.0, 4534.0, 4554.0, 4522.0, 4552.0, 4510.0, 4529.0, 4489.0, 4518.0, 4489.0, 4529.0, 4499.0, 4530.0, 4490.0, 4530.0, 4491.0, 4534.0, 4519.0, 4556.0, 4514.0, 4517.0, 4535.0, 4490.0, 4530.0, 4493.0, 4505.0, 4545.0, 4547.0, 4568.0, 4558.0, 4539.0, 4569.0, 4517.0, 4546.0, 4502.0, 4541.0, 4518.0, 4552.0, 4517.0, 4518.0, 4526.0, 4486.0, 4528.0, 4498.0, 4478.0, 4496.0, 4478.0, 4509.0, 4490.0, 4521.0, 4502.0, 4543.0, 4515.0, 4545.0, 4525.0, 4494.0, 4537.0, 4474.0, 4531.0, 4503.0, 4543.0, 4512.0, 4544.0, 4522.0, 4554.0, 4554.0, 4556.0, 4563.0, 4520.0, 4540.0, 4497.0, 4527.0, 4494.0, 4524.0, 4481.0, 4511.0, 4469.0, 4498.0, 4457.0, 4475.0, 4445.0, 4442.0, 4453.0, 4432.0, 4473.0, 4432.0, 4472.0, 4431.0, 4461.0, 4440.0, 4451.0, 4440.0, 4450.0, 4440.0, 4440.0, 4431.0, 4443.0, 4435.0, 4468.0, 4427.0, 4480.0, 4439.0, 4438.0, 4451.0, 4431.0, 4492.0, 4462.0, 4483.0, 4498.0, 4493.0, 4555.0, 4493.0, 4554.0, 4491.0, 4508.0, 4507.0, 4536.0, 4493.0, 4463.0, 4504.0, 4475.0, 4525.0, 4474.0, 4524.0, 4475.0, 4524.0, 4482.0, 4513.0, 4474.0, 4513.0, 4473.0, 4512.0, 4463.0, 4493.0, 4474.0, 4464.0, 4474.0, 4464.0, 4496.0, 4464.0, 4517.0, 4468.0, 4518.0, 4468.0, 4530.0, 4478.0, 4541.0, 4480.0, 4531.0, 4468.0, 4519.0, 4478.0, 4519.0, 4479.0, 4540.0, 4479.0, 4529.0, 4469.0, 4530.0, 4508.0, 4510.0, 4550.0, 4510.0, 4562.0, 4500.0, 4539.0, 4500.0, 4540.0, 4500.0, 4540.0, 4492.0, 4543.0, 4503.0, 4542.0, 4491.0, 4543.0, 4493.0, 4554.0, 4505.0, 4554.0, 4505.0, 4554.0, 4504.0, 4555.0, 4516.0, 4568.0, 4516.0, 4567.0, 4506.0, 4566.0, 4513.0, 4566.0, 4503.0, 4555.0, 4511.0, 4533.0, 4519.0, 4512.0, 4541.0, 4511.0, 4540.0, 4502.0, 4558.0, 4515.0, 4500.0, 4533.0, 4469.0, 4530.0, 4491.0, 4551.0, 4491.0, 4542.0, 4491.0, 4531.0, 4479.0, 4541.0, 4490.0, 4541.0, 4491.0, 4530.0, 4480.0, 4530.0, 4479.0, 4551.0, 4492.0, 4552.0, 4491.0, 4542.0, 4493.0, 4543.0, 4504.0, 4553.0, 4514.0, 4564.0, 4503.0, 4544.0, 4492.0, 4543.0, 4491.0, 4564.0, 4502.0, 4553.0, 4480.0, 4541.0, 4499.0, 4510.0, 4549.0, 4500.0, 4540.0, 4500.0, 4509.0, 4487.0, 4498.0, 4499.0, 4517.0, 4500.0, 4538.0, 4500.0, 4540.0, 4501.0, 4540.0, 4490.0, 4552.0, 4515.0, 4529.0, 4497.0, 4505.0, 4506.0, 4476.0, 4540.0, 4503.0, 4541.0, 4490.0, 4540.0, 4478.0, 4518.0, 4467.0, 4518.0, 4467.0, 4507.0, 4455.0, 4496.0, 4484.0, 4495.0, 4474.0, 4485.0, 4504.0, 4475.0, 4524.0, 4499.0, 4477.0, 4510.0, 4527.0, 4516.0, 4485.0, 4528.0, 4509.0, 4550.0, 4501.0, 4540.0, 4490.0, 4529.0, 4479.0, 4529.0, 4478.0, 4529.0, 4469.0, 4509.0, 4468.0, 4518.0, 4468.0, 4539.0, 4481.0, 4540.0, 4492.0, 4541.0, 4493.0, 4543.0, 4504.0, 4555.0, 4505.0, 4544.0, 4484.0, 4544.0, 4482.0, 4533.0, 4511.0, 4523.0, 4542.0, 4492.0, 4542.0, 4502.0, 4531.0, 4493.0, 4503.0, 4513.0, 4482.0, 4550.0, 4481.0, 4552.0, 4514.0, 4525.0, 4517.0, 4495.0, 4537.0, 4563.0, 4526.0, 4554.0, 4512.0, 4543.0, 4479.0, 4521.0, 4499.0, 4499.0, 4549.0, 4501.0, 4542.0, 4503.0, 4518.0, 4477.0, 4497.0, 4469.0, 4510.0, 4471.0, 4513.0, 4472.0, 4525.0, 4483.0, 4515.0, 4533.0, 4512.0, 4553.0, 4523.0, 4554.0, 4513.0, 4543.0, 4502.0, 4552.0, 4513.0, 4534.0, 4504.0, 4504.0, 4534.0, 4503.0, 4534.0, 4531.0, 4535.0, 4543.0, 4513.0, 4542.0, 4500.0, 4541.0, 4510.0, 4529.0, 4488.0, 4528.0, 4488.0, 4516.0, 4478.0, 4496.0, 4488.0, 4468.0, 4498.0, 4467.0, 4498.0, 4489.0, 4509.0, 4508.0, 4519.0, 4458.0, 4499.0, 4468.0, 4509.0, 4478.0, 4519.0, 4498.0, 4521.0, 4459.0, 4511.0, 4469.0, 4511.0, 4498.0, 4509.0, 4481.0, 4552.0, 4493.0, 4533.0, 4494.0, 4503.0, 4515.0, 4504.0, 4547.0, 4525.0, 4546.0, 4503.0, 4534.0, 4533.0, 4512.0, 4540.0, 4487.0, 4536.0, 4498.0, 4538.0, 4498.0, 4527.0, 4477.0, 4496.0, 4466.0, 4475.0, 4475.0, 4484.0, 4486.0, 4496.0, 4508.0, 4457.0, 4497.0, 4455.0, 4496.0, 4465.0, 4507.0, 4464.0, 4506.0, 4466.0, 4513.0, 4487.0, 4486.0, 4505.0, 4475.0, 4525.0, 4474.0, 4505.0, 4466.0, 4517.0, 4478.0, 4527.0, 4478.0, 4543.0, 4491.0, 4542.0, 4489.0, 4478.0, 4465.0, 4453.0, 4505.0, 4491.0, 4486.0, 4548.0, 4507.0, 4559.0, 4504.0, 4556.0, 4494.0, 4557.0, 4491.0, 4531.0, 4496.0, 4496.0, 4494.0, 4495.0, 4472.0, 4496.0, 4465.0, 4527.0, 4476.0, 4515.0, 4464.0, 4495.0, 4478.0, 4495.0, 4526.0, 4526.0, 4539.0, 4518.0, 4537.0, 4498.0, 4538.0, 4496.0, 4525.0, 4474.0, 4524.0, 4474.0, 4514.0, 4475.0, 4473.0, 4475.0, 4466.0, 4484.0, 4475.0, 4487.0, 4531.0, 4479.0, 4517.0, 4456.0, 4436.0, 4475.0, 4436.0, 4499.0, 4496.0, 4486.0, 4548.0, 4508.0, 4582.0, 4530.0, 4569.0, 4546.0, 4565.0, 4529.0, 4542.0, 4517.0, 4525.0, 4503.0, 4503.0, 4491.0, 4480.0, 4469.0, 4458.0, 4448.0, 4469.0, 4448.0, 4467.0, 4449.0, 4480.0, 4449.0, 4490.0, 4451.0, 4503.0, 4462.0, 4502.0, 4451.0, 4492.0, 4452.0, 4482.0, 4451.0, 4482.0, 4472.0, 4473.0, 4473.0, 4463.0, 4464.0, 4486.0, 4455.0, 4495.0, 4468.0, 4509.0, 4470.0, 4512.0, 4482.0, 4534.0, 4503.0, 4504.0, 4531.0, 4493.0, 4542.0, 4503.0, 4543.0, 4503.0, 4533.0, 4493.0, 4542.0, 4492.0, 4553.0, 4502.0, 4552.0, 4504.0, 4543.0, 4502.0, 4542.0, 4490.0, 4531.0, 4490.0, 4532.0, 4482.0, 4543.0, 4491.0, 4541.0, 4492.0, 4532.0], 'WindowWidth': [10064.0, 10078.0, 10027.0, 10036.0, 9963.0, 9986.0, 9930.0, 9980.0, 9918.0, 9958.0, 9887.0, 9939.0, 9869.0, 9962.0, 9893.0, 9980.0, 9925.0, 9978.0, 9907.0, 9986.0, 9915.0, 10025.0, 9946.0, 9978.0, 9909.0, 9975.0, 9888.0, 9974.0, 9908.0, 9960.0, 9918.0, 9978.0, 9906.0, 9974.0, 9918.0, 9971.0, 9903.0, 9971.0, 9926.0, 9960.0, 9901.0, 9954.0, 9896.0, 9937.0, 9876.0, 9920.0, 9861.0, 9919.0, 9835.0, 9957.0, 9874.0, 9935.0, 9850.0, 9898.0, 9866.0, 9847.0, 9878.0, 9844.0, 9955.0, 9914.0, 9978.0, 9932.0, 9998.0, 9948.0, 9974.0, 9969.0, 9911.0, 9923.0, 9875.0, 9945.0, 9909.0, 9917.0, 9891.0, 9876.0, 9936.0, 9866.0, 9946.0, 9868.0, 9944.0, 9864.0, 9922.0, 9847.0, 9904.0, 9830.0, 9871.0, 9833.0, 9878.0, 9824.0, 9864.0, 9836.0, 9885.0, 9857.0, 9901.0, 9870.0, 9940.0, 9863.0, 9959.0, 9879.0, 9961.0, 9900.0, 9980.0, 9909.0, 9979.0, 9895.0, 9979.0, 9892.0, 9980.0, 9917.0, 9964.0, 9970.0, 9947.0, 9987.0, 9944.0, 9975.0, 9927.0, 9955.0, 9904.0, 9945.0, 9923.0, 9951.0, 9894.0, 9915.0, 9894.0, 9907.0, 9926.0, 9863.0, 9941.0, 9908.0, 9924.0, 9963.0, 9906.0, 9952.0, 9904.0, 9951.0, 9881.0, 9933.0, 9881.0, 9934.0, 9882.0, 9953.0, 9888.0, 9952.0, 9894.0, 9947.0, 9913.0, 9967.0, 9930.0, 9998.0, 9932.0, 9999.0, 9917.0, 9998.0, 9923.0, 9986.0, 9964.0, 9967.0, 9948.0, 9955.0, 9978.0, 9955.0, 9979.0, 9970.0, 9941.0, 9999.0, 9914.0, 10002.0, 9937.0, 9997.0, 9923.0, 9999.0, 9933.0, 9984.0, 9914.0, 9962.0, 9906.0, 9938.0, 9915.0, 9932.0, 9929.0, 9930.0, 9910.0, 9894.0, 9908.0, 9866.0, 9922.0, 9878.0, 9924.0, 9866.0, 9908.0, 9879.0, 9906.0, 9866.0, 9903.0, 9882.0, 9881.0, 9870.0, 9854.0, 9884.0, 9881.0, 9901.0, 9898.0, 9905.0, 9863.0, 9907.0, 9902.0, 9908.0, 9934.0, 9926.0, 9910.0, 9944.0, 9870.0, 9944.0, 9887.0, 9948.0, 9957.0, 9951.0, 9950.0, 9968.0, 9910.0, 9969.0, 9919.0, 9974.0, 9924.0, 9996.0, 9923.0, 9997.0, 9919.0, 9980.0, 9900.0, 9956.0, 9898.0, 9959.0, 9909.0, 9955.0, 9882.0, 9956.0, 9865.0, 9934.0, 9846.0, 9920.0, 9863.0, 9952.0, 9868.0, 9951.0, 9883.0, 9972.0, 9919.0, 9971.0, 9933.0, 9960.0, 9908.0, 9920.0, 9921.0, 9956.0, 9931.0, 9974.0, 9943.0, 9977.0, 9925.0, 9969.0, 9905.0, 9932.0, 9873.0, 9915.0, 9873.0, 9929.0, 9889.0, 9934.0, 9879.0, 9934.0, 9882.0, 9946.0, 9935.0, 9980.0, 9921.0, 9928.0, 9950.0, 9882.0, 9935.0, 9888.0, 9911.0, 9966.0, 9973.0, 10001.0, 9989.0, 9961.0, 10006.0, 9928.0, 9970.0, 9898.0, 9955.0, 9913.0, 9970.0, 9908.0, 9913.0, 9924.0, 9868.0, 9929.0, 9887.0, 9862.0, 9884.0, 9862.0, 9906.0, 9883.0, 9927.0, 9902.0, 9957.0, 9921.0, 9963.0, 9934.0, 9891.0, 9955.0, 9862.0, 9935.0, 9899.0, 9955.0, 9909.0, 9962.0, 9925.0, 9979.0, 9975.0, 9982.0, 9994.0, 9921.0, 9951.0, 9881.0, 9926.0, 9871.0, 9916.0, 9850.0, 9896.0, 9828.0, 9870.0, 9809.0, 9832.0, 9789.0, 9781.0, 9798.0, 9767.0, 9825.0, 9766.0, 9823.0, 9763.0, 9808.0, 9773.0, 9792.0, 9773.0, 9790.0, 9774.0, 9777.0, 9767.0, 9785.0, 9779.0, 9828.0, 9770.0, 9847.0, 9788.0, 9787.0, 9807.0, 9781.0, 9863.0, 9823.0, 9851.0, 9883.0, 9889.0, 9980.0, 9891.0, 9978.0, 9884.0, 9899.0, 9899.0, 9941.0, 9871.0, 9828.0, 9889.0, 9848.0, 9919.0, 9849.0, 9918.0, 9848.0, 9917.0, 9856.0, 9902.0, 9846.0, 9898.0, 9845.0, 9898.0, 9831.0, 9872.0, 9846.0, 9833.0, 9847.0, 9836.0, 9881.0, 9837.0, 9914.0, 9846.0, 9916.0, 9849.0, 9934.0, 9864.0, 9952.0, 9865.0, 9939.0, 9848.0, 9921.0, 9861.0, 9919.0, 9862.0, 9948.0, 9864.0, 9934.0, 9849.0, 9937.0, 9902.0, 9909.0, 9964.0, 9908.0, 9986.0, 9894.0, 9946.0, 9894.0, 9950.0, 9896.0, 9952.0, 9889.0, 9958.0, 9906.0, 9956.0, 9885.0, 9957.0, 9891.0, 9976.0, 9909.0, 9977.0, 9909.0, 9974.0, 9907.0, 9979.0, 9926.0, 10000.0, 9926.0, 9998.0, 9912.0, 9996.0, 9917.0, 9995.0, 9901.0, 9978.0, 9908.0, 9943.0, 9919.0, 9912.0, 9948.0, 9909.0, 9948.0, 9898.0, 9989.0, 9923.0, 9891.0, 9944.0, 9851.0, 9936.0, 9882.0, 9965.0, 9884.0, 9954.0, 9884.0, 9939.0, 9864.0, 9951.0, 9880.0, 9951.0, 9882.0, 9937.0, 9868.0, 9935.0, 9865.0, 9967.0, 9886.0, 9969.0, 9885.0, 9955.0, 9890.0, 9960.0, 9905.0, 9973.0, 9919.0, 9988.0, 9902.0, 9961.0, 9885.0, 9958.0, 9884.0, 9990.0, 9900.0, 9971.0, 9866.0, 9953.0, 9888.0, 9907.0, 9961.0, 9891.0, 9949.0, 9890.0, 9904.0, 9871.0, 9887.0, 9888.0, 9911.0, 9891.0, 9943.0, 9892.0, 9948.0, 9894.0, 9948.0, 9876.0, 9968.0, 9921.0, 9934.0, 9880.0, 9886.0, 9891.0, 9848.0, 9947.0, 9902.0, 9954.0, 9881.0, 9950.0, 9859.0, 9917.0, 9844.0, 9915.0, 9845.0, 9900.0, 9823.0, 9880.0, 9860.0, 9879.0, 9848.0, 9863.0, 9887.0, 9850.0, 9918.0, 9891.0, 9856.0, 9908.0, 9925.0, 9909.0, 9863.0, 9928.0, 9901.0, 9962.0, 9897.0, 9947.0, 9878.0, 9930.0, 9862.0, 9931.0, 9858.0, 9931.0, 9846.0, 9902.0, 9845.0, 9914.0, 9846.0, 9946.0, 9868.0, 9949.0, 9884.0, 9951.0, 9888.0, 9957.0, 9904.0, 9977.0, 9909.0, 9959.0, 9875.0, 9958.0, 9868.0, 9942.0, 9907.0, 9928.0, 9951.0, 9883.0, 9952.0, 9897.0, 9936.0, 9886.0, 9900.0, 9917.0, 9873.0, 9963.0, 9870.0, 9968.0, 9918.0, 9935.0, 9928.0, 9894.0, 9957.0, 9990.0, 9937.0, 9978.0, 9911.0, 9960.0, 9864.0, 9923.0, 9887.0, 9890.0, 9961.0, 9893.0, 9954.0, 9902.0, 9916.0, 9856.0, 9885.0, 9851.0, 9907.0, 9855.0, 9916.0, 9860.0, 9935.0, 9875.0, 9922.0, 9944.0, 9917.0, 9973.0, 9932.0, 9974.0, 9917.0, 9955.0, 9898.0, 9969.0, 9917.0, 9945.0, 9905.0, 9903.0, 9946.0, 9900.0, 9947.0, 9937.0, 9947.0, 9958.0, 9915.0, 9954.0, 9893.0, 9956.0, 9905.0, 9932.0, 9872.0, 9930.0, 9872.0, 9910.0, 9858.0, 9883.0, 9875.0, 9846.0, 9887.0, 9844.0, 9890.0, 9876.0, 9905.0, 9900.0, 9919.0, 9834.0, 9891.0, 9845.0, 9904.0, 9859.0, 9919.0, 9887.0, 9923.0, 9837.0, 9912.0, 9849.0, 9911.0, 9886.0, 9904.0, 9867.0, 9968.0, 9887.0, 9943.0, 9892.0, 9903.0, 9921.0, 9905.0, 9968.0, 9935.0, 9966.0, 9904.0, 9950.0, 9942.0, 9911.0, 9951.0, 9871.0, 9943.0, 9884.0, 9946.0, 9884.0, 9926.0, 9854.0, 9878.0, 9838.0, 9848.0, 9848.0, 9861.0, 9866.0, 9878.0, 9899.0, 9827.0, 9881.0, 9822.0, 9878.0, 9832.0, 9895.0, 9834.0, 9895.0, 9839.0, 9916.0, 9868.0, 9866.0, 9888.0, 9849.0, 9920.0, 9846.0, 9891.0, 9839.0, 9908.0, 9856.0, 9925.0, 9859.0, 9955.0, 9878.0, 9952.0, 9873.0, 9856.0, 9834.0, 9814.0, 9888.0, 9881.0, 9884.0, 9972.0, 9914.0, 9992.0, 9907.0, 9980.0, 9890.0, 9984.0, 9880.0, 9936.0, 9878.0, 9880.0, 9871.0, 9877.0, 9841.0, 9882.0, 9835.0, 9924.0, 9851.0, 9905.0, 9833.0, 9877.0, 9860.0, 9878.0, 9924.0, 9921.0, 9946.0, 9915.0, 9943.0, 9887.0, 9946.0, 9881.0, 9920.0, 9846.0, 9917.0, 9846.0, 9903.0, 9848.0, 9846.0, 9850.0, 9838.0, 9863.0, 9850.0, 9871.0, 9936.0, 9860.0, 9911.0, 9824.0, 9797.0, 9846.0, 9795.0, 9886.0, 9897.0, 9882.0, 9970.0, 9914.0, 10027.0, 9954.0, 10009.0, 9963.0, 9998.0, 9931.0, 9956.0, 9909.0, 9921.0, 9883.0, 9886.0, 9862.0, 9847.0, 9829.0, 9815.0, 9801.0, 9830.0, 9802.0, 9828.0, 9804.0, 9848.0, 9806.0, 9865.0, 9811.0, 9885.0, 9827.0, 9882.0, 9812.0, 9870.0, 9811.0, 9856.0, 9808.0, 9855.0, 9839.0, 9844.0, 9842.0, 9830.0, 9833.0, 9865.0, 9825.0, 9879.0, 9847.0, 9904.0, 9852.0, 9913.0, 9873.0, 9946.0, 9899.0, 9904.0, 9937.0, 9886.0, 9953.0, 9899.0, 9955.0, 9900.0, 9940.0, 9887.0, 9953.0, 9884.0, 9970.0, 9897.0, 9968.0, 9901.0, 9957.0, 9898.0, 9951.0, 9879.0, 9937.0, 9879.0, 9938.0, 9871.0, 9956.0, 9882.0, 9950.0, 9885.0, 9939.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.0019023245109321058</td></tr>
<tr><td colspan=3>aqi</td><td>0.025444549597238207</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.16478698494239</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2709005424308755</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.017780108317972</td></tr>
<tr><td colspan=3>efc</td><td>0.4991</td></tr>
<tr><td colspan=3>fber</td><td>4641.8784</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09004579420593245</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.940161104718067</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.699962091142084</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.61345921041755</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0008122920914233</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.485614770917278</td></tr>
<tr><td colspan=3>gcor</td><td>0.0217807</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011736122891306877</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03776349872350693</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9065448263366007</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.0904</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.7102</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.3218</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292495.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>937.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.4566</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4611</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.1297</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3631.8171</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>983.7279</td></tr>
<tr><td colspan=3>tsnr</td><td>36.044667206006125</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>