首页 > 其他分享 >pulsar data

pulsar data

时间:2022-08-30 10:26:34浏览次数:46  
标签:DM mask dat 信号 fits pulsar data 时域

  • 干扰标记

rfifind -time 2.0 -o filename *.fits

  • 消色散DM

prepdata -nobary -dm 10.0 -mask *.mask -o filename_DM10.0 *.fits

  • 快速傅里叶变换,将时域信号变成频域信号

ls  *.dat|xargs -n 1 realfft 

  • 加速搜寻,找周期性信号

accelsearch -zmax 0 -numharm 32  *.fft 

  • 对候选体信号进行折叠

prepfold -accelcand 5 -accelfile  _ACCEL_0.cand  *.dat/*.fits

prepfold -dm 10.0 -nosearch  -topo  -mask *.mask -n 256 -nsub 256 -p  0.0123392011   *.fits/*.dat

-topo , -nobary 信号不用转换到太阳系质心;

*.mask, RFI文件,射频干扰;

-p, 秒(s)为单位;

-n, -nsub: -n: The number of bins in the profile, The number of sub-bands to use for the DM search.(时间和频率上的分辨率点数);

*.fits, *.dat的输出文件不同。前者能出完整的折叠图,包含色散轮廓,时域,频域图。后者仅仅是时域图。

 

标签:DM,mask,dat,信号,fits,pulsar,data,时域
From: https://www.cnblogs.com/dejiang/p/16638367.html

相关文章