mirror of
				https://asciireactor.com/otho/psdlag-agn.git
				synced 2025-10-31 21:38:04 +00:00 
			
		
		
		
	format fix
This commit is contained in:
		
							parent
							
								
									541c0bed42
								
							
						
					
					
						commit
						7f8f2267bd
					
				| @ -16,7 +16,7 @@ do | ||||
|     echo_band=$(basename $echo_curve|sed 's|\(.*\)\.lc|\1|') | ||||
|     if [[ $ref_band == $echo_band ]]; then continue; fi | ||||
| 
 | ||||
| echo "Analysing $echo_band ≺ $ref_band." | ||||
|     echo "Analysing $echo_band ≺ $ref_band." | ||||
| 
 | ||||
|     if [[ -e "analyses/${ref_band}_≺_${echo_band}/" ]]; then | ||||
|         echo "Results already exists. Create tables from stored results." | ||||
| @ -27,7 +27,7 @@ echo "Analysing $echo_band ≺ $ref_band." | ||||
|         cp *.out analyses/${ref_band}_≺_${echo_band}/ | ||||
|     fi | ||||
| 
 | ||||
| echo "Tabling PSD and time lags referred to ${ref_band} for $echo_band{${err_str}}." | ||||
|     echo "Tabling PSD and time lags referred to ${ref_band} for $echo_band{${err_str}}." | ||||
| 
 | ||||
|     # Propagate tables into analyses/tables | ||||
|     echoPSD_tabfile=analyses/tables/PSD_${echo_band}_\{${err_str}\}.tab | ||||
|  | ||||
| @ -59,7 +59,7 @@ fqd = 10**(np.log10( (fqL[:-1]*fqL[1:]) )/2.) | ||||
| 
 | ||||
| 
 | ||||
| ## load the first light curve | ||||
| lc1_time, lc1_strength , lc1_strength_err = np.loadtxt(args[0],skiprows=1) | ||||
| lc1_time, lc1_strength, lc1_strength_err = np.loadtxt(args[0],skiprows=1) | ||||
| 
 | ||||
| # for pylab: errorbar(t1,l1,yerr=l1e,fmt='o') | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user