Giter Site home page Giter Site logo

smap's Introduction

HELP LOGO HELP SMAP repository

Documentation on how to instal and use SMAP can be found in the docs folders or here


This repository contains the SMAP pipeline.
This svn archive will contain the SMAP code base.

####################

Changelog

Created: April 23, 2009, MZ, described fundamental svn commands.

Mod: May 7, 2009, AC/MZ, A template idl startup file is in the main directory called template_idlstart.pro was added, added explanation of directory structure to readme.

Mod: July 13, 2020, Added HELP logo, put README file in the parent directory, and added some hyperlinks.

Mod: December 2020, Created Documentation pages

Mod: March 15 2021, add link to documentation in README

####################

To checkout code from repository:

cd /home/user/spireroot svn checkout svn://[email protected]/smap_pipeline

You will need an account on the spire cluster for this to work.

To update local copy with latest version from repository: (in smap_pipeline)

svn update smap_pipeline

To commit local changes to the repository: (in smap_pipeline)

svn commit -m "log message"

To get status of project in repository: (in smap_pipeline)

svn stat smap_pipeline or svn stat -verbose smap_pipeline

To add new files to the repository: (in smap_pipeline)

svn add file_name

To rename files in the repository: (in smap_pipeline)

svn rename old_file_name new_file_name

For more info this is a useful little tutorial

#####################

EXPLANATION OF DIRECTORY STRUCTURE

The architectural philosophy of the archive is to make major subdirectory divisions along the lines of data products. Here are the preliminary divisions, embodied as directories in smap_pipeline:

  • powerspec: programs making power spectra from time streams or taking power spectra and converting them back to time streams

  • timestream_analysis: programs that function purely on the time series, for example source extraction, noise estimation, simple filtering, and so on

  • mapmaking: a catchall directory for programs that take time series and convert them into maps

  • map_analysis: for programs that operate purely on maps, e.g. map point source remove, catalog generator, map correlation functions.

  • util: programs of general use, e.g. reading time series in, making generic map headers, and so on.

  • sed: basic SED fitting code (mostly greybody fits)

In addition, the idl astrolib and mpfit libraries have been included as part of the archive as their functionality is required and my not be previously installed on user's machines.

Created with sphinx (requires Python install) and cna be found here http://herschel.sussex.ac.uk/SMAP

smap's People

Contributors

mcarmencampos avatar pdh21 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

smap's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.