Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/awreed/Neural-Volumetric-Reconstruction-for-Coherent-SAS
28 October 2023, 08:36:07 UTC
  • Code
  • Branches (3)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/main
    • refs/heads/main2
    • refs/heads/site
    No releases to show
  • ccf2688
  • /
  • constants.py
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge Iframe embedding
swh:1:cnt:4fe171546c0c8c8f29ad45298bf2c88b50454b37
origin badgedirectory badge Iframe embedding
swh:1:dir:ccf26889638e429deaa3e8d7a0fa77153a6fff49
origin badgerevision badge
swh:1:rev:007dfc65380872d7ae27477eff7e7b5cbb766f71
origin badgesnapshot badge
swh:1:snp:9e2c8e761f723f56d02b61d1740453a509f14182

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 007dfc65380872d7ae27477eff7e7b5cbb766f71 authored by Albert on 27 October 2023, 21:59:43 UTC
Added scripts and documentation for lower memory GPUs
Tip revision: 007dfc6
constants.py
WFM_FILE = 'waveform_data.npy'
WFM_RC_FILE = 'waveform_data_rc.npy'
TX_COORDS_FILE = 'tx_coords.npy'
RX_COORDS_FILE = 'rx_coords.npy'
WFM_CROP_SETTINGS = 'crop_settings'
DAS_INR_FILE = 'scene.npy'
TEMPS_FILE = 'temps.npy'
SYS_PARAMS = 'sys_params'
TX_COORDS = 'tx_coords'
RX_COORDS = 'rx_coords'
TX_POS = 'tx_pos'
RX_POS = 'rx_pos'
RX_VECS = 'rx_vectors'
TX_VECS = 'tx_vectors'
TX_BW = 'tx_bandwidth'
RX_BW = 'rx_bandwidth'
CENTER = 'center'
GROUP_DELAY = 'group_delay'
FS = 'sampling_frequency'
FC = 'center_frequency'
TEMPS = 'temps'
WFM_DATA = 'wfm_data'
CORNERS = 'corners'
VOXELS = 'voxels'
WFM_PARAMS = 'wfm_params'
F_START = 'f_start'
F_STOP = 'f_stop'
T_DUR = 't_dur'
WIN_RATIO = 'win_ratio'
WFM = 'wfm'
BF_FILE = 'backprojected_scene.npy'
WFM_RC = 'wfm_rc'
GEOMETRY = 'geometry'
MIN_SAMPLE = 'min_sample'
MIN_DIST = 'min_dist'
MAX_DIST = 'max_dist'
NUM_SAMPLES = 'num_samples'
WEIGHT_PREFIX = 'weights_trans_'
MODEL_PREFIX = 'model_trans_'
NUM_X = 'num_x'
NUM_Y = 'num_y'
NUM_Z = 'num_z'
NETWORK = 'network'
WEIGHTS = 'weights'
GT_IMG = 'gt_img'
IMAGES = 'images'
NUMPY = 'numpy'
SOUND_SPEED = 'speed_of_sound'
AIRSAS_BF = 'airsas'
SERDP_BF = 'svss'
SAME_TX_PER_K_RX = 'same_tx_per_k_rx'
LOSS_FILE = 'losses.npy'
SPHERICAL = 'sphere'
ELLIPSOID = 'ellipse'
SCATTERER = 'complex_scatterer'
NORMAL = 'normals'
SCENE_RAVELED = 'scene_raveled'
X_DIM = 'x_dim'
Y_DIM = 'y_dim'
Z_DIM = 'z_dim'
HELIX = 'helix'
SPARSE = 'sparse'
# hello

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API