-
Notifications
You must be signed in to change notification settings - Fork 35
/
kepfold.par
17 lines (17 loc) · 1.01 KB
/
kepfold.par
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
infile,s,a,'kplr010544976-2009201121230_slc.fits',,,'Name of input FITS file (string)'
outfile,s,a,'kepfold.fits',,,'Name of output FITS file (string)'
period,r,a,1.0,1.0e-5,,'Period to fold data upon [days] (float)'
bjd0,r,a,2455000.0,,,'time of zero phase for the folded period [BJD or BKJD] (float)'
bindata,b,a,'no',,,'Bin output data? (boolean)'
binmethod,s,a,'mean','mean|median|sigclip',,'Binning method (string)'
threshold,r,a,3.0,1.0e-5,,'Sigma clipping threshold [sigma] (float)'
niter,i,a,5,1,,'Number of sigma clipping iterations before giving up (integer)'
nbins,i,a,1000,,,'Number of period bins (integer)'
quality,b,h,'yes',,,'Reject bad quality timestamps? (boolean)'
plottype,s,a,'sap','sap|pdc|cbv|det|prf|none',,'Plot type (string)'
plotlab,s,h,'e$^-$ s$^{-1}$',,,'Plot axis label (string)'
clobber,b,h,'no',,,'Overwrite output file? (boolean)'
verbose,b,h,'yes',,,'Write to log file? (boolean)'
logfile,s,h,'kepfold.log',,,'Name of ascii log file? (string)'
status,i,h,0,,,'Exit status (0=good)'
mode,s,h,"al"