Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
JSkyMap JSkyMap
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • SCosmoTools
  • JSkyMapJSkyMap
  • Wiki
  • filt2map

Last edited by Reza ANSARI Sep 01, 2020
Page history

filt2map

---- filt2map.cc : computing map from a Alm coefficients, after filtering in (l,m) space ----

**JSkyMap** package Version tag= JSkyMap_Aug2020 (V= 1.7)
filt2map[0] : decoding arguments ... 
filt2map/usage: filt2map [-options] InputFileName OutFileName  
        [-lmax ell_max] [-healpix nside] [-tphi nring]  
        [-gaussfilt sigma_ell] 
        [-flhigh lhigh,delta_lhigh] [-fllow llow,delta_llow] [-fmlow mlow] 
        [-inalm] [-intphi]  [-noise NoiseLevelKelvin]  
        [-sharp]  [-prt PrintLevel] [-noairg] 

  -lmax ell_max : define Lmax value for SHT 
  -healpix nside: set HEALPix nside pixelisation parameter for JSkyMap and beam computation (def=256 -> 13.75' resolution)
  -tphi nring : select ThetaPhi pixelisation parameter nring for JSkyMap and beam computation (nring=900 -> 12' resolution) 
  -gaussfilt sigma_ell : Apply gaussian filter in (l,m) space with sigma_ell (default, sigma_ell=360) 
  -flhigh lhigh,delta_lhigh : define the low-pass filter parameters in ell-space  
  -fllow llow,delta_llow : define the high-pass filter parameters in ell-space  
  -fmlow mlow : define the low-threshold in m-space, put Alm to zero for m<=mlow if applicable
  -inalm :  Input is an file with Alm<double>  spherical harmonics coefficients - A Spherical Map otherwise 
  -intphi :  Input is an SphereThetaPhi<double> - defaut is HEALPix  
  -noise NoiseLevel : Add noise (gaussian/white) to the reconstructed map with sigma=NoiseLevel 
  -sharp : Use lib-sharp to compute beams in (l,m) space (-> requires Sophya/ISharp module)
      NOT YET IMPLEMENTED in this program 
  -prt PrintLevel: specify print level 
  -noairg : Specify this flag to avoid random number generator Auto-initialisation 

  o InputFileName : input file containing the either the Alm coefficients, if -inalm specified 
    or a Spherical Map (HEALPix or SphereThetaPhi ,  .ppf or .fits) 
    PPF supported only for SphereThetaPhi Alm - (Alm file  typically as produced by vis2map)  
  o OutFileName : output file name , for the reconstructed map (.ppf or .fits ) 
     .ppf supported for SphereThetaPhi only 
Clone repository
  • filt2map
  • Home
  • map2vis
  • p4src2vis
  • vis2map
  • vis2qmap