Skip to content

imports the allwise astronomy catalog data via unwise.me for stripe 82 into dat

Notifications You must be signed in to change notification settings

max-mapper/dat-wise-stripe-82

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

work in progress

notes:

  • we only care about stripe 82:
306° < ra < 62°
-1.27° < dec < +1.27°
cat wise-allwise-cat-part25.gz | gunzip | csv-parser --headers=$(cat columns.tsv) --separator="|" | jsonmap "{ra: +this.ra, dec: +this.dec, key: this.source_id}" | jsonfilter --match="(306 < this.ra && this.ra < 360 && 0 < this.ra < 62) && (-1.27 < this.dec && this.dec < 1.27)" | node index.js

About

imports the allwise astronomy catalog data via unwise.me for stripe 82 into dat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages