Skip to content

Bunch of fortran scripts to process astronomical data

Notifications You must be signed in to change notification settings

gurupratap-matharu/astro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro

A bunch of fortran scripts to process astronomical data

Authors

Run Locally

Clone the project

  git clone https://github.com/gurupratap-matharu/astro

Go to the project directory

  cd astro
  • All scripts are in the main folder
  • All executables are in the build folder

Install dependencies

  • make sure you have gcc and gfortran installed

To compile and run say file.f run

  gfortran -Wall main/file.f -o build/file && build/file